I'm new with heroku and keystoneJS. I made hello-world project and pushed the project to heroku git. I can't install add-on on heroku, because my account didn't verify. I don't want to verify my heroku account. I found the solution to deploy without verify from here So I created compose instance and set config vars on heroku. But when I run the app, I'm getting below error.
017-05-26T04:31:22.148752+00:00 app[web.1]: at NativeConnection.<anonymous> (/app/node_modules/keystone/lib/core/openDatabaseConnection.js:59:10)
2017-05-26T04:31:22.148753+00:00 app[web.1]: at emitOne (events.js:96:13)
2017-05-26T04:31:22.148754+00:00 app[web.1]: at NativeConnection.emit (events.js:188:7)
2017-05-26T04:31:22.148754+00:00 app[web.1]: at Immediate.<anonymous> (/app/node_modules/mongoose/lib/connection.js:296:19)
2017-05-26T04:31:22.148755+00:00 app[web.1]: at runCallback (timers.js:672:20)
2017-05-26T04:31:22.148756+00:00 app[web.1]: at tryOnImmediate (timers.js:645:5)
2017-05-26T04:31:22.148756+00:00 app[web.1]: at processImmediate [as _immediateCallback] (timers.js:617:5)
2017-05-26T04:31:22.307532+00:00 heroku[web.1]: Process exited with status 1
2017-05-26T04:31:22.326625+00:00 heroku[web.1]: State changed from starting to crashed
2017-05-26T04:31:25.047885+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=murmuring-wave-21938.herokuapp.com request_id=1f108a8c-51a2-4a5f-a0b9-a73b4e185031 fwd="60.249.19.76" dyno= connect= service= status=503 bytes= protocol=https
2017-05-26T04:31:27.590217+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=murmuring-wave-21938.herokuapp.com request_id=ee2f2f13-5246-469a-a610-957602c09b02 fwd="60.249.19.76" dyno= connect= service= status=503 bytes= protocol=https
2017-05-26T04:32:35.021523+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=murmuring-wave-21938.herokuapp.com request_id=49ae0a14-63ec-4472-9b54-7ec22361ebf8 fwd="60.249.19.76" dyno= connect= service= status=503 bytes= protocol=https
2017-05-26T04:32:35.655191+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=murmuring-wave-21938.herokuapp.com request_id=6b4d3d43-6085-47f6-9fe4-adcf49349d8a fwd="60.249.19.76" dyno= connect= service= status=503 bytes= protocol=https
Disconnected from log stream. There may be events happening that you do not see here! Attempting to reconnect...
2017-05-26T04:31:22.148754+00:00 app[web.1]: at NativeConnection.emit (events.js:188:7)
2017-05-26T04:31:22.148754+00:00 app[web.1]: at Immediate.<anonymous> (/app/node_modules/mongoose/lib/connection.js:296:19)
2017-05-26T04:31:22.148755+00:00 app[web.1]: at runCallback (timers.js:672:20)
2017-05-26T04:31:22.148756+00:00 app[web.1]: at tryOnImmediate (timers.js:645:5)
2017-05-26T04:31:22.148756+00:00 app[web.1]: at processImmediate [as _immediateCallback] (timers.js:617:5)
2017-05-26T04:31:22.307532+00:00 heroku[web.1]: Process exited with status 1
2017-05-26T04:31:22.326625+00:00 heroku[web.1]: State changed from starting to crashed
2017-05-26T04:31:25.047885+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=murmuring-wave-21938.herokuapp.com request_id=1f108a8c-51a2-4a5f-a0b9-a73b4e185031 fwd="60.249.19.76" dyno= connect= service= status=503 bytes= protocol=https
2017-05-26T04:31:27.590217+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=murmuring-wave-21938.herokuapp.com request_id=ee2f2f13-5246-469a-a610-957602c09b02 fwd="60.249.19.76" dyno= connect= service= status=503 bytes= protocol=https
2017-05-26T04:32:35.021523+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=murmuring-wave-21938.herokuapp.com request_id=49ae0a14-63ec-4472-9b54-7ec22361ebf8 fwd="60.249.19.76" dyno= connect= service= status=503 bytes= protocol=https
2017-05-26T04:32:35.655191+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=murmuring-wave-21938.herokuapp.com request_id=6b4d3d43-6085-47f6-9fe4-adcf49349d8a fwd="60.249.19.76" dyno= connect= service= status=503 bytes= protocol=https
2017-05-26T04:34:55.477124+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=murmuring-wave-21938.herokuapp.com request_id=8edc0aef-574c-43c7-b2a8-c562f0a36916 fwd="60.249.19.76" dyno= connect= service= status=503 bytes= protocol=https
2017-05-26T04:34:56.472863+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=murmuring-wave-21938.herokuapp.com request_id=8bf87860-ef90-4b39-86e4-ef2c40e58838 fwd="60.249.19.76" dyno= connect= service= status=503 bytes= protocol=https
Disconnected from log stream. There may be events happening that you do not see here! Attempting to reconnect...
2017-05-26T04:31:22.148755+00:00 app[web.1]: at runCallback (timers.js:672:20)
2017-05-26T04:31:22.148756+00:00 app[web.1]: at tryOnImmediate (timers.js:645:5)
2017-05-26T04:31:22.148756+00:00 app[web.1]: at processImmediate [as _immediateCallback] (timers.js:617:5)
2017-05-26T04:31:22.307532+00:00 heroku[web.1]: Process exited with status 1
2017-05-26T04:31:22.326625+00:00 heroku[web.1]: State changed from starting to crashed
2017-05-26T04:31:25.047885+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=murmuring-wave-21938.herokuapp.com request_id=1f108a8c-51a2-4a5f-a0b9-a73b4e185031 fwd="60.249.19.76" dyno= connect= service= status=503 bytes= protocol=https
2017-05-26T04:31:27.590217+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=murmuring-wave-21938.herokuapp.com request_id=ee2f2f13-5246-469a-a610-957602c09b02 fwd="60.249.19.76" dyno= connect= service= status=503 bytes= protocol=https
2017-05-26T04:32:35.021523+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=murmuring-wave-21938.herokuapp.com request_id=49ae0a14-63ec-4472-9b54-7ec22361ebf8 fwd="60.249.19.76" dyno= connect= service= status=503 bytes= protocol=https
2017-05-26T04:32:35.655191+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=murmuring-wave-21938.herokuapp.com request_id=6b4d3d43-6085-47f6-9fe4-adcf49349d8a fwd="60.249.19.76" dyno= connect= service= status=503 bytes= protocol=https
2017-05-26T04:34:55.477124+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=murmuring-wave-21938.herokuapp.com request_id=8edc0aef-574c-43c7-b2a8-c562f0a36916 fwd="60.249.19.76" dyno= connect= service= status=503 bytes= protocol=https
2017-05-26T04:34:56.472863+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=murmuring-wave-21938.herokuapp.com request_id=8bf87860-ef90-4b39-86e4-ef2c40e58838 fwd="60.249.19.76" dyno= connect= service= status=503 bytes= protocol=https
Disconnected from log stream. There may be events happening that you do not see here! Attempting to reconnect...
Disconnected from log stream. There may be events happening that you do not see here! Attempting to reconnect...
2017-05-26T04:31:22.148755+00:00 app[web.1]: at runCallback (timers.js:672:20)
2017-05-26T04:31:22.148756+00:00 app[web.1]: at tryOnImmediate (timers.js:645:5)
2017-05-26T04:31:22.148756+00:00 app[web.1]: at processImmediate [as _immediateCallback] (timers.js:617:5)
2017-05-26T04:31:22.307532+00:00 heroku[web.1]: Process exited with status 1
2017-05-26T04:31:22.326625+00:00 heroku[web.1]: State changed from starting to crashed
2017-05-26T04:31:25.047885+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=murmuring-wave-21938.herokuapp.com request_id=1f108a8c-51a2-4a5f-a0b9-a73b4e185031 fwd="60.249.19.76" dyno= connect= service= status=503 bytes= protocol=https
2017-05-26T04:31:27.590217+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=murmuring-wave-21938.herokuapp.com request_id=ee2f2f13-5246-469a-a610-957602c09b02 fwd="60.249.19.76" dyno= connect= service= status=503 bytes= protocol=https
2017-05-26T04:32:35.021523+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=murmuring-wave-21938.herokuapp.com request_id=49ae0a14-63ec-4472-9b54-7ec22361ebf8 fwd="60.249.19.76" dyno= connect= service= status=503 bytes= protocol=https
2017-05-26T04:32:35.655191+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=murmuring-wave-21938.herokuapp.com request_id=6b4d3d43-6085-47f6-9fe4-adcf49349d8a fwd="60.249.19.76" dyno= connect= service= status=503 bytes= protocol=https
2017-05-26T04:34:55.477124+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=murmuring-wave-21938.herokuapp.com request_id=8edc0aef-574c-43c7-b2a8-c562f0a36916 fwd="60.249.19.76" dyno= connect= service= status=503 bytes= protocol=https
2017-05-26T04:34:56.472863+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=murmuring-wave-21938.herokuapp.com request_id=8bf87860-ef90-4b39-86e4-ef2c40e58838 fwd="60.249.19.76" dyno= connect= service= status=503 bytes= protocol=https
2017-05-26T04:38:44.150983+00:00 heroku[web.1]: State changed from crashed to starting
2017-05-26T04:38:48.717158+00:00 heroku[web.1]: Starting process with command `node keystone.js`
2017-05-26T04:38:51.503191+00:00 app[web.1]: Warning: connect.session() MemoryStore is not
2017-05-26T04:38:51.503211+00:00 app[web.1]: designed for a production environment, as it will leak
2017-05-26T04:38:51.503212+00:00 app[web.1]: memory, and will not scale past a single process.
How can solve this problem.
via Meteoric
No comments:
Post a Comment