-
Bug
-
Resolution: Can't Do
-
Major
-
None
-
None
-
None
I have a issue in my jboss where my current transaction gets
interrupted. I am getting the following error from my logs.
2015-03-10 07:13:15,911 FATAL [SDES.HubManager.DynamicTransactionDelegate] [01A713400A03140CD99F6EC4013F8919] finderException while stamping delivery Find failed: org.jboss.util.NestedSQLException: Interrupted while requesting permit! Waited 0 ms, invocation time: 1425957195897; - nested throwable: (javax.resource.ResourceException: Interrupted while requesting permit! Waited 0 ms, invocation time: 1425957195897
In addition to above below connection factory not bound error is also frequent in the logs
2015-03-09 14:48:51,386 WARN [org.jboss.ha.framework.interfaces.HAPartition.DefaultPartition] javax.naming.NameNotFoundException: XAConnectionFactory not bound
Effect on Application:
Even though the above errors are there but application seems to be working fine for some days but it suddenly starts misbehaving when the load is high.
Any suggestion/hint to resolve the issue will be more then welcomed. Thanks in Advance.