-
-
Notifications
You must be signed in to change notification settings - Fork 760
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting org.openqa.selenium.WebDriverException: java.net.SocketException on Java client 6.0.0-Beta5 and 6.0.0 versions #922
Comments
@sravanmedarapu @dpgraham Could any light be thrown into this issue,please? |
I am also getting an org.openqa.selenium.WebDriverException, java.net.SocketException. |
@Gocoollnath @ElenaAlejo I couldn't reproduce this issue in latest java client(6.0.0) and server version(1.8.1). |
@SrinivasanTarget the issue is not continuous. It occurs sparingly |
@Gocoollnath @ElenaAlejo Have been running tests since then the versions are out. I couldn't reproduce it. So its hard to solve atleast from my end. |
Hello, @SrinivasanTarget , I update the server version to 1.8.1, and I still have the issue, that is reproducible in my test cases, not intermittent. This is the log: https://gist.github.com/ElenaAlejo/79d21d5c8284b24e8b74202de2c00cb7 Stack trace: Message: org.openqa.selenium.WebDriverException: java.net.SocketException: Connection reset Workaround: |
@ElenaAlejo there is fix in master #928 can you please try building latest from master n give it a try. In my case the master code fixed this issue. |
I am facing similar issue with Java client 5.0.0 versions also:- Can you please let us know how to write details in pom.xml for java -client master code. org.openqa.selenium.WebDriverException: java.net.SocketException: Connection reset |
@Siddh010 clone master and run |
I am able to build the project but now block with below issue as I am not able to init Page Object. |
I am using Java client 6.0.0 and face the same issue, I think everyone using page factory framework and facing this issue. Can anyone fix this? Please describe in detail, how it gonna be fixed |
@NavdeepSingh09 Please use version 6.1.0 |
It's working Thanks |
The problem
Getting org.openqa.selenium.WebDriverException: java.net.SocketException on Java client 6.0.0-Beta5 and 6.0.0 versions
Environment
Link to Stack trace
https://gist.github.com/Gocoollnath/2b949429341574b459776937053a3913
Link to Appium logs
https://gist.github.com/Gocoollnath/29e05255e3ff5c595c929da84ce19652
Code To Reproduce Issue [ Good To Have ]
https://gist.github.com/Gocoollnath/4d54fe5ddfacf1d8e3260ea9330f135c
The text was updated successfully, but these errors were encountered: