Skip to content

Instantly share code, notes, and snippets.

@tah91
Created November 14, 2012 16:56
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 tah91/4073302 to your computer and use it in GitHub Desktop.
Save tah91/4073302 to your computer and use it in GitHub Desktop.
node error
MacBook-Air-de-Tahir:hello tahiriftikhar$ jitsu deploy
info: Welcome to Nodejitsu tah91
info: jitsu v0.11.3, node v0.8.12
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
warn: There is no package.json file in /Users/tahiriftikhar/hello
warn: Creating package.json at /Users/tahiriftikhar/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) my-new-tata-app
prompt: subdomain: (tah91.hello) my-new-great-tataplop-app
prompt: scripts.start:
prompt: version: (0.0.0)
prompt: engines.node: (0.8.x)
warn: About to write /Users/tahiriftikhar/hello/package.json
data:
data: {
data: name: 'my-new-tata-app',
data: version: '0.0.0',
data: engines: { node: '0.8.x' },
data: subdomain: 'my-new-great-tataplop-app',
data: scripts: { start: '' }
data: }
data:
prompt: Is this ok?: (yes)
info: Analyzing application dependencies in
path.exists is now called `fs.exists`.
info: Checking app availability my-new-tata-app
info: Checking app availability my-new-tata-app
info: Creating app my-new-tata-app
info: Creating app my-new-tata-app
info: Creating snapshot 0.0.0
error: Error creating my-new-tata-app
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:82:7)
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