You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Kristian Koehler (JIRA)" <ji...@apache.org> on 2007/04/24 13:50:15 UTC

[jira] Created: (GERONIMO-3112) WADI Clustering is missing dependency to org.apache.tomcat.juli

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.


[jira] Closed: (GERONIMO-3112) WADI Clustering is missing dependency to org.apache.tomcat.juli

Posted by "Gianny Damour (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-3112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gianny Damour closed GERONIMO-3112.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0-M5

Thanks for reporting this issue Kristian!

> 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
>         Assigned To: Gianny Damour
>             Fix For: 2.0-M5
>
>         Attachments: dependency.patch
>
>
> 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.


[jira] Assigned: (GERONIMO-3112) WADI Clustering is missing dependency to org.apache.tomcat.juli

Posted by "Gianny Damour (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-3112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gianny Damour reassigned GERONIMO-3112:
---------------------------------------

    Assignee: Gianny Damour

> 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
>         Assigned To: Gianny Damour
>         Attachments: dependency.patch
>
>
> 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.


[jira] Updated: (GERONIMO-3112) WADI Clustering is missing dependency to org.apache.tomcat.juli

Posted by "Kristian Koehler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-3112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kristian Koehler updated GERONIMO-3112:
---------------------------------------

    Attachment: dependency.patch

URL: https://svn.apache.org/repos/asf/geronimo/server/trunk/configs/wadi-clustering

> 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
>         Attachments: dependency.patch
>
>
> 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.