To rectify this error and successfully establish a connection to the host, follow the steps outlined below:
1. Check the service status:
If BDS is in a stopped state, initiate the service using the following steps:
- Navigate to the location: /home/vembuintegrationservice/Vembu/VembuIntegrationService.
- For older versions - Execute the command: `sh startVembuIntegrationService.sh`
- For latest version - sudo systemctl start BDRShield_Delegation_Service
2. Verify Port status:
For port 42005:
- Open the Terminal and run the command: `netstat -anp | grep 42005`
- Ensure that port 42005 is in use.
For port 5000:
- Open the Terminal and run the command: `netstat -anp | grep 5000`
- Ensure that port 5000 is in use.
Note: If the issue persists after restarting BDS, check for potential network connectivity or firewall issues on the host. Use the command `sudo firewall-cmd --add-port=5000/tcp` to add port 5000. Additionally, confirm that BDS is functioning correctly and there are no environmental factors affecting the connection.