I'm having this issue as well: when I log into jBPM on the business-central-workbench-showcase docker image, using one of the predefined users (e.g., admin/admin), the login screen simply refreshes. This is strange, because I have successfully used that docker image not too long ago (perhaps a week or two?), and the image hasn't changed in 9 months.
The last line in /opt/jboss/wildfly/standalone/log/server.log is:
2024-05-18 23:03:59,770 INFO [org.kie.workbench.common.screens.datasource.management.backend.DataSourceManagementBootstrap] (pool-18-thread-1) Initialize deployments task finished successfully.
Scrolling back in the same log file, I do see an exception thrown:
2024-05-18 23:03:37,483 ERROR [org.uberfire.ext.metadata.io.BatchIndex] (Thread-118) Index fails. [@dashbuilder/datasets/m
aster]: java.util.concurrent.CompletionException: java.lang.RuntimeException: Repository not found inside space dashbuilde
r with path default://master@dashbuilder/datasets/definitions/gitContributors.dset (root path default://master@dashbuilder
/datasets/)
Any help would be very much appreciated.
Thanks!