IBM MobileFirst Platform 7.1 - No runtime environm

2019-08-23 01:49发布

问题:

I have installed IBM Mobile First Server on a VM. As a part of Mobile First installation, I installed Application Center, IBM DB2 , WAS Liberty Core as well and Mobile First Studio on my local machine. I am able to view the Mobile First console on http://localhost:9083/console and providing the required credentials.I uploaded a war file by using the Server Configuration Tool. Restarted Application Server. Tried with different war files.

My issue is when I open my mobile first console I'm getting

No runtime environment deployed in this server

Here you can find my messages.log and server.xml files https://www.dropbox.com/s/ftb3bb71wyuarrl/share.zip?dl=0

回答1:

You've changed the following:

 <httpEndpoint id="defaultHttpEndpoint"
                  httpPort="9083"
                  httpsPort="9446" host="*" >

But kept this:

<jndiEntry jndiName="ibm.worklight.admin.jmx.port" value='"9443"'/>

And in the log, it mentions:

[9/24/15 8:29:06:429 CDT] 0000005b com.worklight.common.util.jmx.LibertyRuntimeMBeanHandler I Impossible to establish a REST connection to : service:jmx:rest://localhost:9443/IBMJMXConnectorREST

In your previous question on the same topic it was identified that you have some VM network problems with the ports 9080 and 9443. So, try changing "9443" to align with the actual HTTPS port you're using, 9446.