When try to connect the Remote VSE with the Registry HOST, getting a Connection Timeout error or "No response from remote server RegistryClient".
VSE logs show:
ERROR com.itko.lisa.coordinator.VirtualServiceEnvironmentImpl - Cannot register with the DevTest Registry [Timed out trying to connect to test registry tcp://REGISTRY-HOST:2010/Registry]
java.rmi.RemoteException: Timed out trying to connect to test registry tcp://REGISTRY-HOST:2010/Registry
2025-03-20T20:00:15,859Z (17:00) [main] ERROR System.err - Cannot register with the DevTest Registry [Timed out trying to connect to test registry tcp://REGISTRY-HOST:2010/Registry]
2025-03-20T20:00:15,859Z (17:00) [main] ERROR System.err - java.rmi.RemoteException: Timed out trying to connect to test registry tcp://REGISTRY-HOST:2010/Registry
2025-03-20T20:00:15,859Z (17:00) [main] ERROR System.err - at com.itko.lisa.test.Environment.bootUpTestRegistry(Environment.java:2752)
com.itko.lisa.coordinator.VirtualServiceEnvironmentImpl.setTestRegistry(VirtualServiceEnvironmentImpl.java:838)
2025-03-20T20:00:15,859Z (17:00) [main] ERROR System.err - at com.itko.lisa.coordinator.VirtualServiceEnvironmentImpl.main(VirtualServiceEnvironmentImpl.java:239)
2025-03-20T20:00:15,859Z (17:00) [main] ERROR System.err - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2025-03-20T20:00:15,859Z (17:00) [main] ERROR System.err - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2025-03-20T20:00:15,859Z (17:00) [main] ERROR System.err - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2025-03-20T20:00:15,859Z (17:00) [main] ERROR System.err - at java.lang.reflect.Method.invoke(Method.java:498)
All supported DevTest versions
VSE server is not able to resolve the Registry host.
Open a Powershell (Admin) or Command Prompt (Admin) on Registry Server
Run the following diagnostics
>> Test-NetConnection -ComputerName <VSE-HOSTNAME> -Port 2013 -InformationLevel Detailed
If the connection fails, run the following :
>>Test-NetConnection -ComputerName <VSE-HOSTNAME> -TraceRoute
Do the same on VSE Server:
Test-NetConnection -ComputerName <REGISTRY-HOSTNAME> -Port 2010 -InformationLevel Detailed
VSE server should also be able to communicate with the Registry Database.
This test will show the network route between the two servers. If there's no route, or an incomplete route, your Network team would need to investigate the issue. The last hop in an incomplete route could indicate the network segment where the blocked communication is occurring.
DevTest relies on good network communication between components. Both Servers should be able to talk to each other over respective Ports.
DevTest Environmental Restrictions and Communication :
https://knowledge.broadcom.com/external/article/9872/devtest-environmental-restrictions-and-c.html