Bug 1112157 - (document then close/notabug) tomcat7: ClassNotFoundException: org.apache.catalina.ha.ClusterRuleSet
Summary: (document then close/notabug) tomcat7: ClassNotFoundException: org.apache.cat...
Keywords:
Status: CLOSED EOL
Alias: None
Product: JBoss Enterprise Web Server 2
Classification: JBoss
Component: tomcat7
Version: 2.1.0
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: 2.1.0
Assignee: Jean-frederic Clere
QA Contact: Michal Karm Babacek
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-06-23 08:57 UTC by Michal Karm Babacek
Modified: 2019-06-13 08:12 UTC (History)
9 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2019-06-13 08:12:19 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Michal Karm Babacek 2014-06-23 08:57:37 UTC
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?

Comment 1 Libor Fuka 2014-06-23 10:11:19 UTC
catalina-ha.jar is not supported in EWS.

Comment 2 Michal Karm Babacek 2014-06-23 10:17:18 UTC
Exactly, it's never been. But whey does it result in CNFE on Tomcat7?

Comment 3 Rémy Maucherat 2014-06-25 10:21:47 UTC
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.

Comment 4 Jean-frederic Clere 2014-06-27 12:07:51 UTC
Document that as a known issue as we remove the cluster class because we don't support clustering in tomcat in EWS-2.1.

Comment 6 Libor Fuka 2014-08-19 11:12:22 UTC
documented in release notes as known issue.


Note You need to log in before you can comment on or make changes to this bug.