2015-09-18 12:25:17 [0000058c] info [native] Server/Collector ............ localhost:9998 2015-09-18 12:25:17 [0000058c] info [native] Trying to connect to Server for up to 0 seconds 2015-09-18 12:25:18 [0000058c] warning [native] Exception while connecting to collector, info:<connect()/apr_socket_connect(), 730061, Connection refused> 2015-09-18 12:25:18 [0000058c] warning [native] Unable to connect to server - running uninstrumented
Answer by Graeme W. ·
Connection refused means that you can connect to the system (not surprising since it's localhost!) but there's no process listening on the specified port.
My guess is that the Collector is not running. Another possibility is that you changed the Collector agent listening port -- you can check that in Settings -> Server -> Collectors. In fact, that would be a good place to start, to see what is running on what port.
-- Graeme
JANUARY 15, 3:00 PM GMT / 10:00 AM ET