2016-10-21 4 views
1

Ich habe die IBM mobilefirst 7.1-Anwendung mit dem Serverkonfigurationstool auf dem IBM mobifirst-Server implementiert. Mein Anwendungsserver ist der Websphere-Anwendungsserver 8.0 (Netzwerkimplementierung) mit einem einzelnen Knotencluster.Datenbankfehler (Serverfehler) während der Bereitstellung von Artefakten für mobile Dateien

Wenn ich versucht Anwendung bereitstellen auf Mobilefirst Konsole, Ii gibt mir Fehler:

FWLSE3000E: Ein Server-Fehler erkannt wurde.
FWLSE3010E: Ein Datenbankfehler wurde festgestellt.

Ich greife auf die mobilefirst Konsole mit localhost auf demselben Rechner zu.

Mein Server Logs:

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 

Projekt wlapp und Deployment-Adapter beide gibt gleiche Fehler. Ist für die Bereitstellung mobiler Artefakte eine Konfiguration erforderlich?

Antwort

1

Am Anfang scheint es wie ein Installationsproblem. Scheint wie Admin-Dienst ist fehlgeschlagen und möglicherweise im Zusammenhang mit Datenbankverbindung (FWLSE3010E - oben erwähnt) etc ...

Sie können das gleiche überprüfen, indem Sie in der WAS Admin-Konsole anmelden und für die Datenquelle (testconnection) überprüfen und auch sehen, ob Dienste (Admin/Runtime) laufen.

Wenn wir die vollständigen Protokolle nicht sehen, können wir das Problem nicht lokalisieren.

Verwandte Themen