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

2007-03-30 Thread cvs-commit at developer dot classpath dot org
--- Comment #11 from cvs-commit at developer dot classpath dot org 2007-03-30 18:58 --- Subject: Bug 29869 CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Tom Tromey 07/03/30 17:57:44 Modified files: . : ChangeLog java/ut

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

2007-03-29 Thread tromey at gcc dot gnu dot org
--- Comment #10 from tromey at gcc dot gnu dot org 2007-03-30 05:35 --- Subject: Bug 29869 Author: tromey Date: Fri Mar 30 05:34:58 2007 New Revision: 123357 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123357 Log: libjava PR libgcj/29869: * java/util/logging/L

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

2007-03-29 Thread cvs-commit at developer dot classpath dot org
--- Comment #9 from cvs-commit at developer dot classpath dot org 2007-03-30 05:14 --- Subject: Bug 29869 CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Tom Tromey 07/03/30 04:13:43 Modified files: . : ChangeLog java/uti

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

2007-03-29 Thread tromey at gcc dot gnu dot org
--- Comment #8 from tromey at gcc dot gnu dot org 2007-03-30 05:12 --- Fix checked in. -- tromey at gcc dot gnu dot org changed: What|Removed |Added Status|AS

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

2007-03-29 Thread tromey at gcc dot gnu dot org
--- Comment #7 from tromey at gcc dot gnu dot org 2007-03-30 05:09 --- Subject: Bug 29869 Author: tromey Date: Fri Mar 30 05:09:35 2007 New Revision: 123356 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123356 Log: libjava PR libgcj/29869: * java/util/logging/Lo

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

2007-03-29 Thread tromey at gcc dot gnu dot org
--- Comment #6 from tromey at gcc dot gnu dot org 2007-03-29 18:43 --- Thanks. This is a little bit screwy since Java 5 claims that 'handlers' is whitespace-separated -- but I see that in Java 6 they updated the docs to reflect the actual implementation. Also tomcat seems to rely on th

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

2007-03-29 Thread marcus at better dot se
--- Comment #5 from marcus at better dot se 2007-03-29 18:11 --- (In reply to comment #4) > Third, what's up with the class name "1catalina.org.apache.juli.FileHandler,"? > Perhaps we are not parsing something correctly? It comes from a configuration file for the logging mechanism, /var

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

2007-03-29 Thread tromey 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, J

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

2006-12-12 Thread twisti at complang dot tuwien dot ac dot at
--- Comment #3 from twisti at complang dot tuwien dot ac dot at 2006-12-12 21:25 --- Ohh, funny, I didn't notice there are no stacktraces :-) Here they are: WARNING: error instantiating 'org.apache.juli.ClassLoaderLogManager' referenced by java.util.logging.manager, class not found ja

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

2006-12-12 Thread tromey at gcc dot gnu dot org
--- Comment #2 from tromey at gcc dot gnu dot org 2006-12-12 20:30 --- A stack trace would help here ... can you install debug info or something and try again? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29869

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

2006-12-08 Thread twisti at complang dot tuwien dot ac dot at
--- Comment #1 from twisti at complang dot tuwien dot ac dot at 2006-12-08 11:38 --- I can confirm the bug with CACAO and current CVS head. -- twisti at complang dot tuwien dot ac dot at changed: What|Removed |Added ---