-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build hangs #16
Comments
Hi, It might be related to the latest merge I did, I have also issues with the If I have time, I will try to solve it next week. On Fri, Oct 10, 2014 at 9:30 AM, spajker notifications@github.com wrote:
|
I made few tests. |
I'm running into the same thing. I even ran into it once with the basic play-slick template. I did notice that when I have two ssh connections open (one of them either being through git or just running "gear deploy" manually) then when this problem occurs, both connections are simultaneously ended with that same message. I don't think it is a problem with disk space because I was watching that closely. It also doesn't seem to be a timeout issue since it disconnects both connections even if the other was just opened. |
sorry guys, I won't have time to have a look by myself, and I don't have access anymore to a local, performant openshift implementation. If anyone has a solution I would gladly merge a PR to solve the issue ! |
It seems that build hangs as the application gets bigger because of the RAM. I did compile locally and then copied the app using SCP. Everything is fine now. |
It is now possible with the last version to deploy an application both via source code and via distribution zip file. Please see README.md file. Thanks to @fpirola for the PR ! |
Every time I try deploy a little bigger application I got result as below.
[info] Compiling 12 Scala sources and 20 Java sources to /var/lib/openshift/5437
04ae50044698c9000375/app-root/runtime/repo/target/scala-2.10/classes...
[info] Main Scala API documentation to /var/lib/openshift/543704ae50044698c90003
75/app-root/runtime/repo/target/scala-2.10/api...
[info] Packaging /var/lib/openshift/543704ae50044698c9000375/app-root/runtime/re
po/target/play-1.0-SNAPSHOT-assets.jar ...
[info] Done packaging.
model contains 61 documentable templates
[info] Main Scala API documentation successful.
[info] Packaging /var/lib/openshift/543704ae50044698c9000375/app-root/runtime/re
po/target/scala-2.10/play_2.10-1.0-SNAPSHOT-javadoc.jar ...
[info] Done packaging.
Connection to (..).rhcloud.com closed by remote host.
Connection to (..).rhcloud.com closed.
The text was updated successfully, but these errors were encountered: