Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

Created July 13, 2012 22:09
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/3107869 to your computer and use it in GitHub Desktop.
Save anonymous/3107869 to your computer and use it in GitHub Desktop.
nowherestudios nodejitsu deploy issue
Express server listening on port 3000 in development mode
^Cysteins-Mac:Express Site cope$ jitsu deploy
info: Welcome to Nodejitsu nowherestudios
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing your application dependencies in server.js
info: Checking app availability simplesite
error: The subdomain you have requested is already in use.
prompt: subdomain: (nowherestudios.Express Site.nowherestudios) nowherestudios
info: Checking app availability simplesite
info: Creating app simplesite
info: Creating snapshot 0.1.0
info: Updating app simplesite
info: Activating snapshot 0.1.0 for simplesite
info: Starting app simplesite
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:781:11)
error: at Object.afterConnect [as oncomplete] (net.js:772:19)
info: Nodejitsu not ok
ysteins-Mac:Express Site cope$ jitsu logs
info: Welcome to Nodejitsu nowherestudios
info: It worked if it ends with Nodejitsu ok
info: Executing command logs app
info: Attempting to load logs for /Users/cope/Dropbox/nowhere studios/websites/Express Site/package.json
info: Listing logs for simplesite
warn: No logs for simplesite in specified timespan
info: Nodejitsu ok
ysteins-Mac:Express Site cope$
info: Starting app simplesite
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
error:
error: There was an error while attempting to start your application.
error: Error spawning drone
error: Script prematurely exited
error:
error: This type of error is usually a user error.
error: Error output from your application:
error:
error: /opt/haibu/apps/nowherestudios/simplesite/package/server.js:35
error: .log("Express server listening on port %d in %s mode", app.address().port, app
error: ^
error: TypeError: Cannot read property 'port' of null
error: at Object.<anonymous> (/opt/haibu/apps/nowherestudios/simplesite/package/server.js:35:76)
error: at Module._compile (module.js:446:26)
error: at Object..js (module.js:464:10)
error: at Module.load (module.js:353:31)
error: at Function._load (module.js:311:12)
error: at Function.runMain (module.js:484:10)
error: at Array.0 (/opt/haibu/carapace-versions/0.6.19/node_modules/haibu-carapace/lib/carapace.js:190:30)
error: at EventEmitter._tickCallback (node.js:190:38)
info: Nodejitsu not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment