Skip to content
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

[2.1-RC1] play entered fatal state #4

Open
sealskej opened this issue Dec 11, 2012 · 3 comments
Open

[2.1-RC1] play entered fatal state #4

sealskej opened this issue Dec 11, 2012 · 3 comments

Comments

@sealskej
Copy link

I am not able to start Play 2.1 RC1 server with default Welcome app. This is my log

[play.0] ==> /var/log/supervisor/play.log <==
[play.0] JAVA_OPTIONS=-Xmx128M -XX:PermSize=64M -XX:MaxPermSize=128M
[play.0] (To change JAVA_OPTIONS, edit the "run" script!)
[play.0] /home/dotcloud/run: 20: target/start: not found
[play.0] JAVA_OPTIONS=-Xmx128M -XX:PermSize=64M -XX:MaxPermSize=128M
[play.0] (To change JAVA_OPTIONS, edit the "run" script!)
[play.0] /home/dotcloud/run: 20: target/start: not found
[play.0] JAVA_OPTIONS=-Xmx128M -XX:PermSize=64M -XX:MaxPermSize=128M
[play.0] (To change JAVA_OPTIONS, edit the "run" script!)
[play.0] /home/dotcloud/run: 20: target/start: not found
[play.0] JAVA_OPTIONS=-Xmx128M -XX:PermSize=64M -XX:MaxPermSize=128M
[play.0] (To change JAVA_OPTIONS, edit the "run" script!)
[play.0] /home/dotcloud/run: 20: target/start: not found
[play.0] ==> /var/log/supervisor/supervisord.log <==
[play.0] 2012-12-11 00:24:53,398 WARN Included extra file "/home/dotcloud/supervisor.conf" during parsing
[play.0] 2012-12-11 00:24:53,502 INFO RPC interface 'supervisor' initialized
[play.0] 2012-12-11 00:24:53,502 WARN cElementTree not installed, using slower XML parser for XML-RPC
[play.0] 2012-12-11 00:24:53,502 CRIT Server 'unix_http_server' running without any HTTP authentication checking
[play.0] 2012-12-11 00:24:53,508 INFO daemonizing the supervisord process
[play.0] 2012-12-11 00:24:53,510 INFO supervisord started with pid 149
[play.0] 2012-12-11 00:24:54,521 INFO spawned: 'play' with pid 151
[play.0] 2012-12-11 00:24:54,673 INFO exited: play (exit status 127; not expected)
[play.0] 2012-12-11 00:24:55,682 INFO spawned: 'play' with pid 184
[play.0] 2012-12-11 00:24:55,778 INFO exited: play (exit status 127; not expected)
[play.0] 2012-12-11 00:24:57,790 INFO spawned: 'play' with pid 198
[play.0] 2012-12-11 00:24:57,886 INFO exited: play (exit status 127; not expected)
[play.0] 2012-12-11 00:25:00,896 INFO spawned: 'play' with pid 212
[play.0] 2012-12-11 00:25:00,999 INFO exited: play (exit status 127; not expected)
[play.0] 2012-12-11 00:25:02,000 INFO gave up: play entered FATAL state, too many start retries too quickly
@sealskej
Copy link
Author

I have compiled app locally, pushed again and it works. Thanks!

@chrisghost
Copy link

I had the same problem.

You need to : play clean compile stage before pushing

@mchv
Copy link
Owner

mchv commented Jan 23, 2013

I need to update the documentation about the new option. by default now you need to compile you app locally. You could still compile on dotcloud server, but the interest is limited as it need really more memory and if its to slow the deployment will fail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants