Applications Systems
Form Login Monitor Not Working
Receiving an error with the SAM Form Login Monitor. Execution method for htmlClients has failed. Object reference not set to an instance of an object
First published date
Last published date
Overview
ERROR SolarWinds.APM.Probes.ProbeBase`1 - Unhandled exception.
System.AggregateException: Execution method for htmlClients has failed. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at SolarWinds.APM.Probes.HTML.HTMLClient.GetElements(String xpath, String valueAttr, Boolean nameRequired)
at SolarWinds.APM.Probes.HTML.HTMLClient.GetForms()
at SolarWinds.APM.Probes.HTML.AggregatedFallbackDecoratorHtmlClient.<>c.<GetForms>b__5_0(IHTMLClient x)
at SolarWinds.APM.Probes.HTML.AggregatedFallbackDecoratorHtmlClient.ExecuteWithFallbackOnError[T](Func`2 func)
--- End of inner exception stack trace ---
Product section
Cause
TLS 1.2 is disabled on the SolarWinds Platform polling engine.
Resolution
Enable TLS 1.2
- RDP to the SolarWinds Platform polling engine.
- Go to Start > Run > Regedit
- Navigate to KEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2
- Verify that both Client and server folder entries exist.
- Within each server and client entries, find or create REG_DWORD values:
DisabledByDefaultwith the value set to 0 decimalEnabledwith the value set to 1 decimal
- Reboot the server.