-
Notifications
You must be signed in to change notification settings - Fork 51
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
Selenium doesn't always start/stop/restart on Debian #2
Comments
Steps to reproduce:
At this point, |
I'm seeing the same issue. |
Confirming this is still occurring |
The root of the problem is that the created PID is not a PID of the The reason is that service starting command does not start In the snippet output from
Calling
|
[#2] Fixed selenium daemon not stopping.
If running on Debian 8, there's now a unit file to control restart behavior... this issue might be solved by updating to the latest version of this role. I don't have time to test right now, but the issue should be solved on Debian 8, CentOS 7, and Ubuntu 16.04 the same. See: #23 |
I have the same issue in my Debian 8 standalone server. Is it working way to start Selenium using |
I have this error:
|
I had to kill Selenium and start/stop it manually (using
java -jar /path/to/selenium
) today because the init script seemed to get out of whack on Debian. Runningservice selenium start
reported success, but selenium didn't start (status
reported it was stopped). Andstop
reported it was stopped as well.I will try to dig into this more in a bit, as I'm currently debugging some Behat tests and can't dig into the selenium problem yet.
The text was updated successfully, but these errors were encountered: