AW: 500 error on all JSP pages

2002-08-12 Thread Ralph Einfeldt

The relevant part is the root cause (see below).

It looks like your xerces.jar isn't found or the 
jar that is found is an outdated version.

So look where the jar is and if it is the only 
one on your system, and check that it contains 
the org/w3c/dom/ranges/DocumentRange.class.

 -Ursprüngliche Nachricht-
 Von: Anderson, Richard D ERDC-ITL-MS Contractor
 [mailto:[EMAIL PROTECTED]]
 Gesendet: Montag, 12. August 2002 14:04
 An: 'Tomcat Users List'
 Betreff: RE: 500 error on all JSP pages
 
 - Root Cause -
 java.lang.NoClassDefFoundError: org/w3c/dom/ranges/DocumentRange
   at java.lang.Class.forName0(Native Method)
   at java.lang.Class.forName(Class.java:130)

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




AW: 500 error on all JSP pages

2002-08-12 Thread Ralph Einfeldt

The xerces that is delivered with tomcat 
should be okay (at least it is for 4.0.3).

To view the content of a jar use either 
$JAVA_HOME/bin/jar tvf jarfile
or use an ordinary zip tool.

Are you shure that that you don't have an jar file
on your system that contains the w3c classes that 
might be found before xerces ?

There might be other jar files that contain this 
classes. Have look espcially at jar files in
$JAVA_HOME/jre/lib/ext.

Ralph Einfeldt
Uptime Internet Solution Center GmbH
Hamburg, Germany
Hosting, Content Management, Java Consulting
http://www.uptime-isc.de 

 -Ursprüngliche Nachricht-
 Von: Anderson, Richard D ERDC-ITL-MS Contractor
 [mailto:[EMAIL PROTECTED]]
 Gesendet: Montag, 12. August 2002 14:54
 An: 'Tomcat Users List'
 Betreff: RE: 500 error on all JSP pages
 
 
 i'll do that. funny thing is tomcat comes with xerces.jar and 
 i've used the
 file the came packaged with tomcat 4.0.4.
 
 i have downloaded the latest xerces.jar and i will try that.  
 if none of that works how do i check the jar file
 

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