Skip to content

Instantly share code, notes, and snippets.

@blakmatrix
Forked from flufy3d/jitsubug
Created July 3, 2012 06:11
Show Gist options
  • Save blakmatrix/3038006 to your computer and use it in GitHub Desktop.
Save blakmatrix/3038006 to your computer and use it in GitHub Desktop.
jitsu deploy log
E:\github\deliverance\client>jitsu deploy
info: Welcome to Nodejitsu flufy3d
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing your application dependencies in app.js
warn: Local version appears to be old
warn: Your package.json version will be incremented for you automatically
warn: About to write E:\github\deliverance\client\package.json
data:
data: {
data: engines: { node: '0.6.x' },
data: version: '0.0.1-9',
data: dependencies: { jade: '>= 0.0.1', express: '2.5.8' },
data: subdomain: 'del',
data: private: true,
data: scripts: { start: 'app.js' },
data: name: 'client'
data: }
data:
prompt: Is this ok? (yes):
info: Creating snapshot 0.0.1-9
info: Updating app client
info: Activating snapshot 0.0.1-9 for client
info: Stopping app client
info: App client is now stopped
info: Starting app client
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: events.js:48
error: throw arguments[1]; // Unhandled 'error' event
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:190:38)
info: Nodejitsu not ok
E:\github\deliverance\server>jitsu deploy
info: Welcome to Nodejitsu flufy3d
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing your application dependencies in main.js
warn: Local version appears to be old
warn: Your package.json version will be incremented for you automatically
warn: About to write E:\github\deliverance\server\package.json
data:
data: {
data: version: '0.1.0-16',
data: engines: { node: '0.6.x' },
data: name: 'server',
data: dependencies: { socket.io: '>0', mongoose: '>0' },
data: scripts: { start: 'main.js' },
data: subdomain: 'server'
data: }
data:
prompt: Is this ok? (yes):
info: Creating snapshot 0.1.0-16
info: Updating app server
info: Activating snapshot 0.1.0-16 for server
info: Stopping app server
info: App server is now stopped
info: Starting app server
error: Error running command deploy
error: socket hang up
error: Error: socket hang up
error: at createHangUpError (http.js:1124:15)
error: at Socket.socketOnEnd [as onend] (http.js:1272:23)
error: at TCP.onread (net.js:389:26)
info: Nodejitsu not ok
{
"name": "server",
"subdomain": "server",
"dependencies": {
"socket.io": ">0",
"mongoose": ">0"
},
"scripts": {
"start": "main.js"
},
"version": "0.1.0-17",
"engines": {
"node": "0.6.x"
},
"bundleDependencies": [ "mongoose" ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment