java - javax.resource.ResourceException: Transaction is not active: -


in production after 2 3 days start getting following exception:

org.jboss.util.nestedsqlexception: transaction not active: tx=transactionimple < ac, basicaction: -3f572ada:f5ff:52482a05:11a4 status: actionstatus.aborted >; - nested throwable: (javax.resource.resourceexception: transaction not active: tx=transactionimple < ac, basicaction: -3f572ada:f5ff:52482a05:11a4 status: actionstatus.aborted >)                 @ org.jboss.resource.adapter.jdbc.wrapperdatasource.getconnection(wrapperdatasource.java:95)                 @ com.rwsol.syb.persistence.jdbc.jdbcdatastore.getphysicalconnection(jdbcdatastore.java:146)                 ... 10 more caused by: javax.resource.resourceexception: transaction not active: tx=transactionimple < ac, basicaction: -3f572ada:f5ff:52482a05:11a4 status: actionstatus.aborted >                 @ org.jboss.resource.connectionmanager.txconnectionmanager.getmanagedconnection(txconnectionmanager.java:370)                 @ org.jboss.resource.connectionmanager.baseconnectionmanager2.allocateconnection(baseconnectionmanager2.java:496)                 @ org.jboss.resource.connectionmanager.baseconnectionmanager2$connectionmanagerproxy.allocateconnection(baseconnectionmanager2.java:941)                 @ org.jboss.resource.adapter.jdbc.wrapperdatasource.getconnection(wrapperdatasource.java:89) 

we using dedicated batch server nightly quartz jobs. because of issue need restart batch in every 4-5 days. after 2-3 days 1 job fails next day 2-3 jobs fails , @ last after 4-5 days jobs fails.

i have tried increasing transaction time out no success.

please me in getting issues resolved.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -