Skip to content

Instantly share code, notes, and snippets.

@calvinbushor
Created November 26, 2012 18:46
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 calvinbushor/4149862 to your computer and use it in GitHub Desktop.
Save calvinbushor/4149862 to your computer and use it in GitHub Desktop.
jitsu deploy bcrypt fail
info: Welcome to Nodejitsu calvinbushor
info: jitsu v0.9.8
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in app.js
warn: Local package version appears to be old
warn: The package.json version will be incremented automatically
warn: About to write /Users/calvinbushor/Sites/team-mate/team-mate-api/package.json
warn: Using '*' as a version for dependencies may eventually cause issues
warn: Use specific versions for dependencies to avoid future problems
warn: See: http://package.json.jit.su for more information
data:
data: {
data: env: { PYTHON: '/opt/local/bin/python2.7' },
data: subdomain: 'team-mate-api',
data: scripts: { start: 'app.js' },
data: version: '0.0.1-39',
data: name: 'teammat-api',
data: dependencies: {
data: bcrypt: '0.7.3',
data: express: '3.0.0rc3',
data: nodeunit: '0.7.x',
data: ejs: '*',
data: request: '2.11.x',
data: mongodb: '1.2.x'
data: },
data: engines: { node: '0.6.x' },
data: private: true,
data: protocol: 'https'
data: }
data:
prompt: Is this ok?: (yes) yes
info: Creating snapshot 0.0.1-39
info: Updating app teammat-api
info: Activating snapshot 0.0.1-39 for teammat-api
info: Starting app teammat-api
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: Creating connection to database mongodb://localhost:27017
error: hashing
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