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 2001/10/26 18:24:10 UTC

DO NOT REPLY [Bug 4454] New: - pr_warp receives an invalid packet from client on simultaneous requests

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=4454>.
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=4454

pr_warp receives an invalid packet from client on simultaneous requests

           Summary: pr_warp receives an invalid packet from client on
                    simultaneous requests
           Product: Tomcat 4
           Version: 4.0.1 Final
          Platform: PC
        OS/Version: Windows NT/2K
            Status: UNCONFIRMED
          Severity: Major
          Priority: Other
         Component: Connectors
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: a.garoffolo@bibop.it


I have installed on my pc win2k, apache 1.3.22 and tomcat 4.0.1 Final with the 
webapp connector properly configured to run cocoon 2.0.
Non concurrent requests work fine. 
Pages containing frames requesting to cocoon more than one page, produce a 
WebApp:Error 500 (file: pr_warp.c) in each frame.
Sometimes in that condition, Apache too crashed.
I made the same test replacing cocoon with another web application, with the 
same results.
I' ve tried the same tests on linux, anything works fine.

In the apache error.log I found:

[info] Parent: Created child process 1516
[info] Parent: Duplicating socket 432 and sending it to child process 1516
[info] BytesRead = 372 WSAProtocolInfo = 2006620
[error] (null)
[error] Invalid packet 4
[error] Communitcation interrupted
[error] Communitcation interrupted
[info] [client 127.0.0.1] (10054)Unknown error: client stopped connection 
before rflush completed
[error] (null)
[error] Cannot receive handshake WARP packet
[error] Cannot read packet (pr_warp_config.c:139)
[error] Cannot configure connection conn

Any tip could help :)