RE: cactus and weblogic8.1

2004-11-22 Thread Vincent Massol


> -Original Message-
> From: Greg Kubaczkowski [mailto:[EMAIL PROTECTED]
> Sent: lundi 22 novembre 2004 15:30
> To: 'Cactus Users List'
> Subject: RE: cactus and weblogic8.1
> 
> 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.

Ok, I understand. I have no idea what's causing the problem. Maybe it's
something from WL 8.x. It was working fine for me when I was using WL 7.x.
In any case, WL 8.x is unfortunately not yet supported by Cactus (meaning
it's not integrated in our code nor in our test suite). 

It's simply a lack of time. For the past month, I have been working on Cargo
with the will to migrate the Cactus Ant code to Cargo. This is where all my
efforts are being spent today. So hopefully, in the not too far future, we
should be able to get WL 8.x support (through Cargo) for Cactus.

Thanks and sorry
-Vincent

> 
> Greg.
> 
> -Original Message-
> From: Vincent Massol [mailto:[EMAIL PROTECTED]
> 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:[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:
> >
> >
> >
> >  > 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:
> >
> > Exceptio

RE: cactus and weblogic8.1

2004-11-22 Thread Greg Kubaczkowski
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:[EMAIL PROTECTED] 
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:[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:
> 
> 
> 
>  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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: cactus and weblogic8.1

2004-11-20 Thread Vincent Massol
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:[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:
> 
> 
> 
>  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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cactus and weblogic8.1

2004-11-19 Thread Greg Kubaczkowski
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:

 







 

 

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