Skip to content

Instantly share code, notes, and snippets.

@MadRiver44
Created December 12, 2017 17:49
Show Gist options
  • Save MadRiver44/853fa6a27379c43a0ae5debd841787f7 to your computer and use it in GitHub Desktop.
Save MadRiver44/853fa6a27379c43a0ae5debd841787f7 to your computer and use it in GitHub Desktop.
heroku logs
2017-12-12T13:32:31.712818+00:00 app[web.1]: at require (internal/module.js:11:18)
2017-12-12T13:32:31.712819+00:00 app[web.1]: at Object.<anonymous> (/app/app.js:14:15)
2017-12-12T13:32:31.712820+00:00 app[web.1]: at Module._compile (module.js:635:30)
2017-12-12T13:32:31.724531+00:00 app[web.1]: npm ERR! code ELIFECYCLE
2017-12-12T13:32:31.726257+00:00 app[web.1]: npm ERR! [email protected] start: `node ./bin/www`
2017-12-12T13:32:31.724873+00:00 app[web.1]: npm ERR! errno 1
2017-12-12T13:32:31.726369+00:00 app[web.1]: npm ERR! Exit status 1
2017-12-12T13:32:31.726569+00:00 app[web.1]: npm ERR!
2017-12-12T13:32:31.726706+00:00 app[web.1]: npm ERR! Failed at the [email protected] start script.
2017-12-12T13:32:31.726834+00:00 app[web.1]: npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
2017-12-12T13:32:31.731265+00:00 app[web.1]:
2017-12-12T13:32:31.731427+00:00 app[web.1]: npm ERR! A complete log of this run can be found in:
2017-12-12T13:32:31.731543+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2017-12-12T13_32_31_728Z-debug.log
2017-12-12T13:32:31.803235+00:00 heroku[web.1]: Process exited with status 1
2017-12-12T13:32:31.818193+00:00 heroku[web.1]: State changed from starting to crashed
2017-12-12T17:33:46.000000+00:00 app[api]: Build started by user [email protected]
2017-12-12T17:33:46.000000+00:00 app[api]: Build failed -- check your build logs
2017-12-12T17:36:41.000000+00:00 app[api]: Build started by user [email protected]
2017-12-12T17:36:57.926721+00:00 heroku[web.1]: State changed from crashed to starting
2017-12-12T17:36:57.600424+00:00 app[api]: Release v6 created by user [email protected]
2017-12-12T17:36:57.600424+00:00 app[api]: Deploy 9c810777 by user [email protected]
2017-12-12T17:36:41.000000+00:00 app[api]: Build succeeded
2017-12-12T17:36:59.976179+00:00 heroku[web.1]: Starting process with command `npm start`
2017-12-12T17:37:02.468796+00:00 app[web.1]: throw err;
2017-12-12T17:37:02.468798+00:00 app[web.1]:
2017-12-12T17:37:02.468799+00:00 app[web.1]: Error: Cannot find module '../models/bookinstance'
2017-12-12T17:37:02.468783+00:00 app[web.1]: module.js:538
2017-12-12T17:37:02.468800+00:00 app[web.1]: at Function.Module._resolveFilename (module.js:536:15)
2017-12-12T17:37:02.468797+00:00 app[web.1]: ^
2017-12-12T17:37:02.468801+00:00 app[web.1]: at Function.Module._load (module.js:466:25)
2017-12-12T17:37:02.468802+00:00 app[web.1]: at Module.require (module.js:579:17)
2017-12-12T17:37:02.468803+00:00 app[web.1]: at require (internal/module.js:11:18)
2017-12-12T17:37:02.468805+00:00 app[web.1]: at Object.Module._extensions..js (module.js:646:10)
2017-12-12T17:37:02.468806+00:00 app[web.1]: at Function.Module._load (module.js:489:3)
2017-12-12T17:37:02.468804+00:00 app[web.1]: at Module._compile (module.js:635:30)
2017-12-12T17:37:02.468805+00:00 app[web.1]: at Module.load (module.js:554:32)
2017-12-12T17:37:02.468807+00:00 app[web.1]: at Module.require (module.js:579:17)
2017-12-12T17:37:02.468804+00:00 app[web.1]: at Object.<anonymous> (/app/controllers/bookController.js:5:20)
2017-12-12T17:37:02.468809+00:00 app[web.1]: at Object.Module._extensions..js (module.js:646:10)
2017-12-12T17:37:02.468809+00:00 app[web.1]: at Module._compile (module.js:635:30)
2017-12-12T17:37:02.468806+00:00 app[web.1]: at tryModuleLoad (module.js:497:12)
2017-12-12T17:37:02.468808+00:00 app[web.1]: at require (internal/module.js:11:18)
2017-12-12T17:37:02.468810+00:00 app[web.1]: at Module.load (module.js:554:32)
2017-12-12T17:37:02.468808+00:00 app[web.1]: at Object.<anonymous> (/app/routes/catalog.js:5:24)
2017-12-12T17:37:02.479813+00:00 app[web.1]: npm ERR! [email protected] start: `node ./bin/www`
2017-12-12T17:37:02.480161+00:00 app[web.1]: npm ERR!
2017-12-12T17:37:02.478805+00:00 app[web.1]: npm ERR! errno 1
2017-12-12T17:37:02.479908+00:00 app[web.1]: npm ERR! Exit status 1
2017-12-12T17:37:02.480318+00:00 app[web.1]: npm ERR! Failed at the [email protected] start script.
2017-12-12T17:37:02.480490+00:00 app[web.1]: npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
2017-12-12T17:37:02.478529+00:00 app[web.1]: npm ERR! code ELIFECYCLE
2017-12-12T17:37:03.373191+00:00 app[web.1]:
2017-12-12T17:37:03.373315+00:00 app[web.1]: npm ERR! A complete log of this run can be found in:
2017-12-12T17:37:03.373382+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2017-12-12T17_37_02_481Z-debug.log
2017-12-12T17:37:03.463816+00:00 heroku[web.1]: Process exited with status 1
2017-12-12T17:37:03.477395+00:00 heroku[web.1]: State changed from starting to crashed
2017-12-12T17:37:03.479808+00:00 heroku[web.1]: State changed from crashed to starting
2017-12-12T17:37:01.913482+00:00 app[web.1]: > [email protected] start /app
2017-12-12T17:37:01.913469+00:00 app[web.1]:
2017-12-12T17:37:01.913483+00:00 app[web.1]: > node ./bin/www
2017-12-12T17:37:01.913484+00:00 app[web.1]:
2017-12-12T17:37:07.310553+00:00 heroku[web.1]: Starting process with command `npm start`
2017-12-12T17:37:11.045181+00:00 app[web.1]:
2017-12-12T17:37:11.045197+00:00 app[web.1]: > [email protected] start /app
2017-12-12T17:37:11.045199+00:00 app[web.1]: > node ./bin/www
2017-12-12T17:37:11.045199+00:00 app[web.1]:
2017-12-12T17:37:12.613882+00:00 heroku[web.1]: State changed from starting to crashed
2017-12-12T17:37:12.598090+00:00 heroku[web.1]: Process exited with status 1
2017-12-12T17:37:13.985381+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=calm-everglades-12109.herokuapp.com request_id=e24d074b-4aa2-4a5b-afb3-761ad44945b5 fwd="68.195.40.182" dyno= connect= service= status=503 bytes= protocol=https
2017-12-12T17:37:12.418598+00:00 app[web.1]: module.js:538
2017-12-12T17:37:12.418611+00:00 app[web.1]: throw err;
2017-12-12T17:37:12.418612+00:00 app[web.1]: ^
2017-12-12T17:37:12.418616+00:00 app[web.1]: at Function.Module._load (module.js:466:25)
2017-12-12T17:37:12.418617+00:00 app[web.1]: at require (internal/module.js:11:18)
2017-12-12T17:37:12.418618+00:00 app[web.1]: at Module._compile (module.js:635:30)
2017-12-12T17:37:12.418613+00:00 app[web.1]:
2017-12-12T17:37:12.418615+00:00 app[web.1]: at Function.Module._resolveFilename (module.js:536:15)
2017-12-12T17:37:12.418614+00:00 app[web.1]: Error: Cannot find module '../models/bookinstance'
2017-12-12T17:37:12.418616+00:00 app[web.1]: at Module.require (module.js:579:17)
2017-12-12T17:37:12.418618+00:00 app[web.1]: at Object.<anonymous> (/app/controllers/bookController.js:5:20)
2017-12-12T17:37:12.418619+00:00 app[web.1]: at Object.Module._extensions..js (module.js:646:10)
2017-12-12T17:37:12.418619+00:00 app[web.1]: at Module.load (module.js:554:32)
2017-12-12T17:37:12.418620+00:00 app[web.1]: at tryModuleLoad (module.js:497:12)
2017-12-12T17:37:12.418621+00:00 app[web.1]: at require (internal/module.js:11:18)
2017-12-12T17:37:12.418622+00:00 app[web.1]: at Object.<anonymous> (/app/routes/catalog.js:5:24)
2017-12-12T17:37:12.418623+00:00 app[web.1]: at Module.load (module.js:554:32)
2017-12-12T17:37:12.418620+00:00 app[web.1]: at Function.Module._load (module.js:489:3)
2017-12-12T17:37:12.418622+00:00 app[web.1]: at Module._compile (module.js:635:30)
2017-12-12T17:37:12.418623+00:00 app[web.1]: at Object.Module._extensions..js (module.js:646:10)
2017-12-12T17:37:12.418621+00:00 app[web.1]: at Module.require (module.js:579:17)
2017-12-12T17:37:12.435633+00:00 app[web.1]: npm ERR! Exit status 1
2017-12-12T17:37:12.433371+00:00 app[web.1]: npm ERR! code ELIFECYCLE
2017-12-12T17:37:12.435886+00:00 app[web.1]: npm ERR!
2017-12-12T17:37:12.435458+00:00 app[web.1]: npm ERR! [email protected] start: `node ./bin/www`
2017-12-12T17:37:12.433771+00:00 app[web.1]: npm ERR! errno 1
2017-12-12T17:37:12.436069+00:00 app[web.1]: npm ERR! Failed at the [email protected] start script.
2017-12-12T17:37:12.436243+00:00 app[web.1]: npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
2017-12-12T17:37:12.463791+00:00 app[web.1]:
2017-12-12T17:37:12.463977+00:00 app[web.1]: npm ERR! A complete log of this run can be found in:
2017-12-12T17:37:12.464123+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2017-12-12T17_37_12_437Z-debug.log
2017-12-12T17:37:14.396564+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=calm-everglades-12109.herokuapp.com request_id=e59e5326-864d-42e0-91ef-416188853179 fwd="68.195.40.182" dyno= connect= service= status=503 bytes= protocol=https
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment