Skip to content

Instantly share code, notes, and snippets.

Created February 26, 2013 17:01
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 anonymous/29064452bed87f5e2a6f to your computer and use it in GitHub Desktop.
Save anonymous/29064452bed87f5e2a6f to your computer and use it in GitHub Desktop.
bloxicles deploy error
Ambipom:server emlyn$ jitsu deploy
info: Welcome to Nodejitsu emlyn
info: jitsu v0.12.1, node v0.8.19
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in node app
warn: Local package version appears to be old
warn: The package.json version will be incremented automatically
warn: About to write /Users/emlyn/Dropbox/node/bloxicles/server/package.json
data:
data: {
data: dependencies: {
data: hexurl: '~0.2.0',
data: connect: '~2.7.3',
data: cookie: '0.0.5',
data: passport: '~0.1.15',
data: passport-local: '~0.1.6',
data: mongoose: '~3.5.7',
data: jade: '~0.28.1',
data: network-address: '0.0.3',
data: express: '~3.1.0',
data: connect-flash: '~0.1.0',
data: socket.io: '~0.9.13'
data: },
data: version: '0.0.1-21',
data: subdomain: 'bloxicles',
data: devDependencies: {
data: grunt-spritesmith: '~0.5.2',
data: grunt-json: '~0.1.1',
data: grunt-contrib-less: '~0.3.2',
data: grunt: '~0.3.17',
data: grunt-contrib-copy: '~0.3.2'
data: },
data: scripts: { start: 'node app' },
data: domains: [ 'bloxicl.es', 'bloxicles.com' ],
data: engines: { node: '0.8.x' },
data: private: true,
data: name: 'bloxicles'
data: }
data:
prompt: Is this ok?: (yes)
info: Creating snapshot 0.0.1-21
info Uploading: [=============================] 100%
info: Updating app bloxicles
info: Activating snapshot 0.0.1-21 for bloxicles
info: Starting app bloxicles
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
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