我在mac机器上运行WebLogic10.3的托管实例。有一天,我尝试启动它,得到了以下错误信息
<Jun 2, 2013 5:19:34 PM EDT> <Notice> <LoggingService> <BEA-320400> <The log file /Users/xx/bfdev/bea10/user_projects/domains/xx/servers/admin/logs/xx.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
<Jun 2, 2013 5:19:34 PM EDT> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to /Users/xx/bfdev/bea10/user_projects/domains/xx/servers/admin/logs/xx.log00101. Log messages will continue to be logged in /Users/xx/bfdev/bea10/user_projects/domains/xx/servers/admin/logs/benefitfocusDomain.log.>
<Jun 2, 2013 5:19:34 PM EDT> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
<Jun 2, 2013 5:19:34 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
<Jun 2, 2013 5:19:34 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
<Jun 2, 2013 5:19:34 PM EDT> <Error> <Server> <BEA-002606> <Unable to create a server socket for listening on channel "Default[3]". The address fe80:0:0:0:2acf:e9ff:fe64:20eb%0 might be incorrect or another process is using port 7001: java.net.BindException: Can't assign requested address.>
*<Jun 2, 2013 5:19:34 PM EDT> <Error> <Server> <BEA-002606> <Unable to create a server socket for listening on channel "Default[2]". The address fe80:0:0:0:0:0:0:1%0 might be incorrect or another process is using port 7001: java.net.BindException: Can't assign requested address.>
<Jun 2, 2013 5:19:34 PM EDT> <Notice> <Server> <BEA-002613> <Channel "Default[4]" is now listening on 127.0.0.1:7001 for protocols iiop, t3, ldap, snmp, http.>
**<Jun 2, 2013 5:19:34 PM EDT> <Warning> <Server> <BEA-002611> <Hostname "localhost", maps to multiple IP addresses: 127.0.0.1, 0:0:0:0:0:0:0:1, fe80:0:0:0:0:0:0:1%1>
<Jun 2, 2013 5:19:34 PM EDT> <Notice> <Server> <BEA-002613> <Channel "Default[5]" is now listening on 0:0:0:0:0:0:0:1:7001 for protocols iiop, t3, ldap, snmp, http.>
<Jun 2, 2013 5:19:34 PM EDT> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on 192.168.2.93:7001 for protocols iiop, t3, ldap, snmp, http.>
<Jun 2, 2013 5:19:34 PM EDT> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 192.168.1.2:7001 for protocols iiop, t3, ldap, snmp, http.>**
<Jun 2, 2013 5:19:34 PM EDT> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "admin" for domain "xx" running in Development Mode>*
<Jun 2, 2013 5:19:34 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
<Jun 2, 2013 5:19:34 PM EDT> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode> 因为我是mac的新用户,所以分配和重新分配端口号是我所不了解的领域。在这个问题上,任何帮助都将不胜感激。附言:没有模糊的答案。关于采取哪些步骤的具体回应将在这里有所帮助,因为我已经尝试过谷歌搜索,这已经是地狱了。
发布于 2013-06-03 23:36:55
我将手动编辑位于以下位置的config.xml文件:
<domain home>/config directory. 找到你的
<server> 并编辑
<listen-address> 来使用你机器的确切IP地址。您还可以更改
<listen-port> 而不是默认设置。试试像65501这样的东西,看看你能不能把它提出来。是的,weblogic是地狱。
发布于 2015-08-07 20:37:11
更改IP地址时,请更改/etc/hosts中的IP地址- IP地址已更改Linux
https://stackoverflow.com/questions/16887459
复制相似问题