Community
Participate
Working Groups
Build Identifier: In one of my classes a java.lang.ExceptionInInitializerError occurs, but it never gets logged. Thas is, in the "catch (Throwable thr)"-block of UIThreadController#run(), ContextProvider.getStateInfo() is called to store the throwable in. But this method itself throws an IllegalStateException in ServiceContext#chackState(). Thus the "original" exception never makes it to the log. Reproducible: Always Steps to Reproduce: 1. throw a random RuntimeException in a static initializer in the IEntryPoint
I cannot reproduce the problem with CVS HEAD. Everything works as expected: an HTTP 500 error page is shown with the stack strace. Please reopen if have further information.
You may have run into bug 316676 which is fixed in the meanwhile and will be published in 1.4M1 and 1.3 SR1.