Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
My instance fails to come up within 60 seconds. How can I increase the timeout?
The error I'm getting both locally and on AWS is:
ERROR: Time out: Payload of Instance vb-312f2f77 failed to come up within 60 seconds at http://127.0.0.1:8888/ !
有两个可用的修复/原因:
增加健康检查超时。例如,要将 60 秒的默认值增加到 120 秒,您可以使用 boxfuse fuse payload.war -healthcheck.timeout=120(更多信息:https ://cloudcaptain.sh/docs/commandline/fuse.html#healthcheck.timeout )
分析实例日志以检查它是真正的超时还是某些应用程序启动问题。您可以通过发出 boxfuse 日志 vb-312f2f77 来做到这一点(更多信息:https ://cloudcaptain.sh/docs/commandline/logs.html )