https://issues.apache.org/bugzilla/show_bug.cgi?id=52735

minde sun <minde....@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         OS/Version|                            |All

--- Comment #1 from minde sun <minde....@gmail.com> 2012-02-21 20:03:36 UTC ---
I also debug this issue locally, it seems the following code is the root cause
of this null point exception:

The first line(line # 272) of the method actionInternal in class
Http11AprProcessor:

@Override
    public void actionInternal(ActionCode actionCode, Object param) {

        long socketRef = socket.getSocket().longValue();
.....

}

For my env, socket.getSocket() is return null, not sure why. So I believe that
we need to make sure socket.getSocket() is not null before to get the
longValue, otherwise the socketRef should be default to 0.

Thanks,
Minde

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to