You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! We have a client setup where HUB and NODE are running in the same machine. For few users this set up is working fine, but for few others the NODE keeps sending the "sending registration event..." and the HUB do not registers.
We have taken these steps to identify the issue:
Checking if the following ports are opened or not for Ports: 4442, 4443, 4444, 5555
using this command netstat -ano | find "PORT"
For PORT 4442 we found that we get the status as SYN_SENT, so this made us check for all the above PORTS to be opened in these IP ranges for the clients.
The client connects to their office n/w and then they start the HUB and NODE.
They have their firewall setup using Gamma and not Windows default firewall.
On checking with the infra team they have informed us that the ports are opened for all IPs generated for the clients.
Note: we have tested the same HUB and NODE config with different PORTs range from 7777, 7778, 7779 (HUB related) and 8888 for NODE - this also did not work (which is understandable)
We have asked the infra team to re-check the IP ranges in which the above PORTS are opened and waiting for their response.
Could anyone pls suggest if we are missing some other config related changes?
@adas05, thank you for creating this issue. We will troubleshoot it as soon as we can.
Info for maintainers
Triage this issue by using labels.
If information is missing, add a helpful comment and then I-issue-template label.
If the issue is a question, add the I-question label.
If the issue is valid but there is no time to troubleshoot it, consider adding the help wanted label.
If the issue requires changes or fixes from an external project (e.g., ChromeDriver, GeckoDriver, MSEdgeDriver, W3C),
add the applicable G-* label, and it will provide the correct link and auto-close the
issue.
After troubleshooting the issue, please add the R-awaiting answer label.
Are the affected machines running with VPN connections? It may be insufficient to specify localhost; you may need to use a strategy like this to identify the proper internal address:
What happened?
Hi! We have a client setup where HUB and NODE are running in the same machine. For few users this set up is working fine, but for few others the NODE keeps sending the "sending registration event..." and the HUB do not registers.
We have taken these steps to identify the issue:
using this command netstat -ano | find "PORT"
For PORT 4442 we found that we get the status as SYN_SENT, so this made us check for all the above PORTS to be opened in these IP ranges for the clients.
Note: we have tested the same HUB and NODE config with different PORTs range from 7777, 7778, 7779 (HUB related) and 8888 for NODE - this also did not work (which is understandable)
We have asked the infra team to re-check the IP ranges in which the above PORTS are opened and waiting for their response.
Could anyone pls suggest if we are missing some other config related changes?
Thanks
Anirban
How can we reproduce the issue?
Relevant log output
Operating System
Windows 10
Selenium version
Java
What are the browser(s) and version(s) where you see this issue?
Chrome 127
What are the browser driver(s) and version(s) where you see this issue?
ChromeDriver 127.0.6533.88
Are you using Selenium Grid?
Selenium 4.9.0
The text was updated successfully, but these errors were encountered: