【问题标题】:Unable to deploy application in Rhino无法在 Rhino 中部署应用程序
【发布时间】:2017-12-13 08:38:26
【问题描述】:

当我尝试在 rhino 服务器中部署我的应用程序时,我总是遇到异常

     javax.sip.SipException: error starting stack
        at com.opencloud.ob.ocsipra.fY.a(2.3.1.15:69)
        Caused by: java.net.BindException: Address already in use: bind
        at sun.nio.ch.Net.bind0(Native Method)
        at sun.nio.ch.Net.bind(Net.java:433)

        failed to activate RA entity, check RA entity configuration
        Cause: javax.sip.SipException: error starting stack
        at com.opencloud.ob.ocsipra.fY.a(2.3.1.15:69)

        Caused by: java.net.BindException: Address already in use: bind
        at sun.nio.ch.Net.bind0(Native Method)

下面是netstat命令的输出,

netstat -aon | findstr 5060

TCP 0.0.0.0:5060 0.0.0.0:0 监听 1336 UDP 0.0.0.0:5060 : 1336

 netstat -aon | findstr 5061

TCP 10.111.115.147:58236 10.55.202.82:5061 已建立 6364

netstat -aon |找到str 5062

【问题讨论】:

    标签: java jakarta-ee rhino telecommunication


    【解决方案1】:

    当我使用 netstat -aon 命令查找进程时,它总是将进程名称指定为 TCP 和 UDP,但在运行中使用 resmon.exe 可以看到资源监视器您可以在其中查看哪些软件正在使用该端口。我可以用同样的方法解决这个问题。

    【讨论】:

      猜你喜欢
      • 2021-01-18
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多