Re: [VOTE] Release Apache Tomcat 9.0.121
Christopher Schultz <[email protected]>
| Newsgroups | gmane.comp.jakarta.tomcat.devel |
|---|---|
| Message-ID | <[email protected]> |
Rainer, On 8/12/26 10:28 PM, Rainer Jung wrote: > [...]> > > About the second one, I am not so sure: > > org.apache.catalina.startup.TestWithoutClustering > > Testcase: testStoreRegistryWithoutClustering took 0.029 sec > Caused an ERROR > null > java.lang.ExceptionInInitializerError > at java.lang.reflect.Constructor.newInstance(Constructor.java:423) > at > org.apache.catalina.startup.TestWithoutClustering.testStoreRegistryWithoutClustering(TestWithoutClustering.java:313) > Caused by: java.lang.NullPointerException > at > org.apache.tomcat.util.res.StringManager.getManager(StringManager.java:186) > at > org.apache.catalina.storeconfig.StoreRegistry.<clinit>(StoreRegistry.java:50) > > There seems to be no relevant change around StoreRegistry or > StringManager and the pattern seems to be used the same way in many > places. If seems the class StoreRegistry is incomplete during its static > initializers and getPackage() may return null, but why didn't I see this > anywhere before? I think this is a new test Coty has been working on. I'd say it's not a showstopper at all. -chris