Reputation: 131
Mobile first run-time failed to start Websphere 8.5.5.12 i installed Websphere 8.5.5.12 and mobile-first but after creating runtime its not running i am getting the following exception
ProjectSynchr E com.worklight.core.jmx.ProjectSynchronizationBean isReady FWLSE0320E: Failed to check whether the admin services are ready. Caused by: [project worklight] java.lang.reflect.UndeclaredThrowableException at com.sun.proxy.$Proxy94.getAttribute(Unknown Source) at com.ibm.ws.management.AdminClientImpl.getAttribute(AdminClientImpl.java:153) at com.worklight.common.util.jmx.WASRuntimeMBeanHandler$AdminClientMBeanServerConnection.getAttribute(WASRuntimeMBeanHandler.java:499) at com.sun.jmx.mbeanserver.MXBeanProxy$GetHandler.invoke(MXBeanProxy.java:135) at com.sun.jmx.mbeanserver.MXBeanProxy.invoke(MXBeanProxy.java:180) at javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:270) at com.sun.proxy.$Proxy95.isReady(Unknown Source) at com.worklight.core.jmx.ProjectSynchronizationBean.isReady(ProjectSynchronizationBean.java:141) at com.worklight.core.init.WorklightServletInitializer$1.run(WorklightServletInitializer.java:146) at java.lang.Thread.run(Thread.java:809) Caused by: [SOAPException: faultCode=SOAP-ENV:ServerException; msg=The Soap RPC call can't be unmarshalled.] at com.ibm.ws.management.connector.soap.SOAPConnectorClient.handleAdminFault(SOAPConnectorClient.java:966) at com.ibm.ws.management.connector.soap.SOAPConnectorClient.invokeTemplateOnce(SOAPConnectorClient.java:931) at com.ibm.ws.management.connector.soap.SOAPConnectorClient.invokeTemplate(SOAPConnectorClient.java:696) at com.ibm.ws.management.connector.soap.SOAPConnectorClient.invokeTemplate(SOAPConnectorClient.java:686) at com.ibm.ws.management.connector.soap.SOAPConnectorClient.getAttribute(SOAPConnectorClient.java:641) at com.ibm.ws.management.connector.soap.SOAPConnectorClient.invoke(SOAPConnectorClient.java:497) ... 10 more
Upvotes: 1
Views: 1387
Reputation: 131
you set: com.ibm.ws.management.connector.soap.disableSOAPAuthCheck=true JVM custom property on deployment manager, all nodeagents and all application servers.
Thank you Vivin K for your support
Upvotes: 2