- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正尝试在 openshift 中启动一个游戏项目。第一阶段占项目近15%,已顺利完成并上传。所以,我想初始配置没问题。现在,在我几乎完成项目的其余部分后,当我尝试使用 ssh 推送项目时,每次在一定时间后远程服务器挂断并显示以下消息。
remote: [info] Done packaging.
remote: model contains 69 documentable templates
Connection to blogofprime-thatsqt.rhcloud.com closed by remote host.
fatal: The remote end hung up unexpectedly
error: error in sideband demultiplexer
To ssh://5455ef32e0b8cd379e000293@blogofprime-thatsqt.rhcloud.com/~/git/blogofprime.git/
+ 557ec12...4034b71 HEAD -> master (forced update)
每次在某个步骤后远程服务器挂断。
我的 openshift.conf 文件:
# This is the main configuration file for the application.
# ~~~~~
include "application"
# Secret key
# ~~~~~
# The secret key is used to secure cryptographics functions.
# If you deploy your application to several instances be sure to use the same key!
application.secret="V0sLX<RAciXw_>7^O8y=I4BRW/M4@vhVhF=H44`lMfgAV2hs^Pp?tsfroKt1J3eX"
# The application languages
# ~~~~~
application.langs="en"
# Database configuration
# ~~~~~
# You can declare as many datasources as you want.
# By convention, the default datasource is named `default`
#
db.default.driver=com.mysql.jdbc.Driver
db.default.url="jdbc:mysql://"${OPENSHIFT_MYSQL_DB_HOST}":"${OPENSHIFT_MYSQL_DB_PORT}"/"${OPENSHIFT_APP_NAME}
db.default.user=${OPENSHIFT_MYSQL_DB_USERNAME}
db.default.password=${OPENSHIFT_MYSQL_DB_PASSWORD}
# Evolutions
# ~~~~~
# You can disable evolutions if needed
# evolutionplugin=disabled
# Ebean configuration
# ~~~~~
# You can declare as many Ebean servers as you want.
# By convention, the default server is named `default`
#
ebean.default="models.*"
# Logger
# ~~~~~
# You can also configure logback (http://logback.qos.ch/), by providing a logger.xml file in the conf directory .
# Root logger:
logger.root=ERROR
# Logger used by the framework:
logger.play=INFO
# Logger provided to your application:
logger.application=DEBUG
我的 build.sbt 文件:
name := "thatsqt"
version := "1.0-SNAPSHOT"
scalaVersion := "2.11.2" // or "2.10.4"
libraryDependencies ++= Seq(
// Select Play modules
jdbc, // The JDBC connection pool and the play.api.db API
//anorm, // Scala RDBMS Library
javaJdbc, // Java database API
javaEbean, // Java Ebean plugin
javaJpa, // Java JPA plugin
filters, // A set of built-in filters
javaCore, // The core Java API
// WebJars pull in client-side web librarie
"org.webjars" %% "webjars-play" % "2.3.0",
"com.typesafe.play" %% "play-slick" % "0.8.0",
// Add your own project dependencies in the form:
// "group" % "artifact" % "version"
"mysql" % "mysql-connector-java" % "5.1.27"
)
fork in Test := false
lazy val root = (project in file(".")).enablePlugins(PlayJava)
EclipseKeys.withSource := true
平台:我正在使用 Mac OS X 和 typesafe activator for play framework。
我尝试过的:我试图在服务器和客户端中unset TMOUT
。在这一点上,我不太确定这是超时问题还是其他问题。
我的项目链接:https://github.com/magurmach/PlayOpenshiftThatsQt
我该如何解决这个问题?
最佳答案
如果问题是最近才开始出现的,则可能是超出配额造成的。使用 1GB 小齿轮用完空间是很常见的。
尝试使用 rhc app-tidy rhc 命令:
rhc app-tidy <app>
关于ssh - Openshift for Play : The remote end hung up unexpectedly,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26957126/
我已经阅读了关于这个问题的各种帖子,我可以验证在执行远程 ssh 命令时使用 -t 确实会强制分配 tty 并允许完成命令。但是,我遇到的问题是,在此之前十二小时,我无法自由访问该服务器。现在,由于没
我在我的本地仓库中创建了一个新分支,在一些提交之后,我想将它推送到远程仓库。 git push origin new_branch 我有这个错误: $ git push origin new_bran
我在开发应用程序中面临 Java 线程挂起的问题。以下是日志跟踪: 020 SystemOut O ----------------------------------------------
我正在测试套接字超时条件的处理 - 例如,连接超时、连接但不接受、接受但不会读取等。 我正在寻找一个程序/脚本来充当产生这些效果的服务器套接字。 这个“hung socket simulator”需要
出现错误时 致命:远端意外挂断 我可以运行哪些测试来弄清楚发生了什么?我已经创建了一个全新的 git 存储库,但它不会推送! 以下是其他 StackOverflow 问题建议的一些标准诊断: $ ss
我看过其他有类似问题的线程,但我是 git 的新手,所以大部分都没有意义:( 问题是: 我无法将简单的自述文件推送到我在 github 上的存储库。 $ ssh -T git@github.com 似
我正在尝试使用 phing 和 GitCloneTask(从 github 克隆一个 repo)编写构建文件,但每次运行 phing 时我都会收到此消息: The remote end hung
我将存储库的所有权转让给了我拥有所有权的组织。但是,现在我无法推送到存储库。我收到此错误: $ git push origin master ERROR: Repository not found.
我现在无法将我的本地提交推送到 github 存储库。我收到一条错误消息: Counting objects: 76, done. Delta compression using up to 8 th
当我试图运行时 git push origin master --force 刚好 Counting objects: 2649, done. Delta compression uses up to
$ git push -u origin master Counting objects: 321523, done. Delta compression using up to 8 thread
这里有一个奇怪的问题。当我们的所有 48 台服务器都尝试从 Git 中 pull 数据时,我们不断收到远程主机关闭的连接。当直接运行 .sh 文件时(它有 git pull 代码),没有问题,除非它与
我正尝试在 openshift 中启动一个游戏项目。第一阶段占项目近15%,已顺利完成并上传。所以,我想初始配置没问题。现在,在我几乎完成项目的其余部分后,当我尝试使用 ssh 推送项目时,每次在一定
我很长一段时间没有使用 boost::spirit,然后又回来了。并停留在简单的情况下(天哪,有时我想杀死这个库……为什么这么简单的任务在 boost 下如此复杂)。 #include #inclu
我正在通过 ssh 从 Ubuntu 笔记本电脑连接到虚拟机。 在此 VM 中,我尝试使用 git clone 存储库: /home/httpd$ sudo git clone git@github.
在使用 irb 或 rails console 时,我有时会卡住。例如,我忘记了结束语,所以当我按下回车键时,它仍在等待。 有时我可以摆脱这种情况(例如,通过提供结束语),但有时我做不到。如果没有,我
设置新的 git 安装。 在一台 Windows 笔记本电脑上,我正在运行(在 cygwin 下): git daemon --base-path=/cygdrive/c/work/proj/ 我项
所以我以为我终于在 Windows 上完成了所有设置...然后遇到了这个问题。 当前设置 URL: ssh://user@host:port/myapp.git 已经运行 Putty - 并且可以直接
我在本地创建了一个 git repo。当我尝试推送到 github 时,我得到: Warning: Permanently added the RSA host key for IP address
我已经按照“Generating SSH Keys”操作方法中的描述设置了本地系统以使用 GitHub。 key 文件和known_hosts已创建,公钥已添加到GitHub帐户,我收到消息“Hi *
我是一名优秀的程序员,十分优秀!