I install the maven plugin but it still doesn’t give anything on - “9600:9600”
can someone give clear instructions how to activate it with minimal config???
Thanks a lot!
May 19 13:36:00 native-opensearch-node-vm systemd[1]: Started opensearch-performance-analyzer.service - OpenSearch Performance Analyzer.
May 19 13:36:00 native-opensearch-node-vm performance-analyzer-agent-cli[3756]: Error: Could not find or load main class org.opensearch.performanceanalyzer.PerformanceAnalyzerApp
May 19 13:36:00 native-opensearch-node-vm performance-analyzer-agent-cli[3756]: Caused by: java.lang.ClassNotFoundException: org.opensearch.performanceanalyzer.PerformanceAnalyzerApp
May 19 13:36:00 native-opensearch-node-vm systemd[1]: opensearch-performance-analyzer.service: Main process exited, code=exited, status=1/FAILURE
PerformanceAnalyzer.log :
Error: Could not find or load main class org.opensearch.performanceanalyzer.PerformanceAnalyzerApp
Caused by: java.lang.ClassNotFoundException: org.opensearch.performanceanalyzer.PerformanceAnalyzerApp
@progess I’m getting the same error. I’ve checked the performance-analyzer-agent-cli for 2.19.1 and 3.0.0 and both look the same. Both are calling the same main class.
@progess I think I’ve found the root cause of the reported error.
The opensearch-performance-analyzer-cli is looking for org.opensearch.performanceanalyzer.PerformanceAnalyzerApp class as per /usr/share/opensearch/bin/opensearch-performance-analyzer/performance-analyzer-agent-cli
@pablo@progess the performance-analyzer-rca is deprecated and is not maintained anymore. There are no plans to have 3.0.0 releases of it sadly. Thank you.
@reta According to that GitHub issue the PA RCA is deprecated but PA is still maintained. Is that correct?
If that’s the case, then PA won’t start without RCA as the main class for PA was in RCA’s lib.