curl 172.17.0.39:3000/1.1/functions/_ops/metadatas
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 503 </title>
</head>
<body>
<h2>HTTP ERROR: 503</h2>
<p>Problem accessing /1.1/functions/_ops/metadatas. Reason:
<pre> Service Unavailable</pre></p>
<hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.10.v20160621</a><hr/>
</body>
</html>
健康检查返回了 503,关于我们健康检查的逻辑见 https://leancloud.cn/docs/leanengine_webhosting_guide-java.html#健康监测
我看到你的程序在启动的时候有一个 NullPointerException
,不知道是否有关。