Protractor: webdriver-manager start command throws error - 'Unable to access jarfile C:\Users\...\AppData\Roaming\npm\node_modules\protractor\node_modules\webdriver-manager\selenium\selenium-server-standalone-3.1.0.jar', Selenium Standalone has exited with code 1

Created on 17 Feb 2017  路  9Comments  路  Source: angular/protractor

webdriver not starting

upon executing webdriver-manager update, it shows selenium standalone and other files already exists but when I execute webdriver-manager start it throws error saying selenium standalone not found
(refer to attached image)

Most helpful comment

just try : webdriver-manager update
then try : webdriver-manager start
will work

All 9 comments

I don't know where you got 3.1.0 version, since latest selenium-standalone-server version is 3.0.1
Try to delete this jar file, and re-download again with webdriver-manager update

Hi there!

Your question is better suited for StackOverflow or Gitter. Please ask a question there with the 'protractor' tag or post in the Gitter Channel to get help.

From the the getting help section of the README:

Please ask usage and debugging questions on StackOverflow (use the "protractor" tag) or in the Angular discussion group. (Please do not ask support questions here on Github.)

Thanks!

@Xotabu4, Yes I finally ended up re-downloading the jar and drivers using webdriver-manager start.
but I don't know why that issue had occurred

same problem here. ends up with rename "selenium-server-standalone-3.0.1.jar" to "selenium-server-standalone-3.1.0.jar" and problem resolved.

I have the same issue, nothing helped (after 'webdriver-manager update' new version is 3.1.0 and rename doesn't work) Os: Sierra

exit code 1 means 'no java runtime'.
The next can fix it: (just create a symlink to existed source)

sudo rm /usr/bin/java
sudo ln -s /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java /usr/bin

And everything works!

just try : webdriver-manager update
then try : webdriver-manager start
will work

@banucres Yeah, "webdriver-manager update" command will download the missed selenium-server-standalone jar file

@banucres thaw was it. Great, after update everything works as I expected. Thank you.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

davidkarlsen picture davidkarlsen  路  3Comments

rafalf picture rafalf  路  3Comments

tmeneau picture tmeneau  路  3Comments

vishalshivnath picture vishalshivnath  路  3Comments

gamecheck80 picture gamecheck80  路  3Comments