This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/29869] LogManager class loading failure with Tomcat
- From: "tromey at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 Mar 2007 16:48:50 -0000
- Subject: [Bug libgcj/29869] LogManager class loading failure with Tomcat
- References: <bug-29869-13215@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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