Skip to content

v3.12.0: visit grid console will see"DefaultRemoteProxy unknown version,Failed to connect to ****"  #5948

@oceanchow

Description

@oceanchow

Meta -

OS: Win7

Selenium Version: V3.12.0

Browser:

Browser Version:

Expected Behavior - monitor the Grid via ip(hub): 4444/grid/console, will see the node status list quickly, actually, from V3.9.1 to V3.11.0 really work.

Actual Behavior - show the node status list very slowly and in the top of each node unit will show a message "DefaultRemoteProxy unknown version,Failed to connect to node**/...:5555

Steps to reproduce -

1 start hub by run bat
TITLE SELENIUM_HUB
set SERVER_PORT=4444
set JAR_NAME=selenium-server-standalone-3.12.0.jar
java -jar %JAR_NAME% -port %SERVER_PORT% -role hub -timeout 600 -browserTimeout 3600
2 start one node by run bat(even though change the NODE_HOSTNAME from host name to host ip, still saw the same problem)
TITLE SELENIUM_NODE

set HUB_NAME= ...
set NODE_HOSTNAME=***
set HUB_PORT=4444
set NODE_PORT=5555
set DRIVER_PATH_IE=C:\SeleniumGrid\IEDriverServer.exe
set NODE_CHROME_EXE_PATH=C:/Program Files (x86)/Google/Chrome/Application/chrome.exe
set DRIVER_PATH_CHROME=C:\SeleniumGrid\chromedriver.exe
set DRIVER_PATH_FIREFOX=C:\SeleniumGrid\geckodriver.exe
set JAR_NAME=selenium-server-standalone-3.12.0.jar
set MAX_INSTANCES=3
set MAX_SESSION=3

java -Dwebdriver.chrome.driver=%DRIVER_PATH_CHROME% -Dwebdriver.ie.driver=%DRIVER_PATH_IE% -Dwebdriver.gecko.driver=%DRIVER_PATH_FIREFOX% -jar %JAR_NAME% -maxSession %MAX_SESSION% -role node -browser "browserName=internet explorer,maxInstances=%MAX_INSTANCES%,platform=WINDOWS" -browser "browserName=chrome,maxInstances=%MAX_INSTANCES%,chrome_binary=%NODE_CHROME_EXE_PATH%,platform=WINDOWS" -browser "browserName=firefox,maxInstances=%MAX_INSTANCES%,platform=WINDOWS" -port %NODE_PORT% -host %NODE_HOSTNAME% -hub http://%HUB_NAME%:%HUB_PORT%/grid/register

Metadata

Metadata

Assignees

No one assigned

    Labels

    B-gridEverything grid and server related

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions