Selenium-hub:
java -jar selenium-server-standalone-3.9.0.jar -role hub
(in my local machine)
Selenium-node:
java -jar selenium-server-standalone-3.9.0.jar -role node -hub http:/10.136.32.140:4444/grid/register
(in virtual machine : windows server 2012 R2)
Successfully setup done for hub (in my local machine) and I am trying to set up node in virtual machine (windows server 2012 R2) and I get below message. It doesn't work even with different ports but it works if I change windows server to hub and local machine to node. I don't know where is the mistake, I am unable to setup node in VM Kindly help !
15:17:29.452 INFO - Selenium Server is up and running on port 5555
15:17:29.452 INFO - Selenium Grid node is up and ready to register to the hub
15:17:29.468 INFO - Starting auto registration thread. Will try to register every 5000 ms.
15:17:29.468 INFO - Registering the node to the hub: http://10.136.32.140:4444/grid/register
15:17:50.530 INFO - Couldn't register this node: Error sending the registration request: Connect to 10.136.32.140:4444 [/10.136.32.140] failed: Connection timed out: connect
15:18:16.561 INFO - Couldn't register this node: The hub is down or not responding: Connect to 10.136.32.140:4444 [/10.136.32.140] failed: Connection timed out: connect
15:18:42.561 INFO - Couldn't register this node: The hub is down or not responding: Connect to 10.136.32.140:4444 [/10.136.32.140] failed: Connection timed out: connect