Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.78 KB | None | 0 0
  1. 2019-08-19T15:17:20.819501+00:00 heroku[web.1]: Starting process with command `npm start`
  2. 2019-08-19T15:17:22.978364+00:00 app[web.1]:
  3. 2019-08-19T15:17:22.978384+00:00 app[web.1]: > adonis-fullstack-app@4.1.0 start /app
  4. 2019-08-19T15:17:22.978386+00:00 app[web.1]: > node server.js
  5. 2019-08-19T15:17:22.978387+00:00 app[web.1]:
  6. 2019-08-19T15:17:23.469664+00:00 app[web.1]:
  7. 2019-08-19T15:17:23.469707+00:00 app[web.1]: Error: ENOENT: no such file or directory, open '/app/.env'
  8. 2019-08-19T15:17:23.469708+00:00 app[web.1]:
  9. 2019-08-19T15:17:23.469710+00:00 app[web.1]:
  10. 2019-08-19T15:17:23.469712+00:00 app[web.1]: 1 Env.load
  11. 2019-08-19T15:17:23.469713+00:00 app[web.1]: /app/node_modules/@adonisjs/framework/src/Env/index.js:110
  12. 2019-08-19T15:17:23.469715+00:00 app[web.1]:
  13. 2019-08-19T15:17:23.469716+00:00 app[web.1]: 2 new Env
  14. 2019-08-19T15:17:23.469718+00:00 app[web.1]: /app/node_modules/@adonisjs/framework/src/Env/index.js:42
  15. 2019-08-19T15:17:23.469719+00:00 app[web.1]:
  16. 2019-08-19T15:17:23.469721+00:00 app[web.1]: 3 Object.app.singleton [as closure]
  17. 2019-08-19T15:17:23.469723+00:00 app[web.1]: /app/node_modules/@adonisjs/framework/providers/AppProvider.js:29
  18. 2019-08-19T15:17:23.469725+00:00 app[web.1]:
  19. 2019-08-19T15:17:23.469726+00:00 app[web.1]: 4 Ioc._resolveBinding
  20. 2019-08-19T15:17:23.469728+00:00 app[web.1]: /app/node_modules/@adonisjs/fold/src/Ioc/index.js:231
  21. 2019-08-19T15:17:23.469729+00:00 app[web.1]:
  22. 2019-08-19T15:17:23.469731+00:00 app[web.1]: 5 Ioc.use
  23. 2019-08-19T15:17:23.469732+00:00 app[web.1]: /app/node_modules/@adonisjs/fold/src/Ioc/index.js:731
  24. 2019-08-19T15:17:23.469734+00:00 app[web.1]:
  25. 2019-08-19T15:17:23.469735+00:00 app[web.1]: 6 AppProvider.boot
  26. 2019-08-19T15:17:23.469737+00:00 app[web.1]: /app/node_modules/@adonisjs/framework/providers/AppProvider.js:337
  27. 2019-08-19T15:17:23.469738+00:00 app[web.1]:
  28. 2019-08-19T15:17:23.469740+00:00 app[web.1]: 7 _.filter.map
  29. 2019-08-19T15:17:23.469741+00:00 app[web.1]: /app/node_modules/@adonisjs/fold/src/Registrar/index.js:147
  30. 2019-08-19T15:17:23.469743+00:00 app[web.1]:
  31. 2019-08-19T15:17:23.469744+00:00 app[web.1]: 8 arrayMap
  32. 2019-08-19T15:17:23.469746+00:00 app[web.1]: /app/node_modules/lodash/lodash.js:639
  33. 2019-08-19T15:17:23.469748+00:00 app[web.1]:
  34. 2019-08-19T15:17:23.480323+00:00 app[web.1]: npm ERR! code ELIFECYCLE
  35. 2019-08-19T15:17:23.480813+00:00 app[web.1]: npm ERR! errno 1
  36. 2019-08-19T15:17:23.481952+00:00 app[web.1]: npm ERR! adonis-fullstack-app@4.1.0 start: `node server.js`
  37. 2019-08-19T15:17:23.482132+00:00 app[web.1]: npm ERR! Exit status 1
  38. 2019-08-19T15:17:23.482413+00:00 app[web.1]: npm ERR!
  39. 2019-08-19T15:17:23.482610+00:00 app[web.1]: npm ERR! Failed at the adonis-fullstack-app@4.1.0 start script.
  40. 2019-08-19T15:17:23.482794+00:00 app[web.1]: npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  41. 2019-08-19T15:17:23.490522+00:00 app[web.1]:
  42. 2019-08-19T15:17:23.490739+00:00 app[web.1]: npm ERR! A complete log of this run can be found in:
  43. 2019-08-19T15:17:23.490903+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2019-08-19T15_17_23_484Z-debug.log
  44. 2019-08-19T15:17:23.566985+00:00 heroku[web.1]: State changed from starting to crashed
  45. 2019-08-19T15:17:23.550614+00:00 heroku[web.1]: Process exited with status 1
  46. 2019-08-19T15:17:30.737942+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=qevent.herokuapp.com request_id=47d33514-3537-4b01-b454-37714e30d71a fwd="180.129.100.96" dyno= connect= service= status=503 bytes= protocol=https
  47. 2019-08-19T15:17:31.573733+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=qevent.herokuapp.com request_id=20b018c0-6474-4d01-9239-fc313ff2895e fwd="180.129.100.96" dyno= connect= service= status=503 bytes= protocol=https
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement