Network Management
SolarWinds Platform services stop unexpectedly and rebooting the server allows the software to work for a limited time
This article describes the issue when SolarWinds Platform services stop unexpectedly and rebooting the server allows the software to work for a limited time which is cause by port exhaustion.
First published date
Last published date
Overview
Orion Information Logs:
ERROR <SolarWinds.InformationService.Contract2.InfoServiceProxy - An error occured opening a connection to the orion communication service. System.InsufficientMemoryException: Insufficient winsock resources available to complete socket connection initiation. ---> System.Net.Sockets.SocketException: An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full 127.0.0.1:17777>
ERROR < SolarWinds.InformationService.ChangeBroker.NotificationManager - (null) Error Error delivering pending notification. SubscriptionId 755d6a39-cda9-44e2-9b96-68564df7bbfe Address net.tcp://localhost:17777/SolarWinds/PubSub/NcmSubscriber System.InsufficientMemoryException: Insufficient winsock resources available to complete socket connection initiation. ---> System.Net.Sockets.SocketException: An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full 127.0.0.1:17777>
Event Log Errors < Event id : 4227 TCP/IP failed to establish connection >
Product section
Cause
Resolution
- Check the total number of of open sockets.
- Run the following command from an elevated command line in Windows:
netstat -nao | find /i "ESTAB" /c
This will give you the number of connections. The default maximum for windows is 16,384. If the total open is below the default then the Anti Virus software can be blocking.
- Remove the Anti Virus software or reconfigure to prevent it form blocking the creation of sockets.
- Restart the server.