Ola , Já postei um forum anteriormente porem foi ignorado, estou tentando resolver sozinho mas não consigo de jeito nenhum! é como se o meu Procfile não existisse na raiz do projeto! toda vez que faço o Deploy o Build Da SUCCESS, porém o ---Discovering process types exibe: Procfile declares t ypes -> (none)... acho que o correto seria : Procfile declares t ypes -> (WEB).... desta forma quando tento acessar a aplicação no navegador da Application Error..
remote: [INFO] ------------------------------------------------------------------------
remote: [INFO] BUILD SUCCESS
remote: [INFO] ------------------------------------------------------------------------
remote: [INFO] Total time: 12.005 s
remote: [INFO] Finished at: 2020-08-17T14:18:30Z
remote: [INFO] ------------------------------------------------------------------------
remote: -----> Discovering process types
remote: Procfile declares types -> (none)
remote:
remote: -----> Compressing...
remote: Done: 83.1M
remote: -----> Launching...
remote: Released v3
remote: https://spring-augustomvc.herokuapp.com/ deployed to Heroku
remote:
remote: Verifying deploy... done.
To https://git.heroku.com/spring-augustomvc.git
* [new branch] master -> master
segue log heroku logs --tail
› Warning: heroku update available from 7.42.4 to 7.42.6.
2020-08-17T13:55:05.961770+00:00 app[api]: Initial release by user augustosouzads@gmail.com
2020-08-17T13:55:05.961770+00:00 app[api]: Release v1 created by user augustosouzads@gmail.com
2020-08-17T13:55:06.170148+00:00 app[api]: Release v2 created by user augustosouzads@gmail.com
2020-08-17T13:55:06.170148+00:00 app[api]: Enable Logplex by user augustosouzads@gmail.com
2020-08-17T14:18:13.000000+00:00 app[api]: Build started by user augustosouzads@gmail.com
2020-08-17T14:18:39.301310+00:00 app[api]: Release v3 created by user augustosouzads@gmail.com
2020-08-17T14:18:39.301310+00:00 app[api]: Deploy 140c56be by user augustosouzads@gmail.com
2020-08-17T14:18:43.000000+00:00 app[api]: Build succeeded
2020-08-17T14:19:33.151691+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/" host=spring-augustomvc.herokuapp.com request_id=93cf6060-37e5-4833-b4de-46d673422524 fwd="191.5.68.232" dyno= connect= service= status=503 bytes= protocol=https
2020-08-17T14:19:33.698219+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/favicon.ico" host=spring-augustomvc.herokuapp.com request_id=ed95621a-d604-435d-be49-469d928251f9 fwd="191.5.68.232" dyno= connect= service= status=503 bytes= protocol=https
2020-08-17T14:21:01.578603+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/" host=spring-augustomvc.herokuapp.com request_id=db25cc88-ad1f-46c4-b924-183f35c50415 fwd="191.5.68.232" dyno= connect= service= status=503 bytes= protocol=https
2020-08-17T14:21:01.862841+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/favicon.ico" host=spring-augustomvc.herokuapp.com request_id=9b24a372-c7f3-48ef-a43d-ccecb9da9817 fwd="191.5.68.232" dyno= connect= service= status=503 bytes= protocol=https
2020-08-17T14:39:33.752335+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/" host=spring-augustomvc.herokuapp.com request_id=ec44855c-7f86-4bad-89f9-25c4aac38471 fwd="191.5.68.232" dyno= connect= service= status=503 bytes= protocol=https
2020-08-17T14:39:34.045661+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/favicon.ico" host=spring-augustomvc.herokuapp.com request_id=238671ef-e9ef-4401-8ccf-4764a55bdbcd fwd="191.5.68.232" dyno= connect= service= status=503 bytes= protocol=https
na Raiz do projeto este é meu Procfile:
web: java $JAVA_OPTS -jar -Dspring.profiles.active=prod target/dependency/webapp-runner.jar --port $PORT target/*.war
Alguem ai esta com este problema tambem? ou pode me ajudar? parece que ele não adicione nenhum dino nem o postgreSQL, sera que preciso adicionar manualmente e cadastrar um cartão de credito pra isso? thanks