I am using the following on Linux
- MFP 6.3
- WAS Libery 8.5.5.6 (core trial)
- Tried with JDK1.7 and JDK1.6 but nothing worked out
- MySQL
I could not see any other error/exception in messages.log except this and I am not sure where to change the 'timeout' value in WAS Liberty profile.
http://pastebin.com/7uuVtjHL (server.xml)
http://pastebin.com/2ScrUQLa (messages.log)
Exception thrown by application class 'com.worklight.core.auth.impl.AuthenticationFilter.isWaitingForSynchronization:598' javax.servlet.ServletException: java.lang.RuntimeException: Timeout while waiting for the management service to start up.120 secs. at com.worklight.core.auth.impl.AuthenticationFilter.isWaitingForSynchronization(AuthenticationFilter.java:598) at com.worklight.core.auth.impl.AuthenticationFilter.doFilter(AuthenticationFilter.java:141) at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:207) at [internal classes] Caused by: java.lang.RuntimeException: Timeout while waiting for the management service to start up.120 secs. at com.worklight.core.init.WorklightServletInitializer$1.run(WorklightServletInitializer.java:121) at java.lang.Thread.run(Thread.java:798)