Created
October 9, 2012 01:10
-
-
Save jeffthink/3855980 to your computer and use it in GitHub Desktop.
Nodejitsu deploy 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
info: Updating app dylans-fridge | |
info: Activating snapshot 0.0.1-5 for dylans-fridge | |
info: Starting app dylans-fridge | |
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/jeffthink/dylans-fridge/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/jeffthink/dylans-fridge/package/server/node_modules/fibers/bin/solaris-x64-v8-3.11/fibers.node` is missing. Try reinstalling `node-fibers`? | |
error: at Object.<anonymous> (/opt/haibu/apps/jeffthink/dylans-fridge/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/jeffthink/dylans-fridge/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]> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not familiar with git or gist, but I have a question about this error, because it appears a lot when deploying to nodejitsu. I dont't know what is wrong, because the fiber packages I have deleted from the meteor bundle and then I do "npm install fibers" to get a fresh copy.
Sometimes it works when I try to deploy multiple times. But it can take up to 20 tries. I can't understand what's wrong. Is it something in my code? Maybe, there is something wrong with my package.json? I like to have more information about this error. Can you help me?