[jboss-user] [JBossCache] - Re: JDBCCacheLoader error: Io exception: The Network Adapter

manik.surtani@jboss.com do-not-reply at jboss.com
Tue Jan 30 12:05:48 EST 2007


You could be running out of DB connections or your DB may not be recycling connections quickly enough.  That loop of yours will put sufficient strain on any DB's connection manager!

Try using an app server's connection pool (by providing a datasource when configuring the cache loader) or wait for JBCACHE-802.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008401#4008401

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008401



More information about the jboss-user mailing list