Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demo mode not working #6338

Open
stweil opened this issue Dec 2, 2024 · 0 comments
Open

Demo mode not working #6338

stweil opened this issue Dec 2, 2024 · 0 comments
Labels

Comments

@stweil
Copy link
Member

stweil commented Dec 2, 2024

Describe the bug

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:

  1. Install documented requirements (apt install git maven openjdk-11-jdk-headless).
  2. Clone repository kitodo-production.
  3. Run mvn clean install '-Pdemo,!development' in the newly cloned directory.
  4. Try to connect a web browser (or curl / wget) to http://localhost:8080/ and see error.

Expected behavior
The demo mode should work.

Release
Recent Git master branch.

@stweil stweil added the bug label Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant