Solucionado (ver solução)
Solucionado
(ver solução)
6
respostas

Erro Deploy Heroku

ERRO NO LOG HEROKU

2020-03-05T23:33:39.565272+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/" host=cursospringmvc-thales.herokuapp.com request_id=8acc53ff-fce8-44c7-bd0e-3e4d27af7462 fwd="138.99.63.170" dyno= connect= service= status=503 bytes= protocol=http
2020-03-05T23:33:43.336391+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/favicon.ico" host=cursospringmvc-thales.herokuapp.com request_id=36f4618b-d691-4cec-acfa-279b754da1ee fwd="138.99.63.170" dyno= connect= service= status=503 bytes= protocol=http
2020-03-05T23:34:41.537916+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/" host=cursospringmvc-thales.herokuapp.com request_id=e3987a4a-e600-4029-859e-b4f56b0e2766 fwd="138.99.63.170" dyno= connect= service= status=503 bytes= protocol=https
2020-03-05T23:34:46.152258+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/favicon.ico" host=cursospringmvc-thales.herokuapp.com request_id=bd92c217-f134-4f37-a776-1f10bbad0dd2 fwd="138.99.63.170" dyno= connect= service= status=503 bytes= protocol=https
2020-03-05T23:35:24.000000+00:00 app[api]: Build started by user talesernani@gmail.com
2020-03-05T23:35:46.161145+00:00 app[api]: Deploy 7434e5f7 by user talesernani@gmail.com
2020-03-05T23:35:46.161145+00:00 app[api]: Release v11 created by user talesernani@gmail.com
2020-03-05T23:35:50.000000+00:00 app[api]: Build succeeded
2020-03-05T23:38:11.646856+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/" host=cursospringmvc-thales.herokuapp.com request_id=dc49d71b-95d3-42eb-bb78-359e7024011c fwd="138.99.63.170" dyno= connect= service= status=503 bytes= protocol=https
2020-03-05T23:38:13.491835+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/favicon.ico" host=cursospringmvc-thales.herokuapp.com request_id=adddae9f-faa5-494f-85ac-15ffbbc766ab fwd="138.99.63.170" dyno= connect= service= status=503 bytes= protocol=https
6 respostas

Tenta rodar o comando:

heroku ps:scale web=1

depois rode o comando abaixo e posta o resultado aqui, por favor:

heroku ps
No dynos on ⬢ cursospringmvc-thales

ProcFile

web: java $JAVA_OPTS -jar -Dspring.profiles.active=prod target/dependency/webapp-runner.jar --port $PORT target/*.war

Codigo no Github

https://github.com/ThalesErnane/casadocodigo
solução!

deletei o arquivo ProcFile, matei o apps heroku apps:destroy, e criei tudo novamente, deu certo.

Perfeito Thales

Bons estudos

Quer mergulhar em tecnologia e aprendizagem?

Receba a newsletter que o nosso CEO escreve pessoalmente, com insights do mercado de trabalho, ciência e desenvolvimento de software