I followed the installation Guide for IBM MobileFirst Platform 6.3, but I'm stuck with a problem when launching all MobileFirst webapps (admin, MobileFirst console, analytics, etc...). All I got is a 404 error or A "Page not found" after login to MobileFirst console.
My configuration:
- Tomcat 7.0.54
- MySQL 5.6
- Windows Server 2008 R2
- JDK 1.7.0 Update 60
- MobileFirst Platform 6.3.0.0 (6.3.0.00-20141127-1357)
Following JMX parameters have been enabled :
- Djava.rmi.server.hostname=localhost
- Dcom.sun.management.jmxremote.port=8686
- Dcom.sun.management.jmxremote.authenticate=false
- Dcom.sun.management.jmxremote.ssl=false
Logs:
Exception in thread "Thread-7" 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:745)