πŸ’» Programming/WAS

μ›Ήλ‘œμ§ default μ–΄λ“œλ―Ό μ„œλ²„ 포트(7001) λ³€κ²½

μΌ€μ΄μΉ˜ 2015. 6. 9. 16:00

μ›Ήλ‘œμ§ default μ–΄λ“œλ―Ό μ„œλ²„ 포트(7001) λ³€κ²½

 

<Aug 16, 2011 5:03:50 PM GMT+09:00> <Emergency> <Security> <BEA-090087> <Server failed to bind to the configured Admin port. The port may already be used by another process.>
<Aug 16, 2011 5:03:50 PM GMT+09:00> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason: Server failed to bind to any usable port. See preceeding log message for details.>
<Aug 16, 2011 5:03:50 PM GMT+09:00> <Error> <Server> <BEA-002606> <Unable to create a server socket for listening on channel "Default[2]". The address 127.0.0.1 might be incorrect or another process is using port 7001: java.net.BindException: Address already in use.>
<Aug 16, 2011 5:03:50 PM GMT+09:00> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
<Aug 16, 2011 5:03:50 PM GMT+09:00> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
<Aug 16, 2011 5:03:50 PM GMT+09:00> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
<Aug 16, 2011 5:03:50 PM GMT+09:00> <Error> <Server> <BEA-002606> <Unable to create a server socket for listening on channel "Default". The address 192.168.213.132 might be incorrect or another process is using port 7001: java.net.BindException: Address already in use.>
<Aug 16, 2011 5:03:50 PM GMT+09:00> <Error> <Server> <BEA-002606> <Unable to create a server socket for listening on channel "Default[3]". The address 0:0:0:0:0:0:0:1 might be incorrect or another process is using port 7001: java.net.BindException: Address already in use.>
<Aug 16, 2011 5:03:50 PM GMT+09:00> <Error> <Server> <BEA-002606> <Unable to create a server socket for listening on channel "Default[1]". The address fe80:0:0:0:20c:29ff:fee0:753c might be incorrect or another process is using port 7001: java.net.BindException: Address already in use.>

 

ν•˜λ‚˜μ˜ μ›Ήλ‘œμ§ 머신에 업무상 λ‹€μˆ˜μ˜ 도메인을 μ‚¬μš©ν•  경우,
κΈ°λ³Έ ν¬νŠΈκ°€ 7001인 μ›Ήλ‘œμ§ μ„œλ²„ λ„λ©”μΈμ˜ μ–΄λ“œλ―Ό μ„œλ²„ κ΅¬λ™μ‹œ 포트 좩돌 μ—λŸ¬κ°€ λ°œμƒν•©λ‹ˆλ‹€.
이럴 경우 λŒ€μ²˜ 방법은 κ°„λ‹¨ν•©λ‹ˆλ‹€.

μ›Ήλ‘œμ§ 도메인 μ„€μ • νŒŒμΌμ„ μˆ˜μ •ν›„ μž¬κΈ°λ™ ν•˜λ©΄λ©λ‹ˆλ‹€.

1. DOMAIN_HOME/config/config.xml
   

    <name>AdminServer</name>
    <listen-address/>


μ΄λŸ¬ν•œ 뢀뢄이 μ‘΄μž¬ν•˜λŠ”λ°μš”, μ—¬κΈ°μ„œ <name>νƒœκ·Έ μ•„λž˜ 뢀뢄에 <listen-port>νƒœκ·Έλ₯Ό μΆ”κ°€ν›„ μž¬κΈ°λ™μ„ ν•˜λ©΄ λ©λ‹ˆλ‹€.

    <name>AdminServer</name>
    <listen-port>7000</listen-port>
    <listen-address/>


μ΄λ ‡κ²Œ ν•˜λ©΄ λ˜κ² μŠ΅λ‹ˆλ‹€.

 

즉, μ›Ήλ‘œμ§ μ„œλ²„μ—λŠ” λ‹€μˆ˜μ˜ 도메인을 생성할 수 있으며 ν•˜λ‚˜μ˜ 도메인은 각각의 μ½˜μ†”μ΄ μ‘΄μž¬ν•œλ‹€λŠ” 것을 μ•Œ 수 μžˆμŠ΅λ‹ˆλ‹€.

 

ν˜Ήμ‹œ, <listen-port>λ₯Ό <listen-address>μ•„λž«λΆ€λΆ„μ— μΆ”κ°€ν•  경우 μ•„λž˜μ™€ 같은 μ—λŸ¬κ°€ λ°œμƒν•˜λŠ” 것을 확인 ν•  수 μžˆμ—ˆμŠ΅λ‹ˆλ‹€.
μ£Όμ˜ν•˜μ‹œκΈ° λ°”λžλ‹ˆλ‹€.

<Aug 16, 2011 5:32:37 PM GMT+09:00> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason: [Management:141245]Schema Validation Error in /home/oracle/Middleware/domains/base_domain/base_domain/config/config.xml see log for details. Schema validation can be disabled by starting the server with the command line option: -Dweblogic.configuration.schemaValidationEnabled=false>
<Aug 16, 2011 5:32:37 PM GMT+09:00> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
<Aug 16, 2011 5:32:37 PM GMT+09:00> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
<Aug 16, 2011 5:32:37 PM GMT+09:00> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>

 

 

 

좜처 : http://blog.daum.net/_blog/BlogTypeView.do?blogid=0F6LZ&articleno=12283804