[Bug libgcj/29869] LogManager class loading failure with Tomcat
tromey at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Mar 29 16:49:00 GMT 2007
------- 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
More information about the Gcc-bugs
mailing list