You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Olivier Lamy <ol...@apache.org> on 2014/01/02 04:41:15 UTC

Re: [VOTE] Release Apache Tomcat 7.0.50

I have errors when testing the maven plugin with the staged artifacts:

SEVERE: A child container failed during start

java.util.concurrent.ExecutionException: java.lang.ExceptionInInitializerError

at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:222)

at java.util.concurrent.FutureTask.get(FutureTask.java:83)

at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:1123)

at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:801)

at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)

at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1559)

at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1549)

at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)

at java.util.concurrent.FutureTask.run(FutureTask.java:138)

at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)

at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)

at java.lang.Thread.run(Thread.java:695)

Caused by: java.lang.ExceptionInInitializerError

at org.apache.catalina.startup.TldConfig.createTldDigester(TldConfig.java:94)

at org.apache.catalina.startup.TldConfig.init(TldConfig.java:576)

at org.apache.catalina.startup.TldConfig.lifecycleEvent(TldConfig.java:559)

at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)

at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)

at org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:402)

at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:110)

at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:139)

... 7 more

Caused by: java.lang.NullPointerException

at org.apache.tomcat.util.descriptor.DigesterFactory.idFor(DigesterFactory.java:107)

at org.apache.tomcat.util.descriptor.DigesterFactory.<clinit>(DigesterFactory.java:59)

... 15 more


To reproduce get maven plugin sources then: mvn clean install
-Prun-its -Ptc-staging
-DtcStagedReleaseUrl=https://repository.apache.org/content/repositories/orgapachetomcat-004
-Dtomcat7Version=7.0.50


On 28 December 2013 01:48, Mark Thomas <ma...@apache.org> wrote:
> On 20/12/2013 12:52, Violeta Georgieva wrote:
>> The proposed Apache Tomcat 7.0.50 release is now available for voting.
>>
>> It can be obtained from:
>> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.50/
>> The Maven staging repo is:
>> https://repository.apache.org/content/repositories/orgapachetomcat-004/
>> The svn tag is:
>> http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_50/
>>
>> The proposed 7.0.50 release is:
>> [ ] Broken - do not release
>> [X] Stable - go ahead and release as 7.0.50 Stable
>
> My tests all pass.
>
> Mark
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
>



-- 
Olivier Lamy
Ecetera: http://ecetera.com.au
http://twitter.com/olamy | http://linkedin.com/in/olamy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: [VOTE] Release Apache Tomcat 7.0.50

Posted by Olivier Lamy <ol...@apache.org>.
ok all good due to the refactoring, I just have to include
tomcat-jsp-api jar to have the resources in the classpath.

So +1

On 2 January 2014 14:41, Olivier Lamy <ol...@apache.org> wrote:
> I have errors when testing the maven plugin with the staged artifacts:
>
> SEVERE: A child container failed during start
>
> java.util.concurrent.ExecutionException: java.lang.ExceptionInInitializerError
>
> at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:222)
>
> at java.util.concurrent.FutureTask.get(FutureTask.java:83)
>
> at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:1123)
>
> at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:801)
>
> at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
>
> at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1559)
>
> at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1549)
>
> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
>
> at java.util.concurrent.FutureTask.run(FutureTask.java:138)
>
> at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
>
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
>
> at java.lang.Thread.run(Thread.java:695)
>
> Caused by: java.lang.ExceptionInInitializerError
>
> at org.apache.catalina.startup.TldConfig.createTldDigester(TldConfig.java:94)
>
> at org.apache.catalina.startup.TldConfig.init(TldConfig.java:576)
>
> at org.apache.catalina.startup.TldConfig.lifecycleEvent(TldConfig.java:559)
>
> at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
>
> at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
>
> at org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:402)
>
> at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:110)
>
> at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:139)
>
> ... 7 more
>
> Caused by: java.lang.NullPointerException
>
> at org.apache.tomcat.util.descriptor.DigesterFactory.idFor(DigesterFactory.java:107)
>
> at org.apache.tomcat.util.descriptor.DigesterFactory.<clinit>(DigesterFactory.java:59)
>
> ... 15 more
>
>
> To reproduce get maven plugin sources then: mvn clean install
> -Prun-its -Ptc-staging
> -DtcStagedReleaseUrl=https://repository.apache.org/content/repositories/orgapachetomcat-004
> -Dtomcat7Version=7.0.50
>
>
> On 28 December 2013 01:48, Mark Thomas <ma...@apache.org> wrote:
>> On 20/12/2013 12:52, Violeta Georgieva wrote:
>>> The proposed Apache Tomcat 7.0.50 release is now available for voting.
>>>
>>> It can be obtained from:
>>> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.50/
>>> The Maven staging repo is:
>>> https://repository.apache.org/content/repositories/orgapachetomcat-004/
>>> The svn tag is:
>>> http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_50/
>>>
>>> The proposed 7.0.50 release is:
>>> [ ] Broken - do not release
>>> [X] Stable - go ahead and release as 7.0.50 Stable
>>
>> My tests all pass.
>>
>> Mark
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
>> For additional commands, e-mail: dev-help@tomcat.apache.org
>>
>
>
>
> --
> Olivier Lamy
> Ecetera: http://ecetera.com.au
> http://twitter.com/olamy | http://linkedin.com/in/olamy



-- 
Olivier Lamy
Ecetera: http://ecetera.com.au
http://twitter.com/olamy | http://linkedin.com/in/olamy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org