Thanks a lot Bram!
I see from the JIRA page that it is applicable to Jackrabbit1.5.4 as
originally reported. And another patch JCR-1456 is applicable for 2.0,
said by Stephan Huttenhuis. This is the link
https://issues.apache.org/jira/browse/JCR-1456
This page shows that it is fixed in 2.0-beta4, does anyone know if this
fix would solve the problem I am seeing?
If so, I would wait for the next release of Jackrabbit.
Thanks!
Xuetao
Subject: RE: ConnectionRecoveryManager error msg
Hi Xuetao,
Looks like the same problem we have with managed datasources on WAS 6.1
reported under https://issues.apache.org/jira/browse/JCR-2226? The
attached patch may help you out.
Best Regards
Bram
-----Original Message-----
From: Niu, Xuetao [mailto:Xuetao.Niu@fiserv.com]
Sent: Tuesday, April 20, 2010 4:58 PM
To: users@jackrabbit.apache.org
Subject: RE: ConnectionRecoveryManager error msg
Perhaps more info would clarify the problem I am seeing:
I am running the app on IBM Websphere 7 via the JNDI way of acquiring
the data source. The DataSource being used is already configured as
non-transactional in Websphere.
From: Niu, Xuetao
Sent: Monday, April 19, 2010 11:39 AM
To: users@jackrabbit.apache.org
Subject: ConnectionRecoveryManager error msg
Hello,
I am occasionally seeing error logs from the ConnectionRecoveryManager,
and some of the business logic fails when seeing this.
I am using oracle filesystem and oracle bundle persistence manager, with
Oracle 10g.
Could anyone help?
[2010-03-05 10:49:37,697] [ontainer : 0] ERROR ConnectionRecoveryManager
- could not execute statement, reason: DSRA9110E: Statement is closed.,
state/code: null/0
[2010-03-05 10:49:37,697] [ontainer : 0] ERROR ConnectionRecoveryManager
- failed to close connection, reason: DSRA9110E: Connection is closed.,
state/code: null/0
[2010-03-05 10:51:24,044] [ontainer : 4] ERROR ConnectionRecoveryManager
- could not execute statement, reason: DSRA9110E: Statement is closed.,
state/code: null/0
[2010-03-05 10:51:24,044] [ontainer : 4] ERROR ConnectionRecoveryManager
- failed to close connection, reason: DSRA9110E: Connection is closed.,
state/code: null/0
Best Regards,
Xuetao
|