oracle11g - Bitronix connection reset issue -


i seem error when deployed our linux envionment, not sure mean

please can me explain , possible fix?

java.sql.sqlexception: unable connection pool of poolingdatasource containing xapool of resource actdb 1 connection(s)..... (0 still available) @ bitronix.tm.resource.jdbc.poolingdatasource.getconnection(poolingdatasource.java:262) ~[btm-2.1.3.jar:2.1.3] @ org.springframework.jdbc.datasource.datasourceutils.dogetconnection(datasourceutils.java:111) ~[spring-jdbc-3.1.2.release.jar:3.1.2.release] caused by: java.sql.sqlexception: io error: connection reset @ oracle.jdbc.driver.t4cconnection.logon(t4cconnection.java:428) ~[ojdbc5-11.2.0.2.jar:11.2.0.2.0] @ oracle.jdbc.driver.physicalconnection.(physicalconnection.java:536) ~[ojdbc5-11.2.0.2.jar:11.2.0.2.0] @ oracle.jdbc.driver.t4cconnection.(t4cconnection.java:228) ~[ojdbc5-11.2.0.2.jar:11.2.0.2.0] @ oracle.jdbc.driver.t4cdriverextension.getconnection(t4cdriverextension.java:32) ~[ojdbc5-11.2.0.2.jar:11.2.

check maximum transaction count. seems setup has 1 connection datasource , 0 available. means have no idle connections.

http://docs.codehaus.org/display/btm/jdbcconfiguration2x

mydatasource.setminpoolsize(0);                                                                  mydatasource.setmaxpoolsize(5);       

Comments

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -