You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2009/08/19 11:14:37 UTC

[jira] Updated: (SMX4-338) FUSE ESB 4 Failover does not work with PostgreSQL and Oracle

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

Willem Jiang updated SMX4-338:
------------------------------

    Attachment: SMX4-338.patch

> FUSE ESB 4 Failover does not work with PostgreSQL and Oracle
> ------------------------------------------------------------
>
>                 Key: SMX4-338
>                 URL: https://issues.apache.org/activemq/browse/SMX4-338
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.0-m1, 4.0.0
>            Reporter: Willem Jiang
>             Fix For: 4.1.0
>
>         Attachments: SMX4-338.patch
>
>
> f you configure FUSE ESB 4 to use a JDBC lock for failover (i.e. the following configuration) then ServiceMix will fail with the error:
> Could not obtain lock: FATAL: database "postgres;create=true" does not exist
> Configuration (in system.properties): 
> [[
> servicemix.lock=true
> servicemix.lock.class=org.apache.servicemix.kernel.main.DefaultJDBCLock
> servicemix.lock.level=50
> servicemix.lock.delay=10
> servicemix.lock.jdbc.url=jdbc:postgresql://localhost/postgres
> servicemix.lock.jdbc.driver=org.postgresql.Driver
> servicemix.lock.jdbc.user=postgres
> servicemix.lock.jdbc.password=postgres
> servicemix.lock.jdbc.table=SERVICEMIX_LOCK
> servicemix.lock.jdbc.clustername=smx4
> servicemix.lock.jdbc.timeout=30
> ]]
> same with the ORACLE

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