启动weblogic为什么会报一下错误!

xiachedan 2006-05-12 02:15:31
我已经创建了一个demo,在启动时,报以下错误,我的版本是 BEA WebLogic SIP Server™
什么原因!

.
CLASSPATH=d:\bea\JDK142~1\lib\tools.jar;d:\bea\wlss210\server\lib\weblogic_sp.ja
r;d:\bea\wlss210\telco\lib\wcp_sip_core.jar;d:\bea\wlss210\telco\auxlib\sipservl
et.jar;d:\bea\wlss210\server\lib\weblogic.jar;d:\bea\wlss210\server\lib\jsafeFIP
S.jar;d:\bea\wlss210\common\eval\pointbase\lib\pbserver44.jar;d:\bea\wlss210\com
mon\eval\pointbase\lib\pbclient44.jar;d:\bea\JDK142~1\jre\lib\rt.jar;d:\bea\wlss
210\server\lib\webservices.jar;d:\Program Files\Java\jre1.5.0_06\lib\ext\QTJava.
zip
.
PATH=d:\bea\wlss210\server\bin;d:\bea\JDK142~1\jre\bin;d:\bea\JDK142~1\bin;C:\WI
NDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\QuickTime\QT
System\;d:\bea\wlss210\server\bin\oci920_8
.
***************************************************
* To start WebLogic Server, use a username and *
* password assigned to an admin-level user. For *
* server administration, use the WebLogic Server *
* console at http:\\[hostname]:[port]\console *
***************************************************
<2006-5-12 下午02时12分52秒 CST> <Info> <WebLogicServer> <BEA-000377> <Starting
WebLogic Server with Java HotSpot(TM) Client VM Version 1.4.2_08-b03 from Sun Mi
crosystems Inc.>
<2006-5-12 下午02时12分52秒 CST> <Info> <Configuration Management> <BEA-150016>
<This server is being started as the administration server.>
<2006-5-12 下午02时12分52秒 CST> <Info> <Management> <BEA-141107> <Version: WebL
ogic SIP Server 2.1.0.0 at 634531 built on 2005/11/16
WebLogic Server 8.1 SP5 Mon Sep 19 23:06:54 PDT 2005 641358
WebLogic XMLX Module 8.1 SP5 Mon Sep 19 23:06:54 PDT 2005 641358 >
<2006-5-12 下午02时12分52秒 CST> <Notice> <Management> <BEA-140005> <Loading dom
ain configuration from configuration repository at d:\bea\user_projects\domains\
mydomain\.\config.xml.>
<2006-5-12 下午02时12分54秒 CST> <Notice> <Log Management> <BEA-170019> <The ser
ver log file D:\bea\user_projects\domains\mydomain\myserver\myserver.log is open
ed. All server side log events will be written to this file.>
<2006-5-12 下午02时12分55秒 CST> <Notice> <Security> <BEA-090082> <Security init
ializing using security realm myrealm.>
<2006-5-12 下午02时12分55秒 CST> <Notice> <WebLogicServer> <BEA-000327> <Startin
g WebLogic Admin Server "myserver" for domain "mydomain">
<2006-5-12 下午02时12分58秒 CST> <Notice> <WLSS.Engine> <BEA-330076> <WebLogic S
ip Server "myserver" does not have any patches installed>
<2006-5-12 下午02时13分00秒 CST> <Notice> <WLSS.Engine> <BEA-330065> <SIP server
replication is DISABLED>
<2006-5-12 下午02时13分00秒 CST> <Notice> <WLSS.Engine> <BEA-330000> <WebLogic S
IP Server "sipserver" has started.>
<2006-5-12 下午02时13分00秒 CST> <Notice> <WebLogicServer> <BEA-000331> <Started
WebLogic Admin Server "myserver" for domain "mydomain" running in Development M
ode>
<2006-5-12 下午02时13分00秒 CST> <Notice> <WebLogicServer> <BEA-000360> <Server
started in RUNNING mode>
<2006-5-12 下午02时13分00秒 CST> <Notice> <WebLogicServer> <BEA-000355> <Thread
"ListenThread.sipchannel" listening on port 5060, ip address *.*>
<WLSS> Using sip.transport.Default thread pool policy
<2006-5-12 下午02时13分00秒 CST> <Notice> <WebLogicServer> <BEA-000355> <Thread
"ListenThread.Default" listening on port 7001, ip address *.*>
<WLSS> Using sip.transport.Default thread pool policy
<2006-5-12 下午02时13分00秒 CST> <Error> <WLSS.Transport> <BEA-330606> <Failed t
o bind socket on host "192.168.82.27" and port "5060">
<2006-5-12 下午02时13分00秒 CST> <Emergency> <WLSS.Engine> <BEA-330049> <Failed
to start the sip service
com.bea.wcp.sip.engine.connector.transport.TransportException: Address already i
n use: bind
at com.bea.wcp.sip.engine.connector.transport.UdpTransportModule.start(U
dpTransportModule.java:166)
at com.bea.wcp.sip.bea.wls81.connector.WLSUdpTransport.start(WLSUdpTrans
port.java:72)
at com.bea.wcp.sip.bea.wls81.connector.WLSConnector.start(WLSConnector.j
ava:130)
at com.bea.wcp.sip.engine.server.setup.ServerConfig.startUdpThreads(Serv
erConfig.java:375)
at com.bea.wcp.sip.engine.server.CanaryServer.startTransport(CanaryServe
r.java:402)
at com.bea.wcp.sip.engine.server.CanaryServer.prepareToAcceptClientTraff
ic(CanaryServer.java:784)
at com.bea.wcp.sip.engine.server.CanaryServer.handleNotification(CanaryS
erver.java:765)
at com.sun.management.jmx.MBeanServerNotificationListener.handleNotifica
tion(MBeanServerNotificationListener.java:48)
at javax.management.NotificationBroadcasterSupport$Triple.fire(Notificat
ionBroadcasterSupport.java:40)
at javax.management.NotificationBroadcasterSupport.sendNotification(Noti
ficationBroadcasterSupport.java:121)
at weblogic.management.internal.DynamicMBeanImpl.sendNotification(Dynami
cMBeanImpl.java:1015)
at weblogic.t3.srvr.ServerRuntime$5.execute(ServerRuntime.java:725)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
Caused by: java.net.BindException: Address already in use: bind
at sun.nio.ch.Net.bind(Native Method)
at sun.nio.ch.DatagramChannelImpl.bind(DatagramChannelImpl.java:479)
at sun.nio.ch.DatagramSocketAdaptor.bind(DatagramSocketAdaptor.java:79)
at com.bea.wcp.sip.engine.connector.transport.UdpTransportModule.initCha
nnel(UdpTransportModule.java:251)
at com.bea.wcp.sip.engine.connector.transport.UdpTransportModule.start(U
dpTransportModule.java:159)
... 13 more
>

d:\bea\user_projects\domains\mydomain>
...全文
322 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
千山独行 2006-05-19
  • 打赏
  • 举报
回复
顶一个
xiachedan 2006-05-19
  • 打赏
  • 举报
回复
来人顶,我好给分呀
xiachedan 2006-05-18
  • 打赏
  • 举报
回复
来人顶一下,我给分!
xiachedan 2006-05-16
  • 打赏
  • 举报
回复
已经解决了,来人顶一下给分!

问题是Address already in use: bind

真大意!

67,515

社区成员

发帖
与我相关
我的任务
社区描述
J2EE只是Java企业应用。我们需要一个跨J2SE/WEB/EJB的微容器,保护我们的业务核心组件(中间件),以延续它的生命力,而不是依赖J2SE/J2EE版本。
社区管理员
  • Java EE
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧