You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by bu...@apache.org on 2004/09/06 17:55:04 UTC

DO NOT REPLY [Bug 31076] New: - JCA Connector is not closing connections.

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=31076>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31076

JCA Connector is not closing connections.

           Summary: JCA Connector is not closing connections.
           Product: Slide
           Version: Nightly
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Core
        AssignedTo: slide-dev@jakarta.apache.org
        ReportedBy: ryanshaerhodes@hotmail.com


webdav-connector-ds.xml does not specifiy the minimum and maximum number of 
connections available in the pool.  

JBoss seems to be assigning default values of min 0 and max 10, and the 
connector is not releasing connections to the pool when they are closed.

I run a test program that opens and closes a connection ten times.  On the 
eleventh attempt the exception is:




2004-09-06 11:47:33,905 INFO  [STDOUT] Getting connection with spec 
org.apache.webdav.connector.WebDAVConnectionSpec@aea8cf
2004-09-06 11:48:03,909 ERROR [org.openamf.DefaultGateway] Error in service, 
ServiceRequest=org.openamf.ServiceRequest@101f287
javax.resource.ResourceException: No ManagedConnections available within 
configured blocking timeout ( 30000 [ms] )
	at 
org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnectio
n(InternalManagedConnectionPool.java:252)
	at 
org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getCon
nection(JBossManagedConnectionPool.java:534)
	at 
org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnectio
n(BaseConnectionManager2.java:444)
	at 
org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection
(TxConnectionManager.java:312)
	at 
org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection
(BaseConnectionManager2.java:496)
	at org.jboss.resource.connectionmanager.BaseConnectionManager2
$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:887)
	at org.apache.webdav.connector.WebDAVConnectionFactory.getConnection
(WebDAVConnectionFactory.java:65)

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org