Skip to content

Instantly share code, notes, and snippets.

Created January 23, 2013 23:48
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/4615895 to your computer and use it in GitHub Desktop.
Save anonymous/4615895 to your computer and use it in GitHub Desktop.
can't deploy helloworld
georges-MacBook-Pro:hello george$ sudo jitsu deploy
info: Welcome to Nodejitsu gmtreacy
info: jitsu v0.11.6, node v0.8.18
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
warn: There is no package.json file in /Users/george/dev/hello
warn: Creating package.json at /Users/george/dev/hello/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: App name: (hello)
prompt: subdomain: (gmtreacy.hello)
prompt: scripts.start:
prompt: version: (0.0.0)
prompt: engines.node: (0.8.x)
error: The subdomain requested is already in use
prompt: subdomain: (gmtreacy.hello.gmtreacy)
warn: About to write /Users/george/dev/hello/package.json
data:
data: {
data: subdomain: 'gmtreacy.hello.gmtreacy',
data: scripts: { start: '' },
data: name: 'hello',
data: engines: { node: '0.8.x' },
data: version: '0.0.0'
data: }
data:
prompt: Is this ok?: (yes)
info: Analyzing application dependencies in
WARN package.json hello@0.0.0 No README.md file found!
info: Checking app availability hello
info: Checking app availability hello
info: Creating app hello
info: Creating app hello
info: Creating snapshot 0.0.0
info Uploading: [ ] 0%error: Error creating hello
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:108:25)
error: at apply (/root/nodejitsu/node_modules/flatiron/node_modules/director/lib/director/router.js:350:12)
error: at iterate (/root/nodejitsu/node_modules/flatiron/node_modules/director/lib/director/router.js:45:5)
error: at /root/nodejitsu/node_modules/flatiron/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 UserStrategy.authenticate (/root/nodejitsu/node_modules/flatiron-http-users/lib/http-users/auth.js:89:9)
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/)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment