You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/06/18 00:51:53 UTC

DO NOT REPLY [Bug 9935] New: - Odd port 32769 left in BOUND state

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9935>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9935

Odd port 32769 left in BOUND state

           Summary: Odd port 32769 left in BOUND state
           Product: Tomcat 4
           Version: 4.1.3
          Platform: All
               URL: http://legolas.betaversion.org:8080/
        OS/Version: Solaris
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Connector:Coyote HTTP/1.1
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: pier@betaversion.org


Here's the output of my netstat -an... (the relevant parts)

> TCP: IPv4
>    Local Address        Remote Address    Swind Send-Q Rwind Recv-Q  State
> -------------------- -------------------- ----- ------ ----- ------ -------
[...]
>       *.32769              *.*                0      0 24576      0 BOUND
>       *.8080               *.*                0      0 24576      0 LISTEN
> 127.0.0.1.8005             *.*                0      0 24576      0 LISTEN
[...]

Now, when I check out who's owning that 32769 socket, here I find it in
Tomcat...:

> COMMAND PID   USER   FD   TYPE     DEVICE SIZE/OFF      NODE NAME
> java    230 tomcat    5u  IPv4 0xe0f4535c      0t0       TCP *:8080 (LISTEN)
> java    230 tomcat    6u  IPv4 0xe0f451bc      0t0       TCP localhost:32769->
localhost:32768 (BOUND)
> java    230 tomcat    8u  IPv4 0xe190aec4      0t0       TCP localhost:8005 (LISTEN)

Now, this is _really_ odd... Where does that socket comes from? It seems someone creates a 
socket, but never actually call connect() or accept().

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>