[ https://issues.apache.org/jira/browse/KAFKA-6055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Vahid Hashemian updated KAFKA-6055: ----------------------------------- Description: This affects the current trunk and 1.0.0 RC0. When running any of the Windows commands under {{bin/windows}} the following error is returned: {code} Missing +/- setting for VM option 'ExplicitGCInvokesConcurrent' Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit. {code} This error points to this JVM configuration in {{bin\windows\kafka-run-class.bat}}: {{-XX:ExplicitGCInvokesConcurrent}} The correct config is {{-XX:+ExplicitGCInvokesConcurrent}} was: This affects the current trunk and 1.0.0 RC0. When running any of the Windows commands under {{bin/windows}} the following error is returned: {code} Missing +/- setting for VM option 'ExplicitGCInvokesConcurrent' Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit. {code} > Running tools on Windows fail due to incorrect JVM config > --------------------------------------------------------- > > Key: KAFKA-6055 > URL: https://issues.apache.org/jira/browse/KAFKA-6055 > Project: Kafka > Issue Type: Bug > Components: tools > Reporter: Vahid Hashemian > Assignee: Vahid Hashemian > Priority: Blocker > Fix For: 1.0.0 > > > This affects the current trunk and 1.0.0 RC0. > When running any of the Windows commands under {{bin/windows}} the following > error is returned: > {code} > Missing +/- setting for VM option 'ExplicitGCInvokesConcurrent' > Error: Could not create the Java Virtual Machine. > Error: A fatal exception has occurred. Program will exit. > {code} > This error points to this JVM configuration in > {{bin\windows\kafka-run-class.bat}}: {{-XX:ExplicitGCInvokesConcurrent}} > The correct config is {{-XX:+ExplicitGCInvokesConcurrent}} -- This message was sent by Atlassian JIRA (v6.4.14#64029)