2013/3/8 Mark Thomas wrote:
> The proposed Apache Tomcat 7.0.38 release is now available for voting.
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.38/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-002/
> The svn tag is:
> http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_38/
>
> The proposed 7.0.38 release is:
> [ ] Broken - do not release
> [ ] Stable - go ahead and release as 7.0.38 Stable
>
In OSGi environment every application deployment fails with NPE
Caused by: java.lang.NullPointerException
at
org.apache.tomcat.util.scan.StandardJarScanner.scan(StandardJarScanner.java:234)
at
org.eclipse.gemini.web.tomcat.internal.ChainingJarScanner.scan(ChainingJarScanner.java:46)
at
org.apache.catalina.startup.ContextConfig.processJarsForWebFragments(ContextConfig.java:1918)
at
org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1268)
at
org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:878)
at
org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:369)
at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
NPE is thrown because there might be no parent loader
loader = loader.getParent();
revision 1448831 changes the behaviour
Regards
Violeta
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]