在https://developer.lightbend.com/start/?group=play&project=play-samples-play-scala-hello-world-tutorial上部署Play SCALA HELLO WORLD教程应用程序的2.8.x版本时,我严格遵循PLAY框架和Boxfuse网站上的说明。
在部署时,我遇到错误"JVM exited with status 255“,.I使用的是OpenJDK1.8、Scala Sdk 2.3.14和Play框架版本2.8.7。
WARNING: Run failed: Time out: Payload of Instance I-############# failed to come up within 300 seconds at http://:9000/
=> ensure your application responds with an HTTP 200 at / on port 9000
=> check the logs for I-############# in prod
=> ensure the healthcheck configuration (healthcheck.port, healthcheck.path, healthcheck.timeout) matches your application发布于 2021-03-22 16:32:17
您可能需要转到您的AWS帐户并检查安全性并打开您的IP范围
https://stackoverflow.com/questions/66741308
复制相似问题