Skip to content

Instantly share code, notes, and snippets.

@rodogu
Created October 9, 2013 17:48
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 rodogu/ca16083832dac709bcda to your computer and use it in GitHub Desktop.
Save rodogu/ca16083832dac709bcda to your computer and use it in GitHub Desktop.
debug: stack: 'Error: Errors occured while starting the application\n at onStarted (/root/nodejitsu/lib/nodejitsu/resources/app/controller.js:789:16)\n at respond (/root/nodejitsu/lib/nodejitsu/resources/app/controller.js:514:14)\n at AppController._startDrone.server (/root/nodejitsu/lib/nodejitsu/resources/app/controller.js:561:16)\n at _asyncMap (/root/nodejitsu/node_modules/async/lib/async.js:226:13)\n at async.eachSeries.iterate (/root/nodejitsu/node_modules/async/lib/async.js:136:25)\n at _asyncMap (/root/nodejitsu/node_modules/async/lib/async.js:223:17)\n at async.series.results (/root/nodejitsu/node_modules/async/lib/async.js:550:34)\n at Servers.free (/root/nodejitsu/node_modules/conservatory-api/lib/client/servers.js:89:5)\n at Request.onComplete [as _callback] (/root/nodejitsu/node_modules/conservatory-api/lib/client/client.js:161:7)\n at Request.init.self.callback (/root/nodejitsu/node_modules/conservatory-api/node_modules/request/main.js:127:22)',
debug: errors:
debug: [ { message: 'Application failed to start',
debug: stack: 'Error: Application failed to start\n at ChannelStream.exports.start (/root/nodejitsu/node_modules/nodejitsu-drone/lib/nodejitsu-drone/drone.js:69:31)\n at ChannelStream.EventEmitter.emit [as _emit] (events.js:96:17)\n at ChannelStream.emit (/root/nodejitsu/node_modules/nodejitsu-drone/node_modules/ssh2/lib/Channel.js:547:12)\n at Parser.<anonymous> (/root/nodejitsu/node_modules/nodejitsu-drone/node_modules/ssh2/lib/Channel.js:134:22)\n at Parser.EventEmitter.emit (events.js:96:17)\n at Parser.parseChRequest (/root/nodejitsu/node_modules/nodejitsu-drone/node_modules/ssh2/lib/Parser.js:360:10)\n at Parser.parsePacket (/root/nodejitsu/node_modules/nodejitsu-drone/node_modules/ssh2/lib/Parser.js:597:12)\n at Parser.execute (/root/nodejitsu/node_modules/nodejitsu-drone/node_modules/ssh2/lib/Parser.js:221:14)\n at Socket.Connection.connect._sock.once.err.level (/root/nodejitsu/node_modules/nodejitsu-drone/node_modules/ssh2/lib/Connection.js:1332:18)',
debug: name: 'Error',
debug: solenoid: 'info: Running start for app.\ninfo: Cleaning /opt/run\ninfo: Fetching application snapshot...\ninfo: Application snapshot fetched.\ninfo: Unpacking snapshot...\ninfo: Reading `package.json`...\nDetermining node engine...v0.10.17\ninfo: Starting application...\ninfo: Spawn: start --min-uptime 2000 -o /opt/run/forza.log -- forza -h 72.2.115.35:8556 -h 72.2.115.133:8556 -h 72.2.115.112:8556 -h 72.2.115.136:8556 -h 72.2.115.155:8556 --start-log /opt/run/start.log --app-user rodogu --app-name comalatech-firechat -- /opt/engines/node/v0.10.17/bin/node app.js\ninfo: `aeternum` pid: 79560\ninfo: Writing pidfile: /root/app.pid\ninfo: Tailing forza log: /opt/run/start.log\ninfo: Tail closing..\ninfo: Success:start\n',
debug: output: 'starting up\nconnecting to https://foobar/\nlistening to https://foobar/\n',
debug: blame: 'application' } ] } }
error: Error running command deploy
error: Errors occured while starting the application
error: Error output from application. This is usually a user error.
error: starting up
error: connecting to https://foobar/
error: listening to https://foobar/
error:
error: Error starting application. This could be a user error.
error: info: Running start for app.
error: info: Cleaning /opt/run
error: info: Fetching application snapshot...
error: info: Application snapshot fetched.
error: info: Unpacking snapshot...
error: info: Reading `package.json`...
error: Determining node engine...v0.10.17
error: info: Starting application...
error: info: Spawn: start --min-uptime 2000 -o /opt/run/forza.log -- forza -h 72.2.115.35:8556 -h 72.2.115.133:8556 -h 72.2.115.112:8556 -h 72.2.115.136:8556 -h 72.2.115.155:8556 --start-log /opt/run/start.log --app-user rodogu --app-name comalatech-firechat -- /opt/engines/node/v0.10.17/bin/node app.js
error: info: `aeternum` pid: 79560
error: info: Writing pidfile: /root/app.pid
error: info: Tailing forza log: /opt/run/start.log
error: info: Tail closing..
error: info: Success:start
error:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment