WebLogic 8.1 不能启动 server
兄弟们:
在安装完WebLogic以后,通过:http://IP:7001/console 能进入管理界面管理,在console下创建一个server ,并指定了Machines ,也指定了对应的services,但是执行control——》start/stop——》start this server时,不能启动,提示: Could not create a socket to the NodeManager running on host '192.168.0.5:5555' to execute command 'online MyServer', reason: Connection refused: connect. Ensure that the NodeManager on host '192.168.0.5' is configured to listen on port '5555' and that it is actively listening
端口我也更换过了,在创建Machines的时候,试了用本机IP和Localhost都不行,请各位指教,谢谢!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
NodeManager,正解
这样肯定不可以启动了,只能stop
要想在console里可以start,务必配置NodeManager。
可查阅一下bea的官方网站,我觉得说得是比较详细的。
再次求助!!