You must know what the messages mean that you see in the Windows Vista collector log.
This article goes over error messages seen in the Windows Vista collector log and what is known to cause the error.
Connection Refused message
ERROR 2009-06-11 14:39:57,260 Collectors.3301.wGroup.[workinggroup0].Sensor.[Sensor_0] Thread-21 Subscription error. Details: java.net.ConnectException: Connection refused: connect
ERROR 2009-06-11 14:39:57,260 Collectors.3301.wGroup.[workinggroup0].SensorThread Thread-21 [Sensor: Sensor 0] Sensor thread failed to open device. Trying to reopen...
Known Causes
Unauthorized Access. Status 401
ERROR 2009-06-11 14:39:57,260 Collectors.3301.wGroup.[workinggroup0].Sensor.[Sensor_0] Thread-21 Subscription error. Details: java.net.ConnectException: Connection refused: connect
ERROR 2009-06-11 14:39:57,260 Collectors.3301.wGroup.[workinggroup0].SensorThread Thread-21 [Sensor: Sensor 0] Sensor thread failed to open device. Trying to reopen...
ERROR 2009-06-11 14:42:53,857 Collectors.3301.wGroup.[workinggroup0].Sensor.[Sensor_0] Thread-21 Exception occurred while connecting to target log. Details: java.io.IOException: Unauthorized access. Status: 401. It is possible you provided incorrect Kerberos configuration.
java.io.IOException: Unauthorized access. Status: 401. It is possible you provided incorrect Kerberos configuration.
at com.symantec.cas.ucf.sensors.ws_management.RequestBroker.readResponse(RequestBroker.java:293)
at com.symantec.cas.ucf.sensors.ws_management.RequestBroker.sendRequest(RequestBroker.java:277)
at com.symantec.cas.ucf.sensors.ws_management.WSManagementSensor.unsubscribe(WSManagementSensor.java:445)
at com.symantec.cas.ucf.sensors.ws_management.WSManagementSensor.CloseDevice(WSManagementSensor.java:123)
at com.symantec.cas.ucf.collector.SensorJob.closeSensor(SensorJob.java:192)
at com.symantec.cas.ucf.collector.SensorJob.run(SensorJob.java:295)
at java.lang.Thread.run(Thread.java:619)
Known Causes
Untrusted Server Certificate Chain, Connection Reset, Recv Failed
ERROR 2009-06-11 16:03:59,169 Collectors.3301.wGroup.[workinggroup0].Sensor.[Sensor_0] Thread-16 Subscription error. Details: java.net.SocketException: Connection reset
ERROR 2009-06-11 16:03:59,369 Collectors.3301.wGroup.[workinggroup0].Sensor.[Sensor_0] Thread-16 Subscription error. Details: java.net.SocketException: Software caused connection abort: recv failed
ERROR 2009-06-11 16:03:59,185 Collectors.3301.wGroup.[workinggroup0].SensorThread Thread-16 [Sensor: Sensor 0] Sensor thread failed to open device. Trying to reopen...
ERROR 2009-06-11 16:04:56,295 Collectors.3301.wGroup.[workinggroup0].Sensor.[Sensor_0] Thread-16 Subscription error. Details: javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: Untrusted Server Certificate Chain
Known Causes
Note: In some cases you must specify they Thumbprint manually because the winrm quickconfig does not select the right certificate. For more information on specifying the Thumbprint manually, read the Knowledge Base article: How to manually specify what certificate the winrm listener uses
Subscribe fault... No active channel is found for the query
ERROR 2009-12-29 08:36:03,987 Collectors.3301.wGroup.[workinggroup0].Sensor.[Sensor_0] Thread-1642 Subscribe fault: Code: Receiver, SubCode: InternalError, Reason: No active channel is found for the query.
Subscribe fault... An internal error occurred
ERROR 2009-12-23 09:02:10,065 Collectors.3301.wGroup.[workinggroup0].Sensor.[Sensor_0] Thread-999 Server response reports about error. Code: Receiver, SubCode: InternalError, Reason: An internal error occurred.
WARN 2009-12-23 09:02:10,065 Collectors.3301.wGroup.[workinggroup0].SensorThread Thread-999 [Sensor: Sensor_0] Exception in Sensor thread while reading device. Details:
java.lang.Exception: Server response reports about error. Code: Receiver, SubCode: InternalError, Reason: An internal error occurred.
at com.symantec.cas.ucf.sensors.ws_management.WSManagementSensor.pullEvents(WSManagementSensor.java:417)
at com.symantec.cas.ucf.sensors.ws_management.WSManagementSensor.readDevice(WSManagementSensor.java:323)
at com.symantec.cas.ucf.collector.SensorJob.pollSensor(SensorJob.java:206)
at com.symantec.cas.ucf.collector.SensorJob.run(SensorJob.java:278)
at java.lang.Thread.run(Thread.java:619)
WARN 2009-12-23 09:02:10,065 Collectors.3301.wGroup.[workinggroup0].SensorThread Thread-999 [Sensor: Sensor_0] Restarting the sensor...
ERROR 2009-12-23 09:02:10,128 Collectors.3301.wGroup.[workinggroup0].Sensor.[Sensor_0] Thread-999 Unsubscribe fault: Code: Receiver, SubCode: InternalError, Reason: Element not found.
Subscribe Fault... The interface is unknown
ERROR 2010-02-18 14:06:06,624 Collectors.3301.wGroup.[workinggroup0].Sensor.[Sensor_0] Thread-18 Subscribe fault: Code: Receiver, SubCode: InternalError, Reason: The interface is unknown.
Subscribe Fault... The cluster resource is not online.
ERROR 2010-04-16 13:58:59,043 Collectors.3301.wGroup.[workinggroup0].Sensor.[Sensor_0] Thread-22 Subscribe fault: Code: Receiver, SubCode: InternalError, Reason: The cluster resource is not online.
How to determine the details when only an error code is returned
winrm helpmsg ERROR_CODE_HERE
For example: winrm helpmsg 0x80338126
C:\Users\ssim_support>winrm helpmsg 0x80338126
The WinRM client cannot complete the operation within the time specified. Check if the machine name is valid and is reachable over the network and firewall exception for Windows Remote Management service is enabled.