Skip to content

Instantly share code, notes, and snippets.

@ryanstevens
Created March 5, 2012 22:12
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 ryanstevens/1981526 to your computer and use it in GitHub Desktop.
Save ryanstevens/1981526 to your computer and use it in GitHub Desktop.
arn: Creating new snapshot for version 0.2.0-31
info: Done creating snapshot 0.2.0-31
info: Updating application rootmusic-opg-test
info: Activating snapshot 0.2.0-31 for rootmusic-opg-test
info: Stopping app rootmusic-opg-test
info: App rootmusic-opg-test is now stopped
info: Starting app rootmusic-opg-test
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: The "sys" module is now called "util". It should have a similar interface.
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: ^
error: TypeError: Object function createServer() {
error: function app(req, res){ app.handle(req, res); }
error: utils.merge(app, proto);
error: utils.merge(app, EventEmitter.prototype);
error: app.route = '/';
error: app.stack = [].slice.apply(arguments);
error: return app;
error: } has no method 'router'
error: at Object.middleware (/usr/local/src/boundit/rootmusic-opg-test/opg_test/node_modules/everyauth/index.js:50:15)
error: at Object.<anonymous> (/usr/local/src/boundit/rootmusic-opg-test/opg_test/app.js:45:13)
error: at Module._compile (module.js:441:26)
error: at Object..js (module.js:459:10)
error: at Module.load (module.js:348:31)
error: at Function._load (module.js:308:12)
error: at Function.runMain (module.js:479: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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment