Re: socketAppender + SimpleSocketServer

2008-03-12 Thread Damon McDougald
I have tried all steps that you listed. When I write my client code to the console appender or file appender it works everytime. When I use debug, on both the client and server I am not seeing errors. When I run the SimpleSocketServer on my dev box my test.log gets the message everytime. It

Re: WARN Unrecognized element plugin (JULReceiver)

2008-03-12 Thread Kapil Anand
I am sorry, did not realize editing the post resends it to the mailing list. -- View this message in context: http://www.nabble.com/WARN-Unrecognized-element-plugin-%28JULReceiver%29-tp16012504p16019612.html Sent from the Log4j - Users mailing list archive at Nabble.com. --

Re: socketAppender + SimpleSocketServer

2008-03-12 Thread Jacob Kjome
Have you tried using -Dlog4j.debug=true? Or, if you change to using a regular appender, such as a Console appender or FileAppender, does it work then? Jake Damon McDougald wrote: Hey guys, I can get the socketAppender and SimpleSocketServer to work while I am debugging my code. But, when

Re: Everybody's logging but me

2008-03-12 Thread Paul Smith
On 13/03/2008, at 8:30 AM, Clinton Weiss wrote: Paul Smith wrote: I'd suggest starting by adding 'log4j.debug=true' to your configuration file (or as a system property). You may be surprised to see something reconfiguring behind your back. cheers, Paul Paul, I'm glad you brought this

Re: Everybody's logging but me

2008-03-12 Thread Clinton Weiss
Paul Smith wrote: I'd suggest starting by adding 'log4j.debug=true' to your configuration file (or as a system property). You may be surprised to see something reconfiguring behind your back. cheers, Paul Paul, I'm glad you brought this up, I've been having this issue with libraries tha

Re: Everybody's logging but me

2008-03-12 Thread Paul Smith
I'd suggest starting by adding 'log4j.debug=true' to your configuration file (or as a system property). You may be surprised to see something reconfiguring behind your back. cheers, Paul On 12/03/2008, at 8:08 PM, Jérôme Pramondon wrote: Hello there, I'm currently facing a problem I've n

Re: WARN Unrecognized element plugin (JULReceiver)

2008-03-12 Thread stevenmmatic
STOP Sent from my BlackBerry device on the Rogers Wireless Network -Original Message- From: Kapil Anand <[EMAIL PROTECTED]> Date: Wed, 12 Mar 2008 13:30:51 To:[email protected] Subject: WARN Unrecognized element plugin (JULReceiver) Resending after log4j mailing list regi

WARN Unrecognized element plugin

2008-03-12 Thread iamk
I am trying to use JUL Receiver with log4j 1.2.15 In the main class of the app I also added code suggested in another post: public class RunMySpringApp { private static final Object repositorySelectorGuard = new Object(); private static final LoggerRepositoryExImpl repositoryExI

Everybody's logging but me

2008-03-12 Thread Jérôme Pramondon
Hello there, I'm currently facing a problem I've never experienced before on any other applications that we here have developped with log4j. I'm a but confused so I thought I'll share with everybody just in case someone have already faced similar problems. Here's what I've got : - a J2EE applicat