Unable to create a server socket for listening on channel "Default[4]". The address 0:0:0:0:0:0:0:1 might be incorrect or another process is using port 8001: java.net.BindException: Address already in use: JVM_Bind.

Tools and technologies
Oracle SOA Suite 11.1.1.3.0,
WebLogic 10.3.3
Windows Vista 32 bit Operating System

When I was starting managedWebLogic as administrator after starting webLogic as administrator the window for managedWebLogic was disappearing, I saw the log file and found following exception,
Note: log files are located at “\Oracle\Middleware\user_projects\domains\base_domain\servers\soa_server1\logs”

###<Nov 9, 2010 2:59:36 PM AST> <Error> <Server> <Adnan> <soa_server1> <DynamicListenThread[Default[4]]> <<WLS Kernel>> <> <11d1def534ea1be0:-4197085:12c30801a8c:-7ffd-0000000000000006> <1289303976834> <BEA-002606> <Unable to create a server socket for listening on channel "Default[4]". The address 0:0:0:0:0:0:0:1 might be incorrect or another process is using port 8001: java.net.BindException: Address already in use: JVM_Bind.>

####<Nov 9, 2010 2:59:36 PM AST> <Error> <Server> <Adnan> <soa_server1> <DynamicListenThread[Default[3]]> <<WLS Kernel>> <> <11d1def534ea1be0:-4197085:12c30801a8c:-7ffd-0000000000000008> <1289303976834> <BEA-002606> <Unable to create a server socket for listening on channel "Default[3]". The address 127.0.0.1 might be incorrect or another process is using port 8001: java.net.BindException: Address already in use: JVM_Bind.>


####<Nov 9, 2010 2:59:36 PM AST> <Error> <Server> <Adnan> <soa_server1> <DynamicListenThread[Default]> <<WLS Kernel>> <> <11d1def534ea1be0:-4197085:12c30801a8c:-7ffd-000000000000000a> <1289303976834> <BEA-002606> <Unable to create a server socket for listening on channel "Default". The address fe80:0:0:0:0:100:7f:fffe might be incorrect or another process is using port 8001: java.net.BindException: Address already in use: JVM_Bind.>


####<Nov 9, 2010 2:59:36 PM AST> <Error> <Server> <Adnan> <soa_server1> <DynamicListenThread[Default[1]]> <<WLS Kernel>> <> <11d1def534ea1be0:-4197085:12c30801a8c:-7ffd-0000000000000009> <1289303976834> <BEA-002606> <Unable to create a server socket for listening on channel "Default[1]". The address fe80:0:0:0:69d5:ef5b:229e:f851 might be incorrect or another process is using port 8001: java.net.BindException: Address already in use: JVM_Bind.>


####<Nov 9, 2010 2:59:36 PM AST> <Error> <Server> <Adnan> <soa_server1> <DynamicListenThread[Default[2]]> <<WLS Kernel>> <> <11d1def534ea1be0:-4197085:12c30801a8c:-7ffd-0000000000000007> <1289303976834> <BEA-002606> <Unable to create a server socket for listening on channel "Default[2]". The address fe80:0:0:0:594:cfce:3f58:edf7 might be incorrect or another process is using port 8001: java.net.BindException: Address already in use: JVM_Bind.>


####<Nov 9, 2010 2:59:36 PM AST> <Emergency> <Security> <Adnan> <soa_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <11d1def534ea1be0:-4197085:12c30801a8c:-7ffd-000000000000000b> <1289303976834> <BEA-090087> <Server failed to bind to the configured Admin port. The port may already be used by another process.>


####<Nov 9, 2010 2:59:36 PM AST> <Critical> <WebLogicServer> <Adnan> <soa_server1> <main> <<WLS Kernel>> <> <11d1def534ea1be0:-4197085:12c30801a8c:-7ffd-0000000000000004> <1289303976850> <BEA-000362> <Server failed. Reason: Server failed to bind to any usable port. See preceeding log message for details.>


####<Nov 9, 2010 2:59:36 PM AST> <Notice> <WebLogicServer> <Adnan> <soa_server1> <main> <<WLS Kernel>> <> <11d1def534ea1be0:-4197085:12c30801a8c:-7ffd-0000000000000004> <1289303976850> <BEA-000365> <Server state changed to FAILED>


####<Nov 9, 2010 2:59:36 PM AST> <Error> <WebLogicServer> <Adnan> <soa_server1> <main> <<WLS Kernel>> <> <11d1def534ea1be0:-4197085:12c30801a8c:-7ffd-0000000000000004> <1289303976850> <BEA-000383> <A critical service failed. The server will shut itself down>
Resolution
Shut down your weblogic server

In directory “\Oracle\Middleware\user_projects\domains\base_domain\config” you will find a config.xml file, open it



In config.xml file Find the server with name soa_server1, and inside listen-port tag, change the port from 8001 to 8010, which is what I did to solve this issue


Start your webLogic and managedWebLogic, hope it won’t get disappear.


Cheers…….!!!

Comments

Post a Comment

Popular posts from this blog

[Deployer:149164]The domain edit lock is owned by another session in exclusive mode - hence this deployment operation cannot proceed.

weblogic.application.ModuleException: Exception preparing module: EJBModule(ModelEJB.jar) No EJBs found in the ejb-jar file 'ModelEJB.jar'. Please ensure the ejb-jar contains EJB declarations via an ejb-jar.xml deployment descriptor or at least one class annotated with the @Stateless, @Stateful or @MessageDriven EJB annotation..'