nedredmond / 777

ZipMint project repo
3 stars 2 forks source link

Nice to have: Fix Heroku #16

Open tacofordog opened 5 years ago

tacofordog commented 5 years ago

https://help.heroku.com/XOBUHLKQ/why-do-i-see-a-message-you-appear-to-have-cloned-an-empty-repository-when-using-heroku-git-clone

nedredmond commented 5 years ago

https://www.jhipster.tech/heroku/

nedredmond commented 5 years ago

Spent 12+ hours trying to get application to work on Heroku. There seems to be an issue with ports. I tried all of the solutions I could find and nothing works. https://boiling-sea-73902.herokuapp.com/

nedredmond commented 5 years ago

2019-01-02T15:13:14.360572+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=boiling-sea-73902.herokuapp.com request_id=308cfc9a-8307-48b2-996c-a8439cfafc4e fwd="38.123.129.26" dyno= connect= service= status=503 bytes= protocol=https

2019-01-02T15:13:45.288273+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=boiling-sea-73902.herokuapp.com request_id=e5155115-e474-4e86-b33a-000956ab8e00 fwd="38.123.129.26" dyno= connect= service= status=503 bytes= protocol=https

2019-01-02T15:13:45.729862+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=boiling-sea-73902.herokuapp.com request_id=cf2018ed-0ad2-4927-8b9c-a28f9859bd6b fwd="38.123.129.26" dyno= connect= service= status=503 bytes= protocol=https

2019-01-02T15:14:09.046793+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=boiling-sea-73902.herokuapp.com request_id=6f592e97-8325-4bc5-b8a9-b178f5627c14 fwd="38.123.129.26" dyno= connect= service= status=503 bytes= protocol=https

2019-01-02T15:14:09.507938+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=boiling-sea-73902.herokuapp.com request_id=6eedb95e-c25e-4241-a970-5301cc5ae2c3 fwd="38.123.129.26" dyno= connect= service= status=503 bytes= protocol=https

nedredmond commented 5 years ago

2018-12-27T18:50:48.052399+00:00 app[web.1]: Caused by: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "http://localhost:8761/config/777/prod/master": Connection refused (Connection refused); nested exception is java.net.ConnectException: Connection refused (Connection refused)

2018-12-27T18:50:48.052411+00:00 app[web.1]: Caused by: java.net.ConnectException: Connection refused (Connection refused)