Hello Mavenites, I am building an SVN controlled project. I have checked out 
the most recent trunk and I am getting the following error condition. 
Obviously, this is Weblogic related but going to BEA is a waste of time. TIA 
and please advise, David.

[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Exception encountered during APPC processing

Embedded error: weblogic.utils.compiler.ToolFailureException: error in finding 
weblogic.Home - with nested exception:
[java.lang.RuntimeException: error in finding weblogic.Home]
[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Exception encountered 
during APPC processing
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:583)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:499)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:478)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:330)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:291)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:287)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
        at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.MojoExecutionException: Exception 
encountered during APPC processing
        at org.codehaus.mojo.weblogic.AppcMojo.execute(AppcMojo.java:185)
        at 
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:451)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:558)
        ... 16 more
Caused by: weblogic.utils.compiler.ToolFailureException: error in finding 
weblogic.Home - with nested exception:
[java.lang.RuntimeException: error in finding weblogic.Home]
        at 
weblogic.ant.taskdefs.j2ee.CompilerTask.invokeMain(CompilerTask.java:299)
        at weblogic.ant.taskdefs.j2ee.Appc.privateExecute(Appc.java:250)
        at weblogic.ant.taskdefs.j2ee.Appc.execute(Appc.java:159)
        at org.codehaus.mojo.weblogic.AppcMojo.execute(AppcMojo.java:180)
        ... 18 more
Caused by: weblogic.utils.compiler.ToolFailureException: error in finding 
weblogic.Home - with nested exception:
[java.lang.RuntimeException: error in finding weblogic.Home]
        at 
weblogic.application.compiler.FlowDriver.handleStateChangeException(FlowDriver.java:53)
        at 
weblogic.application.compiler.FlowDriver.nextState(FlowDriver.java:37)
        at weblogic.application.compiler.FlowDriver.run(FlowDriver.java:26)
        at weblogic.application.compiler.Appc.runBody(Appc.java:163)
        at weblogic.utils.compiler.Tool.run(Tool.java:158)
        at weblogic.utils.compiler.Tool.run(Tool.java:115)
        at weblogic.application.compiler.Appc.main(Appc.java:174)
        at weblogic.appc.main(appc.java:14)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at 
weblogic.ant.taskdefs.j2ee.CompilerTask.invokeMain(CompilerTask.java:290)
        ... 21 more
Caused by: java.lang.RuntimeException: error in finding weblogic.Home
        at weblogic.Home.getInstance(Home.java:90)
        at weblogic.Home.getPath(Home.java:96)
        at 
weblogic.ejb.container.persistence.InstalledPersistence.setInstallationLocation(InstalledPersistence.java:299)
        at 
weblogic.ejb.container.persistence.InstalledPersistence.initialize(InstalledPersistence.java:134)
        at 
weblogic.ejb.container.persistence.InstalledPersistence.getInstalledType(InstalledPersistence.java:114)
        at 
weblogic.ejb.container.deployer.MBeanDeploymentInfoImpl.getPersistenceType(MBeanDeploymentInfoImpl.java:684)
        at 
weblogic.ejb.container.deployer.MBeanDeploymentInfoImpl.initializeBeanInfos(MBeanDeploymentInfoImpl.java:629)
        at 
weblogic.ejb.container.deployer.MBeanDeploymentInfoImpl.<init>(MBeanDeploymentInfoImpl.java:221)
        at 
weblogic.ejb.container.ejbc.EJBCompiler.getStandAloneDeploymentInfo(EJBCompiler.java:1339)
        at 
weblogic.ejb.container.ejbc.EJBCompiler.setupEJB(EJBCompiler.java:162)
        at 
weblogic.ejb.container.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:475)
        at 
weblogic.ejb.container.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:435)
        at 
weblogic.application.compiler.AppcUtils.compileEJB(AppcUtils.java:297)
        at 
weblogic.application.compiler.EJBCompiler.compile(EJBCompiler.java:96)
        at 
weblogic.application.compiler.flow.AppCompilerFlow.compileInput(AppCompilerFlow.java:118)
        at 
weblogic.application.compiler.flow.AppCompilerFlow.compile(AppCompilerFlow.java:43)
        at 
weblogic.application.compiler.FlowDriver$FlowStateChange.next(FlowDriver.java:69)
        at 
weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
        at 
weblogic.application.compiler.FlowDriver.nextState(FlowDriver.java:36)

Yet some, not wise, go to the other side of the globe, to barbarous and 
unhealthy regions, and devote ten or twenty years, in that they may live,-that 
is, keep comfortably warm,- and die in New England at last. 

Henry David Thoreau - Walden - 1845

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

Reply via email to