-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remote node not registering with hub #409
Comments
Facing the same issue relating to Remote node unable to register to HUB. I am using the latest version of the Selenium Grid extras (12th July,2018) Following is my hub config Following is my node config |
@mayukhg just to verify... So you have a machine (VM or physical or what so ever) that functions as a HUB and as a NODE? |
I am trying to run on my local laptop.
I am able to launch the grid extras ui as well as the hub but when i try to
register node to the hub then the error is thrown
On Mon, 16 Jul 2018 at 10:55, Richard Kieft ***@***.***> wrote:
@mayukhg <https://github.com/mayukhg> just to verify... So you have a
machine (VM or physical or what so ever) that functions as a HUB and as a
NODE?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#409 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFv_tTxRSXdCRMBkKc3i3XUXca9J-mCaks5uHCO4gaJpZM4UyCP8>
.
--
Regards
Mayukh Ghosh
Cell:9860345364
|
Is there any update on this or any workaround? I'm facing the same problem but I have the hub in a different host than the node |
@leogcba My fix was unfortunately to just stop using Extras and just set up using the base Selenium Grid |
What a pity! I think this project has a lot of potentials. I'll keep trying to make it work. I'll share my update or workaround, if I find any |
Hello guys! I've been performing a lot of tests regarding this bug and there seems to be something wrong with the WebDriver version. According this PR#420 there are some pending changes to make Selenium Grid Extras work with version 3.14. Also, I've been performing some tests using the version 3.12 and I still getting the same error. But If I use the WebDriver 3.13, the node is registred as expected. This is my selenium_grid_extras_config.json: Let me know if you have the same results. Hope this helps. Regards |
Oh excellent work @leogcba ! I hope the PR gets merged in soon, rolling my own infrastructure is a real pain, would much prefer to use Extras. I'm also not sure I'd be able to roll back to 3.13 so easily, but I'll take a look if it at least gets it working in the mean time! |
The 'close and comment' button is extremely unintuitive, apologies for the opening/closing! |
It's ok. Let me now if you can get the same behavior w/ 3.13 in the grid ;) |
im still facing the issue with 3.141.59 version ? |
I'm having trouble with my extras node registering with the hub. I'd hoped not to have to post here but I can't get past the problem.
The config files are:
Hub Config
Node Config
I'm using the latest version of SeleniumGridExtras (2.0.4, 15th April) for both the hub and node.
The hub is on a Windows Server (not sure version, whatever the latest is) VM and the node is a Windows 7 VM. I'm using the latest JRE (10.0.1, x64)
I've tried:
Interestingly I can start the hub and then use the selenium-server-standalone.jar (the raw selenium grid server), point it at the hub and it registers correctly and will run tests I point at the hub. My only issue with this is that I don't get the benefits of using Grid Extras this way.
Any input appreciated!
The text was updated successfully, but these errors were encountered: