Hi Greg, Are you saying that if you manually build your WAR and then use it with <cactus> it works fine but if you use <cactifywar> and then <cactus> 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 <cactus> task. But if your problem is in the cactifywar task, it won't help. Thanks -Vincent > -----Original Message----- > From: Greg Kubaczkowski [mailto:[EMAIL PROTECTED] > Sent: vendredi 19 novembre 2004 21:40 > To: '[EMAIL PROTECTED]' > 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: > > > > <Nov 19, 2004 2:30:34 PM EST> <Warning> <DRS> <BEA-002506> <The current > version 149 for DataIdentifier DataIdentifierID: 1 does not match with > incoming version 157 for a one-phase update.> > > <Nov 19, 2004 2:30:34 PM EST> <Warning> <Deployer> <BEA-149004> <Failures > were detected while initiating Deploy task for application > contactcapture-cactus.> > > <Nov 19, 2004 2:30:34 PM EST> <Error> <Deployer> <BEA-149201> <Failed to > 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
