Created
November 3, 2012 04:07
-
-
Save gfranko/4005820 to your computer and use it in GitHub Desktop.
Nodejitsu Error
This file contains 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
$ jitsu deploy | |
info: Welcome to Nodejitsu gregfranko | |
info: jitsu v0.10.4, node v0.8.9 | |
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/gregfranko/OS/FantasyMMA/package.json | |
data: | |
data: { | |
data: version: '0.0.1-1', | |
data: scripts: { start: 'server.js' }, | |
data: name: 'fantasymma', | |
data: dependencies: { | |
data: express: '3.x', | |
data: jade: '0.27.6', | |
data: mongoose: '3.3.1', | |
data: node.io: '0.4.12', | |
data: stylus: '0.30.1' | |
data: }, | |
data: engines: { node: '0.8.x', npm: '1.1.x' }, | |
data: subdomain: 'fantasymma' | |
data: } | |
data: | |
prompt: Is this ok?: (yes) | |
info: Creating snapshot 0.0.1-1 | |
info Uploading: [=============================] 100% | |
info: Updating app fantasymma | |
info: Activating snapshot 0.0.1-1 for fantasymma | |
info: Starting app fantasymma | |
error: Error running command deploy | |
error: Nodejitsu Error (500): Internal Server Error | |
warn: Error returned from Nodejitsu | |
error: Error: conservatory Error (500): Internal Server Error | |
error: at Request.Client._request [as _callback] (/root/nodejitsu/node_modules/conservatory-api/node.js/lib/client/client.js:123:15) | |
error: at Request.init.self.callback (/root/nodejitsu/node_modules/request/main.js:120:22) | |
error: at Request.EventEmitter.emit (events.js:96:17) | |
error: at Request.<anonymous> (/root/nodejitsu/node_modules/request/main.js:555:16) | |
error: at Request.EventEmitter.emit (events.js:93:17) | |
error: at IncomingMessage.Request.start.self.req.self.httpModule.request.buffer (/root/nodejitsu/node_modules/request/main.js:517:14) | |
error: at IncomingMessage.EventEmitter.emit (events.js:123:20) | |
error: at IncomingMessage._emitEnd (http.js:366:10) | |
error: at HTTPParser.parserOnMessageComplete [as onMessageComplete] (http.js:149:23) | |
error: at Socket.socketOnData [as ondata] (http.js:1367:20) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have indeed solved it. Sorry for the inconvenience.