I’m transitioning a small Grid setup with a hub and two nodes to a new hub. The problem I have is that the node is stuck at “Sending registration event”.
I have the logging set at FINEST but I do not see any errors in the logs.
The node config seems fine, I’m able to get my node to register to a different (older) hub server.
I have tested that TCP connections work from the node to hub at ports 4442 and 4443 and also from the hub to node at port 5555.
I’ve traced the network connections and see working node connections to the hub at ports 4442 and 4443 and a working hub connection to node at port 5555.
The communication looks the same as the working setup on the old hub.
hub: java -jar /opt/selenium4/selenium-server-4.16.1.jar hub --log-level FINEST --log-timestamp-format yyyy-MM-dd HH:mm:ss.SSS
node: java -jar selenium-server-4.16.1.jar node --host 10.103.66.160 --hub http://10.103.163.24 --log-level FINEST
What else can I check for?