Advertisement
Guest User

Untitled

a guest
Dec 1st, 2017
369
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.98 KB | None | 0 0
  1. C:\Users\nicov\Desktop\tech4people>heroku logs
  2. 2017-12-01T06:10:43.292264+00:00 heroku[web.1]: Process exited with status 1
  3. 2017-12-01T06:10:43.839566+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=tech4people.herokuapp.com request_id=f708d755-c067-4109-a5a3-0f9ddcc2e231 fwd="87.65.232.56" dyno= connect= service= status=503 bytes= protocol=https
  4. 2017-12-01T06:10:44.749928+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=tech4people.herokuapp.com request_id=b659a796-8e0d-4a74-8bc9-e5df7e5e9787 fwd="87.65.232.56" dyno= connect= service= status=503 bytes= protocol=https
  5. 2017-12-01T06:13:04.000000+00:00 app[api]: Build started by user nico@altstreet.io
  6. 2017-12-01T06:13:19.243771+00:00 heroku[web.1]: State changed from crashed to starting
  7. 2017-12-01T06:13:17.739206+00:00 app[api]: Deploy 22c85092 by user nico@altstreet.io
  8. 2017-12-01T06:13:17.739206+00:00 app[api]: Release v16 created by user nico@altstreet.io
  9. 2017-12-01T06:13:04.000000+00:00 app[api]: Build succeeded
  10. 2017-12-01T06:13:21.639388+00:00 heroku[web.1]: Starting process with command `npm start`
  11. 2017-12-01T06:13:23.529685+00:00 app[web.1]:
  12. 2017-12-01T06:13:23.529706+00:00 app[web.1]: > tech4people@1.0.0 start /app
  13. 2017-12-01T06:13:23.529707+00:00 app[web.1]: > node server.js
  14. 2017-12-01T06:13:23.529708+00:00 app[web.1]:
  15. 2017-12-01T06:13:24.069152+00:00 app[web.1]: module.js:538
  16. 2017-12-01T06:13:24.069162+00:00 app[web.1]: throw err;
  17. 2017-12-01T06:13:24.069163+00:00 app[web.1]: ^
  18. 2017-12-01T06:13:24.069163+00:00 app[web.1]:
  19. 2017-12-01T06:13:24.069166+00:00 app[web.1]: Error: Cannot find module '../models/user.js'
  20. 2017-12-01T06:13:24.069167+00:00 app[web.1]: at Function.Module._resolveFilename (module.js:536:15)
  21. 2017-12-01T06:13:24.069168+00:00 app[web.1]: at Module.require (module.js:579:17)
  22. 2017-12-01T06:13:24.069168+00:00 app[web.1]: at Function.Module._load (module.js:466:25)
  23. 2017-12-01T06:13:24.069169+00:00 app[web.1]: at require (internal/module.js:11:18)
  24. 2017-12-01T06:13:24.069169+00:00 app[web.1]: at Object.<anonymous> (/app/services/passport.js:3:23)
  25. 2017-12-01T06:13:24.069170+00:00 app[web.1]: at Module._compile (module.js:635:30)
  26. 2017-12-01T06:13:24.069170+00:00 app[web.1]: at Object.Module._extensions..js (module.js:646:10)
  27. 2017-12-01T06:13:24.069171+00:00 app[web.1]: at Function.Module._load (module.js:489:3)
  28. 2017-12-01T06:13:24.069172+00:00 app[web.1]: at Module.require (module.js:579:17)
  29. 2017-12-01T06:13:24.069170+00:00 app[web.1]: at Module.load (module.js:554:32)
  30. 2017-12-01T06:13:24.069172+00:00 app[web.1]: at require (internal/module.js:11:18)
  31. 2017-12-01T06:13:24.069171+00:00 app[web.1]: at tryModuleLoad (module.js:497:12)
  32. 2017-12-01T06:13:24.069173+00:00 app[web.1]: at Object.<anonymous> (/app/server.js:22:1)
  33. 2017-12-01T06:13:24.069173+00:00 app[web.1]: at Module._compile (module.js:635:30)
  34. 2017-12-01T06:13:24.069173+00:00 app[web.1]: at Object.Module._extensions..js (module.js:646:10)
  35. 2017-12-01T06:13:24.069174+00:00 app[web.1]: at tryModuleLoad (module.js:497:12)
  36. 2017-12-01T06:13:24.069174+00:00 app[web.1]: at Module.load (module.js:554:32)
  37. 2017-12-01T06:13:24.069175+00:00 app[web.1]: at Function.Module.runMain (module.js:676:10)
  38. 2017-12-01T06:13:24.069174+00:00 app[web.1]: at Function.Module._load (module.js:489:3)
  39. 2017-12-01T06:13:24.069175+00:00 app[web.1]: at startup (bootstrap_node.js:187:16)
  40. 2017-12-01T06:13:24.069176+00:00 app[web.1]: at bootstrap_node.js:608:3
  41. 2017-12-01T06:13:24.078113+00:00 app[web.1]: npm ERR! code ELIFECYCLE
  42. 2017-12-01T06:13:24.078447+00:00 app[web.1]: npm ERR! errno 1
  43. 2017-12-01T06:13:24.079572+00:00 app[web.1]: npm ERR! tech4people@1.0.0 start: `node server.js`
  44. 2017-12-01T06:13:24.079691+00:00 app[web.1]: npm ERR! Exit status 1
  45. 2017-12-01T06:13:24.079855+00:00 app[web.1]: npm ERR!
  46. 2017-12-01T06:13:24.079957+00:00 app[web.1]: npm ERR! Failed at the tech4people@1.0.0 start script.
  47. 2017-12-01T06:13:24.080056+00:00 app[web.1]: npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  48. 2017-12-01T06:13:24.086510+00:00 app[web.1]:
  49. 2017-12-01T06:13:24.086657+00:00 app[web.1]: npm ERR! A complete log of this run can be found in:
  50. 2017-12-01T06:13:24.086747+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2017-12-01T06_13_24_081Z-debug.log
  51. 2017-12-01T06:13:24.181144+00:00 heroku[web.1]: Process exited with status 1
  52. 2017-12-01T06:13:24.195554+00:00 heroku[web.1]: State changed from starting to crashed
  53. 2017-12-01T06:14:41.000000+00:00 app[api]: Build started by user nico@altstreet.io
  54. 2017-12-01T06:15:10.076180+00:00 app[api]: Release v17 created by user nico@altstreet.io
  55. 2017-12-01T06:15:10.076180+00:00 app[api]: Deploy a7d95da2 by user nico@altstreet.io
  56. 2017-12-01T06:14:41.000000+00:00 app[api]: Build succeeded
  57. 2017-12-01T06:15:10.617910+00:00 heroku[web.1]: State changed from crashed to starting
  58. 2017-12-01T06:15:13.054591+00:00 heroku[web.1]: Starting process with command `npm start`
  59. 2017-12-01T06:15:15.832534+00:00 app[web.1]:
  60. 2017-12-01T06:15:15.832554+00:00 app[web.1]: > tech4people@1.0.0 start /app
  61. 2017-12-01T06:15:15.832554+00:00 app[web.1]: > node server.js
  62. 2017-12-01T06:15:15.832555+00:00 app[web.1]:
  63. 2017-12-01T06:15:16.451401+00:00 app[web.1]:
  64. 2017-12-01T06:15:16.451405+00:00 app[web.1]: at require (internal/module.js:11:18)
  65. 2017-12-01T06:15:16.451403+00:00 app[web.1]: at Function.Module._load (module.js:476:23)
  66. 2017-12-01T06:15:16.451402+00:00 app[web.1]: Error: Cannot find module '../models/user.js'
  67. 2017-12-01T06:15:16.451399+00:00 app[web.1]: throw err;
  68. 2017-12-01T06:15:16.451382+00:00 app[web.1]: module.js:529
  69. 2017-12-01T06:15:16.451408+00:00 app[web.1]: at tryModuleLoad (module.js:508:12)
  70. 2017-12-01T06:15:16.451406+00:00 app[web.1]: at Module._compile (module.js:624:30)
  71. 2017-12-01T06:15:16.451403+00:00 app[web.1]: at Function.Module._resolveFilename (module.js:527:15)
  72. 2017-12-01T06:15:16.451407+00:00 app[web.1]: at Object.Module._extensions..js (module.js:635:10)
  73. 2017-12-01T06:15:16.451409+00:00 app[web.1]: at Module.require (module.js:568:17)
  74. 2017-12-01T06:15:16.451407+00:00 app[web.1]: at Module.load (module.js:545:32)
  75. 2017-12-01T06:15:16.451405+00:00 app[web.1]: at Object.<anonymous> (/app/services/passport.js:3:23)
  76. 2017-12-01T06:15:16.451400+00:00 app[web.1]: ^
  77. 2017-12-01T06:15:16.451410+00:00 app[web.1]: at require (internal/module.js:11:18)
  78. 2017-12-01T06:15:16.451409+00:00 app[web.1]: at Function.Module._load (module.js:500:3)
  79. 2017-12-01T06:15:16.451411+00:00 app[web.1]: at Object.<anonymous> (/app/server.js:22:1)
  80. 2017-12-01T06:15:16.451411+00:00 app[web.1]: at Module._compile (module.js:624:30)
  81. 2017-12-01T06:15:16.451413+00:00 app[web.1]: at Module.load (module.js:545:32)
  82. 2017-12-01T06:15:16.451412+00:00 app[web.1]: at Object.Module._extensions..js (module.js:635:10)
  83. 2017-12-01T06:15:16.451414+00:00 app[web.1]: at Function.Module._load (module.js:500:3)
  84. 2017-12-01T06:15:16.451413+00:00 app[web.1]: at tryModuleLoad (module.js:508:12)
  85. 2017-12-01T06:15:16.451414+00:00 app[web.1]: at Function.Module.runMain (module.js:665:10)
  86. 2017-12-01T06:15:16.451404+00:00 app[web.1]: at Module.require (module.js:568:17)
  87. 2017-12-01T06:15:16.451415+00:00 app[web.1]: at startup (bootstrap_node.js:187:16)
  88. 2017-12-01T06:15:16.451416+00:00 app[web.1]: at bootstrap_node.js:608:3
  89. 2017-12-01T06:15:16.464291+00:00 app[web.1]: npm ERR! code ELIFECYCLE
  90. 2017-12-01T06:15:16.466125+00:00 app[web.1]: npm ERR! tech4people@1.0.0 start: `node server.js`
  91. 2017-12-01T06:15:16.464679+00:00 app[web.1]: npm ERR! errno 1
  92. 2017-12-01T06:15:16.466516+00:00 app[web.1]: npm ERR!
  93. 2017-12-01T06:15:16.466676+00:00 app[web.1]: npm ERR! Failed at the tech4people@1.0.0 start script.
  94. 2017-12-01T06:15:16.466282+00:00 app[web.1]: npm ERR! Exit status 1
  95. 2017-12-01T06:15:16.466848+00:00 app[web.1]: npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  96. 2017-12-01T06:15:16.473192+00:00 app[web.1]:
  97. 2017-12-01T06:15:16.473400+00:00 app[web.1]: npm ERR! A complete log of this run can be found in:
  98. 2017-12-01T06:15:16.473504+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2017-12-01T06_15_16_468Z-debug.log
  99. 2017-12-01T06:15:16.574274+00:00 heroku[web.1]: Process exited with status 1
  100. 2017-12-01T06:15:16.584415+00:00 heroku[web.1]: State changed from starting to crashed
  101. 2017-12-01T06:17:23.063798+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=tech4people.herokuapp.com request_id=04adcf05-6ab9-49c0-baa6-08c6f4d81a37 fwd="87.65.232.56" dyno= connect= service= status=503 bytes= protocol=https
  102. 2017-12-01T06:17:24.464510+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=tech4people.herokuapp.com request_id=7bbd0b14-3a95-47cd-8d7e-14095d28e93d fwd="87.65.232.56" dyno= connect= service= status=503 bytes= protocol=https
  103.  
  104. C:\Users\nicov\Desktop\tech4people>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement