RE: I cannae dae it (the woes of Weblogic 6.0sp2 and Cocoon) :(

2002-04-26 Thread Matthew Langham

Vadim, Chris,

Yes you are correct Vadim, my mistake. We are using 6.1. Sorry. But perhaps
something in the list will help Chris.

Matthew
--
Open Source Group   sunShine - Lighting up e:Business
=
Matthew Langham, S&N AG, Klingenderstrasse 5, D-33100 Paderborn
Tel:+49-5251-1581-30  [EMAIL PROTECTED] - http://www.s-und-n.de
   Weblogging at: http://www.need-a-cake.com
 Cocoon book: http://www.amazon.com/exec/obidos/ASIN/0735712352
=



-Original Message-
From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 26, 2002 2:56 PM
To: [EMAIL PROTECTED]
Subject: RE: I cannae dae it (the woes of Weblogic 6.0sp2 and Cocoon) :(


> From: Matthew Langham [mailto:[EMAIL PROTECTED]]
>
> Chris,
>
> here are a few tips that may help:
>
> >>
> 1) you cannot deploy a cocoon.war file in WL6.0 SP2 (at least we were
not
> able to. You will need to unpack it first and then deploy in the
directory
> structure.
>
> 2) WebLogic chokes on JARs that contain ".", "-", "_" etc. You may
need to
> change some names.

If my memory serves me well this is true only for 6.1+ versions.


> 3) You will need to remove the Manifest.mf files from: xt, xalan, fop,
> cocon, ant und antoptional

IIRC, this is for 6.1+.


> 4) You will need to add the following line to cocoon.xconf:
>
> 
>   ="org.apache.xalan.processor.TransformerFactoryImpl"/>
> <<

5) Turn off Xalan incremental processing because of unsafe cast of the
current thread in weblogic's code


> All this being said - this is how we got Cocoon to run on a Windows
system
> with Weblogic 2.0SP2.

After all this, I found that every generated SVG causes some exceptions.

Vadim


> By the way I would be interested in hearing what you are doing with
Cocoon
> at Vodafone by way of a mail.
>
> Hope this helps
>
> Matthew Langham
> Technical Director Open Source Group
>
> --
> Open Source Group   sunShine - Lighting up e:Business
> =
> Matthew Langham, S&N AG, Klingenderstrasse 5, D-33100 Paderborn
> Tel:+49-5251-1581-30  [EMAIL PROTECTED] - http://www.s-und-n.de
>Weblogging at: http://www.need-a-cake.com
>  Cocoon book: http://www.amazon.com/exec/obidos/ASIN/0735712352
> =
>
>
>
>
>
>
>
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 26, 2002 12:55 PM
> To: [EMAIL PROTECTED]
> Subject: I cannae dae it (the woes of Weblogic 6.0sp2 and Cocoon) :(
>
>
> Hi
>
> I've been trying to get cocoon to deploy under Weblogic for some time
now,
> and it isn't working
>
> The system is a Solaris machine, Java 1.3.1, Weblogic 6.0 sp2.
>
> I have followed the instructions concisely from the cocoon site, and
used
> the
> cocoon.war file that came with the binary distribution of Cocoon
2.0.2, but
> if I try to get it running, I get the following message on startup:
>
> 
>
>
>
> module cocoon of
>  application vodafone:Name=Cocoon,Type=Application from path
> ./config/vodafone/applicatio
> ns: weblogic.management.MBeanCreationException: cannot find referenced
> module cocoon>
> application compone
> nt cocoon of application vodafone:Name=Cocoon,Type=Application:
> java.io.FileNotFoundExcep
> tion: ./config/vodafone/applications/cocoon (No such file or
directory)
> ((localPath: java
> .io.FileNotFoundException: ./config/vodafone/applications/cocoon (No
such
> file or directo
> ry))>
> cocoon: error
>  retrieving component [Caching Stub]Proxy for
> vodafone:Name=cocoon,Location=eservices,Typ
> e=WebAppComponentConfig,ApplicationConfig=Cocoon>
>   
> <[WebAppServletContext(661879,cocoon)] Error loadi
> ng servlet: 'Cocoon2'
> java.lang.NoSuchMethodError
> at
>
org.apache.avalon.framework.configuration.DefaultConfigurationBuilder.
> (DefaultCo
> nfigurationBuilder.java:88)
> at
>
org.apache.avalon.framework.configuration.DefaultConfigurationBuilder.
> (DefaultCo
> nfigurationBuilder.java:64)
> at
>
org.apache.cocoon.servlet.CocoonServlet.initLogger(CocoonServlet.java:77
2)
> at
> org.apache.cocoon.servlet.CocoonServlet.init(CocoonServlet.java:241)
> at
>
weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.
java
> :638)
> at
>
weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStubImp
l.ja
> va:581)
>   

RE: I cannae dae it (the woes of Weblogic 6.0sp2 and Cocoon) :(

2002-04-26 Thread Vadim Gritsenko

> From: Matthew Langham [mailto:[EMAIL PROTECTED]]
> 
> Chris,
> 
> here are a few tips that may help:
> 
> >>
> 1) you cannot deploy a cocoon.war file in WL6.0 SP2 (at least we were
not
> able to. You will need to unpack it first and then deploy in the
directory
> structure.
> 
> 2) WebLogic chokes on JARs that contain ".", "-", "_" etc. You may
need to
> change some names.

If my memory serves me well this is true only for 6.1+ versions.

 
> 3) You will need to remove the Manifest.mf files from: xt, xalan, fop,
> cocon, ant und antoptional

IIRC, this is for 6.1+.

 
> 4) You will need to add the following line to cocoon.xconf:
> 
> 
>   ="org.apache.xalan.processor.TransformerFactoryImpl"/>
> <<

5) Turn off Xalan incremental processing because of unsafe cast of the
current thread in weblogic's code

 
> All this being said - this is how we got Cocoon to run on a Windows
system
> with Weblogic 2.0SP2.

After all this, I found that every generated SVG causes some exceptions.

Vadim

 
> By the way I would be interested in hearing what you are doing with
Cocoon
> at Vodafone by way of a mail.
> 
> Hope this helps
> 
> Matthew Langham
> Technical Director Open Source Group
> 
> --
> Open Source Group   sunShine - Lighting up e:Business
> =
> Matthew Langham, S&N AG, Klingenderstrasse 5, D-33100 Paderborn
> Tel:+49-5251-1581-30  [EMAIL PROTECTED] - http://www.s-und-n.de
>Weblogging at: http://www.need-a-cake.com
>  Cocoon book: http://www.amazon.com/exec/obidos/ASIN/0735712352
> =
> 
> 
> 
> 
> 
> 
> 
> 
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 26, 2002 12:55 PM
> To: [EMAIL PROTECTED]
> Subject: I cannae dae it (the woes of Weblogic 6.0sp2 and Cocoon) :(
> 
> 
> Hi
> 
> I've been trying to get cocoon to deploy under Weblogic for some time
now,
> and it isn't working
> 
> The system is a Solaris machine, Java 1.3.1, Weblogic 6.0 sp2.
> 
> I have followed the instructions concisely from the cocoon site, and
used
> the
> cocoon.war file that came with the binary distribution of Cocoon
2.0.2, but
> if I try to get it running, I get the following message on startup:
> 
> 
> 
> 
> 
> module cocoon of
>  application vodafone:Name=Cocoon,Type=Application from path
> ./config/vodafone/applicatio
> ns: weblogic.management.MBeanCreationException: cannot find referenced
> module cocoon>
> application compone
> nt cocoon of application vodafone:Name=Cocoon,Type=Application:
> java.io.FileNotFoundExcep
> tion: ./config/vodafone/applications/cocoon (No such file or
directory)
> ((localPath: java
> .io.FileNotFoundException: ./config/vodafone/applications/cocoon (No
such
> file or directo
> ry))>
> cocoon: error
>  retrieving component [Caching Stub]Proxy for
> vodafone:Name=cocoon,Location=eservices,Typ
> e=WebAppComponentConfig,ApplicationConfig=Cocoon>
>   
> <[WebAppServletContext(661879,cocoon)] Error loadi
> ng servlet: 'Cocoon2'
> java.lang.NoSuchMethodError
> at
>
org.apache.avalon.framework.configuration.DefaultConfigurationBuilder.
> (DefaultCo
> nfigurationBuilder.java:88)
> at
>
org.apache.avalon.framework.configuration.DefaultConfigurationBuilder.
> (DefaultCo
> nfigurationBuilder.java:64)
> at
>
org.apache.cocoon.servlet.CocoonServlet.initLogger(CocoonServlet.java:77
2)
> at
> org.apache.cocoon.servlet.CocoonServlet.init(CocoonServlet.java:241)
> at
>
weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.
java
> :638)
> at
>
weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStubImp
l.ja
> va:581)
> at
>
weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl
.jav
> a:526)
> at
>
weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServ
letC
> ontext.jav
> a:1078)
> at
>
weblogic.servlet.internal.WebAppServletContext.preloadServlets(WebAppSer
vlet
> Context.ja
> va:1022)
> at
>
weblogic.servlet.internal.HttpServer.loadWARContext(HttpServer.java:468)
> at
> weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:404)
> at
weblogic.j2ee.WebAppComponent.deploy(WebAppComponent.java:74)
> at
weblogic.j2ee.Application.addComponent(Application.java:133)
> at
weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:115)
> at
>
weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Deploym
entT
> arget.java
> :327)
> at
>
weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Deploym
entT
> arget.java
> :143)
> at
>
weblogic.management.mbeans.custom.WebServer.addWebDeployment(WebServer.j
ava:
> 76)
> at java.lang.reflect.Method.invoke(Native Method)
> at
>
weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBean
Impl
> .java:562)
>  

RE: I cannae dae it (the woes of Weblogic 6.0sp2 and Cocoon) :(

2002-04-26 Thread Carsten Ziegeler


Matthew Langham wrote:
> 
>
> All this being said - this is how we got Cocoon to run on a Windows system
> with Weblogic 2.0SP2.
>
Yes! Weblogic 2.0 was really great with running Cocoon!
Seriously, of course Matthew meant 6.0SP2.

Carsten


-
Please check that your question has not already been answered in the
FAQ before posting. 

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




RE: I cannae dae it (the woes of Weblogic 6.0sp2 and Cocoon) :(

2002-04-26 Thread Matthew Langham

Chris,

here are a few tips that may help:

>>
1) you cannot deploy a cocoon.war file in WL6.0 SP2 (at least we were not
able to. You will need to unpack it first and then deploy in the directory
structure.

2) WebLogic chokes on JARs that contain ".", "-", "_" etc. You may need to
change some names.

3) You will need to remove the Manifest.mf files from: xt, xalan, fop,
cocon, ant und antoptional

4) You will need to add the following line to cocoon.xconf:


 
<<

All this being said - this is how we got Cocoon to run on a Windows system
with Weblogic 2.0SP2.

By the way I would be interested in hearing what you are doing with Cocoon
at Vodafone by way of a mail.

Hope this helps

Matthew Langham
Technical Director Open Source Group

--
Open Source Group   sunShine - Lighting up e:Business
=
Matthew Langham, S&N AG, Klingenderstrasse 5, D-33100 Paderborn
Tel:+49-5251-1581-30  [EMAIL PROTECTED] - http://www.s-und-n.de
   Weblogging at: http://www.need-a-cake.com
 Cocoon book: http://www.amazon.com/exec/obidos/ASIN/0735712352
=








-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 26, 2002 12:55 PM
To: [EMAIL PROTECTED]
Subject: I cannae dae it (the woes of Weblogic 6.0sp2 and Cocoon) :(


Hi

I've been trying to get cocoon to deploy under Weblogic for some time now,
and it isn't working

The system is a Solaris machine, Java 1.3.1, Weblogic 6.0 sp2.

I have followed the instructions concisely from the cocoon site, and used
the
cocoon.war file that came with the binary distribution of Cocoon 2.0.2, but
if I try to get it running, I get the following message on startup:





   
   
   
  
<[WebAppServletContext(661879,cocoon)] Error loadi
ng servlet: 'Cocoon2'
java.lang.NoSuchMethodError
at
org.apache.avalon.framework.configuration.DefaultConfigurationBuilder.
(DefaultCo
nfigurationBuilder.java:88)
at
org.apache.avalon.framework.configuration.DefaultConfigurationBuilder.
(DefaultCo
nfigurationBuilder.java:64)
at
org.apache.cocoon.servlet.CocoonServlet.initLogger(CocoonServlet.java:772)
at
org.apache.cocoon.servlet.CocoonServlet.init(CocoonServlet.java:241)
at
weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.java
:638)
at
weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStubImpl.ja
va:581)
at
weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.jav
a:526)
at
weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletC
ontext.jav
a:1078)
at
weblogic.servlet.internal.WebAppServletContext.preloadServlets(WebAppServlet
Context.ja
va:1022)
at
weblogic.servlet.internal.HttpServer.loadWARContext(HttpServer.java:468)
at
weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:404)
at weblogic.j2ee.WebAppComponent.deploy(WebAppComponent.java:74)
at weblogic.j2ee.Application.addComponent(Application.java:133)
at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:115)
at
weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentT
arget.java
:327)
at
weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentT
arget.java
:143)
at
weblogic.management.mbeans.custom.WebServer.addWebDeployment(WebServer.java:
76)
at java.lang.reflect.Method.invoke(Native Method)
at
weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl
.java:562)
at
weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:5
48)
at
weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBea
nImpl.java
:285)
at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at
weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:439)
at
weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:180)
at $Proxy29.addWebDeployment(Unknown Source)
at
weblogic.management.configuration.WebServerMBean_CachingStub.addWebDeploymen
t(WebServe
rMBean_CachingStub.java:1012)
at
weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentT
arget.java
:313)
at
weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentT
arget.java
:143)
at java.lang.reflect.Method.invoke(Native Method)
at
weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl
.java:562)
at
weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:5
48)
at
weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBea
nImpl.java
:285)
at
com.sun.management.jmx.MBeanServerImpl.invoke(MBe

RE: RE: I cannae dae it (the woes of Weblogic 6.0sp2 and Cocoon) :(

2002-04-26 Thread Chris . Clark

Thanks for the reply.

>>I had exactly that problem with xerces in WL 5.x - and had to remove some
>>of the classes from the WL System jars - quite a pain.

P that sucks. It would be nicer if the output displayed a bit more
information other than

java.lang.NoSuchMethodError at
org.apache.avalon.framework.configuration.DefaultConfigurationBuilder.

though - maybe telling me what object and method couldn't be found? Seems
I might have to download the Avalon source to find out what's exactly going
on... but then, I'm not too sure which version of the Avalon framework is
being used in Cocoon 2.0.2

>>If you like I can forward you the analysis we did at the time - if I can
>>find it.

If it's not too much trouble, I would appreciate that analysis - thanks
a lot.


Chris.



-Original Message-
From: Anthony Aldridge [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 26, 2002 1:19 PM
To: [EMAIL PROTECTED]
Subject: Re: I cannae dae it (the woes of Weblogic 6.0sp2 and Cocoon) :(



Not sure if WL 6.0 is different, but on previous versions of WL  there is a
lot of confusion surrounding where jars are kept. It basically has 2
separate classpaths - 1 for WL itself, and 1 for the webapps. If the jars
are in the wrong classpath you can get the kind of messages you see below -
even worse, if the jar - or any of it's classes - appear in both
classpaths, you also get the kind of error you specify.

I had exactly that problem with xerces in WL 5.x - and had to remove some
of the classes from the WL System jars - quite a pain.

I know they said this wold be sorted in v.6.x - but I've heard that before.

If you like I can forward you the analysis we did at the time - if I can
find it.

Tony




[EMAIL PROTECTED] on 04/26/2002 11:54:31 AM

Please respond to [EMAIL PROTECTED]

To:   [EMAIL PROTECTED]
cc:
Subject:  I cannae dae it (the woes of Weblogic 6.0sp2 and Cocoon) :(


Hi

I've been trying to get cocoon to deploy under Weblogic for some time now,
and it isn't working

The system is a Solaris machine, Java 1.3.1, Weblogic 6.0 sp2.

I have followed the instructions concisely from the cocoon site, and used
the
cocoon.war file that came with the binary distribution of Cocoon 2.0.2, but
if I try to get it running, I get the following message on startup:





   
   
   
  
<[WebAppServletContext(661879,cocoon)] Error loadi
ng servlet: 'Cocoon2'
java.lang.NoSuchMethodError
at
org.apache.avalon.framework.configuration.DefaultConfigurationBuilder.

(DefaultCo
nfigurationBuilder.java:88)
at
org.apache.avalon.framework.configuration.DefaultConfigurationBuilder.

(DefaultCo
nfigurationBuilder.java:64)
at
org.apache.cocoon.servlet.CocoonServlet.initLogger(CocoonServlet.java:772)
at
org.apache.cocoon.servlet.CocoonServlet.init(CocoonServlet.java:241)
at
weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.java

:638)
at
weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStubImpl.ja

va:581)
at
weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.jav

a:526)
at
weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletC

ontext.jav
a:1078)
at
weblogic.servlet.internal.WebAppServletContext.preloadServlets(WebAppServlet

Context.ja
va:1022)
at
weblogic.servlet.internal.HttpServer.loadWARContext(HttpServer.java:468)
at
weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:404)
at weblogic.j2ee.WebAppComponent.deploy(WebAppComponent.java:74)
at weblogic.j2ee.Application.addComponent(Application.java:133)
at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:115)
at
weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentT

arget.java
:327)
at
weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentT

arget.java
:143)
at
weblogic.management.mbeans.custom.WebServer.addWebDeployment(WebServer.java:

76)
at java.lang.reflect.Method.invoke(Native Method)
at
weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl

.java:562)
at
weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:5

48)
at
weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBea

nImpl.java
:285)
at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at
weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:439)
at
weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:180)
at $Proxy29.addWebDeployment(Unknown Source)
at
weblogic.management.configuration.WebServerMBean_CachingStub.addWebDeploymen

t(WebServe
rMBean_CachingStub.java:1012)
at
weblogic.management.mbeans.c

Re: I cannae dae it (the woes of Weblogic 6.0sp2 and Cocoon) :(

2002-04-26 Thread Anthony Aldridge


Not sure if WL 6.0 is different, but on previous versions of WL  there is a
lot of confusion surrounding where jars are kept. It basically has 2
separate classpaths - 1 for WL itself, and 1 for the webapps. If the jars
are in the wrong classpath you can get the kind of messages you see below -
even worse, if the jar - or any of it's classes - appear in both
classpaths, you also get the kind of error you specify.

I had exactly that problem with xerces in WL 5.x - and had to remove some
of the classes from the WL System jars - quite a pain.

I know they said this wold be sorted in v.6.x - but I've heard that before.

If you like I can forward you the analysis we did at the time - if I can
find it.

Tony




[EMAIL PROTECTED] on 04/26/2002 11:54:31 AM

Please respond to [EMAIL PROTECTED]

To:   [EMAIL PROTECTED]
cc:
Subject:  I cannae dae it (the woes of Weblogic 6.0sp2 and Cocoon) :(


Hi

I've been trying to get cocoon to deploy under Weblogic for some time now,
and it isn't working

The system is a Solaris machine, Java 1.3.1, Weblogic 6.0 sp2.

I have followed the instructions concisely from the cocoon site, and used
the
cocoon.war file that came with the binary distribution of Cocoon 2.0.2, but
if I try to get it running, I get the following message on startup:





   
   
   
  
<[WebAppServletContext(661879,cocoon)] Error loadi
ng servlet: 'Cocoon2'
java.lang.NoSuchMethodError
at
org.apache.avalon.framework.configuration.DefaultConfigurationBuilder.

(DefaultCo
nfigurationBuilder.java:88)
at
org.apache.avalon.framework.configuration.DefaultConfigurationBuilder.

(DefaultCo
nfigurationBuilder.java:64)
at
org.apache.cocoon.servlet.CocoonServlet.initLogger(CocoonServlet.java:772)
at
org.apache.cocoon.servlet.CocoonServlet.init(CocoonServlet.java:241)
at
weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.java

:638)
at
weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStubImpl.ja

va:581)
at
weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.jav

a:526)
at
weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletC

ontext.jav
a:1078)
at
weblogic.servlet.internal.WebAppServletContext.preloadServlets(WebAppServlet

Context.ja
va:1022)
at
weblogic.servlet.internal.HttpServer.loadWARContext(HttpServer.java:468)
at
weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:404)
at weblogic.j2ee.WebAppComponent.deploy(WebAppComponent.java:74)
at weblogic.j2ee.Application.addComponent(Application.java:133)
at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:115)
at
weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentT

arget.java
:327)
at
weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentT

arget.java
:143)
at
weblogic.management.mbeans.custom.WebServer.addWebDeployment(WebServer.java:

76)
at java.lang.reflect.Method.invoke(Native Method)
at
weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl

.java:562)
at
weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:5

48)
at
weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBea

nImpl.java
:285)
at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at
weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:439)
at
weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:180)
at $Proxy29.addWebDeployment(Unknown Source)
at
weblogic.management.configuration.WebServerMBean_CachingStub.addWebDeploymen

t(WebServe
rMBean_CachingStub.java:1012)
at
weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentT

arget.java
:313)
at
weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentT

arget.java
:143)
at java.lang.reflect.Method.invoke(Native Method)
at
weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl

.java:562)
at
weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:5

48)
at
weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBea

nImpl.java
:285)
at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at
weblogic.management.internal.ConfigurationMBeanImpl.updateConfigMBeans(Confi

gurationMB
eanImpl.java:409)
at
weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBea

nImpl.java
:287)
at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java: