【发布时间】:2015-09-12 16:09:49
【问题描述】:
我有一个 weblogic 域(即 server1),它在管理服务器不驻留的远程计算机上管理多个托管服务器(即 server2)。我正在尝试在联机模式下使用 WLST 将管理服务器上的域动态打包到 JAR 中并将其传输到托管服务器,但由于 CIE ConfigHelper 服务不可用而失败。我试图在没有午餐的情况下找到对这项服务的引用。
这是输出的日志:
Initializing WebLogic Scripting Tool (WLST) ...
Welcome to WebLogic Server Administration Scripting Shell
Type help() for help on available commands
Connecting to t3://admin:7001 with userid admin ...
Successfully connected to Admin Server "wladmin_server" that belongs to domain "qa".
Warning: An insecure protocol was used to connect to the
server. To ensure on-the-wire security, the SSL port or
Admin port should be used instead.
Location changed to serverRuntime tree. This is a read-only tree with DomainMBean as the root.
For more help, use help('domainConfig')
CIE ConfigHelper online service is not available.
Disconnected from weblogic server: wladmin_server
我正在根据以下链接 https://docs.oracle.com/middleware/1212/wls/WLSTG/domains.htm#WLSTG406 执行此操作,但它似乎不起作用。
我正在使用在 RH Linux 上运行的 Weblogic 12c (12.1.3)。
谢谢。
【问题讨论】:
标签: weblogic weblogic12c