【发布时间】:2016-10-21 09:06:16
【问题描述】:
我已经使用服务器配置工具在 IBM mobilefirst 服务器上部署了 IBM mobilefirst 7.1 应用程序。我的应用服务器是Websphere application server 8.0(网络部署),单节点集群。
当我尝试在 Mobilefirst 控制台上部署应用程序时,Ii 出现错误:
FWLSE3000E:检测到服务器错误。
FWLSE3010E: 检测到数据库错误。
我在同一台机器上使用 localhost 访问 mobilefirst 控制台。
我的服务器日志:
ServiceProxy E Received status 500 for POST https://localhost:9443/wladmin/management-apis/1.0/runtimes/MYMobile71/applications?async=true
java.io.IOException: Server returned HTTP response code: 500 for URL: https://localhost:9443/wladmin/management-apis/1.0/runtimes/MYMobile71/applications?async=true
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:56)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:39)
at java.lang.reflect.Constructor.newInstance(Constructor.java:527)
at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1536)
at java.security.AccessController.doPrivileged(AccessController.java:453)
at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1530)
Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: https://localhost:9443/wladmin/management-apis/1.0/runtimes/MYMobile71/applications?async=true
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1481)
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:390)
at com.ibm.net.ssl.www2.protocol.https.b.getResponseCode(b.java:51)
at com.ibm.worklight.management.ui.servlet.ServiceProxy.service(ServiceProxy.java:164)
... 30 more
ServiceProxy E Exception Server returned HTTP response code: 500 for URL: https://localhost:9443/wladmin/management-apis/1.0/runtimes/MYMobile71/applications?async=true while redirecting request to https://localhost:9443/wladmin/management-apis/1.0/runtimes/MYMobile71/applications?async=true
项目 wlapp 和适配器部署都给出了相同的错误。 部署 mobilefirst 工件是否需要配置?
【问题讨论】:
标签: ibm-mobilefirst websphere-8 mobilefirst-server