jeev
2016-10-31 20:36:05 UTC
Hi,
While running on eclipse, we are getting the exception:
java.net.SocketException: Malformed reply from SOCKS server
at java.net.SocksSocketImpl.readSocksReply(SocksSocketImpl.java:129)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:459)
at java.net.Socket.connect(Socket.java:589)
at java.net.Socket.connect(Socket.java:538)
at java.net.Socket.<init>(Socket.java:434)
at java.net.Socket.<init>(Socket.java:211)
at org.testng.remote.strprotocol.BaseMessageSender.connect(
BaseMessageSender.java:60)
at org.testng.remote.strprotocol.MessageHub.connect(MessageHub.java:31)
at org.testng.remote.RemoteTestNG.run(RemoteTestNG.java:86)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:206)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:177)
Created a new simple project on eclipse(Printing Hello), while running we
are seeing the above error.
Tried the following:
1. Clean the project: Didnt work
2. Tried with new eclipse, didnt work
3. Installed new JDK (1.8). Didnt work
4.Unchecked "Use project TestNG jar" under Preferences, didnt work
Appreicate your help.
Thanks,
Jeevan
While running on eclipse, we are getting the exception:
java.net.SocketException: Malformed reply from SOCKS server
at java.net.SocksSocketImpl.readSocksReply(SocksSocketImpl.java:129)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:459)
at java.net.Socket.connect(Socket.java:589)
at java.net.Socket.connect(Socket.java:538)
at java.net.Socket.<init>(Socket.java:434)
at java.net.Socket.<init>(Socket.java:211)
at org.testng.remote.strprotocol.BaseMessageSender.connect(
BaseMessageSender.java:60)
at org.testng.remote.strprotocol.MessageHub.connect(MessageHub.java:31)
at org.testng.remote.RemoteTestNG.run(RemoteTestNG.java:86)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:206)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:177)
Created a new simple project on eclipse(Printing Hello), while running we
are seeing the above error.
Tried the following:
1. Clean the project: Didnt work
2. Tried with new eclipse, didnt work
3. Installed new JDK (1.8). Didnt work
4.Unchecked "Use project TestNG jar" under Preferences, didnt work
Appreicate your help.
Thanks,
Jeevan
--
You received this message because you are subscribed to the Google Groups "testng-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to testng-users+***@googlegroups.com.
To post to this group, send email to testng-***@googlegroups.com.
Visit this group at https://groups.google.com/group/testng-users.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "testng-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to testng-users+***@googlegroups.com.
To post to this group, send email to testng-***@googlegroups.com.
Visit this group at https://groups.google.com/group/testng-users.
For more options, visit https://groups.google.com/d/optout.