You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Rob Davies (JIRA)" <ji...@apache.org> on 2008/06/20 01:07:00 UTC

[jira] Assigned: (AMQ-1809) Failure with JDBCPersistenceAdapter

     [ https://issues.apache.org/activemq/browse/AMQ-1809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Davies reassigned AMQ-1809:
-------------------------------

    Assignee: Rob Davies

> Failure with JDBCPersistenceAdapter
> -----------------------------------
>
>                 Key: AMQ-1809
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1809
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Message Store
>    Affects Versions: 5.1.0
>         Environment: ActiveMQ 5.1.0, JRE 1.6.0_05, Oracle 10.2.04
>            Reporter: Jan Wasserbauer
>            Assignee: Rob Davies
>         Attachments: commons-dbcp-1.2.2.jar, exception.txt
>
>
> When using jdbcPersistenceAdapter with Oracle using DBCP BasicDataSource and poolPreparedStatements set to true (default ActiveMQ configuration), the DBCP pool does not work corretly and opens lots of new connections instead of reusing old ones. It does so until connection count is so high, that database server starts refusing new connections and an exception is thrown. 
> Problem can be avoided by setting poolPreparedStatements to false and fixed by updating commons-dbcp-1.2.jar to version commons-dbcp-1.2.2.jar
> The exception is java.sql.SQLException: Výjimka vstupu/výstupu: Got minus one from a read call
> (Full stack trace is in attached text file)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.