Skip to content

Instantly share code, notes, and snippets.

@jfstgermain
Created October 26, 2012 14:28
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save jfstgermain/3959144 to your computer and use it in GitHub Desktop.
[jfstgermain@cloud9]:/workspace$ jitsu deploy
info: Welcome to Nodejitsu creatix
info: jitsu v0.9.8
info: jitsu v0.9.8
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in app-compiled/server.js
Completed executing coffee
warn: Local package version appears to be old
warn: The package.json version will be incremented automatically
warn: About to write /var/lib/stickshift/9b2d343164844a09a1e9f4ccc903fee7/app-root/data/276715/package.json
data:
data: {
data: dependencies: {
data: express: '~2.5.11',
data: redis: '~0.8.1',
data: gm: '~1.3.2',
data: should: '~1.2.0',
data: express-messages-bootstrap: '~0.0.9',
data: ws: '~0.4.21',
data: mongoose-3x-types: '~1.0.5',
data: knox: '~0.3.1',
data: geocoder: '~0.1.0',
data: socket.io: '~0.9.10',
data: moment: '~1.7.0',
data: longjohn: '~0.0.3',
data: jitsu: '~0.9.8',
data: mongoose: '~3.1.2',
data: ejs: '~0.7.2',
data: async: '~0.1.22',
data: awssum: '~0.11.0',
data: imagemagick: '~0.1.3',
data: formidable: '~1.0.11',
data: connect: '~2.2.2',
data: connect-redis: '~1.3.0',
data: mongodb: '~1.1.7'
data: },
data: description: 'Social ad system for perverts',
data: license: 'BSD',
data: main: 'app-compiled/server.js',
data: scripts: {
data: predeploy: 'cake build',
data: test: 'echo "Error: no test specified" && exit 1',
data: start: 'app-compiled/server.js'
data: },
data: author: 'Jean-François St-Germain <jfstgermain@gmail.com> (https://github.com/jfstgermain)',
data: subdomain: 'meatme',
data: directories: { doc: 'docs' },
data: devDependencies: { mocha: '~1.5.0', coffee-script: '~1.3.3' },
data: name: 'meatme',
data: engines: { node: '0.8.x' },
data: repository: { type: 'git', url: 'git://github.com/jfstgermain/meatme.git' },
data: version: '0.0.0-39'
data: }
data:
prompt: Is this ok?: (yes) yes
info: Creating snapshot 0.0.0-39
info: Updating app meatme
info: Activating snapshot 0.0.0-39 for meatme
info: Starting app meatme
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
warn: Error returned from Nodejitsu
error: Error: socket hang up
error: at createHangUpError (http.js:1264:15)
error: at Socket.socketOnEnd (http.js:1352:23)
error: at TCP.onread (net.js:418:26)
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment