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

Gentis Mesh 1.10.5 Demo Won't Start (Docker and JAR File) #1509

Open
qualitysoftwareguy opened this issue May 6, 2023 · 0 comments
Open

Comments

@qualitysoftwareguy
Copy link

qualitysoftwareguy commented May 6, 2023

Gentics Mesh Version, operating system, or hardware.

  • v1.10.5 (the demo)

Operating System

  • Linux (Fedora 37)

JVM

  • Open JDK 17.0.6

Docker

  • Docker 23.0.5

Problem

The Gentics Mesh 1.10.5 demo won't start properly -- applies to both the Docker container and the JAR file.

Reproducer

Docker: docker run -p 8080:8080 gentics/mesh-demo:1.10.5
JAR File: java -jar mesh-demo-1.10.5.jar

Expected behaviour and actual behaviour

Expected: The demo to start Gentics Mesh 1.10.5

Actual behavior (for Docker):
Multiple "error while checking index" errors as shown in the log below:

gentics-mesh-demo-docker-output.txt

Actual behavior (for the JAR file):
04:38:40.092 [] INFO [main] - Configuration file {mesh.yml} was not found within classpath. 04:38:40.093 [] INFO [main] - Configuration file {config/mesh.yml} was not found within filesystem. 04:38:40.287 [] INFO [main] - Saved default configuration to file {/home/myuser/Downloads/gentics-mesh/config/mesh.yml}. 04:38:40.287 [] INFO [main] - Loading default configuration. 04:38:40.292 [] INFO [main] - Extracting demo data since this is the first time you start mesh... 04:38:45.522 [] INFO [main] - Demo data extracted to {/home/myuser/Downloads/gentics-mesh/data} 04:38:45.529 [] ERROR [main] - The nashorn classfilter could not be found. You are most likely using an outdated JRE 8. Please update to at least JRE 1.8.0_40

This error message is strange because java -version returns OpenJDK 17.0.6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant