Skip to content

Instantly share code, notes, and snippets.

@svnlto

svnlto/err.bash Secret

Created December 29, 2013 19:54
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 svnlto/bd08dac9b1152dd73a18 to your computer and use it in GitHub Desktop.
Save svnlto/bd08dac9b1152dd73a18 to your computer and use it in GitHub Desktop.
error: Error running command deploy
error: Errors occured while starting the application
error: Error output from application. This is usually a user error.
error:
error: util.js:538
error: ctor.prototype = Object.create(superCtor.prototype, {
error: ^
error: TypeError: Cannot read property 'prototype' of undefined
error: at Object.exports.inherits (util.js:538:43)
error: at Object.<anonymous> (/opt/run/snapshot/package/node_modules/hapi/node_modules/shot/lib/index.js:64:6)
error: at Module._compile (module.js:449:26)
error: at Object.Module._extensions..js (module.js:467:10)
error: at Module.load (module.js:356:32)
error: at Function.Module._load (module.js:312:12)
error: at Module.require (module.js:362:17)
error: at require (module.js:378:17)
error: at Object.<anonymous> (/opt/run/snapshot/package/node_modules/hapi/node_modules/shot/index.js:1:80)
error: at Module._compile (module.js:449:26)
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: info: Starting application...
error: info: Spawn: start --min-uptime 2000 -o /opt/run/forza.log -- forza -h multiplex.nodejitsu.com -p 8556 --start-log /opt/run/start.log --app-user svnlto --app-name outofme-api -- node bin/dev
error: info: `aeternum` pid: 39605
error: info: Writing pidfile: /root/app.pid
error: info: Tailing forza log: /opt/run/start.log
error: info: Tail closing..
error: info: Retry # 1 with 1000ms interval
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