> I have set up another server in order to test clustering before we go live > with this. > However I am getting the following stack trace and I can't fathom why. The > only solution is that I am missing a perf4j jar... or an rpm... or something. > Running on Tomcat 5.5.23 on CentOS 5.5.
What's interesting is that it looks like a classpath problem with perf4j, but later in the trace there is the following: Caused by: java.lang.ClassNotFoundException: java.util.concurrent.BlockingQueue at org.apache.catalina.loader.WebappClassLoader.loadClass(catalina-5.5.23.jar.so) at org.apache.catalina.loader.WebappClassLoader.loadClass(catalina-5.5.23.jar.so) at java.lang.Class.initializeClass(libgcj.so.7rh) Uh oh. libgcj.so doesn't look good. IIRC Redhat-based distributions default to the gcj (GNU Compiler for Java) JRE, which isn't supported by most modern Java applications, including CAS. Install the sun-java JRE packages and see if that helps. Hopefully your package manager will make Sun Java the default JRE during package installation, but if not there is abundant information on doing that manually out there on the Web. M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
