Where can I find information on how to turn on tracing

2011-12-28 Thread Bergquist, Brett
I am pursuing a bug where when the Network Client receives a Lock Timeout exception in PreparedStatement.java: public int executeUpdate() throws SQLException { try { synchronized (connection_) { if (agent_.loggingEnabled()) {

Re: Where can I find information on how to turn on tracing

2011-12-28 Thread Myrna van Lunteren
On Wed, Dec 28, 2011 at 4:08 PM, Bergquist, Brett bbergqu...@canoga.com wrote: I am pursuing a bug where when the Network Client receives a Lock Timeout exception in PreparedStatement.java:     public int executeUpdate() throws SQLException {     try     {     

Re: Where can I find information on how to turn on tracing

2011-12-28 Thread Katherine Marsden
On 12/28/2011 4:08 PM, Bergquist, Brett wrote: I am pursuing a bug where when the Network Client receives a Lock Timeout exception in if (agent_.loggingEnabled()) { agent_.logWriter_.traceEntry(this, executeUpdate); } This code fails