Details
Description
This is a continuation of bug 133 - just breaking out the recursive stack overflow error.
See the (bottom of) attached log - if the JdbcLog fails to insert a message, we end up calling the JdbcLog.insert() recursively until we get a stack overflow.
I think this is b/c of Proxool - it keeps trying to get a connection and log something.
Patch is attached to the bug 133 and here as well.
Attachments
Issue Links
- relates to
-
QFJ-133 Return of bug 89 - session lookup causes an NPE if JdbcLog is miconfigured initially
- Closed