On Thu, Aug 13, 2026 at 2:17 PM Christopher Schultz
<[email protected]> wrote:
>
> 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.

Yes, it was working for me (after fixing an obvious compilation
problem), but this would be with older Java versions.

Rémy

> -chris
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to