oakesrandall / project2

0 stars 0 forks source link

Having difficulty deploying to Heroku #5

Open oakesrandall opened 7 years ago

oakesrandall commented 7 years ago

I've been struggling with getting my project on to Heroku most of the day. I worked with Everett and our files look pretty similar. Lately, I've been getting 503 errors. Here are my latest logs:

2017-09-12T20:50:32.164032+00:00 app[web.1]: memory, and will not scale past a single process.
2017-09-12T20:50:32.426480+00:00 app[web.1]: (node:18) DeprecationWarning: `open()` is deprecated in mongoose >= 4.11.0, use `openUri()` instead, or set the `useMongoClient` option if using `connect()` or `createConnection()`. See http://mongoosejs.com/docs/connections.html#use-mongo-client
2017-09-12T20:50:32.453564+00:00 app[web.1]: Db.prototype.authenticate method will no longer be available in the next major release 3.x as MongoDB 3.6 will only allow auth against users in the admin db and will no longer allow multiple credentials on a socket. Please authenticate using MongoClient.connect with auth credentials.
2017-09-12T20:51:28.709294+00:00 heroku[web.1]: Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch
2017-09-12T20:51:28.709294+00:00 heroku[web.1]: Stopping process with SIGKILL
2017-09-12T20:51:28.846854+00:00 heroku[web.1]: Process exited with status 137
2017-09-12T20:51:28.860895+00:00 heroku[web.1]: State changed from starting to crashed
2017-09-12T22:08:18.392032+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=murmuring-wave-92010.herokuapp.com request_id=ca5ba6d7-fe35-4896-b707-2083eedf247f fwd="63.76.231.82" dyno= connect= service= status=503 bytes= protocol=https
2017-09-12T22:08:19.194311+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=murmuring-wave-92010.herokuapp.com request_id=ac3e59f7-791a-4dcc-895c-da35bba132f5 fwd="63.76.231.82" dyno= connect= service= status=503 bytes= protocol=https
2017-09-12T22:13:06.400128+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=murmuring-wave-92010.herokuapp.com request_id=3d104752-e7e9-4d0e-a9bc-96688d060101 fwd="63.76.231.82" dyno= connect= service= status=503 bytes= protocol=https
2017-09-12T22:13:07.178908+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=murmuring-wave-92010.herokuapp.com request_id=70429652-e1d3-4f26-aebc-098915ced09f fwd="63.76.231.82" dyno= connect= service= status=503 bytes= protocol=https
stefems commented 7 years ago

Can you include more of the logs? I think there are some better error logs up above.