IBM Support

IBM FileNet Image Services Resource Adapter (ISRA ) on JBoss 4.2.3 returns error : "CachedConnectionManager - closing connection for you"

Troubleshooting


Problem

The ISRA 3.4 product may be deployed on one of several application servers including JBoss. After upgrading to JBoss 4.2.3 with an ISRA 3.4 FP6 deployment, the application server logs the following error : "Closing a connection for you. Please close them yourself ..."

Symptom

The JBoss application server logs the following errors in its logfile, "server.log" :

INFO [org.jboss.resource.connectionmanager.CachedConnectionManager] Closing a connection for you. Please close them yourself: com.filenet.is.ra.cci.FN_IS_CciConnection@40ee40ee

INFO [STDOUT] <Jun 14,2012 9:55.09.668 AM>:Finalizer thread:javax.resource.ResourceException: FN_IS_CciConnection: close: Not an active connection., error code: FN_IS_RA_10151

Cause

JBoss 4.2.3 includes a "CachedConnectionManager" component which is set active by default. The error message is caused by this component redundantly closing connections which are managed by the application itself.

Diagnosing The Problem

The following two errors are logged repeatedly in the JBoss logfile "server.log" :

INFO [org.jboss.resource.connectionmanager.CachedConnectionManager] Closing a connection for you. Please close them yourself: com.filenet.is.ra.cci.FN_IS_CciConnection@40ee40ee

INFO [STDOUT] <Jun 14,2012 9:55.09.668 AM>:Finalizer thread:javax.resource.ResourceException: FN_IS_CciConnection: close: Not an active connection., error code: FN_IS_RA_10151

Resolving The Problem

The JBoss Cached Connection Manager is redundant for ISRA and may be disabled. The component is disabled in the configuration file "../deploy/jbossjca-service.xml" by setting the following parameter to "false" :

<!-- Enable connection close debug monitoring -->
<attribute name="Debug">false</attribute>

Stop and start the application server.

[{"Product":{"code":"SSNVUD","label":"FileNet Image Services"},"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Component":"Image Services Resource Adapter","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"3.4","Edition":"","Line of Business":{"code":"LOB45","label":"Automation"}}]

Document Information

Modified date:
17 June 2018

UID

swg21600869