The following error occurs while trying to use the --jfrsync option:
java -jar /home/location/ap-loader-all.jar profiler start -e cpu,alloc,wall --alloc 8m -j 128 --jfrsync default -d 600 -i 50ms -o jfr -f "/home/sfdc/maiev-shared/jfr/ap_dump_%n{2}.tmp" 487
[ERROR] Failed to initialize JfrSync class
When digging into the source, I am not seeing the helper directory from async-profiler in ap-loader
https://github.com/async-profiler/async-profiler/blob/master/src/helper/one/profiler/JfrSync.java
Was this missed during packaging ?
Thanks.