java.net.BindException: Address already in use: JVM_Bind

tolywang發表於2012-10-10


Oracle Grid Control 11.1.0.1.0 , Weblogic 10.3.6 , 安裝到OMS Configuration 時 failed , log檔案報錯如下:

嚴重:Exception:
java.net.BindException: Address already in use: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:383)
.....
at oracle.sysman.omsca.framework.OMSConfigAssistantDriver.main(OMSConfigAssistantDriver.java:210)
嚴重: ERROR: Pre req checks of EM failed.
2012-10-10 12:03:21 oracle.sysman.omsca.framework.OMSConfigAssistantDriver main
良好: Got resultfalse

查詢Metalink : [ID 1198565.1]
Solution
Identify and Kill the process using the port 7401

C:\Users\00208708>netstat -aon|findstr "7401"
TCP10.96.37.50:74010.0.0.0:0LISTENING8236
C:\Users\00208708>tasklist|findstr "8236"
javaw.exe8236 Console139,244 K

在工作管理員中結束 javaw.exe 程式即可 。

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-746067/,如需轉載,請註明出處,否則將追究法律責任。

相關文章