Skip to content

Instantly share code, notes, and snippets.

Created August 10, 2012 20:47
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/c0f24a6de391d8189ce8 to your computer and use it in GitHub Desktop.
Save anonymous/c0f24a6de391d8189ce8 to your computer and use it in GitHub Desktop.
jitsu deploy start
info: Welcome to Nodejitsu sdomino
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy start
info: Analyzing your application dependencies in server.js
warn: Local version appears to be old
warn: Your package.json version will be incremented for you automatically
warn: About to write /Users/Delorum3/Sites/Sandbox/ciconf/package.json
warn: Using '*' as version for dependencies may eventually cause issues.
warn: Please use specific versions for dependencies to avoid future problems.
data:
data: {
data: dependencies: { socket.io: '*' },
data: scripts: { start: 'server.js' },
data: subdomain: 'sdomino.ciconf',
data: version: '0.2.12-2',
data: engines: { node: '0.8.x' },
data: name: 'ciconf'
data: }
data:
prompt: Is this ok?: (yes) yes
info: Creating snapshot 0.2.12-2
info: Updating app ciconf
info: Activating snapshot 0.2.12-2 for ciconf
info: Starting app ciconf
error: Error running command deploy start
error: Nodejitsu Error (500): Internal Server Error
error: There was an error while attempting to deploy your application.
error:
error: NPM Install failed
error: NPM failed to install dependencies
error:
error: This type of error is usually a user error.
error: Error output from Haibu:
error:
error: npm WARN package.json ciconf@0.2.12-2 No README.md file found!
error: npm http GET https://registry.npmjs.org/socket.io
error: npm http 200 https://registry.npmjs.org/socket.io
error: npm http GET https://registry.npmjs.org/socket.io/-/socket.io-0.9.10.tgz
error: npm http 200 https://registry.npmjs.org/socket.io/-/socket.io-0.9.10.tgz
error: npm http GET https://registry.npmjs.org/socket.io-client/0.9.10
error: npm http GET https://registry.npmjs.org/policyfile/0.0.4
error: npm http GET https://registry.npmjs.org/redis/0.7.2
error: npm http 200 https://registry.npmjs.org/policyfile/0.0.4
error: npm http GET https://registry.npmjs.org/policyfile/-/policyfile-0.0.4.tgz
error: npm http 200 https://registry.npmjs.org/redis/0.7.2
error: npm http GET https://registry.npmjs.org/redis/-/redis-0.7.2.tgz
error: npm http 404 https://registry.npmjs.org/socket.io-client/0.9.10
error: npm ERR! Error: version not found: 0.9.10 : socket.io-client/0.9.10
error: npm ERR! at RegClient.<anonymous> (/opt/haibu/node-versions/0.8.5/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:246:14)
error: npm ERR! at Request.init.self.callback (/opt/haibu/node-versions/0.8.5/lib/node_modules/npm/node_modules/request/main.js:120:22)
error: npm ERR! at Request.EventEmitter.emit (events.js:91:17)
error: npm ERR! at Request.<anonymous> (/opt/haibu/node-versions/0.8.5/lib/node_modules/npm/node_modules/request/main.js:555:16)
error: npm ERR! at Request.EventEmitter.emit (events.js:88:17)
error: npm ERR! at IncomingMessage.Request.start.self.req.self.httpModule.request.buffer (/opt/haibu/node-versions/0.8.5/lib/node_modules/npm/node_modules/request/main.js:517:14)
error: npm ERR! at IncomingMessage.EventEmitter.emit (events.js:115:20)
error: npm ERR! at IncomingMessage._emitEnd (http.js:366:10)
error: npm ERR! at HTTPParser.parserOnMessageComplete [as onMessageComplete] (http.js:149:23)
error: npm ERR! at CleartextStream.socketOnData (http.js:1366:20)
error: npm ERR! If you need help, you may report this log at:
error: npm ERR! <http://github.com/isaacs/npm/issues>
error: npm ERR! or email it to:
error: npm ERR! <npm-@googlegroups.com>
error:
error: npm ERR! System SunOS 5.11
error: npm ERR! command "/opt/haibu/node-versions/0.8.5/bin/node" "/opt/haibu/node-versions/0.8.5/bin/npm" "--unsafe-perm" "true" "--cache" "/opt/haibu/apps/sdomino/ciconf/.npm" "--userconfig" "/opt/haibu/apps/sdomino/ciconf/.userconfig" "--globalconfig" "/opt/haibu/apps/sdomino/ciconf/.globalconfig" "install"
error: npm ERR! cwd /opt/haibu/apps/sdomino/ciconf/package
error: npm ERR! node -v v0.8.5
error: npm ERR! npm -v 1.1.46
error: npm http 200 https://registry.npmjs.org/policyfile/-/policyfile-0.0.4.tgz
error: npm http 200 https://registry.npmjs.org/redis/-/redis-0.7.2.tgz
error: npm ERR!
error: npm ERR! Additional logging details can be found in:
error: npm ERR! /opt/haibu/apps/sdomino/ciconf/package/npm-debug.log
error: npm ERR! not ok code 0
error:
info: Nodejitsu not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment