Products | Versions |
---|---|
TIBCO Rendezvous | - |
Not Applicable | - |
Resolution:
Description:
============
RVD throws the error: binding connection listen socket to TCP port 26200 failed: 99 (Cannot assign requested address).
Environment:
===========
Suse Linux
Symptoms:
========
When RVD is started with only binding port for the listen parameter (or listen parameter is absent), the following error is seen:
rvd: binding connection listen socket to TCP port 26200 failed: 99 (Cannot assign requested address).
Cause:
=====
The loopback interface (e.g., lo) is deactivated. That is, when you issue the command ifconfig, the loopback interface (for 127.0.0.1) is not displayed
Resolution:
==========
Activate the loopback interface using the following command:
ifconfig <loopback interface name> up