温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

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

发布时间:2020-05-17 23:47:25 来源:网络 阅读:2056 作者:红桃貮 栏目:编程语言


启动weblogic发布应用是总是报异常


<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

这种情况需要在对应的domain目录下的config文件中的<listen-address></listen-address> 变成

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

向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI