----------------------------------------------------------------
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!!!
----------------------------------------------------------------

Given the nature of the problem, I wouldn't think that it would be caused by
a permissions problem.  Shanthi's post states that the servlet application
does successfully operate some of the time.  I would think that a
permissions problem would not allow the application to ever work (provided
that we are talking about the same servlet using the same classes).

I would guess that Shanthi's JServ is configured in manual mode and doesn't
have an external mechanism for restarting it in case of JVM failure.  JVM
crashes are sometimes the fault of the JVM (IBM's 1.3 for linux is a great
example of this as it consistently crashes during garbage collection) and
other times bugs the code is at fault (infinite loops/recursions seem to
crash the JVM pretty quickly).

FWIW,
John

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Brevsville
Administrator
Sent: Friday, September 15, 2000 7:18 AM
To: Java Apache Users
Subject: Re: (EMERGENCY) ajp12[1]: cannot scan servlet headers (500)


----------------------------------------------------------------
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!!!
----------------------------------------------------------------

Hi Shanthi

It's answered 100+ times in the archives to this list..  which of course
you could check if the FAQ was not always down ...yay turbine!!

This  is 99% of the time a permissions problem.

What user name does your web server under under (in httpd.conf)?  nobody
or wwwrun (as mine do on SuSE linux). Ensure the class file have
permissions allowing this user read permissions...That's it.

Also ensure your zone file has a valid repositories path and appropriate
rights are set.

hth

Chris



On Fri, 15 Sep 2000 09:11:56 -0500, Viswanathan, Shanthi, BmS wrote:

>----------------------------------------------------------------
>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!!!
>----------------------------------------------------------------
>
>Hi
>
>I see a lot of bugs reported in the apache bug site on this issue. But I do
>not see any solution. Can someone please let me know what causes this
error?
>
>Environment details:
>
>Sun Solaris 2.6
>Apache 1.3.12
>Jserv 1.1
>JDK 1.2
>
>ApacheJserv.jar is in the correct location.
>
>Thanks
>shanthi
>
>
>--
>--------------------------------------------------------------
>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]
>




--
--------------------------------------------------------------
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]



--
--------------------------------------------------------------
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