RE: Segfault on application exit (sometimes)

2009-03-18 Thread Unnikrishnan Udinoor
Hi David, Copying a mail thread discussing similar issues. Hope this will help to know the root cause. Regards Unni -Original Message- From: Unnikrishnan Udinoor Sent: Thursday, May 29, 2008 2:18 PM To: Log4CXX User Subject: RE: Segmentation fault log4cxx 0.10.0 on app exit

RE: Problem with RollingFileAppender only retaining 14 files.

2008-10-31 Thread Unnikrishnan Udinoor
Hi Andy, Looks like the MaxBackupIndex is hardcoded to 12 for log4cxx as the renaming of all the files is required for every rollover. Here is the email form Dale sometime back on the similar issue. Hope this helps == On Wed, Jul 16,

Can I configure SyslogAppender to post the log messages to any non standard port?

2008-07-25 Thread Unnikrishnan Udinoor
Hi, Is there any way (other than changing the source code ) for configuring the SyslogAppender to be configured for forwarding the messages to any specified port so that a syslog server listening to any specific port which is non standard port(different than 514) can consume. I see the port d

RE: Segmentation fault log4cxx 0.10.0 on app exit ( RH Linux)

2008-05-29 Thread Unnikrishnan Udinoor
I am facing similar issue with Solaris. The following link explains my issue. http://mail-archives.apache.org/mod_mbox/logging-log4cxx-user/200804.mbo x/[EMAIL PROTECTED] %3e Couldn't really get out of this yet. Regards Unni -Original Message- From: Dale King [mailto:[EMAIL PROTECTED]

Core dump in Solaris - log4cxx 0.10.0 Sample Program.

2008-04-29 Thread Unnikrishnan Udinoor
Hi, Need your valuable inputs/findings on this issue. Let me know if I am missing something here in the procedure. This is stopping us from upgrading of the log4cxx libraries to the latest version in our application. Problem Highlight: 1.The sample program for log4cxx 0.10.0 core dump if

On Static Linking - Could not instantiate class [org.apache.log4j.ConsoleAppender]

2007-11-28 Thread Unnikrishnan Udinoor
Hi, I am using log4cxx 0.9.7 version. On dynamically linking to the log4cxx library my C++ application works fine with the logging. On changing the linking to static log4cxx , I get errors stating that unable to instantiate the class. Can someone help me to fix this issue ? Thanks a lot in Advanc