Last active
December 21, 2015 05:18
-
-
Save ee7klt/6255415 to your computer and use it in GitHub Desktop.
barebones meteor app nodejitsu 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
localhost:nodejitsu-test macgeekalex$ jitsu deploy | |
info: Welcome to Nodejitsu thetrystero | |
info: jitsu v0.13.0, node v0.10.12 | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command deploy | |
info: Analyzing application dependencies in meteor | |
warn: Local package version appears to be old | |
warn: The package.json version will be incremented automatically | |
warn: About to write /Volumes/Prodigy RAIDER PRO/Users/macgeekalex/Documents/Copy/Copy/Stanford Online/Startup Engineering/MeteorTest/nodejitsu-test/package.json | |
data: | |
data: { | |
data: engines: { node: '0.10.x' }, | |
data: name: 'nodejitsu-test', | |
data: scripts: { start: 'meteor' }, | |
data: subdomain: 'undefined-nodejitsu-test', | |
data: version: '0.0.0-2' | |
data: } | |
data: | |
prompt: Is this ok?: (yes) | |
info: Creating snapshot 0.0.0-2 | |
info Uploading: [=============================] 100% | |
info: Updating app nodejitsu-test | |
info: Activating snapshot 0.0.0-2 for nodejitsu-test | |
info: Starting app nodejitsu-test | |
error: Error running command deploy | |
error: Nodejitsu Error (500): Internal Server Error | |
warn: Error returned from Nodejitsu | |
error: Error: Application crashed with the following output: | |
error: | |
error: module.js:340 | |
error: throw err; | |
error: ^ | |
error: Error: Cannot find module '/opt/run/snapshot/package/meteor' | |
error: at Function.Module._resolveFilename (module.js:338:15) | |
error: at Function.Module._load (module.js:280:25) | |
error: at Function.Module.runMain (module.js:497:10) | |
error: at startup (node.js:119:16) | |
error: at node.js:901:3 | |
error: | |
error: at AppController._startDrone.connection.on.connection.exec.stream.on.nodejitsu.emit.action (/root/nodejitsu/lib/nodejitsu/resources/app/controller.js:585:26) | |
error: at Servers.free (/root/nodejitsu/node_modules/conservatory-api/lib/client/servers.js:89:5) | |
error: at Request.onComplete [as _callback] (/root/nodejitsu/node_modules/conservatory-api/lib/client/client.js:161:7) | |
error: at Request.init.self.callback (/root/nodejitsu/node_modules/conservatory-api/node_modules/request/main.js:127:22) | |
error: at Request.EventEmitter.emit (events.js:99:17) | |
error: at Request.<anonymous> (/root/nodejitsu/node_modules/conservatory-api/node_modules/request/main.js:767:16) | |
error: at Request.EventEmitter.emit (events.js:126:20) | |
error: at IncomingMessage.Request.start.self.req.self.httpModule.request.buffer (/root/nodejitsu/node_modules/conservatory-api/node_modules/request/main.js:729:14) | |
error: at IncomingMessage.EventEmitter.emit (events.js:126:20) | |
error: at IncomingMessage._emitEnd (http.js:367:10) | |
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