------- Comment #4 from tromey at gcc dot gnu dot org 2007-03-29 17:48 ------- I suspect we're trying to initialize the logging manager too early. In particular in libgcj we use 'null' as the loader parameter to Class.forName during startup -- this will bypass the system class loader.
Second, JarUtils using a logger? That seems weird. At least it should only do that lazily... Third, what's up with the class name "1catalina.org.apache.juli.FileHandler,"? Perhaps we are not parsing something correctly? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29869