2013-06-02 2 views
3

내 Mac 상자에서 Weblogic 10.3의 관리되는 인스턴스를 실행합니다. 어느 날 나는 그것을 시작 시도하고 내가 지정 및 포트 번호를 재 할당, 내가 약간의 지식을 가지고 지역의 새로운 맥 사용자입니다 생각하기 때문에 나는이 오류 메시지weblogic을 시작할 수 없습니다. BEA-002606

<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> 

을 얻었다. 이 문제에 대한 도움을 주시면 감사하겠습니다. 추신 : 모호한 답변이 없습니다. 내가 google-ing을 시도하고 지옥이었던 것에 따라 취할 단계의 구체적인 응답은 여기에서 도움이 될 것입니다.

답변

4

나는 수동에 사는 config.xml 파일을 편집합니다 : 당신의

<server> 

찾기

<domain home>/config directory. 

과의 정확한 IP를 사용하도록

<listen-address> 

을 편집 너의 기계. 변경할 수도 있습니다

<listen-port> 

기본값 이외의 값으로 변경할 수 있습니다. 65501과 같은 것을 시도해보십시오. 그리고 예, weblogic은 지옥입니다. IP 주소가 /등/호스트의 IP 주소를 변경 변경하면

+0

는 해결. 관리 콘솔을 사용하여 수신 대기 포트를 수동으로 입력했습니다. 제 경우에는 127. *. *. * –

0

은 - IP 주소가 변경되었습니다 [리눅스]