Skip to content

Instantly share code, notes, and snippets.

@borune
Created October 21, 2012 21:38
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 borune/3928596 to your computer and use it in GitHub Desktop.
Save borune/3928596 to your computer and use it in GitHub Desktop.
space server deploy error
C:\Users\Borune\Documents\Source\SPACE_server>jitsu deploy
info: Welcome to Nodejitsu Rune
info: jitsu v0.9.8
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in ./space_server.js
warn: Local package version appears to be old
warn: The package.json version will be incremented automatically
warn: About to write C:\Users\Borune\Documents\Source\SPACE_server\package.json
data:
data: {
data: description: 'The SPACE game infinit abyss server',
data: engines: { node: '*' },
data: subdomain: 'Rune.SPACE_server',
data: dependencies: { websocket: '' },
data: author: 'Borune',
data: version: '0.0.1-1',
data: main: 'space_server.js',
data: name: 'space_server',
data: scripts: { start: './space_server.js' },
data: keywords: [ 'Space game' ]
data: }
data:
prompt: Is this ok?: (yes) y
info: Creating snapshot 0.0.1-1
info: Updating app space_server
info: Activating snapshot 0.0.1-1 for space_server
info: Starting app space_server
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: Error: require.paths is removed. Use node_modules folders, or the NODE_PATH environmentvariable instead.
error: at Function.Module._compile.Object.defineProperty.get (module.js:386:11)
error: at Object.<anonymous> (/opt/haibu/apps/rune/space_server/package/space_server.js:11: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 Function.Module.runMain (module.js:492:10)
error: at carapace.run (/opt/haibu/carapace-versions/0.8.11/node_modules/haibu-carapace/lib/carapace.js:170:30)
error: at process.startup.processNextTick.process._tickCallback (node.js:2
44:9)
help: For help with this error contact Nodejitsu Support:
help: webchat: <http://webchat.nodejitsu.com/>
help: irc: <irc://chat.freenode.net/#nodejitsu>
help: email: <support@nodejitsu.com>
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