Karaf Failover does not work with PostgreSQL and Oracle
-------------------------------------------------------
Key: FELIX-1519
URL: https://issues.apache.org/jira/browse/FELIX-1519
Project: Felix
Issue Type: Bug
Components: Karaf
Reporter: Willem Jiang
if 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.