[Spacewalk-list] Tomcat problems after fresh install on Centos x86_64(xen)

Jason Dobies jason.dobies at redhat.com
Tue Sep 30 14:12:32 UTC 2008


> Hi 
> I get the following errror in my catalina.out file when starting
> rhn-satellite
> 
> WARNING: A docBase /var/lib/tomcat5/webapps/rhn inside the host
> appBase has been specified, and will be ignored 
> Sep 30, 2008 3:38:48 PM org.apache.catalina.loader.WebappClassLoader
> validateJarFile 
> INFO:
> validateJarFile(/usr/share/tomcat5/webapps/rhn/WEB-INF/lib/jspapi.jar)
> - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending
> class: javax/servlet/jsp/JspPage.class
> 
> 2008-09-30 15:38:49,554 [main] ERROR
> org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/rhn] -
> Error configuring application listener of class
> com.redhat.rhn.webapp.RhnServletListener
> 
> java.lang.UnsupportedClassVersionError: Bad version number in .class
> file
> 
Bad version number happens when you're using an older version of the JRE
to run an application compiled against a higher version. Can you reply
with the output of:

% java -version






More information about the Spacewalk-list mailing list