> 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 _______________________________________________ Spacewalk-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/spacewalk-list
