java.net.BindException: Address already in use: JVM_Bind
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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- xxl-job 報:java.net.BindException: Address already in use: bindJavaIndexException
- 解決ProtocolHandler ["ajp-nio-8009"] java.net.BindException: Address already in use: bind問題ProtocolJavaIndexException
- Redis 啟動報錯Address already in useRedis
- 解決 eclipse出現 Address already in use: bindEclipse
- 解決nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)NginxAI
- efcore This MySqlConnection is already in useMySql
- bind (ERROR 502): bind(0.0.0.0:8811) failed. Error: Address already in use [98] (埠被佔用)ErrorAI
- kafka java.rmi.server.ExportException: Port already in useKafkaJavaServerExportException
- [Vue warn]: The data property "dialogVisible" is already declared as a prop. Use prop default valueVue
- Several ports (8005, 8080) required by Tomcatv9.0 Server at localhost are already in use.Tomcat解決方案UITomcatServerlocalhost
- Linux虛擬機器配置IP時提示:determining ip information for ip xxx.xxx.xxx.xxx address is alreadyLinux虛擬機ORM
- 力扣刷題對heap-use-after-free on address錯誤原因之一猜想力扣
- 重啟docker服務後,容器啟動報錯:Error response from daemon: id already in useDockerError
- 錯誤: 代理丟擲異常錯誤: java.rmi.server.ExportException: Port already in use: 1099;JavaServerExportException
- python3 tkinter報錯:_tkinter.TclError: cannot use geometry manager pack inside . which already has slaves managed by gridPythonErrorIDE
- already opened by ClassLoader
- [LeetCode] Validate IP AddressLeetCode
- 【轉載】Kano Model — Ways to use it and NOT use it
- 啟動tomcat時 錯誤: 代理丟擲異常 : java.rmi.server.ExportException: Port already in use: 1099的解決辦法TomcatJavaServerExportException
- Redo Byte Address (RBA)(轉)
- nginx useNginx
- mysql bind_address如何配置多個地址 mysql bind-address選項MySql
- 奇怪報錯資訊“db already exists with different case already have”解決方法
- ORA-00130: invalid listener address
- cluster-wide IP address managementIDE
- Be better to use NPMNPM
- WireGuard Use Notes
- plsql use skillsSQL
- warning: already initialized constant FileUtils::VERSIONZed
- Use PHP7PHP
- the NTP socket is in use, exiting
- [Typescript] Use Bitwise FlagsTypeScript
- [Vue] Use render functionVueFunction
- Use IE userdata behavior
- use "jsdelivr" to host fileJSVR
- IPFS_basic_use
- Uncaught SyntaxError: Identifier 'Geometry' has already been declaredErrorIDE
- VS error LNK2005:**already defined in **.objErrorOBJ
- 嚴格模式use strict模式