RE: Bug with Telnet and RollingFileAppender ?

2002-06-12 Thread Marc Herren
Hi, I just had a phone call with Ceki. The problem was that I had two instances of my application with exactly the same log4j config. By using a TelnetAppender only the first could create a socket and the second failed because the port was already in use. The same for the RollingFileAppender,

RE: Bug with Telnet and RollingFileAppender ?

2002-06-12 Thread Shapira, Yoav
Herren [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, June 12, 2002 7:46 AM >To: [EMAIL PROTECTED] >Subject: Bug with Telnet and RollingFileAppender ? > >Hi , > >I started to test log4j as log facility for our application. During those >test I found the following problem : &

Bug with Telnet and RollingFileAppender ?

2002-06-12 Thread Marc Herren
Hi , I started to test log4j as log facility for our application. During those test I found the following problem : When running one instance of our program everything works fine but as soon as there are two or multiple instances of our program running the Telnet and RollingFileAppender behav