2
我想使用boxfuse在AWS上運行我的Spring啓動應用程序。 我已經遵循了來自Spring的following教程(第54.4節)和Boxfuse的Get Started以及。錯誤:運行應用程序失敗 - 春季啓動+ Boxfuse/AWS
當我運行以下命令
boxfuse run target\digigram-0.1.0.jar -env=prod
我得到以下行
Waiting for AWS to boot Instance i-74fe7fc8 and Payload to start at http://52.28.94.159:8080/ ...
WARNING: Healthcheck (http://52.28.94.159:8080/) returned 404 instead of 200. Retrying for the next 120 seconds ...
Terminating instance i-74fe7fc8 ...
而且它與
Destroying Security Group sg-0ed6f667 ...
ERROR: Deployment of pantera160/digigram:0.0.0.1453900589995 failed in prod:Payload of Instance i-74fe7fc8 came up at http://52.28.94.159:8080/
with HTTP 404 (expected 200) => ensure your application responds with an HTTP 200 at http://52.28.94.159:8080/ or adjust the healthcheck configuration (healthcheck.path, healthcheck.timeout, ...) to fit your application
ERROR: Running pantera160/digigram:0.0.0.1453900589995 failed!
結束我不明白問題出在哪裏。我是否需要在AWS或我的應用程序中更改某些內容或...
任何幫助將不勝感激。
注意:
我在AWS的免費計劃上運行,這可能是問題嗎?