webDriver timeout waiting for driver...
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了webDriver timeout waiting for driver...相关的知识,希望对你有一定的参考价值。
最近使用phantomjs时,遇到如下问题
java.lang.ExceptionInInitializerError
at be.axians.actemium.milter.helper.BrowserTestParent.openBrowser(BrowserTestParent.java:32)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
...
at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:55)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.openqa.selenium.WebDriverException: Timed out waiting for driver server to start.
Build info: version: ‘3.4.0‘, revision: ‘unknown‘, time: ‘unknown‘
System info: host: ‘runner-5408090a-project-349-concurrent-0dtvl2‘, ip: ‘10.131.1.51‘, os.name: ‘Linux‘, os.arch: ‘amd64‘, os.version: ‘3.10.0-514.26.1.el7.x86_64‘, java.version: ‘1.8.0_131‘
Driver info: driver.version: PhantomJSDriver
at org.openqa.selenium.remote.service.DriverService.waitUntilAvailable(DriverService.java:193)
at org.openqa.selenium.remote.service.DriverService.start(DriverService.java:181)
at org.openqa.selenium.phantomjs.PhantomJSCommandExecutor.execute(PhantomJSCommandExecutor.java:78)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:637)
at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:250)
at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:236)
at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:137)
at org.openqa.selenium.phantomjs.PhantomJSDriver.<init>(PhantomJSDriver.java:116)
at be.axians.actemium.milter.helper.WebDriverManager.<clinit>(WebDriverManager.java:53)
... 52 more
Caused by: org.openqa.selenium.net.UrlChecker$TimeoutException: Timed out waiting for [http://localhost:7465/status] to be available after 20001 ms
at org.openqa.selenium.net.UrlChecker.waitUntilAvailable(UrlChecker.java:107)
at org.openqa.selenium.remote.service.DriverService.waitUntilAvailable(DriverService.java:190)
... 60 more
Caused by: com.google.common.util.concurrent.UncheckedTimeoutException: java.util.concurrent.TimeoutException
at com.google.common.util.concurrent.SimpleTimeLimiter.callWithTimeout(SimpleTimeLimiter.java:140)
at org.openqa.selenium.net.UrlChecker.waitUntilAvailable(UrlChecker.java:80)
... 61 more
Caused by: java.util.concurrent.TimeoutException
at java.util.concurrent.FutureTask.get(FutureTask.java:205)
at com.google.common.util.concurrent.SimpleTimeLimiter.callWithTimeout(SimpleTimeLimiter.java:128)
... 62 more
本部分代码在Windows下运行正常,mac下运行也是正常的.只有在docker container上出现问题.
经过搜索 解决方案如下
yum install -y libfontconfig1 fontconfig libfontconfig1-dev libfreetype6-dev
安装了phantomjs 的一个隐藏依赖.
以上是关于webDriver timeout waiting for driver...的主要内容,如果未能解决你的问题,请参考以下文章
MySQL中的配置参数interactive_timeout和wait_timeout设置
如何修改innodb_lock_wait_timeout这个参数