Created
November 10, 2012 00:44
-
-
Save dfmcphee/4049266 to your computer and use it in GitHub Desktop.
Error from meteor deploy to nodejitsu
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
server:bundle dom$ jitsu deploy | |
info: Welcome to Nodejitsu nko3-breakfast-club | |
info: jitsu v0.11.0, node v0.8.9 | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command deploy | |
info: Analyzing application dependencies in node server/server.js | |
info: Creating snapshot 0.0.0-2 | |
info Uploading: [=============================] 99% | |
info: Updating app nko3-breakfast-club | |
info: Activating snapshot 0.0.0-2 for nko3-breakfast-club | |
info: Starting app nko3-breakfast-club | |
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 prematurely exited | |
error: | |
error: This type of error is usually a user error. | |
error: Error output from app: | |
error: | |
error: /opt/haibu/apps/nko3-breakfast-club/nko3-breakfast-club/package/server/node_modules/fibers/fibers.js:13 | |
error: throw new Error('`'+ modPath+ '.node` is missing. Try reinstalling `node-fibe | |
error: ^ | |
error: Error: `/opt/haibu/apps/nko3-breakfast-club/nko3-breakfast-club/package/server/node_modules/fibers/bin/sunos-x64-v8-3.11/fibers.node` is missing. Try reinstalling `node-fibers`? | |
error: at Object.<anonymous> (/opt/haibu/apps/nko3-breakfast-club/nko3-breakfast-club/package/server/node_modules/fibers/fibers.js:13:8) | |
error: at Module._compile (module.js:449:26) | |
error: at Object.Module._extensions..js (module.js:467:10) | |
error: at Module.load (module.js:356:32) | |
error: at Function.Module._load (module.js:312:12) | |
error: at Module.require (module.js:362:17) | |
error: at require (module.js:378:17) | |
error: at Object.<anonymous> (/opt/haibu/apps/nko3-breakfast-club/nko3-breakfast-club/package/server/server.js:3:1) | |
error: at Module._compile (module.js:449:26) | |
error: at Object.Module._extensions..js (module.js:467: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