Skip to content

Instantly share code, notes, and snippets.

Created October 7, 2012 00:21
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/3846613 to your computer and use it in GitHub Desktop.
Save anonymous/3846613 to your computer and use it in GitHub Desktop.
Derby Test app
C:\Users\Kevin Simper\derby\test>jitsu deploy
info: Welcome to Nodejitsu kevindish
info: jitsu v0.9.8
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in server.js
warn: Local package version appears to be old
warn: The package.json version will be incremented automatically
warn: About to write C:\Users\Kevin Simper\derby\test\package.json
warn: Using '*' as a version for dependencies may eventually cause issues
warn: Use specific versions for dependencies to avoid future problems
warn: See: http://package.json.jit.su for more information
data:
data: {
data: private: true,
data: dependencies: {
data: derby: '*',
data: express: '3.0.0beta4',
data: gzippo: '>=0.1.7'
data: },
data: scripts: { start: 'server.js' },
data: engines: { node: '0.8.x' },
data: name: 'test',
data: description: '',
data: main: './server.js',
data: subdomain: 'kevindish.test',
data: version: '0.0.0-1'
data: }
data:
prompt: Is this ok?: (yes)
info: Creating snapshot 0.0.0-1
info: Updating app test
info: Activating snapshot 0.0.0-1 for test
info: Starting app test
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:1263:15)
error: at Socket.socketOnEnd (http.js:1351: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>
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