Logstash not starting with the error "error: jvm options parser failed; exiting"

Hi All,

I downloaded the logstash file and created the config file and I am trying to start the logstash with the command "logstash -f simple-config.conf" after navigating to bin folder in logstash. But I am getting error "error: jvm options parser failed; exiting" while starting the logstash.

Detailed error below*

Desktop\ELK\logstash-7.13.0\bin>logstash -f simple-config.conf
Using JAVA_HOME defined java: C:\Program Files\Java\jdk1.8.0_291
WARNING, using JAVA_HOME while Logstash distribution comes with a bundled JDK
"error: jvm options parser failed; exiting"

End of Error***

I have Java 8 installed in my laptop and JAVA_HOME is already set with the latest JDK information.

Can anyone suggest what could be issue?

Thanks in Advance!!

you can do this option for see all error:
Desktop\ELK\logstash-7.13.0\bin>logstash -f simple-config.conf -e

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.