This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgcj/29869] LogManager class loading failure with Tomcat



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]