By default envison have a maximum allowed connections. This error will occur by opening more than 4000 active sockets in the envision appliance. The default maximum number of ephemeral TCP ports is 5000 in Win 2003 server. So when the load is steep, then there is a chance of encountering this issue. Keep in mind that this is an OS hard set default and not the envision application.
(maximum connections reached)
root cause
java.sql.SQLException: JZ006: Caught IOException: java.net.SocketException: No buffer space available JVM_Bind
Please apply the following workaround along with it :
1. Take the backup of the registry.
2. Start Registry Editor.
3. Locate the following subkey in the registry, and then click Parameters:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
On the Edit menu, click New, and click DWORD value then add the following registry entry:
Value Name: MaxUserPort
Value Type: DWORD
Value data: 65534 (decimal)
Description: This parameter controls the maximum port number that is used when a program requests any available user port from the system. Typically, ephemeral (short-lived) ports are allocated between the values of 1024 and 5000 inclusive. After the release of security bulletin MS08-037, the behavior of Windows Server 2003 was changed to more closely match that of Windows Server 2008 and Windows Vista
Microsoft article http://support.microsoft.com/kb/196271/EN-US
Related Articles
SA error "TransportException: 28800 second timeout reached waiting for server response" 15Number of Views Articulate Reach 360 - RSA Ready Implementation Guide 58Number of Views AirWatch ADC Collector test connection fails with "This API has reached end-of-life" error in RSA Identity Governance & Li… 80Number of Views Articulate Reach 360 - SCIM Client Configuration - RSA Ready Implementation Guide 13Number of Views Articulate Reach 360 - SAML My Page SSO Configuration - RSA Ready Implementation Guide 26Number of Views
Trending Articles
RSA Authentication Manager 8.9 Setup and Configuration Guide How to 'Trust' the RSA Authentication Manager Security Console Self-Signed Root CA certificate and prevent Cert warnings. RSA Authentication Manager 8.9 Release Notes (January 2026) Configure RSA Authentication Manager as a Secure Proxy Server for Cloud Access Service RSA Authentication Manager Upgrade Process