paressuex11 opened a new issue, #4356: URL: https://github.com/apache/bookkeeper/issues/4356
**BUG REPORT** ***Describe the bug*** I tried using **git bash** to run bin/bookkeeper on windows. But it failed. error msg is like ``` $ bin/bookkeeper localbookie 1 [0.003s][error][logging] Error opening log file '/c/Users/user/Desktop/bookkeeper-all-4.18.0-SNAPSHOT-bin/bookkeeper-all-4.18.0-SNAPSHOT/logs/gc_10280.log': No such file or directory [0.003s][error][logging] Initialization of output 'file=/c/Users/user/Desktop/bookkeeper-all-4.18.0-SNAPSHOT-bin/bookkeeper-all-4.18.0-SNAPSHOT/logs/gc_%p.log' using options 'filecount=5,filesize=64m' failed. Invalid -Xlog option '-Xlog:gc=info:file=/c/Users/user/Desktop/bookkeeper-all-4.18.0-SNAPSHOT-bin/bookkeeper-all-4.18.0-SNAPSHOT/logs/gc_%p.log::filecount=5,filesize=64m', see error log for details. Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit. ``` ***To Reproduce*** Steps to reproduce the behavior: 1. run **mvn package** on windows11 2. untar bookkeeper-all-VersionNum.tar.gz 3. open **git bash** terminal 4. run `bin/bookkeeper localbookie 1` ***Additional context*** it might be related to jvm or other differences between windows and linux. -- 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]
