-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Server terminated early with status 0 #5701
Comments
Please enable debug log in selenium server ( |
@barancev need little help. how i can do this with protractor? |
I got error in manual mode (not sure if the same)
|
Can you start selenium server independently of protractor? |
When i start selenium server as hub on some machine issue (and point tests to it) then - issue does not reproduce. Reproducing only when protractor starting selenium server with each test start. Reproducing 1 to 100. But it is annoying to see that one-two tests skipped due to this error. |
I think you have to report this issue to protractor. They can at least add more logging -- what options were used to run selenium server and where to look for detailed selenium server log. We can accept a report if you are able to reproduce the issue with "vanilla" server. |
Meta -
OS:
Windows 10
Selenium Version:
selenium standalone versions available: 3.11.0 [last]
chromedriver versions available: 2.35, 2.37 [last]
Browser:
Chrome
Browser Version:
Version 65.0.3325.181
Expected Behavior -
[15:57:54][Step 5/6] [chrome #1-16] [15:57:18] I/local - Starting selenium standalone server...
[15:57:54][Step 5/6] [chrome #1-16] [15:57:21] I/local - Selenium standalone server started at http://169.254.182.34:10936/wd/hub
Actual Behavior -
[15:58:01][Step 5/6] [chrome #1-26] [15:57:59] I/local - Starting selenium standalone server...
[15:58:01][Step 5/6] [chrome #1-26] [15:58:01] I/runnerCli - Server terminated early with status 0
[15:58:01][Step 5/6] [15:58:01] E/launcher - Runner process exited unexpectedly with error code: 1
Steps to reproduce -
When i execute jasmine tests in parallel - sometimes is see that server failed to start.
Thanks for any help/workaround. Is any way exists try to restart failed server?
The text was updated successfully, but these errors were encountered: