IBM MobileFirst Platform 7.1 - 此服务器中未部署运行时环境

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

我已经在 VM 上安装了 IBM Mobile First Server。作为 Mobile First 安装的一部分,我在本地机器上安装了 Application Center、IBM DB2、WAS Liberty Core 和 Mobile First Studio。我能够在 http://localhost:9083/console 上查看 Mobile First 控制台,并使用服务器配置工具提供所需的 credentials.I 上传的 war 文件。重新启动应用程序服务器。尝试使用不同的 war 文件。

我的问题是,当我打开我的移动优先控制台时,我得到

No runtime environment deployed in this server

在这里你可以找到我的 messages.log 和 server.xml 文件 https://www.dropbox.com/s/ftb3bb71wyuarrl/share.zip?dl=0

您更改了以下内容:

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

但保留了这个:

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

在日志中,它提到:

[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

在您之前关于同一主题的问题中,我们发现您的端口 9080 和 9443 存在一些虚拟机网络问题。因此,请尝试更改“9443”以与您使用的实际 HTTPS 端口 9446 保持一致.