hold on, I sent the wrong version of the sample...

On Wed, Nov 6, 2013 at 12:57 PM, Alex The Rocker <[email protected]>wrote:

> Romain:
>
> Thanks for fast answer.
> Unfortunately I never rebuilt TomEE,could you post a prebuilt .jar(s) ?
> In the meantime, I had a developer who provided a minimal sample which
> allow reproducing the issue with TomEE+ 1.6.0 snapshot 221.
>
> Please find it attached (with .java sources in the .jar)
>
> Do you mean the issue is supposed to be fixed in today's nightly build's
> snapshot?
>
> best regards,
> Alexandre
>
>
> On Wed, Nov 6, 2013 at 11:42 AM, Romain Manni-Bucau <[email protected]
> > wrote:
>
>> Hi
>>
>> if you can rebuild tomee from sources would be great if you can re test
>> now
>> Romain Manni-Bucau
>> Twitter: @rmannibucau
>> Blog: http://rmannibucau.wordpress.com/
>> LinkedIn: http://fr.linkedin.com/in/rmannibucau
>> Github: https://github.com/rmannibucau
>>
>>
>>
>> 2013/11/6 Alex The Rocker <[email protected]>:
>> > Hello,
>> >
>> > I have a critical issue with our Web application using
>> > TomEE1.6.0+Snapshot221 : the web app can't start an fails with an
>> > instantion error on a parent abstract class of a class implementing a
>> > JAX-RS service.
>> >
>> > This is a regression over the TomEE+ 1.6.0 snapshot 140 which we've been
>> > using so far.
>> >
>> > See below the error message in catalina.out.
>> > What kind of traces/logging can I activate (please provide clear
>> > instructions which can be applied by people not aware of TomEE internal,
>> > like "change XXX in file XX then restart") in order to get a better
>> > understanding on whether the issue comes from our app or from TomEE?
>> >
>> > Thanks,
>> > Alex
>> > ========================================================
>> >
>> > SEVERE: Unable to deploy collapsed ear in war
>> > StandardEngine[Catalina].StandardH
>> > ost[localhost].StandardContext[/acme]
>> > org.apache.openejb.OpenEJBException: Unable to instantiate Application
>> > class: com.acme.platform.restServices.ModelerBase:
>> > com.acme.platform.restServices.ModelerBase
>> >         at
>> >
>> org.apache.openejb.config.AnnotationDeployer$ProcessAnnotatedBeans.deploy(AnnotationDeployer.java:2025)
>> >         at
>> >
>> org.apache.openejb.config.AnnotationDeployer$ProcessAnnotatedBeans.deploy(AnnotationDeployer.java:1820)
>> >         at
>> >
>> org.apache.openejb.config.AnnotationDeployer.deploy(AnnotationDeployer.java:355)
>> >         at
>> >
>> org.apache.openejb.config.ConfigurationFactory$Chain.deploy(ConfigurationFactory.java:396)
>> >         at
>> >
>> org.apache.openejb.config.ConfigurationFactory.configureApplication(ConfigurationFactory.java:938)
>> >         at
>> >
>> org.apache.tomee.catalina.TomcatWebAppBuilder.startInternal(TomcatWebAppBuilder.java:1171)
>> >         at
>> >
>> org.apache.tomee.catalina.TomcatWebAppBuilder.configureStart(TomcatWebAppBuilder.java:1051)
>> >         at
>> >
>> org.apache.tomee.catalina.GlobalListenerSupport.lifecycleEvent(GlobalListenerSupport.java:127)
>> >         at
>> >
>> org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
>> >         at
>> >
>> org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
>> >         at
>> >
>> org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5322)
>> >         at
>> > org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
>> >         at
>> >
>> org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
>> >         at
>> > org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
>> >         at
>> > org.apache.catalina.core.StandardHost.addChild(StandardHost.java:633)
>> >         at
>> >
>> org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1120)
>> >         at
>> >
>> org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1678)
>> >         at
>> > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
>> >         at
>> > java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
>> >         at java.util.concurrent.FutureTask.run(FutureTask.java:166)
>> >         at
>> >
>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>> >         at
>> >
>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>> >         at java.lang.Thread.run(Thread.java:780)
>>
>
>

Reply via email to