RE: Logging in 1.1b2 - help me obi-wan

2002-08-13 Thread wbchmura
So pretty much this is the issue... I cannot seem to have log4j loading anywhere near my struts app and have it still work. I need log4j for poolman (I think). The struts book seems to show log4j still co-existing, so I dont understand why this all blow up on me now -Original

RE: Logging in 1.1b2 - help me obi-wan

2002-08-13 Thread chuckcavaness
I'm surprised that downloading the newest version of log4j doesnt' fix your problem. The root cause in your stack trace: [org.apache.commons.logging.impl.Log4JCategoryLog does not implement Log] implies that the version of the log4j installed in your web app isnt' the latest. Are you

RE: Logging in 1.1b2 - help me obi-wan

2002-08-13 Thread wbchmura
: Logging in 1.1b2 - help me obi-wan I'm surprised that downloading the newest version of log4j doesnt' fix your problem. The root cause in your stack trace: [org.apache.commons.logging.impl.Log4JCategoryLog does not implement Log] implies that the version of the log4j installed in your web app

RE: Logging in 1.1b2 - help me obi-wan

2002-08-13 Thread wbchmura
- help me obi-wan I'm surprised that downloading the newest version of log4j doesnt' fix your problem. The root cause in your stack trace: [org.apache.commons.logging.impl.Log4JCategoryLog does not implement Log] implies that the version of the log4j installed in your web app isnt' the latest

RE: Logging in 1.1b2 - help me obi-wan

2002-08-13 Thread Richards, Devin N (Devin)
PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 1:38 PM To: [EMAIL PROTECTED] Subject: RE: Logging in 1.1b2 - help me obi-wan I was thinking that too... But then I when I was looking at it org.apache.commons.logging.impl.Log4JCategoryLog does not implement Log

RE: Logging in 1.1b2 - help me obi-wan

2002-08-13 Thread chuckcavaness
] Subject: RE: Logging in 1.1b2 - help me obi-wan I was thinking that too... But then I when I was looking at it org.apache.commons.logging.impl.Log4JCategoryLog does not implement Log at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImp l.java:530

RE: Logging in 1.1b2 - help me obi-wan

2002-08-13 Thread Martin Cooper
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 10:56 AM To: Struts Users Mailing List Subject: RE: Logging in 1.1b2 - help me obi-wan I don't know of any reason that the other implementations (including log4j) should