You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The demo mode does not work.
It complains about a missing directory modules in the source root directory
and does not allow a connection to localhost:8080.
Starting ElasticSearch server ...
Starting Database server ...
[DEBUG] 2024-12-02 17:18:24.132 [org.kitodo.demo.KitodoEnvironmentBuilder.main()] Config - Using configuration from kitodo_config.properties
[ERROR] 2024-12-02 17:18:25.852 [org.kitodo.demo.KitodoEnvironmentBuilder.main()] KitodoServiceLoader - Specified module folder does not exist: /root/kitodo-production/modules
[ERROR] 2024-12-02 17:18:25.855 [org.kitodo.demo.KitodoEnvironmentBuilder.main()] KitodoServiceLoader - Couldn't find a module for interface org.kitodo.api.filemanagement.FileManagementInterface!
After an mkdir modules and a new start the initial page ("Sign in") works,
but a valid authentication with testadmin / test hangs minutes before the sign in page is shown again.
To Reproduce
Steps to reproduce the behavior follow the documentation in the Wiki:
Describe the bug
The demo mode does not work.
It complains about a missing directory
modules
in the source root directoryand does not allow a connection to localhost:8080.
After an
mkdir modules
and a new start the initial page ("Sign in") works,but a valid authentication with testadmin / test hangs minutes before the sign in page is shown again.
To Reproduce
Steps to reproduce the behavior follow the documentation in the Wiki:
apt install git maven openjdk-11-jdk-headless
).mvn clean install '-Pdemo,!development'
in the newly cloned directory.Expected behavior
The demo mode should work.
Release
Recent Git master branch.
The text was updated successfully, but these errors were encountered: