D
D
dizzy72015-10-27 18:04:25
ubuntu
dizzy7, 2015-10-27 18:04:25

selenium-standalone server hangs on startup, where to dig?

Selenium-standalnoe (latest from site 2.48.2) does not start, OS - ubuntu server 14.04 with the latest updates, jdk: openjdk7 from the distribution, and oracle jdk8, the symptoms are the same:

[email protected]:~$ java -jar selenium-server-standalone-2.48.2.jar
18:01:43.539 INFO - Launching a standalone Selenium Server
18:01:43.577 INFO - Java: Oracle Corporation 24.79-b02
18:01:43.577 INFO - OS: Linux 3.16.0-45-generic amd64
18:01:43.599 INFO - v2.48.0, with Core v2.48.0. Built from revision 41bccdd
18:01:43.676 INFO - Driver provider org.openqa.selenium.ie.InternetExplorerDriver registration is skipped:
registration capabilities Capabilities [{platform=WINDOWS, ensureCleanSession=true, browserName=internet explorer, version=}] does not match the current platform LINUX
18:01:43.677 INFO - Driver provider org.openqa.selenium.edge.EdgeDriver registration is skipped:
registration capabilities Capabilities [{platform=WINDOWS, browserName=MicrosoftEdge, version=}] does not match the current platform LINUX
18:01:43.678 INFO - Driver class not found: com.opera.core.systems.OperaDriver
18:01:43.678 INFO - Driver provider com.opera.core.systems.OperaDriver is not registered

And it hangs on it. It is not clear why and what to do?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
4
4y4z, 2015-10-27
@4y4z

Why did you decide that it hangs?
You have launched the server, now you need to install, for example, Firefox and check from the code whether your bundle is working.
Try following this manual:
pietervogelaar.nl/ubuntu-14-04-install-selenium-as-service-headless

D
dizzy7, 2015-10-28
@dizzy7

The problem is strange, it was not possible to solve it, I got out of the situation by running selenium in the docker -selenium container

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question