0
ログに以下のエラーが表示されます。それは何を説明するでしょうか?My Java Google Endpoints V2プロジェクトがcom.google.api.config.ServiceConfigExceptionを投げています。私は何が欠けていますか?
私はうまく動作している別の同様のプロジェクトがあります。私はpom.xml、web.xml、appengine-web.xmlを何回も見ていますが、何が欠けているのか分かりません。
これは以前V1プロジェクトでした。それは入りますか?
ありがとうございます。
com.google.apphosting.runtime.jetty9.JettyLogger warn:
Failed startup of context [email protected]
{/, file:///base/data/home/apps/s~form8949/
20171214t103140.406216052512279215/,UNAVAILABLE} (JettyLogger.java:29)
com.google.api.config.ServiceConfigException:
Failed to fetch default config version for service
'form8949.appspot.com'. No versions exist!
at com.google.api.config.ServiceConfigSupplier.
fetchLatestServiceVersion(ServiceConfigSupplier.java:157)
at com.google.api.config.ServiceConfigSupplier.
fetch(ServiceConfigSupplier.java:126) ...