You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As reported in #1516, setting the below JVM flags on a target application leads to successful discovery of the application by Cryostat, and successful attempts to open a JMX connection:
I believe that adding these two flags is likely not directly breaking Cryostat's discovery of the application - it should still be picking it up by the KubeApi mechanism in the original report's scenario. However, Cryostat will try to open a connection to the JVM to determine its jvmId. Something about this JVM flag configuration causes the JMX connection attempt to fail in a mode that causes Cryostat to reject the discovery node update (as opposed to keeping it with jvmId: null as it does in the case of JMX authentication failure).
Removing -Djava.rmi.server.hostname=127.0.0.1 makes Cryostat discover the pod, but JMC 8 no longer can connect to the JFR on the App. The bug is triggered when trying to start the recording.
As reported in #1516, setting the below JVM flags on a target application leads to successful discovery of the application by Cryostat, and successful attempts to open a JMX connection:
Adding the following additional flags breaks it, so that Cryostat no longer displays the application in the UI:
The text was updated successfully, but these errors were encountered: