在jdeveloper中运行weblogic java.net.BindException:无法分配请求的地址:JVM_Bind

时间:2016-08-10 07:53:59

标签: java weblogic jdeveloper

我有一个项目 当我使用IntegratedWeblogicServer运行项目时。这是下面的问题

<Aug 10, 2016 2:46:54 PM ICT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN> 
<Aug 10, 2016 2:46:54 PM ICT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING> 
<Aug 10, 2016 2:46:54 PM ICT> <Emergency> <Security> <BEA-090087> <Server failed to bind to the configured Admin port. The port may already be used by another process.> 
    <Aug 10, 2016 2:46:54 PM ICT> <Error> <Server> <BEA-002606> <Unable to create a server socket for listening on channel "Default". The address 10.72.4.73 might be incorrect or another process is using port 7101: java.net.BindException: Cannot assign requested address: JVM_Bind.> 
    <Aug 10, 2016 2:46:54 PM ICT> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason: Server failed to bind to any usable port. See preceeding log message for details.> 
    <Aug 10, 2016 2:46:54 PM ICT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED> 
    <Aug 10, 2016 2:46:54 PM ICT> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down> 
    <Aug 10, 2016 2:46:54 PM ICT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN> 

谁知道并解决了这个问题? 请帮我 !感谢

1 个答案:

答案 0 :(得分:0)

错误消息非常具有误导性,更不用说彻头彻尾的无能,但Cannot assign requested address表示您已指定了非本地IP地址。如果它是一个已经在使用的端口问题,它将是address already in use

The address 10.72.4.73 might be incorrect

这是日志中唯一相关的部分。