Hide Forgot
Created attachment 1147639 [details] BPMS 6.3.0.ER3 server.log Description of problem: It is not possible to work with Processes perspective due to problems with connecting with mariadb as a datasource. Version-Release number of selected component (if applicable): BPMS 6.3.0.ER3 How reproducible: Always Steps to Reproduce: 1. Use mariadb as a datasource 2. try to work with business central and see message errors in server.log 3. Actual results: BC could not connect to maria db. Expected results: Additional info:
Investigating possible network connection issues.
It is not network connection issue, business central works. The issue affects only Process Instances perspective.
Pavel, Log shows exceptions are coming from trying to execute some job. org.jbpm.executor.cdi.impl.AvailableJobsExecutorCDIImpl.executeJob(AvailableJobsExecutorCDIImpl.java:56) Is there any settings in particular in there that could have exhausted the datasource/connection from the database?
This is false alert. This is quite obviously issue with connection to MariaDB instance connected to middleware jenkins. These fails do not occur on our dedicated Jenkins with separate instance of mariaDB - in fact most of the tests are passing with the exception of several fails caused by bug #1327489 (which is expected, because MariaDB is just fork of MySQL and as such uses case sensitive identifiers). Closing this issue as NOTABUG.