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

http://issues.apache.org/bugzilla/show_bug.cgi?id=42753





------- Additional Comments From [EMAIL PROTECTED]  2007-06-28 03:20 -------
I did some additional debugging on the Poller loop that occurs after the SEVERE
error. This is what happens:

1) the CoyoteAdapter.event() method gets called.
2) request.read() returns false
3) the condition status == SocketStatus.STOP evaluates to true
4) the following statements are executed
    request.getEvent().setEventType(CometEvent.EventType.END);
    request.getEvent().setEventSubType(CometEvent.EventSubType.SERVER_SHUTDOWN);
5) in the following statement getFirst() returns the "basic" field, a
StandardEngineValve:
    connector.getContainer().getPipeline().getFirst().event(request, response,
request.getEvent());
6) my CometProcessor.event() method is NOT called
7) error = false, and the event() method returns true

This loop repeats ad infinitum, and consumes 100% CPU. Note that no code of my
own is called in this sequence.

Regards,
Sebastiaan


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

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to