2016-11-17 45 views
1

尝试通过WLST连接节点管理器时,出现以下错误。无法通过WLST连接节点管理器

Connecting to Node Manager ... 
Traceback (innermost last): 
    File "<console>", line 1, in ? 
    File "<iostream>", line 111, in nmConnect 
    File "<iostream>", line 553, in raiseWLSTException 
WLSTException: Error occurred while performing nmConnect : Cannot connect to Nod 
e Manager. : Connection refused: connect. Could not connect to NodeManager. Chec 
k that it is running at /***.***.**.**:5556. 
Use dumpStack() to view the full stacktrace : 

节点管理器当前作为Windows服务运行,集群内的3个受管服务器通过此节点管理器进行管理。 任何人都可以请帮助我通过WLST连接节点管理器吗?什么可能是可能的错误? 在此先感谢。

+0

请你分享一下你执行nmConnect()的命令。还有一个普通的/基于SSL的节点管理器。使用telnet命令确认ip地址和5556正在运行。检查jps -l命令以检查nodemanager是否正在运行。 –

回答

0

错误表示Nodemanager关闭。因此,启动你的Nodemanager。

相关问题