Hi guys, I've noticed this ClassNotFoundException on a clean startup, default configuration, just after unzip on Tomcat 7 in EWS 2.1.0.ER3. Is it cool? I don't think so, comparing it to the Tomcat 6 behaviour. At the moment, it's confirmed on RHEL7, I'll be able to comment on additional platforms presently. Tomcat 6 Jun 23, 2014 4:48:22 AM org.apache.catalina.startup.ClusterRuleSetFactory getClusterRuleSet INFO: Unable to find a cluster rule set in the classpath. Will load the default rule set. Jun 23, 2014 4:48:22 AM org.apache.catalina.startup.ClusterRuleSetFactory getClusterRuleSet INFO: Unable to find a cluster rule set in the classpath. Will load the default rule set. Tomcat 7 Jun 23, 2014 4:49:43 AM org.apache.catalina.startup.Catalina addClusterRuleSet INFO: Cluster RuleSet not found due to [java.lang.ClassNotFoundException: org.apache.catalina.ha.ClusterRuleSet]. Cluster configuration disabled. Jun 23, 2014 4:49:43 AM org.apache.catalina.startup.Catalina addClusterRuleSet INFO: Cluster RuleSet not found due to [java.lang.ClassNotFoundException: org.apache.catalina.ha.ClusterRuleSet]. Cluster configuration disabled. Ideas?
catalina-ha.jar is not supported in EWS.
Exactly, it's never been. But whey does it result in CNFE on Tomcat7?
The only difference is that the logging now gives some partial details on the reason why the cluster config is disabled, but obviously the same loading "error" occurs.
Document that as a known issue as we remove the cluster class because we don't support clustering in tomcat in EWS-2.1.
documented in release notes as known issue.