【发布时间】:2018-09-13 10:12:12
【问题描述】:
我正在使用 Google App 引擎并部署了 Web 应用程序。 我尝试使用 App 引擎在本地部署代码然后它工作正常 但是当我部署在生产服务器上时,它会导致错误。
Request : POST 20180909t164211-dot-spry-autumn-140509.appspot.com/_ah/spi/BackendService.getApiConfigs
(View request) Status : 500 Internal Server Error, Updated Screen shots for error and web.xml configration.
Web.xml configration:
<servlet>
<servlet-name>SystemServiceServlet</servlet-name>
<servlet-class>com.google.api.server.spi.SystemServiceServlet</servlet-class>
<init-param>
<param-name>services</param-name>
<param-value />
</init-param>
</servlet>
<servlet-mapping>
<servlet-name>SystemServiceServlet</servlet-name>
<url-pattern>/_ah/spi/*</url-pattern>
</servlet-mapping>
生产错误:
请给我一些相同的解决方案。
【问题讨论】:
标签: google-app-engine google-cloud-endpoints