【发布时间】:2017-07-03 06:04:00
【问题描述】:
我无法在 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.
【问题讨论】:
-
Solr 的哪个版本?
-
solr 6-2-1 当我试图在运行的 java 8 上安装相同的东西时
-
Java 9 已经发布了吗?