We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Service crash and dont start
Docker Desktop: 4.37.1 (178610) Engine: 27.4.0 Compose: v2.31.0-desktop.2 Credential Helper: v0.8.2 Kubernetes: v1.30.5
macOS 15.2 (24C101)
opensearch: image: opensearchproject/opensearch:2 ports: [ "9200:9200", "9600:9600" ] volumes: [ search_data:/usr/share/opensearch/data ] environment: discovery.type: 'single-node' DISABLE_INSTALL_DEMO_CONFIG: true DISABLE_SECURITY_PLUGIN: true
No response
If applicable, add screenshots to help explain your problem.
may help: https://bugs.openjdk.org/browse/JDK-8345296
2025-01-03 10:03:15 Disabling OpenSearch Security Plugin 2025-01-03 10:03:15 Enabling execution of OPENSEARCH_HOME/bin/opensearch-performance-analyzer/performance-analyzer-agent-cli for OpenSearch Performance Analyzer Plugin 2025-01-03 10:03:15 # 2025-01-03 10:03:15 # A fatal error has been detected by the Java Runtime Environment: 2025-01-03 10:03:15 # 2025-01-03 10:03:15 # SIGILL (0x4) at pc=0x0000ffff67d3fc5c, pid=35, tid=36 2025-01-03 10:03:15 # 2025-01-03 10:03:15 # JRE version: (21.0.5+11) (build ) 2025-01-03 10:03:15 # Java VM: OpenJDK 64-Bit Server VM (21.0.5+11-LTS, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-aarch64) 2025-01-03 10:03:15 # Problematic frame: 2025-01-03 10:03:15 # j java.lang.System.registerNatives()V+0 [email protected] 2025-01-03 10:03:15 # 2025-01-03 10:03:15 # No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again 2025-01-03 10:03:15 # 2025-01-03 10:03:15 # An error report file with more information is saved as: 2025-01-03 10:03:15 # /usr/share/opensearch/hs_err_pid35.log 2025-01-03 10:03:15 [0.014s][warning][os] Loading hsdis library failed 2025-01-03 10:03:15 # 2025-01-03 10:03:15 # The crash happened outside the Java Virtual Machine in native code. 2025-01-03 10:03:15 # See problematic frame for where to report the bug. 2025-01-03 10:03:15 # 2025-01-03 10:03:15 /usr/share/opensearch/bin/opensearch-env: line 99: 35 Aborted "$JAVA" "$XSHARE" -cp "$OPENSEARCH_CLASSPATH" org.opensearch.tools.java_version_checker.JavaVersionChecker
The text was updated successfully, but these errors were encountered:
@duwema Have you figured out a temporary workaround for this? I've been completely stopped by this for a month.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Service crash and dont start
To reproduce
Docker Desktop: 4.37.1 (178610)
Engine: 27.4.0
Compose: v2.31.0-desktop.2
Credential Helper: v0.8.2
Kubernetes: v1.30.5
macOS 15.2 (24C101)
Expected behavior
No response
Screenshots
If applicable, add screenshots to help explain your problem.
Host / Environment
No response
Additional context
may help: https://bugs.openjdk.org/browse/JDK-8345296
Relevant log output
The text was updated successfully, but these errors were encountered: