Re: Two Loggers - overwriting files

2005-11-28 Thread Andreas Fester
Kalcevich, Daniel wrote: > Everyone, > > > > I have an application that runs from a Web Interface as well as from a > command line state. The problem I am having is that when the batch job Do the two applications run at the same time (i.e. does the batch job run while the web application is a

Re: Problem in using NDC in log4cxx-0.9.8

2005-11-13 Thread Andreas Fester
ase null - message0 5 [main] DEBUG org.apache.log4j.NDCTestCase (a) - message1 5 [main] DEBUG org.apache.log4j.NDCTestCase null - message2 So, this is something which can also be discussed on the log4j list after all, since the behaviour of log4cxx is compliant to log4j in this case ;-) Regards, Andreas

Re: Problem in using NDC in log4cxx-0.9.8

2005-11-13 Thread Andreas Fester
(a)"); > > logger->debug ("message1"); > > log4cxx::NDC::pop (); > > logger->debug ("message2"); > > > > > > was: > > .. (a) message1 > > ... message2 > > > > And now when

Re: RE : TR : A error message with JdbcAppender

2005-06-07 Thread Andreas Fester
olved. [...] -- Andreas Fester mailto:[EMAIL PROTECTED] WWW: http://littletux.homelinux.org ICQ: 326674288 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: TR : A error message with JdbcAppender

2005-06-07 Thread Andreas Fester
Hi, James Stauffer wrote: Is it possibly a classloader issue? It could be that the JDBC driver is loaded by the same classloader as the class that generates the config file but by a different class loader that the code the configures log4j. We tried to track the problem down, and I am current

Re: TR : A error message with JdbcAppender

2005-06-05 Thread Andreas Fester
on: logger's name is different). This file is dynamic and it is constructed with the content of a database. So I use my mysql-connector to access to the database. [...] -- Andreas Fester mailto:[EMAIL PROTECTED] WWW: http://littletux.hom

Re: A error message with JdbcAppender

2005-06-04 Thread Andreas Fester
figurator.java:687) at ch.consultas.osp.webcrawling.Log.initialize(Log.java:72) at mypackage1.Hello.main(Hello.java:20) Debugger disconnected from local process. Process exited. Can you help me? Raoul -- Andreas Fester mailto:[EMAIL PROTECTED] WWW: http://littletux.homelinux.org ICQ: 326674288 import org.apache.log4j.*; impo