Created
October 29, 2012 21:09
-
-
Save kevindente/3976561 to your computer and use it in GitHub Desktop.
Jitsu deploy error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Welcome to Nodejitsu kevindente | |
info: jitsu v0.10.3-1, node v0.8.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 /Users/kevind/Documents/NodeApps/gtp/package.json | |
data: | |
data: { | |
data: version: '0.0.1-8', | |
data: engines: { node: '0.8.x', npm: '1.1.x' }, | |
data: scripts: { start: 'server.js', test: '' }, | |
data: name: 'gtp', | |
data: devDependencies: { | |
data: backbone: '>=0', | |
data: jsdom: '>=0', | |
data: mocha: '>=0', | |
data: sinon: '>=0' | |
data: }, | |
data: dependencies: { | |
data: yaml: '>= 0.1.2', | |
data: nib: '~0.7.1', | |
data: express: '~2', | |
data: qs: '>= 0.1.0', | |
data: mongoose: '~2', | |
data: passport-facebook: '~0.1.4', | |
data: passport-local: '~0.1.6', | |
data: step: '>=0', | |
data: backbone: '~0.9.2', | |
data: railway: '>= 0.1.6', | |
data: connect-mongo: '>= 0.1.9', | |
data: passport-google-oauth: '~0.1.4', | |
data: async: '~0.1.22', | |
data: request: '~2.9.203', | |
data: stylus: '>= 0', | |
data: passport-google: '~0.2.0', | |
data: coffee-script: '>= 1.1.1', | |
data: mime: '>= 1.2.2', | |
data: connect-assets: '>= 2.3.3', | |
data: moment: '~1.7.2', | |
data: accounting: '~0.3.2', | |
data: sugar: '>=0', | |
data: underscore: '~1.4.2', | |
data: jade: '>= 0', | |
data: connect: '~1', | |
data: mongodb: '>= 0.9.4-5', | |
data: passport: '~0.1.12', | |
data: aws-lib: 'git://github.com/kevindente/aws-lib.git#proxy-support', | |
data: jade-ext: '>= 0' | |
data: }, | |
data: subdomain: 'greaterthanparts', | |
data: main: 'server.js' | |
data: } | |
data: | |
prompt: Is this ok?: (yes) | |
info: Creating snapshot 0.0.1-8 | |
info Uploading: [============================ ] 95% | |
info: Updating app gtp | |
info: Activating snapshot 0.0.1-8 for gtp | |
info: Starting app gtp | |
error: Error running command deploy | |
error: socket hang up | |
info: | |
jitsu's client request timed out before the server could respond | |
info: This error may be due to network connection problems | |
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment