Open GoogleCodeExporter opened 9 years ago
Thank you for trying chromedriver2 and your report.
But I can't reproduce the problem.
Did chrome start?
From the log, "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" was
in use. Is that expected?
Original comment by st...@chromium.org
on 23 Apr 2013 at 6:45
Yes Chrome started. Sorry I did not mention it previously.
As soon as Chrome loaded, the crash occurred. I have even tried to re-install
Chrome just in case but still the crash occurred.
Original comment by ymi...@gmail.com
on 25 Apr 2013 at 2:24
Even i am getting the same error. i am using Selenium-java-2.31.0 jar with
Chrome Version 26.0.1410.64 beta-m.
code i am using;
System.setProperty("webdriver.chrome.driver",
"C://Users//AppData//Local//Google//Chrome//Application//chromedriver.exe");
WebDriver driver = new ChromeDriver();
driver.get("http://www.gmail.com");
here is the log for problem tracing.
Started ChromeDriver
port=27182
version=0.8
log=D:\Workspace\Temp\chromedriver.log
Exception in thread "main" org.openqa.selenium.WebDriverException: chrome not
reachable
(Driver info: chromedriver=0.8,platform=Windows NT 6.1 SP1 x86) (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 22.76 seconds
Build info: version: '2.31.0', revision: '1bd294d', time: '2013-02-27 20:53:56'
System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1',
java.version: '1.6.0_21'
Driver info: org.openqa.selenium.chrome.ChromeDriver
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:187)
at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:216)
at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:111)
at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:115)
at org.openqa.selenium.chrome.ChromeDriver.<init>(ChromeDriver.java:150)
at org.openqa.selenium.chrome.ChromeDriver.<init>(ChromeDriver.java:129)
at test.main(test.java:47)
Original comment by sagiravi...@gmail.com
on 2 May 2013 at 12:50
How often does this occur? Is it consistent?
Original comment by st...@chromium.org
on 10 May 2013 at 10:38
From my part, it always happens
Original comment by ymi...@gmail.com
on 11 May 2013 at 6:53
Now, this is working absolutely fine for me. i just downloaded the
'chromedriver2_win32_0.8' driver (seems earlier i used different Chrome Driver
version) and set the system property. that's it.
Original comment by sagiravi...@gmail.com
on 13 May 2013 at 4:24
to ymizzi:
Would you mind running "C:\Program Files
(x86)\Google\Chrome\Application\chrome.exe --remote-debugging-port=9999
--user-data-dir=ANY_TEMP_DIRECTORY" manually?
And please help check the output of url "http://127.0.0.1:9999/json/version".
chromedriver2 requires chrome 26+ and build 1395+.
Original comment by st...@chromium.org
on 16 May 2013 at 1:44
I am also having this problem. For reference, this is what I get when I check
http://127.0.0.1:9999/json/version
Chrome/27.0.1453.110
For me this issue is almost always present, but occasionally I do succeed to
connect.
Original comment by cm...@envysion.com
on 12 Jun 2013 at 4:25
For me this was caused by having configured a proxy and not having selected
"bypass local addresses"
Original comment by cm...@envysion.com
on 12 Jun 2013 at 5:10
It seems that the new Google Installer does not add a chrome.exe into the
users' appdata folder now.
I have to manually create a shortcut to bypass this issue.
Original comment by majun...@gmail.com
on 12 Jun 2013 at 9:33
I am having the similiar error when i work with Windows 7 OS and Chrome
V26.0.1410.64
The Chrome driver starts and then crashes immediately and produces the
following error when i use the latest Chrome driver chromedriver_win32_2.0. the
error i am getting in the console is ,
[0.547][INFO]: received WebDriver request: GET /status
[0.547][INFO]: sending WebDriver response: 200 {
"sessionId": "",
"status": 0,
"value": {
"build": {
"version": "alpha"
},
"os": {
"arch": "x86",
"name": "Windows NT",
"version": "6.1 SP1"
}
}
}
[0.663][INFO]: received WebDriver request: POST /session {
"desiredCapabilities": {
"browserName": "chrome",
"chrome.switches": [ ],
"chromeOptions": {
"args": [ ],
"extensions": [ ]
},
"platform": "ANY",
"version": ""
}
}
[0.664][INFO]: Launching chrome: --ignore-certificate-errors
[0.668][INFO]: sending WebDriver response: 200 {
"sessionId": "",
"status": 13,
"value": {
"message": "unknown error: chrome failed to start\n (Driver info: chromedriver=2.0,platform=Windows NT 6.1 SP1 x86)"
}
}
And the failure trace is ,
org.openqa.selenium.WebDriverException: unknown error: chrome failed to start
(Driver info: chromedriver=2.0,platform=Windows NT 6.1 SP1 x86) (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 2.20 seconds
Build info: version: '2.33.0', revision: '4e90c97', time: '2013-05-22 15:32:38'
System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1',
java.version: '1.6.0_20'
Driver info: org.openqa.selenium.chrome.ChromeDriver
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:216)
at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:111)
at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:115)
at org.openqa.selenium.chrome.ChromeDriver.<init>(ChromeDriver.java:161)
at org.openqa.selenium.chrome.ChromeDriver.<init>(ChromeDriver.java:107)
at Automation.Deal.setUp(Deal.java:31)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:50)
at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197)
java.lang.NullPointerException
at Automation.Deal.tearDown(Deal.java:115)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:50)
at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197)
And when i use the oldest chrome driver chromedriver2_win32_0.8 i get the following console details,
Started ChromeDriver
port=29054
version=0.8
log=C:\Users\502216646\workspace\SparkAutomation\chromedriver.log
And the stack trace i am getting is,
org.openqa.selenium.WebDriverException: unknown error: chrome failed to start
(Driver info: chromedriver=0.8,platform=Windows NT 6.1 SP1 x86) (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 1.18 seconds
Build info: version: '2.33.0', revision: '4e90c97', time: '2013-05-22 15:32:38'
System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1',
java.version: '1.6.0_20'
Driver info: org.openqa.selenium.chrome.ChromeDriver
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:216)
at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:111)
at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:115)
at org.openqa.selenium.chrome.ChromeDriver.<init>(ChromeDriver.java:161)
at org.openqa.selenium.chrome.ChromeDriver.<init>(ChromeDriver.java:107)
at Automation.Deal.setUp(Deal.java:31)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:50)
at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197)
java.lang.NullPointerException
at Automation.Deal.tearDown(Deal.java:115)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:50)
at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197)
Have attached the chrome driver log for tis..
Original comment by karthick...@gmail.com
on 15 Jun 2013 at 5:57
Attachments:
Hi
I have the same problem.. any help is great... and thanks for you help..
System.. Windows XP SP3
Chrome.. Version Version 27.0.1453.110 m
[0.369][INFO]: received Webriver request: GET /status
[0.369][INFO]: sending Webriver response: 200 {
"sessionId": "",
"status": 0,
"value": {
"build": {
"version": "alpha"
},
"os": {
"arch": "x86",
"name": "Windows NT",
"version": "5.1 SP3"
}
}
}
[0.503][INFO]: received Webriver request: POST /session {
"desiredCapabilities": {
"browserName": "chrome",
"chrome.switches": [ ],
"chromeOptions": {
"args": [ ],
"extensions": [ ]
},
"platform": "ANY",
"version": ""
}
}
[0.504][INFO]: Launching chrome: --ignore-certificate-errors
[0.505][INFO]: sending Webriver response: 200 {
"sessionId": "",
"status": 13,
"value": {
"message": "unknown error: chrome failed to start\n (river info: chromedriver=2.0,platform=Windows NT 5.1 SP3 x86)"
}
}
Exception in thread "main" org.openqa.selenium.WebDriverException: unknown
error: chrome failed to start
(Driver info: chromedriver=2.0,platform=Windows NT 5.1 SP3 x86) (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 641 milliseconds
Build info: version: '2.33.0', revision: '4e90c97', time: '2013-05-22 15:33:32'
System info: os.name: 'Windows XP', os.arch: 'x86', os.version: '5.1',
java.version: '1.7.0_21'
Driver info: org.openqa.selenium.chrome.ChromeDriver
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:216)
at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:111)
at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:115)
at org.openqa.selenium.chrome.ChromeDriver.<init>(ChromeDriver.java:161)
at org.openqa.selenium.chrome.ChromeDriver.<init>(ChromeDriver.java:107)
at ejemplo1.EjemploGC.main(EjemploGC.java:15)
Original comment by leong...@gmail.com
on 18 Jun 2013 at 11:22
to #11 and #12:
Lastest chromedriver2.0 only supports chrome 27+.
From the log "Launching chrome: --ignore-certificate-errors", path to chrome
binary was set with an invalid value. Try setting the binary?
Original comment by st...@chromium.org
on 21 Jun 2013 at 2:14
I apologize for my very late reply... but I was busy on other project.
Today I tried to run everything and I had no problems whatsoever. Chrome is 27+.
Original comment by ymi...@gmail.com
on 8 Jul 2013 at 7:53
Check Internet proxy setting.Try disable all proxy.
Original comment by chenjunn...@gmail.com
on 16 Aug 2013 at 2:44
I'm facing the same issue here, i'm using Chrome 29.0.1547.57 m and
ChromeDriver 2.2 Win32x.
The ChromeDriver was working fine last week, since Friday the browser opens but
the url is not entered and I get a WebDriverException. I'm facing the same
issue with Safari and IE (it works fine on Firefox), but Chrome is more
important to me so I need to fix this asap.
org.openqa.selenium.WebDriverException: chrome not reachable
(Driver info: chromedriver=2.2,platform=Windows NT 6.1 SP1 x86) (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 21.49 seconds
Build info: version: '2.32.0', revision: '6c40c18', time: '2013-04-09 17:23:22'
System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1',
java.version: '1.7.0_25'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Extra detail: When Chrome is opened, the following text is displayed on the URL
section: data:text/html;charset=utf-8,
Original comment by Faku.i...@gmail.com
on 26 Aug 2013 at 12:18
Have the same issue with chromedriver 2.2
(Driver info: chromedriver=2.2,platform=Windows NT 6.1 SP1 x86_64) (100)
I wasn't able to reproduce it on local machine but large number of tests failed
when I ran it using TeamCity on remote server.
Original comment by artyom.t...@gmail.com
on 28 Aug 2013 at 7:44
Hey!
I tried to upgrade chromedriver to 2.3 and chrome to the latest version
(29.0.1547.62 m) and I can't run at all, it opens a blank chrome and than
immediately closes and crashes, with this error:
"org.openqa.selenium.WebDriverException(chrome not
reachable[14:56:02][com.wixpress.common:html-editor-e2e] (Driver info:
chromedriver=2.3,platform=Windows NT 6.1 SP1 x86_64) (WARNING: The server did
not provide any stacktrace information)"
The line that fails is:
webDriver = new ChromeDriver();
I happens when I run it locally on my pc, and also via selenium grid. Can you
please help?
Original comment by shir...@wix.com
on 2 Sep 2013 at 3:06
I am also facing the same issue here, i'm using Chrome 29.0.1547.57 m and
ChromeDriver 2.2 Win32x. org.openqa.selenium.WebDriverException: chrome not
reachable...can anyon help me to resolve this
Original comment by dilipec2...@gmail.com
on 4 Sep 2013 at 3:23
Yes I am having issues with the both chromdriver 2.2 and 2.3 for windows. It
only happens when run on my from jenkins on a win 2008 r2 server, not my local
machine.
here is the output "
Set driver from :C:\Build\Tools\.jenkins\jobs\UIC (W3C Browser
Service)\workspace\intermediate\webdriver\lib\selenium-drivers\windows7\chromedr
iver.exe
Load browser chrome :
org.openqa.selenium.WebDriverException: unknown error: Chrome failed to start:
crashed
(Driver info: chromedriver=2.3,platform=Windows NT 6.1 SP1 x86_64) (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 21.42 seconds
Build info: version: '2.30.0', revision: 'dc1ef9c', time: '2013-02-19 00:15:37'
System info: os.name: 'Windows Server 2008 R2', os.arch: 'x86', os.version:
'6.1', java.version: '1.7.0'
Driver info: org.openqa.selenium.chrome.ChromeDriver
"
Original comment by mcclured...@gmail.com
on 5 Sep 2013 at 5:06
Also possibly of note is that, on my local machine it did crash once, but since
that crash I have not been able to reproduce it. Also when I upgrade to
Selenium 2.35 the same problem persists. The chromedriver.log doesn't seem to
be generated either...
Original comment by mcclured...@gmail.com
on 5 Sep 2013 at 10:19
For those seeing
org.openqa.selenium.WebDriverException: chrome not reachable
see https://code.google.com/p/chromedriver/issues/detail?id=321#c9 and issue
506 .
Original comment by sits...@gmail.com
on 6 Sep 2013 at 6:30
Am facing the same problem, it used to work properly. But suddenly it started
crashing and am unable to work on chrome
Original comment by tarun.su...@gmail.com
on 13 Sep 2013 at 8:24
In Internet Properties->connections->LAN settings, have you set 'Bypass proxy
server for local addresses'?
This fixed it for me.
Original comment by david.co...@smoothwall.net
on 13 Sep 2013 at 8:55
"In Internet Properties->connections->LAN settings, have you set 'Bypass proxy
server for local addresses'?
This fixed it for me."
This did not work for me unfortunately.
Original comment by christop...@gmail.com
on 13 Sep 2013 at 4:35
I tried the same settings. But no luck. Any help please...
Original comment by praveen....@gmail.com
on 17 Sep 2013 at 5:38
i am seeing this issue in lots of our jenkins job after upgrading to chrome
v29, chrome driver 2.3
04:59:37 Starting ChromeDriver (v2.3) on port 9515
04:59:59 chrome not reachable
04:59:59 (Driver info: chromedriver=2.3,platform=Windows NT 5.2 SP2 x86_64)
(Selenium::WebDriver::Error::WebDriverError)
it could be that this is happening when two jenkins job which opens chrome
browser runs at the very same time and opens the browser at the very same time ?
Original comment by eelam.ra...@gmail.com
on 24 Sep 2013 at 12:25
Original comment by st...@chromium.org
on 26 Sep 2013 at 10:07
Selenium tests fails in Chrome32. I have updated the webdriver version to: 2.35
and Downloaded Chrome30 . Tests are working now. Is there a possibility that we
could get the binary version compatible with chrome32
Original comment by bhavani....@gmail.com
on 7 Oct 2013 at 4:52
i'm having the same issue, chrome not reachable. The test were working fine
the last week, then I took 3 days off and now nothing is working!!! Dx
I'm starting to think it must be an update on the computer from the office, cuz
in my personal laptop a previous test is still working...
Original comment by mco.sand...@gmail.com
on 9 Oct 2013 at 4:47
I am getting the same error.
If I copy the project to a separate computer it works there.
I am not using a proxy so 'Bypass proxy server for local addresses' is not
available.
I am running a VM using VMWare Workstation
Driver info: chromedriver=2.3,platform=Windows NT 6.1 x86_64
Windows 7 x64
Chrome: Version 30.0.1599.101 m
Selenium : 2.35.0
Original comment by glenboon...@gmail.com
on 17 Oct 2013 at 2:58
OK, trying numerous things I eventually found the problem.
My earlier comment said it was not the proxy which was not entirely correct.
It does have something to do with the internet connection.
For me, I had to disable "Automatically Detect".
My organisation uses WPAD(Web Proxy Auto-Discovery) with an Authenticated
Proxy. My guess is that ChromeDriver is not playing well with the Proxy
Authentication. When I disable auto-detect, it bypasses that system.
Original comment by glenboon...@gmail.com
on 17 Oct 2013 at 3:07
I am facing same issue:
org.openqa.selenium.WebDriverException: unknown error: Chrome failed to start:
crashed
I have tried on Windows and MAC machine and facing same issue.
Details:
OS: Windows 7 / MAC 10.9.1 (Tried both)
Selenium Webdriver: 2.3 and 2.4 (Tried both)
Chrome Driver: 2.6 / 2.9 (tried both)
Proxy solution doesn't help. I tried on Proxy and non-proxy network.
Getting same issue.
Any help will be appreciated for workaround.
Original comment by ashv.sha...@gmail.com
on 19 Mar 2014 at 8:29
I am having same problem
selenium webdriver : 2.41 & chrome 33 with win 7.. Does that mean I have to
downgrade chrome? older chrome version was working , don't know why the latest
seems not to be working.
Original comment by JohnJose...@gmail.com
on 7 Apr 2014 at 3:59
I recommend upgrading to use a newer version of chrome driver. It was quick and
painless for me, then I could continue testing with the latest version of
chrome.
http://chromedriver.storage.googleapis.com/index.html
Original comment by lis...@spinshot.net
on 7 Apr 2014 at 7:14
To be more explicit, my tests are working now with chromedriver 2.8, which was
the latest when I upgraded in January, and the latest chrome.
Original comment by lis...@spinshot.net
on 7 Apr 2014 at 7:18
I'm seeing the same issues with Windows8.1 32-bit, Chrome 37.0 and Chrome
Driver 2.10. Checked proxy settings, and AppData location (looks like the
binary is now located on Program Files instead). Any clues?
Original comment by roberto.andrade
on 23 Sep 2014 at 4:40
My issue both on Windows and on Linux was that I renamed my drivers for
consistency and used the simple name "chrome" and "chrome.exe" for the driver
executables under a /drivers/windows/chrome.exe and /drivers/linux/chrome and
apparently the driver confused things when attempting to launch the actual
chrome executable and ended up launching the driver itself again from within it
:\
I just went back and renamed the driver to something like chrome-driver and it
works fine now.
Original comment by roberto.andrade
on 23 Sep 2014 at 5:48
Original comment by samu...@chromium.org
on 21 Feb 2015 at 12:18
Unable to reproduce with ChromeDriver:2.15, Chrome:41, Windoww 7
Sample Code:
//Set location of chromedriver.exe
System.setProperty("webdriver.chrome.driver","C:\\drivers\\chromedriver.exe");
//Set the location of chrome.exe in case Chrome browser installed on custom
location
ChromeOptions options = new ChromeOptions();
options.setBinary("C:\\Google\\Chrome\\Application\\chrome.exe");
WebDriver driver = new ChromeDriver(options);
driver.get("http://www.google.com");
Please try again with latest versions and let us know if we differ from what
you are trying
Original comment by ssudunag...@chromium.org
on 10 Apr 2015 at 9:11
I have the following setup
selenium-webdriver 2.45.0
ChromeDriver 2.15.322448
Google Chrome 41.0.2272.118
Running inside a jenkins in a Debian 7 box.
I'm getting the same exception:
org.openqa.selenium.WebDriverException: chrome not reachable
(Driver info: chromedriver=2.15.322448 (52179c1b310fec1797c81ea9a20326839860b7d3),platform=Linux 2.6.32-32-pve x86_64) (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 60.24 seconds
Build info: version: '2.45.0', revision:
'5017cb8e7ca8e37638dc3091b2440b90a1d8686f', time: '2015-02-27 09:10:26'
System info: host: 'xxxxxxx', ip: 'xxxxxxxx', os.name: 'Linux', os.arch:
'amd64', os.version: '2.6.32-32-pve', java.version: '1.8.0_31'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Also, it takes ages to try to instantiate the driver.
I am using:
webdriver.chrome.driver
And
ChromeOptions options = new ChromeOptions();
options.setBinary("/usr/bin/google-chrome");
Any hint on how to solve this?
Original comment by neillfon...@gmail.com
on 10 Apr 2015 at 1:47
Original issue reported on code.google.com by
ymi...@gmail.com
on 22 Apr 2013 at 10:39Attachments: