DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18163>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18163 bug in the flushBuffer method of JDBCAppender Summary: bug in the flushBuffer method of JDBCAppender Product: Log4j Version: unspecified Platform: All OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Appender AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] If the Database is not available then the buffer will never be flushed and SystemOutOfMemoryException will be thrown. To correct, enclose for loop in the try block, leave catch as it is, and enclose "buffer.removeAll(removesLocal)" in the finally block. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]