【问题标题】:Getting below error while starting nodeagent启动 nodeagent 时出现以下错误
【发布时间】:2022-10-31 15:48:13
【问题描述】:

ORBRas E com.ibm.ws.orbimpl.transport.WSTransport createServerSocket P=146590:O=0:CT ORBX0390E: 无法创建侦听器线程。 Exception=[ java.net.BindException: 套接字名称已被使用。 - 在尝试打开端口 9101 上的服务器套接字时收到]。 [9/28/22 22:42:29:445 GMT+05:30] 00000001 WsServerImpl E WSVR0009E: 启动时出错

【问题讨论】:

  • 您在停止 nodeagent 时遇到问题吗?当您尝试启动服务器时会出现此消息,例如 nodeagent 没有完全停止(甚至没有尝试停止它)......并且端口仍在使用中。如果您无法干净地结束 nodeagent 以释放端口,请尝试重新启动操作系统。

标签: websphere


【解决方案1】:

打开命令行终端并执行 $WAS_HOME/bin/stopNode.sh

【讨论】:

    【解决方案2】:

    我只是想请为代理检查服务和端口使用

    ps -ef |grep nodeagent
    ps -ef |grep 9101 
    

    请使用以下命令停止 nodeagent:

    /usr/IBM/WebSphere/AppServer/profiles/TPSrv01/bin/stopNode.sh
    

    请等待超过 5 分钟的时间kill -9 processid(nodeagent)

    并使用命令启动 nodeagent:/usr/IBM/WebSphere/AppServer/profiles/TPSrv01/bin/startNode.sh

    谢谢并恭祝安康

    tandn

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-05-27
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多