gpt4 book ai didi

java - 无法使用 Java 9 启动 solr

转载 作者:IT王子 更新时间:2023-10-29 00:57:24 28 4
gpt4 key购买 nike

我无法在 Java 9 上启动 solr,出现以下错误。

[shahid@host172 logs]$ tail -20 solr-8983-console.log 
Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
Java HotSpot(TM) 64-Bit Server VM warning: Option UseParNewGC was deprecated in version 9.0 and will likely be removed in a future release.
Unrecognized VM option 'PrintHeapAtGC'
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.

最佳答案

这是切换到用于记录 GC 相关消息的统一日志记录系统的结果。有相当多的 -XX 选项已经消失,更多细节可以在这里找到:

https://bugs.openjdk.java.net/browse/JDK-8145092

您需要删除 -XX:+PrintHeapAtGcflags。 Solr JIRA 上有一个错误:

https://issues.apache.org/jira/browse/SOLR-10184

关于java - 无法使用 Java 9 启动 solr,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44878699/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com