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
it be that the commons-logging is detecting the log4j jar file and trying to use that instead of the simple logging it comes with? -Original Message- From: chuckcavaness [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 1:00 PM To: struts-user Subject: RE: Logging in 1.1b2

RE: Logging in 1.1b2

2002-08-13 Thread Holman, Cal
I am using log4j 1.2.4 and had a problem when using the logging-commons.jar in the struts 1.1b2 lib. I went to the commons site and downloaded the commons-logging 1.0.1 commons-logging.jar and commons-logging-api.jar and all is back to normal. Looks like the Log4Jfactory is not in the struts

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 - it was a fix for me

2002-08-13 Thread wbchmura
: Tuesday, August 13, 2002 1:41 PM To: struts-user Subject: RE: Logging in 1.1b2 I am using log4j 1.2.4 and had a problem when using the logging-commons.jar in the struts 1.1b2 lib. I went to the commons site and downloaded the commons-logging 1.0.1 commons-logging.jar and commons-logging

RE: Logging in 1.1b2 - it was a fix for me

2002-08-13 Thread Holman, Cal
:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 1:41 PM To: struts-user Subject: RE: Logging in 1.1b2 I am using log4j 1.2.4 and had a problem when using the logging-commons.jar in the struts 1.1b2 lib. I went to the commons site and downloaded the commons-logging 1.0.1 commons-logging.jar

RE: Logging in 1.1b2 - it was a fix for me

2002-08-13 Thread wbchmura
Is it a problem with that or with Struts? All I know is its working here and I am staying home the rest of the week! -Original Message- From: CHolman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 2:46 PM To: struts-user Subject: RE: Logging in 1.1b2 - it was a fix for me

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

Re: Logging in 1.1b2

2002-08-13 Thread Craig R. McClanahan
On Tue, 13 Aug 2002 [EMAIL PROTECTED] wrote: Date: Tue, 13 Aug 2002 11:53:13 -0400 From: [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Logging in 1.1b2 I just dropped in 1.1B2 and all of the sudden things stopped working. I