Skip to content

Use of "-1" as port if not specified in the -hub URL #426

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

Closed
toote opened this issue Apr 7, 2015 · 2 comments
Closed

Use of "-1" as port if not specified in the -hub URL #426

toote opened this issue Apr 7, 2015 · 2 comments
Labels
B-grid Everything grid and server related Z-papercut Archived

Comments

@toote
Copy link

toote commented Apr 7, 2015

If you setup a selenium to connect to a hub using the option -hub http://example.com/grid/register the following appears in the error log output:

17:41:01.837 INFO - Registering the node to hub :http://example.com:-1/grid/register
@andreastt andreastt added B-grid Everything grid and server related Z-papercut Archived labels Apr 7, 2015
@AJ-72
Copy link
Contributor

AJ-72 commented May 20, 2015

@toote While setting up, you should also provide the port number on which hub is running.

From the wiki page - https://code.google.com/p/selenium/wiki/Grid2: the command to start node is :
java -jar selenium-server-standalone-2.14.0.jar -role node -hub http://localhost:4444/grid/register

@toote
Copy link
Author

toote commented May 21, 2015

@AJ-72 thanks for the response. I knew about that, the report is to make it use a default port or give an error instead of using that obviously invalid port

@lock lock bot locked and limited conversation to collaborators Aug 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
B-grid Everything grid and server related Z-papercut Archived
Projects
None yet
Development

No branches or pull requests

3 participants