As I remember, this message is caused when an Apache httpd child process
dies. This could be through normal load management when idle children
are terminated or the child has exceeded its allotted number of HTTP
connections and is killed off.

Each httpd child process has a connection to the Tomcat webapp connector
and this connection is not shut down gracefully when the httpd child
dies.

Therefore it is not an error condition that is impacting your traffic.
Rather it is an annoyance in the log files. You could modify the webapp
Java source and rebuild the jar file to suppress this particular error
message.

_________________________________________________________________

Mark Annal                       e-mail: [EMAIL PROTECTED]
TARGUSinfo                       phone : (585) 598-7011
255 Woodcliff Drive              fax   : (585) 598-7001
Fairport, NY 14450               web   : www.targusinfo.com
_________________________________________________________________


-----Original Message-----
From: Gunter D'Hondt [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, July 31, 2002 2:28 AM
To: 'Tomcat Users List'
Cc: 'Scott Erholm'; [EMAIL PROTECTED]
Subject: RE: RE: Premature packet header end exception


I'm experiencing the same problem... see message "Cannot do ./configure
with the webapp on Linux machine" Have you tried building your own
mod_webapp.so? Are you using Suse Linux? It's seems to be specific for
Suse...

Need a solution fast too.... so keep me informed pls!


Gunter



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On
Behalf Of Felix Schumacher
Sent: woensdag 31 juli 2002 08:19
To: Tomcat Users List
Subject: AW: RE: Premature packet header end exception


Hi,

I asked the same question and still have not an acceptable answer, but
that this is a feature not a bug. Well, the message is printed if the
tomcat side of webapp gets an invalid packet. The tomcat side will
cancel the connection gracefully, as I am told. It seems that the apache
side is doing something wrong or loosing the connection. But I do hope
someone would look closer into this problem.

Bye
 Felix

-- Original Nachricht --

>Yes, I continue to get this error.  I have searched
>through about the past year's messages on this list,
>and also with google, and I have not found an answer.
>
>If you know the problem/answer, please share!
>
>One way or another I have to get this working soon,
>so I will respond with any solution.
>
>Scott
>
>
>
>On Wed, 2002-03-06 at 15:20, Chris Geyer wrote:
>> Ok, a little more detail might be necessary:
>> I am running Tomcat 4.0.1 on Linux connecting to a mysql database. 
>> All
>of my
>> JSP pages are served without error, so I don't know where the error 
>> below
>is
>> coming from. I never receive an error while browsing the site, 
>> however
>this
>> error shows up sporadically throughout the 
>> /usr/local/jakarta-tomcat-4.0.1/logs/apache_log... files. Any ideas 
>> on
>what
>> could be causing this problem? Has anyone experienced a similar 
>> problem?
>>
>>
>> Error message:
>> 2002-03-06 17:14:37 
>> [org.apache.catalina.connector.warp.WarpConnection]
>> Exception on socket
>> java.io.IOException: Premature packet header end
>>         at
>>
org.apache.catalina.connector.warp.WarpConnection.recv(WarpConnection.ja
va:2
>> 37)
>>         at
>>
org.apache.catalina.connector.warp.WarpRequestHandler.handle(WarpRequest
Hand
>> ler.java:112)
>>         at
>>
org.apache.catalina.connector.warp.WarpConnection.run(WarpConnection.jav
a:19
>> 4)
>>         at java.lang.Thread.run(Thread.java:484)
>>
>>
>>
>> Thanks for the help,
>> chris
>>
>>
>> -----Original Message-----
>> From: Chris Geyer [mailto:[EMAIL PROTECTED]]
>> Sent: Tuesday, March 05, 2002 11:41 AM
>> To: [EMAIL PROTECTED]
>> Subject: Premature packet header end exception
>>
>>
>>
>> I continue to get this error throughout my apache_log.2002-mm-dd.txt
files:
>>
>> 2002-03-05 11:16:05 
>> [org.apache.catalina.connector.warp.WarpConnection]
>> Exception on socket
>> java.io.IOException: Premature packet header end
>>         at
>>
org.apache.catalina.connector.warp.WarpConnection.recv(WarpConnection.ja
va:2
>> 37)
>>         at
>>
org.apache.catalina.connector.warp.WarpRequestHandler.handle(WarpRequest
Hand
>> ler.java:112)
>>         at
>>
org.apache.catalina.connector.warp.WarpConnection.run(WarpConnection.jav
a:19
>> 4)
>>         at java.lang.Thread.run(Thread.java:484)
>>
>> What is causing this and how do I fix it?
>> Thanks,
>> chris
>>
>>
>
>
>
>--
>To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>







________________________________________
Online Fotoalben - jetzt kostenlos bei http://www.ePost.de



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



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


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

Reply via email to