Skip to content

Instantly share code, notes, and snippets.

@andyinabox
Created October 11, 2012 04:52
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 andyinabox/3870249 to your computer and use it in GitHub Desktop.
Save andyinabox/3870249 to your computer and use it in GitHub Desktop.
Nodejitsu deploy error
{
"name": "hotair",
"description": "A game for gasbags.",
"version": "0.2.0-2",
"private": true,
"scripts": {
"start": "node app.js"
},
"dependencies": {
"express": "3.0.0rc1",
"jade": "0.27.2",
"nano": "3.3.2",
"path": "0.4.9",
"twit": "0.1.8",
"lodash": "0.7.0",
"q": "0.8.8",
"cron": "1.0.1",
"time": "0.8.3",
"useragent": "1.1.0",
"querystring": "0.1.0"
},
"subdomain": "hotair",
"domains": [
"hotairgame.com",
"www.hotairgame.com"
],
"engines": {
"node": "0.8.x"
}
}
/*
info: Welcome to Nodejitsu notioncollective
info: jitsu v0.9.8
info: It worked if it ends with Nodejitsu ok
info: Executing command apps start hotair
info: Starting app hotair
error: Error running command apps start hotair
error: Nodejitsu Error (500): Internal Server Error
warn: Error returned from Nodejitsu
error: Error: socket hang up
error: at createHangUpError (http.js:1264:15)
error: at Socket.socketOnEnd (http.js:1352:23)
error: at TCP.onread (net.js:418:26)
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