Skip to content

Instantly share code, notes, and snippets.

@Fabryz
Created August 28, 2011 13:25
Show Gist options
  • Save Fabryz/1176665 to your computer and use it in GitHub Desktop.
Save Fabryz/1176665 to your computer and use it in GitHub Desktop.
Locking error
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
@Fabryz
Copy link
Author

Fabryz commented Oct 10, 2011

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

http://webchat.freenode.net/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment