Created
April 12, 2012 13:06
-
-
Save thomasdavis/2367091 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
info: Welcome to Nodejitsu | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command deploy | |
info: Analyzing your application dependencies in server.js | |
warn: Local version appears to be old. | |
warn: Your package.json version will be incremented for you automatically. | |
warn: About to write /home/samot/repos/budder-server/package.json | |
data: | |
data: { | |
data: version: '0.0.0-2', | |
data: name: 'budder', | |
data: scripts: { start: 'server.js' }, | |
data: engines: { node: '0.6.x' }, | |
data: subdomain: 'budder' | |
data: } | |
data: | |
prompt: Is this ok? (yes): | |
warn: Creating new snapshot for version 0.0.0-2 | |
info: Done creating snapshot 0.0.0-2 | |
info: Updating application budder | |
info: Activating snapshot 0.0.0-2 for budder | |
info: Stopping app budder | |
info: App budder is now stopped | |
info: Starting app budder | |
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: carapace has wrapped: /usr/local/src/theboys/budder/budder-server/server.js | |
error: node.js:201 | |
error: throw e; // process.nextTick error, or 'error' event on first tick | |
error: ^ | |
error: Error: listen EACCES | |
error: at errnoException (net.js:670:11) | |
error: at Array.0 (net.js:756:28) | |
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