Return-Path: list-help: list-unsubscribe: List-Post: List-Id: Mailing-List: contact cactus-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list cactus-user@jakarta.apache.org Received: (qmail 53111 invoked by uid 99); 22 Nov 2004 14:30:42 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [216.13.136.38] (HELO mail4.loyalty.com) (216.13.136.38) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 22 Nov 2004 06:30:36 -0800 Received: from loyaltypdc.ntastor.local ([159.175.5.77]) by mail4.loyalty.com with smtp (Exim 4.43) id 1CWFCE-0004KJ-Ot for cactus-user@jakarta.apache.org; Mon, 22 Nov 2004 09:29:38 -0500 Received: from exchtor2.loyalty.com ([159.175.5.135]) by loyaltypdc.ntastor.local (SAVSMTP 3.1.1.32) with SMTP id M2004112209293816056 for ; Mon, 22 Nov 2004 09:29:38 -0500 Received: by exchtor2.loyalty.com with Internet Mail Service (5.5.2653.19) id ; Mon, 22 Nov 2004 09:29:38 -0500 Message-ID: <431D8CDDE2C7D511B39F000347083AC60DA4A530@exchtor2.loyalty.com> From: Greg Kubaczkowski To: 'Cactus Users List' Subject: RE: cactus and weblogic8.1 Date: Mon, 22 Nov 2004 09:29:38 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain X-Virus-Checked: Checked Vincent Thanks for your reply. The problem is with the Filter Redirector sections of web.xml. If I comment them out, then I don't have a problem and my ServletTests run, but with Filter Redirector section in, I get the error listed below. Greg. -----Original Message----- From: Vincent Massol [mailto:vmassol@pivolis.com] Sent: Saturday, November 20, 2004 10:46 AM To: 'Cactus Users List' Subject: RE: cactus and weblogic8.1 Hi Greg, Are you saying that if you manually build your WAR and then use it with it works fine but if you use and then it doesn't work? Note that I have now started the Cargo project (http://cargo.codehaus.org) that supports WL 8.x. You should be able to use Cargo instead of the task. But if your problem is in the cactifywar task, it won't help. Thanks -Vincent > -----Original Message----- > From: Greg Kubaczkowski [mailto:GKubaczkowski@loyalty.com] > Sent: vendredi 19 novembre 2004 21:40 > To: 'cactus-user@jakarta.apache.org' > Subject: cactus and weblogic8.1 > > Hi all > > > > I'm having problem deploying cactified apps to weblogic. I have seen the > references to this problem on the list, but did not find an answer to it. > > > > The problem is that when I'm trying to deploy my cactified war I get the > following error: > > > > version 149 for DataIdentifier DataIdentifierID: 1 does not match with > incoming version 157 for a one-phase update.> > > were detected while initiating Deploy task for application > contactcapture-cactus.> > > complete the deployment task with ID 11 for the application > contactcapture-cactus. > > weblogic.management.DeploymentException: > > Exception:weblogic.management.ApplicationException: start() failed. > > Module: contactcapture-cactus Error: > java.lang.ExceptionInInitializerError > > > > at > weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.doCommit(Slave > De > ployer.java:2354) > > at > weblogic.management.deploy.slave.SlaveDeployer$Task.commit(SlaveDeployer.j > av > a:2136) > > at > weblogic.management.deploy.slave.SlaveDeployer$Task.checkAutoCommit(SlaveD > ep > loyer.java:2235) > > at > weblogic.management.deploy.slave.SlaveDeployer$Task.prepare(SlaveDeployer. > ja > va:2130) > > at > weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(SlaveD > ep > loyer.java:2315) > > at > weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDep > lo > yer.java:866) > > at > weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDeployer. > ja > va:594) > > at > weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer > .j > ava:508) > > at > weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler. > ja > va:25) > > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219) > > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178) > > --------------- nested within: ------------------ > > weblogic.management.ManagementException: - with nested exception: > > [weblogic.management.DeploymentException: > > Exception:weblogic.management.ApplicationException: start() failed. > > Module: contactcapture-cactus Error: > java.lang.ExceptionInInitializerError > > ] > > at > weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(SlaveD > ep > loyer.java:2327) > > at > weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDep > lo > yer.java:866) > > at > weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDeployer. > ja > va:594) > > at > weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer > .j > ava:508) > > at > weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler. > ja > va:25) > > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219) > > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178) > > > > > > > > > Now, if I create my war manually (as opposed via ant cactifywar task), and > comment out the Filter Redirector sections (both filter and filter- > mapping), > everything works fine. > > > > Any thoughts? > > > > I'm using cactus 1.6.1, weblogic 8.1 sp3. > > > > > > > > > > > > > > Greg Kubaczkowski > > Senior Java Developer > > Enterprise DW Solutions, I.T. > > Loyalty Management Group --------------------------------------------------------------------- To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: cactus-user-help@jakarta.apache.org