We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c771e00 commit 4bb5fabCopy full SHA for 4bb5fab
visualvm/jmx/src/org/graalvm/visualvm/jmx/impl/ProxyClient.java
@@ -290,6 +290,7 @@ private void tryConnect() throws IOException {
290
try {
291
jmxc.connect(env);
292
} catch (java.io.IOException e) {
293
+ LOGGER.log(Level.INFO, "tryConnect", e); // NOI18N
294
// Likely a SSL-protected RMI registry
295
if ("rmi".equals(jmxUrl.getProtocol())) { // NOI18N
296
env.put("com.sun.jndi.rmi.factory.socket", sslRMIClientSocketFactory); // NOI18N
0 commit comments