Link to home
Start Free TrialLog in
Avatar of jkavx
jkavx

asked on

WASCE Deployment

Does anyone recognize the error below (ContainerBase.addChild: start: LifecycleException).  This is occurring during redeployment of our .war file:

Using JRE_HOME:        /export/opt/wasce/2.1.1.4/java/jre
    No ModuleID or TargetModuleID provided.  Attempting to guess based
    on the content of the archive.
    Attempting to use ModuleID 'monet/monet/1.0/car'
    Stopped monet/monet/1.0/car
    Unloaded monet/monet/1.0/car
    Uninstalled monet/monet/1.0/car
    Deployed monet/monet/1.0/car
    Redeployed monet/monet/1.0/car
2011-04-20 18:31:12,333 ERROR [DeployTool] Error:
org.apache.geronimo.common.DeploymentException: Operation failed: start of monet/monet/1.0/car failed
        Unknown start exception
        Configuration monet/monet/1.0/car failed to start due to the following reasons:
  The service J2EEApplication=null,j2eeType=WebModule,name=monet/monet/1.0/car did not start because ContainerBase.addChild: start: LifecycleException:  java.io.IOException: Context did not start for an unknown reason


        at org.apache.geronimo.deployment.cli.CommandRedeploy.execute(CommandRedeploy.java:391)
        at org.apache.geronimo.deployment.cli.DeployTool.execute(DeployTool.java:171)
        at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.main(MainConfigurationBootstrapper.java:45)
        at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:67)
        at org.apache.geronimo.cli.deployer.DeployerCLI.main(DeployerCLI.java:31)
Avatar of HonorGod
HonorGod
Flag of United States of America image

What's in your WEB-INF/web.xml file?
Avatar of jkavx
jkavx

ASKER

Load Spring Context During App Startup

Spring Security Filter

Spring GWT Servlet Mapper

Default Page to Serve

When we deploy to the local Wasce on our machines, there are more specific error messages.  There's an autowiring failure with an unknown method call.  There may be 2 versions of a particular class available with one not having the expected method.

ASKER CERTIFIED SOLUTION
Avatar of jkavx
jkavx

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Don't delete this question.  This information could be helpful to someone else.  Select your answer as the solution!

Thanks
Somehow, maybe I misread the e-mail, I leaped to the (wrong) conclusion that it was going to be deleted.

My apologies.
Avatar of jkavx

ASKER

I was able to work this out myself.  The details may be useful to someone.