IBM MobileFirst Platform 7.1 - No runtime environment deployed in this server

删除回忆录丶 提交于 2019-12-11 22:46:02

问题


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.



来源:https://stackoverflow.com/questions/32764356/ibm-mobilefirst-platform-7-1-no-runtime-environment-deployed-in-this-server

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!