Re: NT Event Viewer dll question

2002-07-09 Thread Jacob Kjome
I have the same issue with Tomcat without the whole dll thing. I can use the manager to install my app and then use it to remove the app. Every library is released except for log4j.jar so I can't do a clean build. I can work around it, but it is very annoying. only after I do a full shutdo

Re: No appenders could be found for category (org.apache.commons.digester.Digester).

2002-07-09 Thread PGuimaraes
Lenny, According to the section labeled "Default Initialization under Tomcat" of the Short Introduction to Log4j (you can find it at (http://jakarta.apache.org/log4j/docs/manual.html), Tomcat will find your configuration file if it is named log4j.properties and if you put it in directory WEB-INF

Re: AsyncAppender dispatcher thread dies - no exception written to stderr

2002-07-09 Thread Ceki Gülcü
You can try to reproduce the problem by not using AsyncAppender. If you still get an out of memory error you know who to blame. At 18:21 09.07.2002 -0400, you wrote: >I have a large web application that has just begun failing with a gnarly >bug. >The AsyncAppender dispatcher thread dies, which c

AsyncAppender dispatcher thread dies - no exception written to stderr

2002-07-09 Thread Booth, Peter
I have a large web application that has just begun failing with a gnarly bug. The AsyncAppender dispatcher thread dies, which causes the thread that is writing to the async appnder to block, and then other threads to wait on the async appender's mutex heald by that blocked thread, which slowly k

NT Event Viewer dll question

2002-07-09 Thread Koes, Derrick
I'm using log4j in my web app. I'm also using the dll that allows logging to the NT Event Viewer application log. However, I cannot use the manager servlet to undeploy and redeploy an updated version of my web app because of a stack trace produced that states that the dll is already loaded. Is

Re: No appenders could be found for category (org.apache.commons.digester.Digester).

2002-07-09 Thread Ceki Gülcü
Lenny, It seems to me that the problem is related to the way Tomcat 4.1.x uses/configures log4j. I believe that the question is best suited for the [EMAIL PROTECTED] mailing list. In case you find the solution, it would be nice of you report back here so that in the future we can help other user

Fwd: No appenders could be found for category (org.apache.commons.digester.Digester).

2002-07-09 Thread Lenny Sorey
Oh Yeah! Also using J2SDK 1.4.0 Sorry about that. LRS > The following error is shown in Tomcat 4.1.3 Stderr.log log4j:ERROR No appenders could be found for category (org.apache.commons.digester.Digester). log4j:ERROR Please initialize the log4j system properly.

No appenders could be found for category (org.apache.commons.digester.Digester).

2002-07-09 Thread Lenny Sorey
The following error is shown in Tomcat 4.1.3 Stderr.log log4j:ERROR No appenders could be found for category (org.apache.commons.digester.Digester). log4j:ERROR Please initialize the log4j system properly. ***

RE: new bie - Logging to different files depending on the level

2002-07-09 Thread Amit Bhutra
Got it. I had the category as part of rootCategory. separating them works for me. #log4j.rootCategory=, Log1, Log2 log4j.category=Log2 log4j.category=Log1 Thanks Amit >From: "Christian, William" <[EMAIL PROTECTED]> >Reply-To: "Log4J Users List" <[EMAIL PROTECTED]> >To: "'Log4J Users List'" <[EM

log4j in multiple applications

2002-07-09 Thread kirusshna
Hi , I have three applications in a app server . I need to generate logs for each application in separate log files. Can I do this ? Thanks for help kirusshna -- To unsubscribe, e-mail: For additional commands, e-mail:

TelnetAppender - Which port to use other than 23?

2002-07-09 Thread Chang, Henrique
Has Anyone succesfully run TelnetAppender? If so, what port did you use other than 23? A telnet daemon exists under that port, so I am unable to use it. I am testing it in Windows NT. Thanks, Henrique -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: new bie - Logging to different files depending on the level

2002-07-09 Thread Christian, William
Can you email your log.properties file? -billc -Original Message- From: Amit Bhutra [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 09, 2002 11:22 AM To: [EMAIL PROTECTED] Subject: new bie - Logging to different files depending on the level Hi, I have specified 2 RollingFileAppender in th

new bie - Logging to different files depending on the level

2002-07-09 Thread Amit Bhutra
Hi, I have specified 2 RollingFileAppender in the .properties file. In my java code, i have... private static String resource = "/Log.properties"; private static URL configFileResource = Log.class.getResource(resource); static { PropertyConfigurator.configure(configFileResource); } private

Can't control logging via root - get all msgs despite setting priority

2002-07-09 Thread Adam Hardy
Hi, I'm getting all the messages including my Info msgs going to my root logger's file, despite setting my root logger to accept only errors. Can you have a look at my xml config and tell me if it's something simple: http://jakarta.apache.org/log4j/";>

Log4j with EJBs

2002-07-09 Thread Reg Sherwood
Hi, I am looking for some advice on the best approach for setting up logging within the EJB layer of a given application server. Basically, I will have a number of un related EARs, each of which will contain multiple EJBs. I want to enable logging a given EAR, not across the entire EJB layer. B

RE: Help required Urgently: og4j:WARN No appenders could be found for logger issue

2002-07-09 Thread srividyar
Thanks to the forum,We finally solved the issue. The the logger class had problems in the getLogger method . Regds Sri > -Original Message- > From: srividyar > Sent: Saturday, July 06, 2002 2:10 AM > To: '[EMAIL PROTECTED]' > Subject: Help required Urgently: og4j:WARN