Skip to content

Instantly share code, notes, and snippets.

@steve21124
Created January 9, 2012 18:54
Show Gist options
  • Save steve21124/1584343 to your computer and use it in GitHub Desktop.
Save steve21124/1584343 to your computer and use it in GitHub Desktop.
nodejitsu error
info: Welcome to Nodejitsu
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Authenticated as steve21124
warn: There in no valid package.json file in /Users/steve/Projects/SourceCode/nodejs/FayeObj/nodechat2
warn: Creating package.json at /Users/steve/Projects/SourceCode/nodejs/FayeObj/nodechat2/package.json
help:
help: A package.json stores meta-data about your application
help: In order to continue we'll need to gather some information about your app
help:
help: Press ^C at any time to quit.
help: to select a default value, press ENTER
prompt: App name (nodechat2): chat200
help:
help: The subdomain is where your application will reside.
help: Your application will then become accessible at: http://yourdomain.nodejitsu.com
help:
prompt: subdomain (nodechat2): chat200
prompt: scripts.start:
prompt: version (0.0.0):
warn: About to write /Users/steve/Projects/SourceCode/nodejs/FayeObj/nodechat2/package.json
data:
data: {
data: name: 'chat200',
data: version: '0.0.0',
data: subdomain: 'chat200',
data: scripts: { start: '' }
data: }
data:
prompt: Is this ok? (yes):
info: Analyzing your application dependencies in
warn: No application exists for chat200
warn: No application exists for chat200
info: Checking app availability chat200
info: Checking app availability chat200
info: Creating app chat200
info: Creating app chat200
warn: Creating new snapshot for version 0.0.0
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
warn: Error returned from Nodejitsu
error: Error: App name / subdomain combination is not available
error: at /root/nodejitsu/lib/nodejitsu/resources/app/controller/available.js:24:17
error: at /root/nodejitsu/node_modules/resourceful/lib/resourceful/resource.js:155:13
error: at Function.runAfterHooks (/root/nodejitsu/node_modules/resourceful/lib/resourceful/resource.js:71:12)
error: at /root/nodejitsu/node_modules/resourceful/lib/resourceful/resource.js:151:14
error: at /root/nodejitsu/node_modules/resourceful/lib/resourceful/engines/couchdb/index.js:111:5
error: at IncomingMessage.<anonymous> (/root/nodejitsu/node_modules/resourceful/node_modules/cradle/lib/cradle.js:253:72)
error: at IncomingMessage.emit (events.js:81:20)
error: at HTTPParser.onMessageComplete (http.js:133:23)
error: at Socket.ondata (http.js:1231:22)
error: at Socket._onReadable (net.js:683:27)
info: Nodejitsu not ok
info: Done creating snapshot 0.0.0
info: Updating application chat200
info: Activating snapshot 0.0.0 for chat200
error: Error creating snapshot for app chat200
error: Nodejitsu Error (500): Internal Server Error
help:
help: Usage:
help:
help: Deploys an application using the following steps:
help:
help: 1. Creates the application (if necessary)
help: 2. Creates or validates the package.json
help: 3. Packages and creates a new snapshot
help: 4. Stops the application (if necessary)
help: 5. Starts the application
help:
help: jitsu deploy
help: jitsu apps deploy
help:
error: Error running command deploy
info: Nodejitsu not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment