Skip to content

Instantly share code, notes, and snippets.

@erichocean
Created January 12, 2013 22:55
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 erichocean/beb18056fe4ff0ca926e to your computer and use it in GitHub Desktop.
Save erichocean/beb18056fe4ff0ca926e to your computer and use it in GitHub Desktop.
mila:fohr-boot onitunes$ jitsu deploy
info: Welcome to Nodejitsu fohr
info: jitsu v0.11.4, node v0.8.17
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Skipping require-analyzer because noanalyze option is set
info: Skipping require-analyzer because noanalyze option is set
warn: Local package version appears to be old
warn: The package.json version will be incremented automatically
warn: About to write /Users/onitunes/Dropbox/code/fohr-boot/package.json
data:
data: {
data: contributors: [
data: { email: 'eocean@fohr.com', name: 'Erich Ocean' }
data: ],
data: author: { email: 'eocean@fohr.com', name: 'Fohr Inc.' },
data: devDependencies: {},
data: analyze: false,
data: dependencies: {},
data: engines: { node: '>=0.8' },
data: repository: { url: 'git://github.com/fohr/fohr-boot.git', type: 'git' },
data: scripts: { start: 'node ./bin/server' },
data: name: 'fohr-boot',
data: bugs: { url: 'https://github.com/fohr/fohr-boot/issues' },
data: subdomain: 'fohr',
data: version: '0.1.0-21',
data: main: '',
data: description: 'A very basic node.js helloworld application'
data: }
data:
prompt: Is this ok?: (yes)
info: Creating snapshot 0.1.0-21
info Uploading: [=============================] 100%
info: Updating app fohr-boot
info: Activating snapshot 0.1.0-21 for fohr-boot
info: Starting app fohr-boot
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: Target script does not exist: /opt/haibu/carapace-versions/0.8.16/node_modules/haibu-carapace/bin/carapace
error: Error output from Haibu:
error:
error: Error: Target script does not exist: /opt/haibu/carapace-versions/0.8.16/node_modules/haibu-carapace/bin/carapace
error: at /root/haibu-orchestra/node_modules/haibu/node_modules/forever-monitor/lib/forever-monitor/monitor.js:143:26
error: at process.startup.processNextTick.process._tickCallback (node.js:244: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
mila:fohr-boot onitunes$ jitsu deploy
info: Welcome to Nodejitsu fohr
info: jitsu v0.11.4, node v0.8.17
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Skipping require-analyzer because noanalyze option is set
info: Skipping require-analyzer because noanalyze option is set
warn: Local package version appears to be old
warn: The package.json version will be incremented automatically
warn: About to write /Users/onitunes/Dropbox/code/fohr-boot/package.json
data:
data: {
data: dependencies: {},
data: author: { email: 'eocean@fohr.com', name: 'Fohr Inc.' },
data: contributors: [
data: { email: 'eocean@fohr.com', name: 'Erich Ocean' }
data: ],
data: devDependencies: {},
data: engines: { node: '>=0.8' },
data: bugs: { url: 'https://github.com/fohr/fohr-boot/issues' },
data: repository: { url: 'git://github.com/fohr/fohr-boot.git', type: 'git' },
data: main: '',
data: analyze: false,
data: version: '0.1.0-22',
data: scripts: { start: 'node ./bin/server' },
data: subdomain: 'fohr',
data: description: 'A very basic node.js helloworld application',
data: name: 'fohr-boot'
data: }
data:
prompt: Is this ok?: (yes)
info: Creating snapshot 0.1.0-22
info Uploading: [=============================] 100%
info: Updating app fohr-boot
info: Activating snapshot 0.1.0-22 for fohr-boot
info: Starting app fohr-boot
info: App fohr-boot is now started
info: http://fohr.jit.su on Port 80
info: Nodejitsu ok
mila:fohr-boot onitunes$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment