Am 12.12.2024 um 09:39 schrieb Senne Wens:
Dear community,
Within our company we are developing a new project based on Jackrabbit
Oak version 1.72.0.
We are experiencing some issues when we try to create a session and
login into the repository. An SQL exception occurs at the time of the
login due to the LeasCheckDocumentStoreWrapper that tries to execute a
query. Below you can find the stacktrace:
Caused by: javax.jcr.LoginException:
org.apache.jackrabbit.oak.plugins.document.DocumentStoreException: SQL
exception on query (cause: ORA-00933: SQL command not properly ended
)
> ...
I haven't run Oracle tests for a long time.
<https://jackrabbit.apache.org/oak/docs/testing.html> has some
instructions how to run the Oak test suite for RDB.
It would also be good to have a look into the system log, in particular
any log statements done by the class RDBDocumentStore.
Best regards, Julian