selenium icon indicating copy to clipboard operation
selenium copied to clipboard

[🐛 Bug]:

Open mideep1990 opened this issue 3 years ago • 2 comments

What happened?

The standalone Grid Console in not opening in default URL after running successfully. The API Status is working fine.

image

How can we reproduce the issue?

Run Standalone cmd and run a script. Then try to get the console in browser.

I had executed below commands.
C:\SeleniumGrid>java -jar selenium-server-4.4.0.jar standalone
22:24:23.448 INFO [LogManager$RootLogger.log] - Using the system default encoding
22:24:23.448 INFO [OpenTelemetryTracer.createTracer] - Using OpenTelemetry for tracing
22:24:24.459 INFO [NodeOptions.getSessionFactories] - Detected 8 available processors
22:24:24.481 INFO [NodeOptions.discoverDrivers] - Discovered 2 driver(s)
22:24:24.491 INFO [NodeOptions.report] - Adding Chrome for {"browserName": "chrome"} 8 times
22:24:24.491 INFO [NodeOptions.report] - Adding Edge for {"browserName": "MicrosoftEdge"} 8 times
22:24:24.634 INFO [Node.<init>] - Binding additional locator mechanisms: relative, name, id
22:24:24.649 INFO [GridModel.setAvailability] - Switching Node ce6270be-2789-4d3e-8937-35d337f5d2d3 (uri: http://192.168.1.6:4444) from DOWN to UP
22:24:24.649 INFO [LocalDistributor.add] - Added node ce6270be-2789-4d3e-8937-35d337f5d2d3 at http://192.168.1.6:4444. Health check every 120s
22:24:25.062 INFO [Standalone.execute] - Started Selenium Standalone 4.4.0 (revision e5c75ed026a): http://192.168.1.6:4444
23:09:03.079 WARN [SeleniumSpanExporter$1.lambda$export$3] - {"traceId": "1cf376f28b30ae3f2ff938e836797b1a","eventTime": 1660325943078062900,"eventName": "HTTP request execution complete","attributes": {"http.flavor": 1,"http.handler_class": "org.openqa.selenium.grid.sessionqueue.local.LocalNewSessionQueue","http.host": "192.168.1.6:4444","http.method": "POST","http.request_content_length": "667","http.scheme": "HTTP","http.status_code": 500,"http.target": "\u002fsession","http.user_agent": "selenium\u002f4.3.0 (java windows)"}}

Then when i opened http://localhost:4444/status it worked fine. but when i wanted to see the console with url : http://localhost:4444/ui it gave me error : Unable to find resource, invalid path in url.

Relevant log output

NA

Operating System

Windows11

Selenium version

Java 11

What are the browser(s) and version(s) where you see this issue?

Chrome,Edge

What are the browser driver(s) and version(s) where you see this issue?

Chrome Driver104

Are you using Selenium Grid?

4.4.0

mideep1990 avatar Aug 12 '22 18:08 mideep1990

@mideep1990, 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.

Thank you!

github-actions[bot] avatar Aug 12 '22 18:08 github-actions[bot]

What happens if you only try http://localhost:4444?

diemol avatar Aug 12 '22 18:08 diemol

hi, it happened to me also, but I'm running in hub and node and not standalone.

inbalvasserman avatar Sep 29 '22 14:09 inbalvasserman

I am not able to reproduce this, if more details are provided, we can reopen.

diemol avatar Oct 17 '22 16:10 diemol

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

github-actions[bot] avatar Nov 17 '22 00:11 github-actions[bot]