I'm attempting to get it to run on geronimo-tomcat-j2ee-1.2-beta

On 8/1/07, Christopher Blythe <[EMAIL PROTECTED]> wrote:
>
> Erik...
>
> What version of Geronimo are you trying to install on? The plan files for
> DayTrader 1.2 are specific to Geronimo 1.2-beta.
>
> Chris
>
> On 8/1/07, Erik B. Craig <[EMAIL PROTECTED]> wrote:
> >
> > Greetings,
> >
> > I am having some issues while attempting to deploy Daytrader, both with
> > the latest trunk and the 1.2 branch versions, on respective versions of
> > Geronimo.
> > Both of these revolve around the inability to locate one of the
> > dependencies, ge-activemq-rar.
> >
> > For the 1.2 version I get the following
> > [EMAIL PROTECTED]:~/daytrader$ ./bin/deploy.sh
> >     Error: Unable to distribute daytrader-ear-1.2-SNAPSHOT.ear: Missing
> >     rar in repositories:
> >     org.apache.geronimo.modules /ge-activemq-rar/1.2-beta/rar
> > [EMAIL PROTECTED]:~/daytrader$
> >
> > and for the latest trunk on 2.0M6 geronimo, I get the same, except it's
> > looking for 1.1.1 version of ge-activemq-rar instead of 1.2-beta .
> >
> > This is the result of doing a simple mvn install on the daytrader
> > sources, and attempting to deploy the respective ears that are created in
> > modules/ear/target with the respecive deployment plans from the plans
> > directory.
> >
> > I have attempted this with a completely empty local maven repository,
> > with the same results.
> >
> > Here is a copy of a more detailed output from a deploy attempted from
> > within the console on 1.2
> > Any assistance would be greatly appreciated.
> >
> > ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> >
> >   Deployment failed:
> > Missing rar in repositories: org.apache.geronimo.modules
> > /ge-activemq-rar/1.2-beta/rar
> > Show full details
> >
> > Missing rar in repositories: 
> > org.apache.geronimo.modules/ge-activemq-rar/1.2-beta/rar
> > org.apache.geronimo.common.DeploymentException: Missing rar in 
> > repositories: org.apache.geronimo.modules/ge-activemq-rar/1.2-beta/rar
> >
> >
> >     at 
> > org.apache.geronimo.client.builder.AppClientModuleBuilder.createModule(AppClientModuleBuilder.java:316)
> >     at 
> > org.apache.geronimo.client.builder.AppClientModuleBuilder.createModule(AppClientModuleBuilder.java
> > :205)
> >
> >     at 
> > org.apache.geronimo.client.builder.AppClientModuleBuilder$$FastClassByCGLIB$$93137659.invoke(<generated>)
> >     at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
> >     at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke
> >
> > (FastMethodInvoker.java:38)
> >     at 
> > org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:127)
> >     at 
> > org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:830)
> >     at org.apache.geronimo.gbean.runtime.RawInvoker.invoke
> >
> > (RawInvoker.java:57)
> >     at 
> > org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:35)
> >     at 
> > org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java
> > :96)
> >
> >     at 
> > org.apache.geronimo.j2ee.deployment.ModuleBuilder$$EnhancerByCGLIB$$9911f9d5.createModule(<generated>)
> >     at 
> > org.apache.geronimo.j2ee.deployment.EARConfigBuilder.addModules(EARConfigBuilder.java:759)
> >
> >     at
> > org.apache.geronimo.j2ee.deployment.EARConfigBuilder.getEarPlan(EARConfigBuilder.java:376)
> >     at 
> > org.apache.geronimo.j2ee.deployment.EARConfigBuilder.getDeploymentPlan(EARConfigBuilder.java:269)
> >     at 
> > org.apache.geronimo.j2ee.deployment.EARConfigBuilder$$FastClassByCGLIB$$38e56ec6.invoke
> >
> > (<generated>)
> >     at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
> >     at 
> > org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
> >     at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke
> >
> > (GBeanOperation.java:127)
> >     at 
> > org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:830)
> >     at 
> > org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)
> >     at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke
> >
> > (RawOperationInvoker.java:35)
> >     at 
> > org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96)
> >     at 
> > org.apache.geronimo.j2ee.deployment.CorbaGBeanNameSource$$EnhancerByCGLIB$$73ff197d.getDeploymentPlan
> >
> > (<generated>)
> >     at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:232)
> >     at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:124)
> >     at 
> > org.apache.geronimo.deployment.Deployer$$FastClassByCGLIB$$734a235d.invoke
> >
> > (<generated>)
> >     at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
> >     at 
> > org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
> >     at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke
> >
> > (GBeanOperation.java:127)
> >     at 
> > org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:865)
> >     at 
> > org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
> >     at 
> > org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand.doDeploy
> >
> > (AbstractDeployCommand.java:116)
> >     at 
> > org.apache.geronimo.deployment.plugin.local.DistributeCommand.run(DistributeCommand.java:61)
> >     at java.lang.Thread.run(Thread.java:595)
> >
> > ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> >
> > --
> >
> > Thanks,
> > Erik B. Craig
>
>
>
>
> --
> "I say never be complete, I say stop being perfect, I say let... lets
> evolve, let the chips fall where they may." - Tyler Durden




-- 
Erik B. Craig

Reply via email to