0
votes

Successfully installed IBM MobileFirst 7.0 Server on following environment, and also, a runtime environment was created step by step and deployed successfully in this server (with GUI of MobileFirst Platform Configurion Tool shows deployed):

  • CentOS 6.4
  • MobileFirst Server 7.0
  • jdk-7u79
  • MySQL 5.6.24
  • Apache Tomcat 7.0.62

But I got a No runtime environment deployed in this server from worklightconsole.

I can't find any logs show the error messages. Also,the WL related tables was created automatically in MySQL databases and Worklight related folder generated in Tomcat path, too.

No runtime environment deployed in this serverDatabase connected and table generated successfullyTomcat configure

The GUI of MobileFirst Platform Configurion Tool shows deployed: *GUI* of MobileFirst Platform Configurion Tool shows **deployed**

1
Find the messages.log in your Tomcat logs folder. Provide it.Idan Adar
@IdanAdar You mean catalina.2015-06-01.log or localhost.2015-06-01.log ?Sam Su
I mean the systemout.log I thinkIdan Adar
@IdanAdar the whole tomcat\logs folder uploaded. dropbox.com/sh/w33ndt7tf9hjtac/AABDfpsScrvCFBwh07-4YIKWa?dl=0Sam Su
@IdanAdar systemout.log not found in any log folders...Sam Su

1 Answers

0
votes

The cause to the failure may be due to an ssoExpiredLoginContextsCleanupTask error which can cause the server to not load:

Caused by: org.apache.openjpa.lib.jdbc.ReportingSQLException: Cannot execute statement: impossible to write to binary log since BINLOG_FORMAT = STATEMENT and at least one table uses a storage engine limited to row-based logging. InnoDB is limited to row-logging when transaction isolation level is READ COMMITTED or READ UNCOMMITTED. {prepstmnt 1015602967 INSERT INTO CLUSTER_SYNC (ID, hostVmId, updateTimestamp, version) VALUES (?, ?, ?, ?) [params=(String) ssoExpiredLoginContextsCleanupTask, (null) null, (long) 0, (long) 0]} [code=1665, state=HY000]

To correct it, it is suggested to follow these instructions: http://www-01.ibm.com/support/docview.wss?uid=swg21695572, which are also relevant to MFP Server (and not just Application Center Server).