Skip to content
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

TestNg runner fails to start when socks proxy specified #379

Closed
vkhoroshko opened this issue Apr 25, 2013 · 1 comment
Closed

TestNg runner fails to start when socks proxy specified #379

vkhoroshko opened this issue Apr 25, 2013 · 1 comment

Comments

@vkhoroshko
Copy link

For some tests we need socks proxy and we specify it in the VM parameters:
-DsocksProxyHost=127.0.0.1 -DsocksProxyPort=7777

After that we get the following error (tried different versions of TestNG (6.8,6.3.1):
java.io.EOFException
at java.io.DataInputStream.readBoolean(DataInputStream.java:244)
at org.testng.RemoteTestNGStarter.main(RemoteTestNGStarter.java:46)

The interesting thing that JUnit works just fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants