boatrainlsz opened a new issue, #3295: URL: https://github.com/apache/bookkeeper/issues/3295
***Describe the bug*** JVM exited when running localbookie bk version : latest jdk version: openjdk version "17.0.3" 2022-04-19 OpenJDK Runtime Environment Temurin-17.0.3+7 (build 17.0.3+7) OpenJDK 64-Bit Server VM Temurin-17.0.3+7 (build 17.0.3+7, mixed mode, sharing) ***To Reproduce*** Steps to reproduce the behavior: 1. download latest bin zip from release page and upzip it 2. execute `bin/bookkeeper localbookie 10` command 3. JVM can't be created, and got this error message: ``` Unrecognized VM option 'AggressiveOpts' Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit. ``` ***Expected behavior*** local bk can run normally ***Screenshots***  ***Additional context*** I did some some research and I find a [solution](https://github.com/pravega/bookkeeper-operator/blob/master/doc/troubleshooting.md#unrecognized-vm-option), so I add the `-XX:+IgnoreUnrecognizedVMOptions` to `bookkeeper` shell, and problem solved. I wonder can this parameter be added to standard options? a update to doc would save others time too. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
