mdarifmustafa / vt-middleware

Automatically exported from code.google.com/p/vt-middleware
0 stars 0 forks source link

ldaptive: blocking connection pool #toString null pointer #150

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Logging a BlockingConnectionPool before #initialize() has been invoked produces 
a NullPointerException.

ERROR [STDERR] SLF4J: Failed toString() invocation on an object of type 
[org.ldaptive.pool.BlockingConnectionPool]
ERROR [STDERR] java.lang.NullPointerException
ERROR [STDERR]  at 
org.ldaptive.pool.AbstractConnectionPool.availableCount(AbstractConnectionPool.j
ava:677)
ERROR [STDERR]      at 
org.ldaptive.pool.AbstractConnectionPool.toString(AbstractConnectionPool.java:76
5)
ERROR [STDERR]      at 
org.slf4j.helpers.MessageFormatter.safeObjectAppend(MessageFormatter.java:304)

Original issue reported on code.google.com by dfis...@gmail.com on 5 Apr 2013 at 7:29

GoogleCodeExporter commented 8 years ago
Fixed in r2695.

Original comment by dfis...@gmail.com on 12 Apr 2013 at 2:25

GoogleCodeExporter commented 8 years ago
Similar issue related to debug logging fixed in r2761.

Original comment by dfis...@gmail.com on 28 Jun 2013 at 2:54