David, thanks for fixing this...I'm updating now :)
On Jun 1, 2007, at 5:14 AM, David Jencks wrote:
I got daytrader to deploy to the tomcat server w/rev 543434. I
didn't check that very much worked though.
thanks
david jencks
On May 31, 2007, at 6:41 PM, Matt Hogstrom wrote:
Shiva, we're still working through some deployment issues with
Geronimo and DT 2.0. It doesn't work yet but help is welcome :)
On May 28, 2007, at 11:27 AM, Shiva Kumar H R wrote:
After building Daytrader from http://svn.apache.org/repos/asf/
geronimo/daytrader/trunk I tried deploying it on AG 2.0 trunk
build as below:
1) Created the DaytraderDatabase using ...\bin\dbscripts\derby
\createDerbyDB.bat
2) Deployed ...\modules\ear\target\daytrader-ear-2.0-SNAPSHOT.ear
using ...\plans\daytrader- g-2.0-SNAPSHOT-plan.xml
Although deploy:distribute succeeds, start of configuration is
failing with the following errors:
org.apache.geronimo.kernel.config.LifecycleException: start of
org.apache.geroni
mo.daytrader /daytrader/2.0-SNAPSHOT/car failed
at
org.apache.geronimo.kernel.config.SimpleConfigurationManager.startCo
n
figuration(SimpleConfigurationManager.java:547)
at
org.apache.geronimo.kernel.config.SimpleConfigurationManager.startCo
n
figuration(SimpleConfigurationManager.java:511)
....
....
Caused by:
org.apache.geronimo.gbean.InvalidConfigurationException:
Configuratio
n org.apache.geronimo.daytrader/daytrader_web.war/2.0-SNAPSHOT/
car failed to sta
rt due to the following reasons:
The service J2EEApplication=org.apache.geronimo.daytrader/
daytrader/2.0-SNAPSH
OT/car,j2eeType=WebModule,name=web.war did not start because
Throwable during st
art of gbean:
java.lang.IllegalStateException: ContainerBase.addChild: start:
LifecycleExcepti
on: java.io.IOException: Context did not start for an unknown
reason
at
org.apache.catalina.core.ContainerBase.addChildInternal
(ContainerBase
.java:765)
at org.apache.catalina.core.ContainerBase.addChild
(ContainerBase.java:74
1)
....
....
I also see numerous errors getting thrown on Geronimo's command
shell:
....
....
....
20:48:48,517 WARN [TomcatWebAppContext] TomcatWebAppContext failed
20:48:48,517 ERROR [GBeanInstanceState] Error while starting;
GBean is now in th
e FAILED state: abstractName="org.apache.geronimo.daytrader /
daytrader/2.0-SNAPSH
OT/car?J2EEApplication=org.apache.geronimo.daytrader/daytrader/
2.0-SNAPSHOT/car,
j2eeType=WebModule,name=web.war"
java.lang.IllegalStateException: ContainerBase.addChild: start:
LifecycleExcepti
on: java.io.IOException: Context did not start for an unknown
reason
at org.apache.catalina.core.ContainerBase.addChildInternal
(ContainerBase
.java:765)
at org.apache.catalina.core.ContainerBase.addChild
(ContainerBase.java:74
1)
....
....
- Shiva