0
votes

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)

1
Provide the full messages.log from the server. - Idan Adar
Here is the file : tomcat_logs - Florian LORENCE
See the following question and the additional link within it for a possible solution: stackoverflow.com/questions/24509338/… - Idan Adar
Thanks for the answer but it didn't help me to solve the problem. I'll try a fresh install on Linux to see if it works. - Florian LORENCE

1 Answers

0
votes

Ok,

I was more successful installing MobileFirst Platform on Linux, but I still don't know why it doesn't work on Windows.