Comment #1 on issue 8717 by 
ds.cy...@gmail.com:  
[4796:5712:1029/214938:ERROR:cache_util_win.cc(20)] Unable to move the  
cache: 0
https://code.google.com/p/selenium/issues/detail?id=8717
org.openqa..remote.seleniumUnreachableBrowserException: Could not start a  
new session. Possible causes are invalid address of the remote server or  
browser start-up failure.
Build info: version: '2.45.0', revision: '5017cb8', time: '2015-02-26  
23:59:50'
System info: host: 'DESKTOP-9AAU3V0', ip: '192.168.0.111',  
os.name: 'Windows 8.1', os.arch: 'amd64', os.version: '6.3',  
java.version: '1.8.0_40'
Driver info: driver.version: ChromeDriver
	at  
org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:593)
	at  
org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:240)
	at  
org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:126)
	at  
org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:139)
	at org.openqa.selenium.chrome.ChromeDriver.<init>(ChromeDriver.java:171)
	at org.openqa.selenium.chrome.ChromeDriver.<init>(ChromeDriver.java:160)
	at org.openqa.selenium.chrome.ChromeDriver.<init>(ChromeDriver.java:117)
	"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe")
	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.InvokeMethod.evaluate(InvokeMethod.java:17)
	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:459)
	at  
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:675)
	at  
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:382)
	at  
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:192)
Caused by: org.openqa.selenium.WebDriverException: Timed out waiting for  
driver server to start.
Build info: version: '2.45.0', revision: '5017cb8', time: '2015-02-26  
23:59:50'
System info: host: 'DESKTOP-9AAU3V0', ip: '192.168.0.111',  
os.name: 'Windows 8.1', os.arch: 'amd64', os.version: '6.3',  
java.version: '1.8.0_40'
Driver info: driver.version: ChromeDriver
	at  
org.openqa.selenium.remote.service.DriverService.start(DriverService.java:171)
	at  
org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:62)
	at  
org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:572)
	... 30 more
Caused by: org.openqa.selenium.net.UrlChecker$TimeoutException: Timed out  
waiting for [
http://localhost:32439/status] to be available after 20004 ms
	at  
org.openqa.selenium.net.UrlChecker.waitUntilAvailable(UrlChecker.java:104)
	at  
org.openqa.selenium.remote.service.DriverService.start(DriverService.java:168)
	... 32 more
Caused by: com.google.common.util.concurrent.UncheckedTimeoutException:  
java.util.concurrent.TimeoutException
	at  
com.google.common.util.concurrent.SimpleTimeLimiter.callWithTimeout(SimpleTimeLimiter.java:143)
	at  
org.openqa.selenium.net.UrlChecker.waitUntilAvailable(UrlChecker.java:79)
	... 33 more
Caused by: java.util.concurrent.TimeoutException
	at java.util.concurrent.FutureTask.get(Unknown Source)
	at  
com.google.common.util.concurrent.SimpleTimeLimiter.callWithTimeout(SimpleTimeLimiter.java:130)
	... 34 more