Am Sat, 25 Jul 2015 07:57:57 -0700 schrieb Phil Steitz <[email protected]>: > BasicDataSource allows you to directly set the abandoned connection > log writer. Your code uses PoolingDataSource, which requires you to > configure the underlying object pool manually, so you need to use > the setLogWriter method of the AbandonedConfig instance you use to > configure the pool.
I tried that as well, but it did not help. > Try looking at a thread dump. Another possibility is that the > evictor thread is hung waiting on a driver action. Thats why the output contains a thread dump, there the evictor thread was idle. I guess I would have to debug it. Gruss Bernd --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
