----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Ben, You might want to check the Web server access log. This contains who 
made the request(IP addr), what they requested, the http status returned, 
and the number of bytes returned. (For Apache anyway).

The http status code will indicate what the user saw. From memory 200 is ok, 
400+ means errors. I think 404 is document contains no data.

grep your access log for this to determine if users have experenced this 
issue.




>From: Ben Ricker <[EMAIL PROTECTED]>
>Reply-To: "Java Apache Users" <[EMAIL PROTECTED]>
>To: Java Apache Users <[EMAIL PROTECTED]>
>Subject: Jserv Error madness
>Date: Wed, 27 Sep 2000 10:15:51 -0500
>
>----------------------------------------------------------------
>BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
>WHEN YOU POST, include all relevant version numbers, log files,
>and configuration files.  Don't make us guess your problem!!!
>----------------------------------------------------------------
>
>Here is one for all you gurus out there:
>
>I get the following entry in jserv.log:
>
><jservException> AJP Protocol Error: java.io.IOException: Stream closed
>prematurely
>
>I looked it up in the FAQ and it said that it is caused by the servlet
>stalling in the init() method. The browser times out at the user's end
>with 'Document Contains No Data'.
>
>However, we have gotten no complaints from users! No one has reported
>'Document contains no data' errors in Netscape as the FAQ sais it would.
>We have the JVM setup for 148meg maximum memory and we are holding
>steady at 18meg resident right now (no memory problems there).
>
>Does anyone have any clues what might be going on? It does not seem to
>be timing out for users.
>
>Ben Ricker
>Web Administrator
>US-Rx, Inc.
>
>
>--
>--------------------------------------------------------------
>Please read the FAQ! <http://java.apache.org/faq/>
>To subscribe:        [EMAIL PROTECTED]
>To unsubscribe:      [EMAIL PROTECTED]
>Search Archives:
><http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
>Problems?:           [EMAIL PROTECTED]
>

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to