log4j JMS appender

2011-06-30 Thread madhava
Configure log4j on any sample project and the enable JMS appender for the same. Logging should be done against a file and then against pre-defined queue. -- View this message in context: http://old.nabble.com/log4j-JMS-appender-tp31970722p31970722.html Sent from the Log4j - Users mailing list a

I am getting DatagramSocket exception on HPUX

2006-08-25 Thread Madhava
Hi All, When my application uses log4j at system bootup time it crashes with following message. Can any one give some pointers like are there any limitations in log4j? Thanks in advance. java.net.SocketException: Operation not supported (errno:223) at java.net.PlainDatagramSocketImpl.d

Is there any problem with log4j on HPUX

2006-08-23 Thread Madhava
Hi All, My application uses log4j for logging. But i do not know very much internals of my application how it does. When my application starts during system boot using startup script method it crashes. And following exceptions are getting thrown on the console, not in any logs or any where els