Guest User

Heroku-log

a guest
May 8th, 2019
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.66 KB | None | 0 0
  1. 2019-05-08T17:52:23.728287+00:00 app[web.1]: at new Promise (<anonymous>)
  2. 2019-05-08T17:52:23.728289+00:00 app[web.1]: at NativeConnection.Connection.openUri (/app/node_modules/mongoose/lib/connection.js:555:19)
  3. 2019-05-08T17:52:23.728290+00:00 app[web.1]: at Mongoose.connect (/app/node_modules/mongoose/lib/index.js:289:15)
  4. 2019-05-08T17:52:23.728292+00:00 app[web.1]: at Object.<anonymous> (/app/index.js:17:10)
  5. 2019-05-08T17:52:23.728294+00:00 app[web.1]: at Module._compile (internal/modules/cjs/loader.js:701:30)
  6. 2019-05-08T17:52:23.728295+00:00 app[web.1]: at Object.Module._extensions..js (internal/modules/cjs/loader.js:712:10)
  7. 2019-05-08T17:52:23.728297+00:00 app[web.1]: at Module.load (internal/modules/cjs/loader.js:600:32)
  8. 2019-05-08T17:52:23.728299+00:00 app[web.1]: at tryModuleLoad (internal/modules/cjs/loader.js:539:12)
  9. 2019-05-08T17:52:23.728300+00:00 app[web.1]: at Function.Module._load (internal/modules/cjs/loader.js:531:3)
  10. 2019-05-08T17:52:23.728302+00:00 app[web.1]: name: 'MongoParseError',
  11. 2019-05-08T17:52:23.728304+00:00 app[web.1]: [Symbol(mongoErrorContextSymbol)]: {} }
  12. 2019-05-08T17:52:24.207705+00:00 heroku[web.1]: State changed from starting to up
  13. 2019-05-08T17:52:50.797475+00:00 heroku[router]: at=info method=GET path="/" host=savitha-todo.herokuapp.com request_id=0fbe5906-cd00-407f-9e2f-09f2aeff3d68 fwd="183.83.78.12" dyno=web.1 connect=0ms service=121ms status=304 bytes=275 protocol=https
  14. 2019-05-08T17:52:52.992366+00:00 heroku[router]: at=info method=GET path="/todo/add" host=savitha-todo.herokuapp.com request_id=1294f14a-6950-47d8-9a19-48c24e63b201 fwd="183.83.78.12" dyno=web.1 connect=1ms service=9ms status=302 bytes=267 protocol=https
  15. 2019-05-08T17:52:53.233950+00:00 heroku[router]: at=info method=GET path="/users/login" host=savitha-todo.herokuapp.com request_id=8c0b0034-f30b-413c-8c22-20b8c1ab150b fwd="183.83.78.12" dyno=web.1 connect=0ms service=5ms status=200 bytes=3613 protocol=https
  16. 2019-05-08T17:52:55.543216+00:00 heroku[router]: at=info method=GET path="/users/register" host=savitha-todo.herokuapp.com request_id=bbd2bc96-a0f9-427d-b964-2bf8bb3b61c9 fwd="183.83.78.12" dyno=web.1 connect=0ms service=4ms status=304 bytes=151 protocol=https
  17. 2019-05-08T17:54:01.101049+00:00 heroku[router]: at=error code=H12 desc="Request timeout" method=POST path="/users/register" host=savitha-todo.herokuapp.com request_id=0771bfee-e668-4980-a5ca-59e69afb3971 fwd="183.83.78.12" dyno=web.1 connect=1ms service=30000ms status=503 bytes=0 protocol=https
  18. 2019-05-08T18:18:00.000000+00:00 app[api]: Build started by user savitha.gollamudi@gmail.com
  19. 2019-05-08T18:18:25.536642+00:00 heroku[web.1]: Restarting
  20. 2019-05-08T18:18:25.541544+00:00 heroku[web.1]: State changed from up to starting
  21. 2019-05-08T18:18:26.892734+00:00 heroku[web.1]: Stopping all processes with SIGTERM
  22. 2019-05-08T18:18:26.962691+00:00 heroku[web.1]: Process exited with status 143
  23. 2019-05-08T18:18:25.046413+00:00 app[api]: Deploy 45edf3a3 by user savitha.gollamudi@gmail.com
  24. 2019-05-08T18:18:25.046413+00:00 app[api]: Release v14 created by user savitha.gollamudi@gmail.com
  25. 2019-05-08T18:18:28.557197+00:00 heroku[web.1]: Starting process with command `node index.js`
  26. 2019-05-08T18:18:26.000000+00:00 app[api]: Build succeeded
  27. 2019-05-08T18:18:31.281931+00:00 heroku[web.1]: State changed from starting to crashed
  28. 2019-05-08T18:18:31.287339+00:00 heroku[web.1]: State changed from crashed to starting
  29. 2019-05-08T18:18:31.188649+00:00 app[web.1]:
  30. 2019-05-08T18:18:31.188678+00:00 app[web.1]: /app/node_modules/mongoose/lib/connection.js:465
  31. 2019-05-08T18:18:31.188680+00:00 app[web.1]: throw new MongooseError('The `uri` parameter to `openUri()` must be a ' +
  32. 2019-05-08T18:18:31.188682+00:00 app[web.1]: ^
  33. 2019-05-08T18:18:31.188980+00:00 app[web.1]: MongooseError: The `uri` parameter to `openUri()` must be a string, got "undefined". Make sure the first parameter to `mongoose.connect()` or `mongoose.createConnection()` is a string.
  34. 2019-05-08T18:18:31.188983+00:00 app[web.1]: at new MongooseError (/app/node_modules/mongoose/lib/error/mongooseError.js:14:11)
  35. 2019-05-08T18:18:31.188985+00:00 app[web.1]: at NativeConnection.Connection.openUri (/app/node_modules/mongoose/lib/connection.js:465:11)
  36. 2019-05-08T18:18:31.188987+00:00 app[web.1]: at Mongoose.connect (/app/node_modules/mongoose/lib/index.js:289:15)
  37. 2019-05-08T18:18:31.188990+00:00 app[web.1]: at Object.<anonymous> (/app/index.js:17:10)
  38. 2019-05-08T18:18:31.188991+00:00 app[web.1]: at Module._compile (internal/modules/cjs/loader.js:701:30)
  39. 2019-05-08T18:18:31.188993+00:00 app[web.1]: at Object.Module._extensions..js (internal/modules/cjs/loader.js:712:10)
  40. 2019-05-08T18:18:31.188995+00:00 app[web.1]: at Module.load (internal/modules/cjs/loader.js:600:32)
  41. 2019-05-08T18:18:31.188996+00:00 app[web.1]: at tryModuleLoad (internal/modules/cjs/loader.js:539:12)
  42. 2019-05-08T18:18:31.188998+00:00 app[web.1]: at Function.Module._load (internal/modules/cjs/loader.js:531:3)
  43. 2019-05-08T18:18:31.188999+00:00 app[web.1]: at Function.Module.runMain (internal/modules/cjs/loader.js:754:12)
  44. 2019-05-08T18:18:31.189001+00:00 app[web.1]: at startup (internal/bootstrap/node.js:283:19)
  45. 2019-05-08T18:18:31.189002+00:00 app[web.1]: at bootstrapNodeJSCore (internal/bootstrap/node.js:622:3)
  46. 2019-05-08T18:18:31.265616+00:00 heroku[web.1]: Process exited with status 1
  47. 2019-05-08T18:18:33.932247+00:00 heroku[web.1]: Starting process with command `node index.js`
  48. 2019-05-08T18:18:36.149165+00:00 heroku[web.1]: State changed from starting to crashed
  49. 2019-05-08T18:18:36.075431+00:00 app[web.1]:
  50. 2019-05-08T18:18:36.075461+00:00 app[web.1]: /app/node_modules/mongoose/lib/connection.js:465
  51. 2019-05-08T18:18:36.075466+00:00 app[web.1]: throw new MongooseError('The `uri` parameter to `openUri()` must be a ' +
  52. 2019-05-08T18:18:36.075467+00:00 app[web.1]: ^
  53. 2019-05-08T18:18:36.075645+00:00 app[web.1]: MongooseError: The `uri` parameter to `openUri()` must be a string, got "undefined". Make sure the first parameter to `mongoose.connect()` or `mongoose.createConnection()` is a string.
  54. 2019-05-08T18:18:36.075650+00:00 app[web.1]: at new MongooseError (/app/node_modules/mongoose/lib/error/mongooseError.js:14:11)
  55. 2019-05-08T18:18:36.075654+00:00 app[web.1]: at NativeConnection.Connection.openUri (/app/node_modules/mongoose/lib/connection.js:465:11)
  56. 2019-05-08T18:18:36.075655+00:00 app[web.1]: at Mongoose.connect (/app/node_modules/mongoose/lib/index.js:289:15)
  57. 2019-05-08T18:18:36.075659+00:00 app[web.1]: at Object.<anonymous> (/app/index.js:17:10)
  58. 2019-05-08T18:18:36.075660+00:00 app[web.1]: at Module._compile (internal/modules/cjs/loader.js:701:30)
  59. 2019-05-08T18:18:36.075661+00:00 app[web.1]: at Object.Module._extensions..js (internal/modules/cjs/loader.js:712:10)
  60. 2019-05-08T18:18:36.075662+00:00 app[web.1]: at Module.load (internal/modules/cjs/loader.js:600:32)
  61. 2019-05-08T18:18:36.075663+00:00 app[web.1]: at tryModuleLoad (internal/modules/cjs/loader.js:539:12)
  62. 2019-05-08T18:18:36.075665+00:00 app[web.1]: at Function.Module._load (internal/modules/cjs/loader.js:531:3)
  63. 2019-05-08T18:18:36.075666+00:00 app[web.1]: at Function.Module.runMain (internal/modules/cjs/loader.js:754:12)
  64. 2019-05-08T18:18:36.075667+00:00 app[web.1]: at startup (internal/bootstrap/node.js:283:19)
  65. 2019-05-08T18:18:36.075668+00:00 app[web.1]: at bootstrapNodeJSCore (internal/bootstrap/node.js:622:3)
  66. 2019-05-08T18:18:36.133542+00:00 heroku[web.1]: Process exited with status 1
  67. 2019-05-08T18:22:36.777731+00:00 heroku[web.1]: State changed from crashed to starting
  68. 2019-05-08T18:22:36.573367+00:00 app[api]: Set MONGO_URI config vars by user savitha.gollamudi@gmail.com
  69. 2019-05-08T18:22:36.573367+00:00 app[api]: Release v15 created by user savitha.gollamudi@gmail.com
  70. 2019-05-08T18:22:39.322097+00:00 heroku[web.1]: Starting process with command `node index.js`
  71. 2019-05-08T18:22:41.607819+00:00 heroku[web.1]: State changed from starting to up
  72. 2019-05-08T18:22:41.333938+00:00 app[web.1]: Warning: connect.session() MemoryStore is not
  73. 2019-05-08T18:22:41.333957+00:00 app[web.1]: designed for a production environment, as it will leak
  74. 2019-05-08T18:22:41.333958+00:00 app[web.1]: memory, and will not scale past a single process.
  75. 2019-05-08T18:22:41.344394+00:00 app[web.1]: Example app listening on port 4094!
  76. 2019-05-08T18:22:42.733792+00:00 app[web.1]: MongoDB connected...
  77. 2019-05-08T18:22:51.000000+00:00 app[api]: Build started by user savitha.gollamudi@gmail.com
  78. 2019-05-08T18:23:16.197424+00:00 heroku[web.1]: Restarting
  79. 2019-05-08T18:23:16.218698+00:00 heroku[web.1]: State changed from up to starting
  80. 2019-05-08T18:23:16.897303+00:00 heroku[web.1]: Stopping all processes with SIGTERM
  81. 2019-05-08T18:23:16.956945+00:00 heroku[web.1]: Process exited with status 143
  82. 2019-05-08T18:23:15.138463+00:00 app[api]: Deploy 45edf3a3 by user savitha.gollamudi@gmail.com
  83. 2019-05-08T18:23:15.138463+00:00 app[api]: Release v16 created by user savitha.gollamudi@gmail.com
  84. 2019-05-08T18:23:19.030853+00:00 heroku[web.1]: Starting process with command `node index.js`
  85. 2019-05-08T18:23:16.000000+00:00 app[api]: Build succeeded
  86. 2019-05-08T18:23:21.875237+00:00 app[web.1]: Warning: connect.session() MemoryStore is not
  87. 2019-05-08T18:23:21.875261+00:00 app[web.1]: designed for a production environment, as it will leak
  88. 2019-05-08T18:23:21.875263+00:00 app[web.1]: memory, and will not scale past a single process.
  89. 2019-05-08T18:23:21.893182+00:00 app[web.1]: Example app listening on port 12574!
  90. 2019-05-08T18:23:22.684408+00:00 heroku[web.1]: State changed from starting to up
  91. 2019-05-08T18:23:23.165277+00:00 heroku[router]: at=info method=GET path="/" host=savitha-todo.herokuapp.com request_id=ba8e850f-c0e9-4eaa-92e1-e3c051ce2b9e fwd="183.83.78.12" dyno=web.1 connect=0ms service=101ms status=304 bytes=277 protocol=https
  92. 2019-05-08T18:23:23.359372+00:00 app[web.1]: MongoDB connected...
  93. 2019-05-08T18:23:25.195995+00:00 heroku[router]: at=info method=GET path="/users/login" host=savitha-todo.herokuapp.com request_id=992e4c08-53cb-4f03-8e0d-67c4978245de fwd="183.83.78.12" dyno=web.1 connect=0ms service=8ms status=200 bytes=3552 protocol=https
  94. 2019-05-08T18:23:26.851020+00:00 heroku[router]: at=info method=GET path="/users/register" host=savitha-todo.herokuapp.com request_id=8c399acc-a5ba-4a12-8360-764297ca19c8 fwd="183.83.78.12" dyno=web.1 connect=0ms service=6ms status=304 bytes=151 protocol=https
  95. 2019-05-08T18:23:42.368343+00:00 app[web.1]: (node:4) UnhandledPromiseRejectionWarning: TypeError: user is not a constructor
  96. 2019-05-08T18:23:42.368362+00:00 app[web.1]: at user.findOne.then.user (/app/routes/users.js:63:37)
  97. 2019-05-08T18:23:42.368364+00:00 app[web.1]: at process._tickCallback (internal/process/next_tick.js:68:7)
  98. 2019-05-08T18:23:42.368496+00:00 app[web.1]: (node:4) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
  99. 2019-05-08T18:23:42.368658+00:00 app[web.1]: (node:4) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
  100. 2019-05-08T18:24:12.130442+00:00 heroku[router]: at=error code=H12 desc="Request timeout" method=POST path="/users/register" host=savitha-todo.herokuapp.com request_id=5ca14faa-22ee-4a52-aed5-ba6f0f92be62 fwd="183.83.78.12" dyno=web.1 connect=0ms service=30000ms status=503 bytes=0 protocol=https
  101. 2019-05-08T18:24:12.130442+00:00 heroku[router]: at=error code=H12 desc="Request timeout" method=POST path="/users/register" host=savitha-todo.herokuapp.com request_id=5ca14faa-22ee-4a52-aed5-ba6f0f92be62 fwd="183.83.78.12" dyno=web.1 connect=0ms service=30000ms status=503 bytes=0 protocol=https
Add Comment
Please, Sign In to add comment