weblogic( 12c
) を起動しようとしています。
weblogicサーバーが起動している間、私は奇妙な問題に直面しています.空いているポートをリッスンしようとします.
ただし、ポートが使用されているというエラーが表示されますが (以下のログの最初の行に示されているように)、次の行で突然ポートのリッスンが開始されます。なぜこの種の振る舞いをするのですか?
<Jul 24, 2013 3:25:20 PM IST> <Error> <Server> <BEA-002606> <The server is unable to create a server socket for listening on channel "Default". The address 10.19.218.207 might be incorrect or another process is using port 12110: java.net.BindException: Address already in use>
<Jul 24, 2013 3:25:20 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default[3]" is now listening on 0:0:0:0:0:0:0:1:12110 for protocols iiop, t3, ldap, snmp, http.>
<Jul 24, 2013 3:25:20 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on fe80:0:0:0:250:56ff:fe8a:29cc:12110 for protocols iiop, t3, ldap, snmp, http.>
<Jul 24, 2013 3:25:20 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default[2]" is now listening on 127.0.0.1:12110 for protocols iiop, t3, ldap, snmp, http.>