Skip to content

Instantly share code, notes, and snippets.

Created July 15, 2013 13:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/5999852 to your computer and use it in GitHub Desktop.
Save anonymous/5999852 to your computer and use it in GitHub Desktop.
jitsu deploy error
cvn-mini:temp chrisvnicholson$ jitsu deploy
info: Welcome to Nodejitsu cvn
info: jitsu v0.12.12, node v0.10.13
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
warn: There is no package.json file in /Users/chrisvnicholson/Desktop/temp
warn: Creating package.json at /Users/chrisvnicholson/Desktop/temp/package.json
help:
help: A package.json stores meta-data about an app
help: In order to continue we'll need to gather some information about the app
help:
help: Press ^C at any time to quit.
help: to select a default value, press ENTER
prompt: Application name: (temp) temp
prompt: Subdomain name: (cvn-temp) cvn-temp
prompt: scripts.start:
prompt: version: (0.0.0)
prompt: engines.node: (0.8.x)
warn: About to write /Users/chrisvnicholson/Desktop/temp/package.json
data:
data: {
data: engines: { node: '0.8.x' },
data: name: 'temp',
data: scripts: { start: '' },
data: subdomain: 'cvn-temp',
data: version: '0.0.0'
data: }
data:
prompt: Is this ok?: (yes) yes
info: Analyzing application dependencies in
WARN package.json temp@0.0.0 No repository field.
WARN package.json temp@0.0.0 No readme data.
info: Checking app availability temp
info: Checking app availability temp
info: Creating app temp
info: Creating app temp
error: Error creating temp
error: Nodejitsu Error (500): Internal Server 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 created
error: at create (/root/nodejitsu/lib/nodejitsu/resources/app/controller/create.js:18:21)
error: at Object.module.exports.path.path.put.res (/root/nodejitsu/lib/nodejitsu/resources/app/service.js:107:25)
error: at apply (/root/nodejitsu/node_modules/director/lib/director/router.js:415:12)
error: at iterate (/root/nodejitsu/node_modules/director/lib/director/router.js:45:5)
error: at /root/nodejitsu/node_modules/director/lib/director/router.js:56:11
error: at httpUsers.attach.app.requireAuth (/root/nodejitsu/node_modules/flatiron-http-users/lib/http-users.js:61:7)
error: at _auth (/root/nodejitsu/node_modules/flatiron-http-users/lib/http-users/auth.js:141:11)
error: at Resource._request (/root/nodejitsu/node_modules/resourceful/lib/resourceful/resource.js:184:13)
error: at loop (/root/nodejitsu/node_modules/resourceful/lib/resourceful/resource.js:90:9)
error: at /root/nodejitsu/node_modules/resourceful/lib/resourceful/resource.js:78:20
help: For help with this error contact Nodejitsu Support:
help: webchat: <http://webchat.nodejitsu.com/>
help: irc: <irc://chat.freenode.net/#nodejitsu>
help: email: <support@nodejitsu.com>
help:
help: Copy and paste this output to a gist (http://gist.github.com/)
info: Nodejitsu not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment