Ibm mobilefirst 部署mobilefisrt工件时发生数据库错误(服务器错误)

Ibm mobilefirst 部署mobilefisrt工件时发生数据库错误(服务器错误),ibm-mobilefirst,websphere-8,mobilefirst-server,Ibm Mobilefirst,Websphere 8,Mobilefirst Server,我已经使用服务器配置工具在IBMMobileFirst服务器上部署了IBMMobileFirst7.1应用程序。我的应用服务器是WebSphereApplicationServer8.0(NetworkDeployment),带有一个单节点集群 当我尝试在Mobilefirst控制台上部署应用程序时,Ii给出了错误信息: FWLSE3000E:检测到服务器错误。 FWLSE3010E:检测到数据库错误 我正在同一台计算机上使用localhost访问mobilefirst控制台 我的服务器日志:

我已经使用服务器配置工具在IBMMobileFirst服务器上部署了IBMMobileFirst7.1应用程序。我的应用服务器是WebSphereApplicationServer8.0(NetworkDeployment),带有一个单节点集群

当我尝试在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
Project wlapp和适配器部署都给出了相同的错误。
部署mobilefirst工件是否需要配置

一开始,这似乎是一个安装问题。看起来管理员服务失败了,可能与数据库连接(上面提到的FWLSE3010E)等有关

您可以通过登录WAS管理控制台并验证数据源(testconnection),以及查看服务(Admin/Runtime)是否正在运行来验证这一点

除非我们看到完整的日志,否则无法查明问题所在