-
-
Notifications
You must be signed in to change notification settings - Fork 221
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
No Java runtime present, requesting install. Error: Another Selenium process is already running #140
Comments
did you find a solution? |
I got this working by installing the Java Development Kit |
I had a similar experience: My ableton live was giving me the same message and I installed a OLD Java development Kit. That worked for ableton live and its "Max for Live" system. Coming from this I found a helper to manage different java versions. https://github.com/gcuisinier/jenv If you are using your computer for more than one job, there might be a conflict anyways. However with the new Java version, I got a new error but a very good clue. ;) Ill be back with more news ;) |
@starryeyez024 Do you have java installed? What does |
I think the source of my problems was that I needed to install a JDK. I didn't realize a JRE and JDK were two distinct things. I was getting this:
Then I Installed: Java SE 8ux
|
Great, fixed? |
It would be really great if this was reopened and the fix was somehow giving an error message that describes that a JDK cannot be found; many developers at my company have been bit by this and wasted time searching for a rogue running selenium process that does not exist. |
I am open to PR on this subject :) |
@vvo, In my Polymer project, in the file:
polymer/node_modules/web-component-tester/node_modules/wct-local/package.json
, it specifies using selenium-standalone 4.6.1 or greater and I still have this issue.package.json:
error message:
I also get a popup saying "To view this web content, you need to install the Java Runtime Environment" - which I have done. When I visit the Java install page it says "You have the recommended Java installed (Version 8 Update 60). "
originally posted here
The text was updated successfully, but these errors were encountered: