communication link failure: Malformed reply from SOCKS server

If you get a “communication link failure: Malformed reply from SOCKS server” please try this to fix it:

There are two configuration options enabled by default to let Caché Monitor work better with network proxies. Please disable these options and try again.

To do that open the config.properties file (you find it in the Caché Monitor install folder) and change two lines from:

system.java.net.useSystemProxies=true
system.java.net.preferIPv4Stack=true

into this

#system.java.net.useSystemProxies=true
#system.java.net.preferIPv4Stack=true

Alternatively you can also remove the lines

After doing this restart Caché Monitor please. Now the error message should be gone.