溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務(wù)條款》

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

發(fā)布時間:2020-05-17 23:47:25 來源:網(wǎng)絡(luò) 閱讀:2080 作者:紅桃貮 欄目:編程語言


啟動weblogic發(fā)布應(yīng)用是總是報異常


<Security> <BEA-090169> <Loading trusted certificates from the jks keystore file C:\Oracle\MIDDLE~1\JDK160~1\jre\lib\security\cacerts.>

<2014-4-10 下午04時38分31秒 CST> <Error> <Server> <BEA-002606> <Unable to create a server socket for listening on channel "Default[6]". 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: JVM_Bind.>

<2014-4-10 下午04時38分31秒 CST> <Error> <Server> <BEA-002606> <Unable to create a server socket for listening on channel "DefaultSecure[2]". The address fe80:0:0:0:d267:e5ff:fe12:5872 might be incorrect or another process is using port 7002: java.net.BindException: Cannot assign requested address: JVM_Bind.>

<2014-4-10 下午04時38分31秒 CST> <Error> <Server> <BEA-002606> <Unable to create a server socket for listening on channel "Default[4]". The address fe80:0:0:0:0:5efe:a44:2820 might be incorrect or another process is using port 7001: java.net.BindException: Cannot assign requested address: JVM_Bind.>

<2014-4-10 下午04時38分31秒 CST> <Error> <Server> <BEA-002606> <Unable to create a server socket for listening on channel "DefaultSecure[1]". The address fe80:0:0:0:0:0:0:1 might be incorrect or another process is using port 7002: java.net.BindException: Cannot assign requested address: JVM_Bind.>

<2014-4-10 下午04時38分31秒 CST> <Error> <Server> <BEA-002606> <Unable to create a server socket for listening on channel "Default[1]". The address fe80:0:0:0:0:0:0:1 might be incorrect or another process is using port 7001: java.net.BindException: Cannot assign requested address: JVM_Bind.>

<2014-4-10 下午04時38分31秒 CST> <Error> <Server> <BEA-002606> <Unable to create a server socket for listening on channel "DefaultSecure[4]". The address fe80:0:0:0:0:5efe:a44:2820 might be incorrect or another process is using port 7002: java.net.BindException: Cannot assign requested address: JVM_Bind.>

<2014-4-10 下午04時38分31秒 CST> <Error> <Server> <BEA-002606> <Unable to create a server socket for listening on channel "Default[3]". The address fe80:0:0:0:0:ffff:ffff:fffd might be incorrect or another process is using port 7001: java.net.BindException: Cannot assign requested address: JVM_Bind.>

<2014-4-10 下午04時38分31秒 CST> <Error> <Server> <BEA-002606> <Unable to create a server socket for listening on channel "DefaultSecure[5]". The address 127.0.0.1 might be incorrect or another process is using port 7002: java.net.BindException: Address already in use: JVM_Bind.>

<2014-4-10 下午04時38分31秒 CST> <Warning> <Serv

這種情況需要在對應(yīng)的domain目錄下的config文件中的<listen-address></listen-address> 變成

<listen-address>localhost</listen-address>

向AI問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI