Oracle Weblogic Server (MOSC)

MOSC Banner

<Error> <Server> <BEA-002606> <The server is unable to create a server socket for listening on chann

Oracle WebLogic 14c

We could see error - <Error> <Server> <BEA-002606> <The server is unable to create a server socket for listening on channel "Default[iiop]". The address <IP Address> might be incorrect or another process is using port <Port>: java.net.BindException: Address already in use>

As checked on Oracle we could see the recommended solution in Document 2923111.1 (oracle.com)

As per the suggested solution -

1) Check if the port is already in use - Execute the below unix command: netstat -putln | grep <PORTNO> ----> We are unable to get the details for the port


2) If another PID is using the PORTNO already, please kill those PIDS and restart the WLS server --> We are unable to get the details for the PID which is using the affected Port to kill

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center