What should I do if a co-worker is locked up on a port on our Linux box? This is what netstat outputs:
tcp 26 0 sherman:8009 sherman:47660 CLOSE_WAIT
tcp 26 0 sherman:8009 sherman:47653 CLOSE_WAIT
tcp 26 0 sherman:8009 sherman:47652 CLOSE_WAIT
And then he gets this trying to access it from weblogic:
<Jun 5, 2003 9:19:13 AM EDT> <Emergency> <WebLogicServer> <000350> <Unable to create a server socket on Channel Default for: 192.168.217.41, port: 8009. java.net.BindException: Address already in use Perhaps the address 192.168.217.41 is incorrect or another process is using port 8009.>
<Jun 5, 2003 9:19:13 AM EDT> <Emergency> <Security> <090085> <Server failed to bind to any port such that it is not reachable from the console.>
Thanks.
tcp 26 0 sherman:8009 sherman:47660 CLOSE_WAIT
tcp 26 0 sherman:8009 sherman:47653 CLOSE_WAIT
tcp 26 0 sherman:8009 sherman:47652 CLOSE_WAIT
And then he gets this trying to access it from weblogic:
<Jun 5, 2003 9:19:13 AM EDT> <Emergency> <WebLogicServer> <000350> <Unable to create a server socket on Channel Default for: 192.168.217.41, port: 8009. java.net.BindException: Address already in use Perhaps the address 192.168.217.41 is incorrect or another process is using port 8009.>
<Jun 5, 2003 9:19:13 AM EDT> <Emergency> <Security> <090085> <Server failed to bind to any port such that it is not reachable from the console.>
Thanks.