herokuでアプリケーションエラーとなり解決方法がわかりません。
ビルドは成功しているのにも関わらず解決できない状況が続いております。
デプロイはmaven
仕様フレームワークはSpring
言語バージョンはJava1.8を使用しています。
2021-04-25T04:48:02.233294+00:00 heroku[web.1]: State changed from crashed to starting 2021-04-25T04:48:04.507102+00:00 heroku[web.1]: Starting process with command `java -Dserver.port=29148 $JAVA_OPTS -jar target/WorksApplication-0.0.1-SNAPSHOT.jar` 2021-04-25T04:48:06.000000+00:00 app[api]: Build succeeded 2021-04-25T04:48:06.546728+00:00 app[web.1]: Create a Procfile to customize the command used to run this process: https://devcenter.heroku.com/articles/procfile 2021-04-25T04:48:06.562634+00:00 app[web.1]: Setting JAVA_TOOL_OPTIONS defaults based on dyno size. Custom settings will override them. 2021-04-25T04:48:06.565609+00:00 app[web.1]: Picked up JAVA_TOOL_OPTIONS: -Xmx300m -Xss512k -XX:CICompilerCount=2 -Dfile.encoding=UTF-8 2021-04-25T04:48:06.647123+00:00 app[web.1]: no main manifest attribute, in target/WorksApplication-0.0.1-SNAPSHOT.jar 2021-04-25T04:48:06.728808+00:00 heroku[web.1]: Process exited with status 1 2021-04-25T04:48:06.776654+00:00 heroku[web.1]: State changed from starting to crashed 2021-04-25T04:48:06.779857+00:00 heroku[web.1]: State changed from crashed to starting 2021-04-25T04:48:10.066605+00:00 heroku[web.1]: Starting process with command `java -Dserver.port=36135 $JAVA_OPTS -jar target/WorksApplication-0.0.1-SNAPSHOT.jar` 2021-04-25T04:48:13.270590+00:00 app[web.1]: Create a Procfile to customize the command used to run this process: https://devcenter.heroku.com/articles/procfile 2021-04-25T04:48:13.296710+00:00 app[web.1]: Setting JAVA_TOOL_OPTIONS defaults based on dyno size. Custom settings will override them. 2021-04-25T04:48:13.300385+00:00 app[web.1]: Picked up JAVA_TOOL_OPTIONS: -Xmx300m -Xss512k -XX:CICompilerCount=2 -Dfile.encoding=UTF-8 2021-04-25T04:48:13.426229+00:00 app[web.1]: no main manifest attribute, in target/WorksApplication-0.0.1-SNAPSHOT.jar 2021-04-25T04:48:13.551445+00:00 heroku[web.1]: Process exited with status 1 2021-04-25T04:48:13.631937+00:00 heroku[web.1]: State changed from starting to crashed 2021-04-25T04:48:14.744283+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=works1.herokuapp.com request_id=54ffbfdc-137a-4498-b562-73f6fc895cce fwd="27.95.161.10 0" dyno= connect= service= status=503 bytes= protocol=https 2021-04-25T04:48:15.312281+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=works1.herokuapp.com request_id=d492d6f0-925c-4c30-a849-a8a182b67e6d fwd="2 7.95.161.100" dyno= connect= service= status=503 bytes= protocol=https
父と母のために作ったアプリケーションなので早急に公開して喜ばせてあげたいと思っております。
どうかお力添えしていただけないでしょうか。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。