[
https://issues.apache.org/jira/browse/GERONIMO-6562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15890042#comment-15890042
]
Rajesh commented on GERONIMO-6562:
----------------------------------
Dave, the problem is i am not getting the stack trace as well of the exception
itself. I saw the bundle org.apache.aries.transaction.manager-1.3.0.jar and i
dont see the stacktrace printed for the exception
Class org.apache.geronimo.transaction.manager.TransactionManagerImpl
.public void recoveryError(Exception e)
{
recoveryLog.error("Recovery error: {}", e.getMessage());
this.recoveryErrors.add(e);
}
Secondly, I see the below log after enabling trace in the log. Recovery able to
get the datasource something and no ERROR printed.
2017-03-01 11:12:08,682 | DEBUG | RetryTimer | Recovery
| 12194 - org.apache.aries.transaction.jdbc - 2.1.1 | new
namedXAResource's connection: oracle.jdbc.driver.T4CXAConnection@49e81dd3
2017-03-01 11:12:08,682 | TRACE | RetryTimer | WrapperNamedXAResource
| 12195 - org.apache.aries.transaction.manager - 1.3.0 | Recover called
on XAResource oracleXADB
2017-03-01 11:12:09,277 | DEBUG | RetryTimer | Recovery
| 12194 - org.apache.aries.transaction.jdbc - 2.1.1 | closing returned
namedXAResource's connection: oracle.jdbc.driver.T4CXAConnection@49e81dd3
But the same call fails frequently and printed the below log. So far no harm on
the application. however not sure why we had this error in the log
2017-03-01 11:12:09,466 | ERROR | RetryTimer | RecoveryController
| 12195 - org.apache.aries.transaction.manager - 1.3.0 | Recovery error:
null
> Geronimo: RecoverTask is throwing an XAException in the jboss fuse when using
> transactionManager
> ------------------------------------------------------------------------------------------------
>
> Key: GERONIMO-6562
> URL: https://issues.apache.org/jira/browse/GERONIMO-6562
> Project: Geronimo
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: Aries
> Environment: ALL
> Reporter: Rajesh
>
> I am getting the below error keep printing in the log when application uses
> TransactionManager that comes with the jboss fuse server
> 2017-02-28 22:07:15,475 | ERROR | RetryTimer | RecoveryController
> | 11623 - org.apache.aries.transaction.manager - 1.3.0 | Recovery
> error: null
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)