Hi Markus,

we get strange sql exception from the sequoia jdbc-driver.
Below is the error message:

WARN  - JDBCPersistenceAdapter         - Old message cleanup failed due
to: org.continuent.sequoia.common.exceptions.driver.DriverSQLException:
Connection lost while executing statementExecuteUpdate with request
'DELETE FROM ACTIVEMQ_MSGS WHERE ( EXPIRA...' and automatic reconnect
failed
(org.continuent.sequoia.common.exceptions.driver.VirtualDatabaseUnavailableException:
Virtual database llynch-esb not found on any of the controllers)


What does this mean if we have two controllers with each one backend and
both are in state 'RUNNING'?
Your driver lost the connection to the controller while it was executing the query. The driver contains failover code that retries the query automatically on your behalf and retrieve the result if the query has already been executed. However, it sounds like in your case the driver completely lost network connectivity with the controllers and could not reconnect to any controller that had the virtual database. So either you had a network problem on your client machine or your controllers were down (or not accepting new connections if you had a network setting problem on these machines).

Keep us posted with your findings,
Emmanuel

--
Emmanuel Cecchet
FTO @ Frog Thinker Open Source Development & Consulting
--
Web: http://www.frogthinker.org
email: [EMAIL PROTECTED]
Skype: emmanuel_cecchet

_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia

Reply via email to