Tools
Unresponsive tools in the Toolset tab in the SolarWinds web interface
When running the Tools in Toolset for Web, they are unresponsive and do not load the results.
First published date
Last published date
Overview
The following error occurs in the Toolset.BusinessLayer.log file when running any tool from the Toolset tab of the SolarWinds web interface:
ERROR SolarWinds.Toolset.BusinessLayer.ResultNotification.ResultNotificationProxy - Error occured during remote service callSystem.ServiceModel.EndpointNotFoundException: There was no endpoint listening at http://{Address}/Orion/Toolset/Services/ResultNotificationService.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote server returned an error: (404) Not Found.
Product section
Cause
The error is caused when the address used by the Toolset module to access the BusinessLayer is incorrect.
Resolution
-
Open to the following file in Notepad: C:\inetpub\SolarWinds\Orion\Toolset\web.config
- Set the value for the URL of the SolarWinds Platform web interface. For example:
<add key="CustomBaseServiceUrl" value="http://mysolarwindsplatform.domain.com"/> <add key="CustomBaseServiceUrl" value="https://mysolarwindsplatform.domain.com"/> (If you are using HTTPS for Toolset)
- Save the file.
- Restart the All SolarWinds services in the SolarWinds Platform Service Manager.
***For HA (High Availability Environments) Please disable the HA pools first before performing the steps above.
***Update:
For SolarWinds Platform environments, the files would be in C:\Program Files\SolarWinds\Orion\Web\Orion\Toolset\web.config