Eric Yung wrote:
java.lang.InternalError: Can't connect to X11 window server using 'localhost:10.0' as the value of the DISPLAY variable.
You are using CLI from a JAC application (deployed inside the router) on a host which doesn't have X11 installed.
CLI shares a common code base with SwiftMQ Explorer and uses the Swing event queue internally. But you can run it "headless" (without X11) by setting this system property:
-Djava.awt.headless=true
I don't know whether a normal Java app can set this property. In that case you can just set it in the deployment descriptor of your JAC app. If not, you must set it on the command line of both HA instances.
The SNMP error seems to be a follow-up. You have both JMX and SNMP enabled. Is that what you want? If not, disable JMX and use SNMP only.