Hi Team I am Getting the below error for JMX Expo...
# troubleshooting
s
Hi Team I am Getting the below error for JMX Exporter. (Server, Broker, Controller) Pods Not able to start. Kindly assist on the same. Is there any change for enabling the JMX Exporter??
Copy code
Error opening zip file or JAR manifest missing : /opt/pinot/etc/jmx_prometheus_javaagent/jmx_prometheus_javaagent-0.12.0.jar
Error occurred during initialization of VM
agent library failed to init: instrument
Thanks Team @Daniel Lavoie
n
@Shailesh Jha there was a change to use 0.16 jar (here and here). I have been seeing this since today morning as well. do you mind sharing your setup? how are you bringing up the pinot cluster?
s
Thanks @Navina for replying back. I am using the helm chart to install the Pinot Cluster in K8s and configuring to expose metric following this doc: https://docs.pinot.apache.org/operators/tutorials/monitor-pinot-using-prometheus-and-grafana
n
In this step, can you try changing
0.12.0
to
0.16.1
and see if it helps? I think the docker image now packages
0.16.1
. I haven't tried the tutorial myself. but maybe try my suggestion.
s
Sure Let me try this out. Will update here Thanks
n
@Shailesh Jha I tried it with
/opt/pinot/etc/jmx_prometheus_javaagent/jmx_prometheus_javaagent.jar
and it brings up the pinot cluster without errors. if the version change doesn't work, you can try this too.
s
Great Thanks
will try this too.
d
@Shailesh Jha Can you force your update of the docker image? A bug was merged on the prometheus path this weekend and was fixed yesterday