【发布时间】: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