Network Management
Netpath First Poll not yet Complete
This article helps resolve issue when a netpath shows status of first poll not yet complete
First published date
Last published date
Overview
Scenario 1:
When probe is deployed from main poller, upon analyzing agent diagnostics, you are able to find the following errors:
ERROR SolarWinds.NetPath.Pollers.CommonPollerBase`2 - NetPath_10054_E_4C9282C2 Exception in processing job. System.TypeInitializationException: The type initializer for 'SolarWinds.NetPath.Probe.Contract.Models.Settings' threw an exception. ---> Newtonsoft.Json.JsonReaderException: Unexpected character encountered while parsing value: *. Path 'InterfaceIpAddress', line 2, position 25.
Scenario 2:
When probe is deployed from APE, no netpath logs folder in %programdata%\solarwinds\logs and syslog and trap services are stopped(not disabled) state.
Product section
Resolution
Scenario 1: If the issue is when Probe deployed from Main poller
- Proceed to the following path in the Main Poller : C:\ProgramData\SolarWinds\Orion\NetPath\NetPathAgent.cfg
- Edit this in the notepad as Administrator
- Locate the following:
"InterfaceIpAddress": *null*,
- Change it to
"InterfaceIpAddress": null,
- Restart all Orion services.
- Wait for couple of probing intervals and check if the error is no longer present in logs and if NetPath services probed from the main poller are working correctly.
Scenario 2: If the problem encountered when node is deployed from Additional Poller
- Make sure the Polling engine where probe is deployed from has Solarwinds license applied and all required Solarwinds services running.