Skip to content

Instantly share code, notes, and snippets.

@goloroden
Created January 15, 2012 01:32
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 goloroden/1613790 to your computer and use it in GitHub Desktop.
Save goloroden/1613790 to your computer and use it in GitHub Desktop.
golo@Eisbaer:~/Projekte/de.goloroden.www/website$ jitsu deploy
info: Welcome to Nodejitsu
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Authenticated as goloroden
info: Analyzing your application dependencies in app.js
warn: Creating new snapshot for version 0.0.82
info: Done creating snapshot 0.0.82
info: Updating application de.goloroden.www
info: Activating snapshot 0.0.82 for de.goloroden.www
info: Stopping app goloroden/de.goloroden.www
info: App goloroden/de.goloroden.www is now stopped
info: Starting app goloroden/de.goloroden.www
help:
help: Usage:
help:
help: Deploys an application using the following steps:
help:
help: 1. Creates the application (if necessary)
help: 2. Creates or validates the package.json
help: 3. Packages and creates a new snapshot
help: 4. Stops the application (if necessary)
help: 5. Starts the application
help:
help: jitsu deploy
help: jitsu apps deploy
help:
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: Warning: connection.session() MemoryStore is not
error: designed for a production environment, as it will leak
error: memory, and obviously only work within a single process.
error: node.js:201
error: throw e; // process.nextTick error, or 'error' event on first tick
error: ^
error: TypeError: Cannot read property 'port' of null
error: at Object.<anonymous> (/usr/local/src/goloroden/de.goloroden.www/website/app.js:62:76)
error: at Module._compile (module.js:432:26)
error: at Object..js (module.js:450:10)
error: at Module.load (module.js:351:31)
error: at Function._load (module.js:310:12)
error: at Function.runMain (module.js:470:10)
error: at Array.0 (/root/haibu-orchestra/node_modules/haibu/node_modules/haibu-carapace/lib/carapace.js:190:30)
error: at EventEmitter._tickCallback (node.js:192:40)
info: Nodejitsu not ok
golo@Eisbaer:~/Projekte/de.goloroden.www/website$ less app.js
golo@Eisbaer:~/Projekte/de.goloroden.www/website$ node app.js
The "sys" module is now called "util". It should have a similar interface.
Express server listening on port 3000 in development mode
golo@Eisbaer:~/Projekte/de.goloroden.www/website$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment