96979899100101102103104105106
} } ServerProbe probe = null; try { probe = new JmxServerProbe(host, port); } catch (IOException ioe) { System.err.println("Error connecting to remote JMX agent!"); ioe.printStackTrace(); System.exit(3); }