Skip to content

Instantly share code, notes, and snippets.

@kwhinnery
Created November 28, 2012 17:13
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 kwhinnery/4162608 to your computer and use it in GitHub Desktop.
Save kwhinnery/4162608 to your computer and use it in GitHub Desktop.
Kevins-MacBook-Air:teachfor.me kevin$ jitsu deploy
info: Welcome to Nodejitsu kwhinnery
info: jitsu v0.11.3, node v0.8.15
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in server.js
warn: Local package version appears to be old
warn: The package.json version will be incremented automatically
warn: About to write /Users/kevin/dev/teachfor.me/package.json
data:
data: {
data: name: 'teachfor.me',
data: scripts: { start: 'server.js' },
data: dependencies: {
data: mongoose: '3.x',
data: underscore: '1.x',
data: request: '2.x',
data: express: '2.x',
data: connect: '2.x',
data: bcrypt: '0.7.x',
data: ejs: '0.8.x'
data: },
data: engines: { node: '0.8.x' },
data: env: { PYTHON: '/opt/local/bin/python2.7' },
data: version: '0.0.0-11',
data: subdomain: 't4me'
data: }
data:
prompt: Is this ok?: (yes)
info: Creating snapshot 0.0.0-11
info Uploading: [=============================] 100%
info: Updating app teachfor.me
info: Activating snapshot 0.0.0-11 for teachfor.me
info: Starting app teachfor.me
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
error: There was an error while attempting to deploy the app
error:
error: tar exited with code: 2
error: Error output from Haibu:
error:
error: Error: tar exited with code: 2
error: at ChildProcess.Tar.init (/root/haibu-orchestra/node_modules/haibu/lib/haibu/repositories/tar.js:58:26)
error: at ChildProcess.EventEmitter.emit (events.js:91:17)
error: at Process._handle.onexit (child_process.js:674: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: <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