posted 21 years ago
Need help Urgently
I am trying to get the weblogic server started, but for some reason or another i seem to get the folllowing errors as listed below
Mon Jan 06 09:46:31 PST 2003:<!> <ListenThread> **** Unable to create server socket. Perhaps another process is using port: '7001'.
java.net.BindException: Address already in use
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:447)
at java.net.ServerSocket.<init>(ServerSocket.java:165)
at java.net.ServerSocket.<init>(ServerSocket.java:116)
at weblogic.t3.srvr.ListenThread.newServerSocket(ListenThread.java:223)
at weblogic.t3.srvr.ListenThread.run(ListenThread.java:254)
Mon Jan 06 09:46:31 PST 2003:<!> <SSLListenThread> **** Unable to create server socket. Perhaps another process is using port: '7002'.
java.net.BindException: Address already in use
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:447)
at java.net.ServerSocket.<init>(ServerSocket.java:165)
at java.net.ServerSocket.<init>(ServerSocket.java:116)
at weblogic.security.SSL.SSLServerSocket.<init>(SSLServerSocket.java:96)
at weblogic.security.SSL.SSLServerSocket.<init>(SSLServerSocket.java:56)
at weblogic.t3.srvr.SSLListenThread.newServerSocket(SSLListenThread.java:472)
at weblogic.t3.srvr.ListenThread.run(ListenThread.java:254)
Would anyone out there be able to help me with this problem? I would really appreciate the help.
Thank you
Jacksy