question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to start new selenium-server-standalone-3.3.0.jar

See original GitHub issue

Bug report

Hi again,

Just ran webdriver-manager update this morning and got a new version of Selenium Standalone server jar - v3.3.0.

I specify the Jar in my conf file to start/stop with my tests and it works perfectly with v3.2.0 if I downgrade:

seleniumServerJar: './node_modules/protractor/node_modules/webdriver-manager/selenium/selenium-server-standalone-3.3.0.jar'

It times out when attempting to start and even if I increase the timeout it just doesn’t happen. However, it does work if I start v3.3.0 via webdriver-manager start command and specify the address in my conf file.

Here’s what goes in the console:

[09:26:36] I/launcher - Running 1 instances of WebDriver
[09:26:36] I/local - Starting selenium standalone server...
[09:27:06] E/launcher - Error: Error: Timed out waiting for the WebDriver server at http://128.87.191.173:4444/wd/hub
    at onError (c:\Projects\Unity\ProtractorTests\node_modules\selenium-webdriver\http\util.js:102:16)
    at process._tickCallback (internal/process/next_tick.js:103:7)
[09:27:06] E/launcher - Process exited with error code 100
  • Node Version: 7.5.0
  • Protractor Version: 5.1.1
  • Angular Version: 2.4.6
  • Operating System and Version Windows 7 (64 bit)

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:3
  • Comments:11 (1 by maintainers)

github_iconTop GitHub Comments

7reactions
nickcmaynardcommented, Mar 8, 2017

@fonzarely I’ve been using webdriver-manager update --versions.standalone=3.2.0.

1reaction
fonzarelycommented, Mar 9, 2017

Thanks @nickcmaynard !

Read more comments on GitHub >

github_iconTop Results From Across the Web

Selenium Grid cannot able create a new session error is ...
Set the path of geckodriver and use the latest version of firefox(or one ... Now I used firefox ver 52.0.2 and standalone server...
Read more >
1. Installation — Selenium Python Bindings 2 documentation
The file name should be something like this: selenium-server-standalone-2.x.x.jar . You can always download the latest 2.x version of Selenium server. If Java ......
Read more >
How to set up a Selenium Grid for Remote WebDriver Execution
A simple guide on how to set up Selenium Grid and execute a WebDriver test remotely against the Selenium Grid. Step by Step...
Read more >
RemoteWebDriver with Firefox not working while Chrome ...
I am using the Selenium Standalone Server in version 3.2.0 ... SessionNotCreatedException: Unable to create new remote session. desired capabilities ...
Read more >
Getting Maven "Could not transfer artifact from/to releases-ee ...
[ERROR] Failed to execute goal on project PROJECT_NAME: Could not resolve dependencies for project com.mycompany:project_name:mule:1.0.0: Failed to collect ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found