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

           Summary: errorReportValveClass not cound
           Product: Tomcat 5
           Version: 5.0.30
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: [EMAIL PROTECTED]


Configuration:

Tomcat 5.0.30
Red Hat Linux 9
j2sdk-1_4_2_08
All java including tomcat from jpackage.org

How to reproduce

- Install tomcat5-5.0.30-6jpp.noarch.rpm
- Add attribute to <Host name="localhost" in server.xml:
  errorReportValveClass="mypackage.MyErrorValve"
- Compile the attached source and create a jar file from it
- Copy the jar file into /usr/share/tomcat5/shared/lib
- Start tomcat: /etc/init.d/tomcat5 start

Expected behavior:
The log file should be without errors, as it is when I use Tomcat 5.5.

Actual behavior:
The following error is printed in the log file:
"Jun 17, 2005 8:04:43 PM org.apache.catalina.core.StandardHost start
SEVERE: Couldnt load specified error report valve class: {0}"

Notes:

I completely de-installed tomcat5 and cleaned the system of all remaining files
before I made the only two changes:
- edited server.xml
- copied the jar file

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