Created
August 28, 2011 13:25
-
-
Save Fabryz/1176665 to your computer and use it in GitHub Desktop.
Locking error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
error: Error running command deploy | |
error: Nodejitsu Error (500): Internal Server Error | |
warn: Error returned from Nodejitsu | |
error: Error: Application is locked while it is being stopped | |
error: at [object Object].stop (/root/nodejitsu/lib/nodejitsu/resources/app/controller.js:411:21) | |
error: at Object.<anonymous> (/root/nodejitsu/lib/nodejitsu/resources/app/service.js:165:25) | |
error: at Object.<anonymous> (/root/nodejitsu/node_modules/journey/lib/journey.js:257:46) | |
error: at Object.go (/root/nodejitsu/node_modules/journey/lib/journey.js:423:33) | |
error: at /root/nodejitsu/node_modules/journey/lib/journey.js:349:30 | |
error: at /root/nodejitsu/node_modules/journey/lib/journey.js:281:39 | |
error: at checkConstraints (/root/nodejitsu/node_modules/journey/lib/journey.js:247:28) | |
error: at /root/nodejitsu/node_modules/journey/lib/journey.js:239:21 | |
error: at /root/nodejitsu/lib/nodejitsu/utils/auth.js:88:7 | |
error: at /root/nodejitsu/vendor/resourcer/lib/resourcer/resource.js:147:21 | |
info: Nodejitsu not ok |
Hi, for safety do "npm update -g jitsu" then try to deploy again a few times.
If nothing works I guess your app is locked in a "zombie" status, so just join #nodejitsu channel on freenode and ask a dev about it
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey Fabrizio, may I ask if you could resolve this error? I'm getting the same, it may be related to https ... I'm not sure