Created
June 1, 2018 19:40
-
-
Save bennid/6972a40c7f54689582703a768de5a710 to your computer and use it in GitHub Desktop.
JavaClient 6.0.0 getContext() Exception
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
org.openqa.selenium.WebDriverException: java.io.IOException: unexpected end of stream on Connection{vr-qa05.dhcp.tripadvisor.com:4444, proxy=DIRECT hostAddress=vr-qa05.dhcp.tripadvisor.com/10.96.81.45:4444 cipherSuite=none protocol=http/1.1} | |
Build info: version: '3.12.0', revision: '7c6e0b3', time: '2018-05-08T14:04:26.12Z' | |
System info: host: 'bedouglas-mac', ip: 'fe80:0:0:0:808:663a:d9e3:afb4%en0', os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '10.13.4', java.version: '1.8.0_112' | |
Driver info: driver.version: AppiumDriver | |
at io.appium.java_client.remote.AppiumCommandExecutor.execute(AppiumCommandExecutor.java:233) | |
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:543) | |
at io.appium.java_client.DefaultGenericMobileDriver.execute(DefaultGenericMobileDriver.java:46) | |
at io.appium.java_client.AppiumDriver.execute(AppiumDriver.java:1) | |
at io.appium.java_client.android.AndroidDriver.execute(AndroidDriver.java:1) | |
at io.appium.java_client.AppiumDriver.getContext(AppiumDriver.java:219) | |
at com.tripadvisor.qa.sandbox.POCTest.testOwnerKeepalive(POCTest.java:148) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:498) | |
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124) | |
at org.testng.internal.MethodInvocationHelper$1.runTestMethod(MethodInvocationHelper.java:230) | |
at org.springframework.test.context.testng.AbstractTestNGSpringContextTests.run(AbstractTestNGSpringContextTests.java:175) | |
at org.testng.internal.MethodInvocationHelper.invokeHookable(MethodInvocationHelper.java:242) | |
at org.testng.internal.Invoker.invokeMethod(Invoker.java:579) | |
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:719) | |
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:989) | |
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125) | |
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109) | |
at org.testng.TestRunner.privateRun(TestRunner.java:648) | |
at org.testng.TestRunner.run(TestRunner.java:505) | |
at org.testng.SuiteRunner.runTest(SuiteRunner.java:455) | |
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450) | |
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415) | |
at org.testng.SuiteRunner.run(SuiteRunner.java:364) | |
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) | |
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84) | |
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1208) | |
at org.testng.TestNG.runSuitesLocally(TestNG.java:1137) | |
at org.testng.TestNG.runSuites(TestNG.java:1049) | |
at org.testng.TestNG.run(TestNG.java:1017) | |
at org.testng.IDEARemoteTestNG.run(IDEARemoteTestNG.java:72) | |
at org.testng.RemoteTestNGStarter.main(RemoteTestNGStarter.java:123) | |
Caused by: java.io.IOException: unexpected end of stream on Connection{vr-qa05.dhcp.tripadvisor.com:4444, proxy=DIRECT hostAddress=vr-qa05.dhcp.tripadvisor.com/10.96.81.45:4444 cipherSuite=none protocol=http/1.1} | |
at okhttp3.internal.http1.Http1Codec.readResponseHeaders(Http1Codec.java:205) | |
at okhttp3.internal.http.CallServerInterceptor.intercept(CallServerInterceptor.java:88) | |
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147) | |
at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.java:45) | |
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147) | |
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121) | |
at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.java:93) | |
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147) | |
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121) | |
at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.java:93) | |
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147) | |
at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.java:125) | |
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147) | |
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121) | |
at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:200) | |
at okhttp3.RealCall.execute(RealCall.java:77) | |
at org.openqa.selenium.remote.internal.OkHttpClient.execute(OkHttpClient.java:105) | |
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:155) | |
at io.appium.java_client.remote.AppiumCommandExecutor.execute(AppiumCommandExecutor.java:218) | |
... 33 more | |
Caused by: java.io.EOFException: \n not found: limit=0 content=… | |
at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:227) | |
at okhttp3.internal.http1.Http1Codec.readHeaderLine(Http1Codec.java:212) | |
at okhttp3.internal.http1.Http1Codec.readResponseHeaders(Http1Codec.java:189) | |
... 51 more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment