Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 9898 invoked from network); 9 Sep 2008 18:55:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Sep 2008 18:55:19 -0000 Received: (qmail 58388 invoked by uid 500); 9 Sep 2008 18:55:14 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 58366 invoked by uid 500); 9 Sep 2008 18:55:14 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 58355 invoked by uid 99); 9 Sep 2008 18:55:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Sep 2008 11:55:14 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=SPF_NEUTRAL,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [76.13.13.45] (HELO smtp106.prem.mail.ac4.yahoo.com) (76.13.13.45) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 09 Sep 2008 18:54:13 +0000 Received: (qmail 15159 invoked from network); 9 Sep 2008 18:54:44 -0000 Received: from unknown (HELO drwoods.local) (dwoods@75.177.164.142 with plain) by smtp106.prem.mail.ac4.yahoo.com with SMTP; 9 Sep 2008 18:54:43 -0000 X-YMail-OSG: 7cuwW10VM1mZwbIyJAdlPFMJVBvIzE_.Rfq_DcxZfwNhSXYw1ZW2ii.0iw2DSWlUClCWJKJJf6yA_a_UiytGf2S5m_DMnrx_ksJ5v_JJwIGFm9iDMk77f_osSy4wJvA- X-Yahoo-Newman-Property: ymail-3 Message-ID: <48C6C673.40101@apache.org> Date: Tue, 09 Sep 2008 14:54:43 -0400 From: Donald Woods User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) MIME-Version: 1.0 To: user@geronimo.apache.org Subject: Re: Unable to deploy tomcat app with WADI Cluster References: <19318948.post@talk.nabble.com> <200809042340.m84Ne3WN006868@mail01.syd.optusnet.com.au> <19322624.post@talk.nabble.com> <050D9A11-3782-4FA4-BE14-B14E7C0548C8@optusnet.com.au> In-Reply-To: <050D9A11-3782-4FA4-BE14-B14E7C0548C8@optusnet.com.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Opened the following JIRA for this - https://issues.apache.org/jira/browse/GERONIMO-4291 Checking the fix into svn for 2.1.3 and 2.2 now. -Donald Gianny Damour wrote: > Hi Adam, > > At this stage, there is no bug number and I will create one as soon as I > get better connectivity (I moved house over the week-end and internet > access is not yet set-up at my new place). > > Some Tribes classes, e.g. org.apache.catalina.tribes.UniqueId, have been > repackaged which has broken the classloading filtering rule of > tomcat6-no-ha. You will need to redeploy this configuration: > > 1. copy the deployment plan of tomcat6-no-ha in a working directory. You > can find the plan in the repository: > repository/org/apache/geronimo/configs/tomcat6-no-ha/2.1.2/tomcat6-no-ha-2.1.2.car/META-INF/plan.xml > > > 2. change the hidden-classes filter to (bottom of the file): > > org.apache.catalina.tribes. > > > 3. redeploy the configuration: > deploy/redeploy /plan.xml > > You can now start a clustered app. I attach a plan with an already > updated classloading filter for your convenience. > > Thanks, > Gianny > > > ------------------------------------------------------------------------ > > > > > > On 05/09/2008, at 10:23 AM, Adam Ruggles wrote: > > > >> >> Hi Gianny, >> >> Thanks for the info. Is there a bug number that I can track on this >> issue? >> >> Thanks, >> Adam >> >> >> >> Gianny Damour-2 wrote: >>> >>> Hi Adam, >>> >>> I know what the issue is. As a matter of fact I fixed it a couple of >>> months ago. I will work on a fix for your Geronimo version over the >>> week-end. >>> >>> Meanwhile, you can use the geronimo-jetty assembly which does not have >>> this problem. >>> >>> Thanks, >>> Gianny >>> >>>> Adam Ruggles wrote: >>>> >>>> >>>> Adding that property produced this error message (repeated multiple >>>> times): >>>> >>>> >>>> INFO: Created a buffer pool with max size:104857600 bytes of >>>> type:org.apache.catalina.tribes.io.BufferPool15Impl >>>> 15:30:01,742 ERROR [BasicServiceSpaceDispatcher] See nested >>>> org.codehaus.wadi.group.MessageExchangeException: >>>> java.lang.ClassCastException: cannot assign instance of >>>> org.apache.catalina.tribes.UniqueId to field >>>> org.codehaus.wadi.tribes.TribesPeer.uniqueId of type >>>> org.apache.catalina.tribes.UniqueId in instance of >>>> org.codehaus.wadi.tribes.TribesPeer >>>> at >>>> org.codehaus.wadi.servicespace.basic.TransformEnvelopeInterceptor.onInbou >>>> >>>> ndEnvelope(TransformEnvelopeInterceptor.java:46) >>>> at >>>> org.codehaus.wadi.group.impl.AbstractDispatcher.onInboundEnvelope(Abstrac >>>> >>>> tDispatcher.java:308) >>>> at >>>> org.codehaus.wadi.group.impl.AbstractDispatcher.onEnvelope(AbstractDispat >>>> >>>> cher.java:92) >>>> at >>>> org.codehaus.wadi.servicespace.basic.ServiceSpaceEndpoint.dispatch(Servic >>>> >>>> eSpaceEndpoint.java:49) >>>> at >>>> org.codehaus.wadi.group.impl.ServiceEndpointWrapper.dispatch(ServiceEndpo >>>> >>>> intWrapper.java:50) >>>> at >>>> org.codehaus.wadi.group.impl.BasicEnvelopeDispatcherManager$DispatchRunne >>>> >>>> r.run(BasicEnvelopeDispatcherManager.java:121) >>>> at >>>> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor >>>> >>>> .java:650) >>>> at >>>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.jav >>>> >>>> a:675) >>>> at java.lang.Thread.run(Thread.java:613) >>>> Caused by: java.lang.ClassCastException: cannot assign instance of >>>> org.apache.catalina.tribes.UniqueId to field >>>> org.codehaus.wadi.tribes.TribesPeer.uniqueId of type >>>> org.apache.catalina.tribes.UniqueId in instance of >>>> org.codehaus.wadi.tribes.TribesPeer >>>> at >>>> java.io.ObjectStreamClass$FieldReflector.setObjFieldValues(ObjectStreamCl >>>> >>>> ass.java:2004) >>>> at >>>> java.io.ObjectStreamClass.setObjFieldValues(ObjectStreamClass.java:1184) >>>> >>>> at >>>> java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1914) >>>> >>>> at >>>> java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1832) >>>> at >>>> java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719) >>>> >>>> >>>> at >>>> java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305) >>>> at >>>> java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1908) >>>> >>>> at >>>> java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1832) >>>> at >>>> java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719) >>>> >>>> >>>> at >>>> java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305) >>>> at >>>> java.io.ObjectInputStream.readObject(ObjectInputStream.java:348) >>>> at >>>> org.codehaus.wadi.servicespace.basic.BasicServiceSpaceEnvelopeHelper.tran >>>> >>>> sformInboundEnvelope(BasicServiceSpaceEnvelopeHelper.java:123) >>>> at >>>> org.codehaus.wadi.servicespace.basic.TransformEnvelopeInterceptor.onInbou >>>> >>>> ndEnvelope(TransformEnvelopeInterceptor.java:44) >>>> ... 8 more >>>> >>>> >>>> >>>> >>>> Gianny Damour-2 wrote: >>>>> >>>>> Hi Adam, >>>>> >>>>> You will need to set the system property java.net.preferIPv4Stack to >>>>> true when starting Geronimo. Without this properly multicasting does >>>>> not work, at least on Mac OS X. >>>>> >>>>> Thanks, >>>>> Gianny >>>>> >>>>> >>>> -- >>>> View this message in context: >>>> http://www.nabble.com/Unable-to-deploy-tomcat-app-with-WADI-Cluster-tp193 >>>> >>>> 18948s134p19321415.html >>>> Sent from the Apache Geronimo - Users mailing list archive at >>>> Nabble.com. >>> >>> >> >> -- >> View this message in context: >> http://www.nabble.com/Unable-to-deploy-tomcat-app-with-WADI-Cluster-tp19318948s134p19322624.html >> >> Sent from the Apache Geronimo - Users mailing list archive at Nabble.com. >> > >