Skip to content

Instantly share code, notes, and snippets.

@feklee
Created September 29, 2012 09:27
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 feklee/3873344eb33ed8b6046e to your computer and use it in GitHub Desktop.
Save feklee/3873344eb33ed8b6046e to your computer and use it in GitHub Desktop.
jitsu deploy fails
>type package.json
{
"name": "rotogamesq",
"version": "0.1.0-6",
"subdomain": "rotogamesq",
"description": "ROTOGAMEsq, a game inspired by bathroom tiles",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "3.0.x",
"jade": "0.27.x"
},
"engines": {
"node": "0.8.x"
},
"repository": {
"type": "git",
"url": "https://github.com/feklee/rotogamesq"
},
"licenses": [
{
"type": "Apache License 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
]
}
>jitsu deploy
info: Welcome to Nodejitsu feklee
info: jitsu v0.9.8
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in node server.js
info: Creating snapshot 0.1.0-6
info: Updating app rotogamesq
info: Activating snapshot 0.1.0-6 for rotogamesq
info: Starting app rotogamesq
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
warn: Error returned from Nodejitsu
error: Error: connect ECONNREFUSED
error: at errnoException (net.js:769:11)
error: at Object.afterConnect [as oncomplete] (net.js:760:19)
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