【问题标题】:while installing oracle database mobile server Remote server does not listen for requests安装oracle数据库移动服务器时远程服务器不监听请求
【发布时间】:2015-10-19 21:05:09
【问题描述】:

我正在尝试安装 oracle 数据库移动服务器。我按照文档 here

中的所有步骤进行操作

我的问题是在执行此步骤时 my problem

存储库文件输出此错误

启动 Glassfish 域“mobileserver”时发生错误 在 Glassfish 服务器上部署位于 C:\OraHome_7\mobile\server\admin\repository\mobile 的移动设备... 远程服务器不侦听 [localhost:7001] 上的请求。服务器起来了吗? 无法获取远程命令。 最接近的匹配本地命令: 帮助 命令部署失败。 部署应用程序移动时发生错误。 CLI306 警告 - 服务器未运行。 命令停止域已成功执行。 Glassfish 域“mobileserver”停止...

我的服务器无法启动

这是我的 domain.xml

<network-listener port="8080" protocol="http-listener-1" transport="tcp" name="http-listener-1" thread-pool="http-thread-pool"></network-listener>
          <network-listener port="8181" protocol="http-listener-2" transport="tcp" name="http-listener-2" thread-pool="http-thread-pool"></network-listener>
          <network-listener port="4848" protocol="admin-listener" transport="tcp" name="admin-listener" thread-pool="admin-thread-pool"></network-listener>
        </network-listeners>

有什么问题请帮忙:(

【问题讨论】:

  • 重启指定主机的域管理服务器(DAS),然后重试。您的管理端口应显示为 [localhost:4848] 而不是 [localhost:7001]
  • 重启域失败它说命令需要很长时间或服务器失败..
  • 我认为安装有问题。可以是任意数量的东西。

标签: oracle glassfish


【解决方案1】:

问题出在 glassfish 服务器上 我重新安装它,一切正常

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2014-07-16
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多