Skip to content

Instantly share code, notes, and snippets.

@seflless
Created August 28, 2011 21:21
Show Gist options
  • Save seflless/1177240 to your computer and use it in GitHub Desktop.
Save seflless/1177240 to your computer and use it in GitHub Desktop.
Error Deploying Jumpout App to no.de
vcr:overengineers francois$ git push jumpout.no.de master
Counting objects: 233, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (219/219), done.
Writing objects: 100% (233/233), 132.48 KiB, done.
Total 233 (delta 88), reused 0 (delta 0)
remote: Deploying node-service.
remote: revision: 5f9edd09a0d940deb73d34bad03e4d792ca3e61c
remote: timestamp: 2011-08-28T21-16-42.536359477
remote: Installing node module deps (from package.json).
remote: npm WARN invalid config node-version="v0.4"
remote: [email protected] ../../../local/lib/node_modules/ejs
remote: ./node_modules/ejs -> /home/node/local/lib/node_modules/ejs
remote: [email protected] ../../../local/lib/node_modules/uglify-js
remote: ./node_modules/uglify-js -> /home/node/local/lib/node_modules/uglify-js
remote: [email protected] ../../../local/lib/node_modules/stylus
remote: ├── [email protected]
remote: └── [email protected]
remote: ./node_modules/stylus -> /home/node/local/lib/node_modules/stylus
remote: [email protected] ../../../local/lib/node_modules/express
remote: ├── [email protected]
remote: ├── [email protected]
remote: └── [email protected]
remote: ./node_modules/express -> /home/node/local/lib/node_modules/express
remote: [email protected] ../../../local/lib/node_modules/browserify
remote: ├── [email protected]
remote: ├── [email protected]
remote: ├── [email protected]
remote: ├── [email protected]
remote: ├── [email protected] ([email protected])
remote: └── [email protected]
remote: ./node_modules/browserify -> /home/node/local/lib/node_modules/browserify
remote: [email protected] ../../../local/lib/node_modules/socket.io
remote: ├── [email protected]
remote: ├── [email protected]
remote: └── [email protected]
remote: ./node_modules/socket.io -> /home/node/local/lib/node_modules/socket.io
remote: [email protected] ./node_modules/ejs
remote: [email protected] ./node_modules/uglify-js
remote: [email protected] ./node_modules/stylus
remote: [email protected] ./node_modules/express
remote: [email protected] ./node_modules/browserify
remote: [email protected] ./node_modules/socket.io
remote: Starting node-service.
remote: error: Failed to start node server.
remote: * * * tail of the service log * * *
remote: [ Aug 28 21:17:01 Executing stop method (:kill). ]
remote: [ Aug 28 21:17:01 Executing start method ("/opt/nodejs/service-starter"). ]
remote: npm WARN invalid config node-version="v0.4"
remote:
remote: > [email protected] start /home/node/node-service/releases/2011-08-28T21-16-42.536359477
remote: > server/app.js
remote:
remote: sh: line 1: server/app.js: cannot execute [Permission denied]
remote: npm ERR! [email protected] start: `server/app.js`
remote: npm ERR! `sh "-c" "server/app.js"` failed with 126
remote: npm ERR!
remote: npm ERR! Failed at the [email protected] start script.
remote: npm ERR! This is most likely a problem with the jumpout package,
remote: npm ERR! not with npm itself.
remote: npm ERR! Tell the author that this fails on your system:
remote: npm ERR! server/app.js
remote: npm ERR! You can get their info via:
remote: npm ERR! npm owner ls jumpout
remote: npm ERR! There is likely additional logging output above.
remote: npm ERR!
remote: npm ERR! System SunOS 5.11
remote: npm ERR! command "/opt/nodejs/v0.4/bin/node" "/opt/nodejs/bin/npm" "start" "--node-version" "v0.4"
remote: npm ERR! cwd /home/node/node-service/releases/2011-08-28T21-16-42.536359477
remote: npm ERR! node -v v0.4.11
remote: npm ERR! npm -v 1.0.27
remote: npm ERR!
remote: npm ERR! Additional logging details can be found in:
remote: npm ERR! /home/node/node-service/releases/2011-08-28T21-16-42.536359477/npm-debug.log
remote: npm not ok
remote: failed
remote: [ Aug 28 21:17:02 Method "start" exited with status 0. ]
remote: [ Aug 28 21:17:02 Stopping because all processes in service exited. ]
remote: [ Aug 28 21:17:02 Executing stop method (:kill). ]
remote: [ Aug 28 21:17:02 Disabled. ]
remote: * * *
remote:
remote: Rolling back to default server.
remote: Starting node-service.
remote: Rollback succeeded.
To jumpout.no.de:repo
* [new branch] master -> master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment