Skip to content

Instantly share code, notes, and snippets.

@steve21124
Created January 12, 2012 05:57
Show Gist options
  • Save steve21124/1599009 to your computer and use it in GitHub Desktop.
Save steve21124/1599009 to your computer and use it in GitHub Desktop.
nodejitsu
spiderman56:nodechat2 steve$ jitsu deploy
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): chat357
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): chat357
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: 'chat357',
data: version: '0.0.0',
data: subdomain: 'chat357',
data: scripts: { start: '' }
data: }
data:
prompt: Is this ok? (yes):
info: Analyzing your application dependencies in
warn: No application exists for chat357
warn: No application exists for chat357
info: Checking app availability chat357
info: Checking app availability chat357
info: Creating app chat357
info: Creating app chat357
events.js:48
throw arguments[1]; // Unhandled 'error' event
^
Error: EACCES, permission denied '/tmp/steve21124-chat357-0.0.0.tgz'
spiderman56:nodechat2 steve$ rm package.json
spiderman56:nodechat2 steve$ jitsu deploy
info: Welcome to Nodejitsu
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
^C
spiderman56:nodechat2 steve$ sudo jitsu deploy
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): chat358
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): chat358
prompt: scripts.start:
prompt: version (0.0.0):
warn: About to write /Users/steve/Projects/SourceCode/nodejs/FayeObj/nodechat2/package.json
data:
data: {
data: version: '0.0.0',
data: subdomain: 'chat358',
data: name: 'chat358',
data: scripts: { start: '' }
data: }
data:
prompt: Is this ok? (yes):
info: Analyzing your application dependencies in
warn: No application exists for chat358
warn: No application exists for chat358
info: Checking app availability chat358
info: Checking app availability chat358
info: Creating app chat358
info: Creating app chat358
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment