Solution
This error can occur when your log in session to the SystemLink server goes stale (e.g. because it has been left inactive for some time), due to TCP/IP port exhaustion under heavy load, or server resource limitations. To rectify this issue, try the following approaches:
Restart Services to Clear Stale Sessions
- Close all browser tabs connected to SystemLink.
- Open the NI SystemLink Server Configuration application.
- Restart all SystemLink services.
- Once the services have restarted, reopen the tabs and try executing the Jupyter Notebook again.

Check for TCP/IP Port Exhaustion
- Run the following command on the server:
netstat -anob
- Look for a high number of
TIME_WAIT
entries associated with a single PID (often an Erlang process). - If port exhaustion is suspected:
Ensure Server Meets Minimum System Requirements
If your server is supporting a growing number of users or test nodes, ensure it still meets or exceeds the recommended specifications highlighted in the resource SystemLink Server Requirements. Servers with lower specs may experience performance degradation or intermittent authentication issues under load.