-
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
Unable to register a node on the latest version #404
Comments
Same issue found on windows 7 node as well |
It is because it is used \tmp \webdriver\3.12.0.jar
|
@Andro72 |
I am having the same issue. I had to edit my config to not auto update the webdriver and set it to 3.11.0 and I could get the node up and running after restarting the Hub. |
I face the same issue since moving on driver 3.12.0. |
I changed the following to get it working (was 3.12.0):
|
Yes. I too hit this issue. I am using 3.14.0 webdriver. |
it looks like its because of SeleniumHQ/selenium#6275 |
It looks like there are other bugs too to use latest selenium. I modified the code to remove the custom section. I still see extra proxy having issues. Just by removing custom grid extra will not work😥 |
Hub : Linux
Node : Windows 8
Started the Hub and its running fine.
Started the Node as per the instructions provided.
See the following error message and the node does not get started.
C:\Users\Administrator\Downloads\selenium>java -Dwebdriver.ie.driver=\tmp\webdri ver\iedriver\iedriver_3.12.0_x64bit.exe -Dwebdriver.edge.driver="C:\Program File s (x86)\Microsoft Web Driver\MicrosoftWebDriver.exe" -Dwebdriver.chrome.driver=\ tmp\webdriver\chromedriver\chromedriver_2.38_32bit.exe -Dwebdriver.gecko.driver= \tmp\webdriver\geckodriver\geckodriver_0.20.1.exe -cp C:\Users\Administrator\Dow nloads\selenium\SeleniumGridExtras-2.0.4-SNAPSHOT-jar-with-dependencies.jar;\tmp \webdriver\3.12.0.jar org.openqa.grid.selenium.GridLauncherV3 -role node -nodeCo nfig node_5555.json -log log\node_5555.log Exception in thread "main" org.openqa.grid.common.exception.GridConfigurationExc eption: Error with the JSON of the config : Expected value to be a string type: NUMBER Build info: version: '3.12.0', revision: '7c6e0b3', time: '2018-05-08T15:15:08.9 36Z' System info: host: 'WIN-AHNG9735N3J', ip: '10.79.200.41', os.name: 'Windows Serv er 2012', os.arch: 'x86', os.version: '6.2', java.version: '1.8.0_171' Driver info: driver.version: unknown at org.openqa.grid.internal.utils.configuration.GridNodeConfiguration.lo adFromJSON(GridNodeConfiguration.java:407) at org.openqa.grid.internal.utils.configuration.GridNodeConfiguration.lo adFromJSON(GridNodeConfiguration.java:387) at org.openqa.grid.internal.cli.GridNodeCliOptions.toConfiguration(GridN odeCliOptions.java:205) at org.openqa.grid.internal.cli.GridNodeCliOptions.toConfiguration(GridN odeCliOptions.java:34) at org.openqa.grid.selenium.GridLauncherV3.launch(GridLauncherV3.java:11 5) at org.openqa.grid.selenium.GridLauncherV3.main(GridLauncherV3.java:82) Caused by: org.openqa.grid.common.exception.GridConfigurationException: Expected value to be a string type: NUMBER Build info: version: '3.12.0', revision: '7c6e0b3', time: '2018-05-08T15:15:08.9 36Z' System info: host: 'WIN-AHNG9735N3J', ip: '10.79.200.41', os.name: 'Windows Serv er 2012', os.arch: 'x86', os.version: '6.2', java.version: '1.8.0_171' Driver info: driver.version: unknown at org.openqa.grid.internal.utils.configuration.StandaloneConfiguration. loadFromJson(StandaloneConfiguration.java:179) at org.openqa.grid.internal.utils.configuration.GridNodeConfiguration.lo adFromJSON(GridNodeConfiguration.java:392) ... 5 more Caused by: org.openqa.selenium.json.JsonException: Expected value to be a string type: NUMBER Build info: version: '3.12.0', revision: '7c6e0b3', time: '2018-05-08T15:15:08.9 36Z' System info: host: 'WIN-AHNG9735N3J', ip: '10.79.200.41', os.name: 'Windows Serv er 2012', os.arch: 'x86', os.version: '6.2', java.version: '1.8.0_171' Driver info: driver.version: unknown at org.openqa.selenium.json.StringCoercer.lambda$apply$0(StringCoercer.j ava:41) at org.openqa.selenium.json.JsonTypeCoercer.lambda$null$6(JsonTypeCoerce r.java:142) at org.openqa.selenium.json.JsonTypeCoercer.coerce(JsonTypeCoercer.java: 122) at org.openqa.selenium.json.MapCoercer.lambda$null$0(MapCoercer.java:68)
The text was updated successfully, but these errors were encountered: