Skip to content

Instantly share code, notes, and snippets.

@blakmatrix
Created February 15, 2013 02:16
Show Gist options
  • Save blakmatrix/4958115 to your computer and use it in GitHub Desktop.
Save blakmatrix/4958115 to your computer and use it in GitHub Desktop.
$ jitsu deploy -c [18:14:50]
info: Welcome to Nodejitsu blakmatrix
info: jitsu v0.12.0, node v0.8.19
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Skipping require-analyzer because noanalyze option is set
info: Skipping require-analyzer because noanalyze option is set
warn: Local package version appears to be old
warn: The package.json version will be incremented automatically
warn: About to write /Users/blakmatrix/projects/test/vm/package.json
data:
data: {
data: subdomain: 'blakmatrix.vm-test',
data: name: 'vm-test',
data: scripts: { start: 'node server.js' },
data: version: '0.0.1-2',
data: analyze: false,
data: author: 'Farrin',
data: engines: { node: '0.8.x' },
data: description: 'vm test of unix socket',
data: dependencies: {}
data: }
data:
info: Creating snapshot 0.0.1-2
info Uploading: [=============================] 100%
info: Updating app vm-test
info: Activating snapshot 0.0.1-2 for vm-test
info: Starting app vm-test
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
error:
error: There was an error while attempting to start the app
error: Error spawning drone
error: Script took too long to listen on a socket
error:
error: This type of error is usually a user error.
error: Error output from app:
error:
error: vm.runInThisContext: 10ms
error: vm.runInNewContext: 9445ms
error: script.runInThisContext: 7ms
error: script.runInNewContext: 9093ms
help: For help with this error contact Nodejitsu Support:
help: webchat: <http://webchat.nodejitsu.com/>
help: irc: <irc://chat.freenode.net/#nodejitsu>
help: email: <[email protected]>
help:
help: Copy and paste this output to a gist (http://gist.github.com/)
info: Nodejitsu not ok
FAIL: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment