Skip to content

Instantly share code, notes, and snippets.

@tttp
Created August 6, 2012 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tttp/3274660 to your computer and use it in GitHub Desktop.
Save tttp/3274660 to your computer and use it in GitHub Desktop.
Nodejitsu not ok
With 0.6
info: Creating snapshot 0.0.1-5
info: Updating app civibot
info: Activating snapshot 0.0.1-5 for civibot
info: Starting app civibot
error: Error running command deploy
error: socket hang up
error: Error: socket hang up
error: at createHangUpError (http.js:1253:15)
error: at CleartextStream.socketCloseListener (http.js:1304:23)
error: at CleartextStream.EventEmitter.emit (events.js:115:20)
error: at SecurePair.destroy (tls.js:808:22)
error: at process.startup.processNextTick.process._tickCallback (node.js:244:9)
With 0.8
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
error:
error: There was an error while attempting to start your application.
error: Error spawning drone
error: Script prematurely exited
error:
error: This type of error is usually a user error.
error: Error output from your application:
error:
error: module.js:485
error: process.dlopen(filename, module.exports);
error: ^
error: Error: ld.so.1: node: fatal: /opt/haibu/apps/xavier/civibot/package/node_modules/node-xmpp/node_modules/node-expat/build/Release/node_expat.node: wrong ELF class: ELFCLASS64
error: at Object.Module._extensions..node (module.js:485:11)
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/xavier/civibot/package/node_modules/node-xmpp/node_modules/node-expat/lib/node-expat.js:4:13)
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)
info: Nodejitsu not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment