WADI Clustering is missing dependency to org.apache.tomcat.juli
---------------------------------------------------------------
Key: GERONIMO-3112
URL: https://issues.apache.org/jira/browse/GERONIMO-3112
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Components: Clustering
Affects Versions: 2.0-M3
Reporter: Kristian Koehler
Hi
the wadi-clustering config is missing a dependency to org.apache.tomcat.juli
which causes an ClassNotFoundException when deploying a "clustering-aware"
web-application.
---------
13:15:34,949 ERROR [GBeanInstanceState] Error while starting; GBean is now in
the FAILED state:
abstractName="org.apache.geronimo.configs/wadi-clustering/2.0-SNAPSHOT/car?ServiceModule=org.apache.geronimo.configs/wadi-clustering/2.0-SNAPSHOT/car,j2
eType=GBean,name=DefaultDispatcherHolder"
java.lang.NoClassDefFoundError: org/apache/juli/logging/LogFactory
at
org.apache.catalina.tribes.group.ChannelInterceptorBase.<clinit>(ChannelInte
rceptorBase.java:32)
at org.codehaus.wadi.tribes.TribesCluster.<init>(TribesCluster.java:57)
at
org.codehaus.wadi.tribes.TribesDispatcher.<init>(TribesDispatcher.java:26)
at
org.apache.geronimo.clustering.wadi.TribesDispatcherHolder.doStart(TribesDis
patcherHolder.java:65)
at
org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance
.java:986)
at
org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanI
nstanceState.java:267)
----------
Adding the juli dependency solved the problem for me.
Kristian
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.