testng-team / testng-googlecode

DEPRECATED: Automatically exported from code.google.com/p/testng
0 stars 0 forks source link

Eclipse & Maven - Environment variables - crash #43

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install TestNG and Maven
2. Create a run configuration
3. add environment variables

What is the expected output? What do you see instead?
Expected: it runs
Actual:
org.testng.TestNGException: 
Cannot establish connection: 127.0.0.1:52952
    at org.testng.remote.strprotocol.StringMessageSenderHelper.connect
(StringMessageSenderHelper.java:93)
    at org.testng.remote.RemoteTestNG.run(RemoteTestNG.java:57)
    at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:124)
Caused by: java.net.SocketException: Unrecognized Windows Sockets error: 
10106: create
    at java.net.Socket.createImpl(Socket.java:388)
    at java.net.Socket.<init>(Socket.java:362)
    at java.net.Socket.<init>(Socket.java:180)
    at org.testng.remote.strprotocol.StringMessageSenderHelper.connect
(StringMessageSenderHelper.java:56)
    ... 2 more

What version of the product are you using? On what operating system?
latest of TenstNG, Eclipse, Maven

Please provide any additional information below.
- remove 

Original issue reported on code.google.com by jorg.ja...@gmail.com on 9 Jan 2009 at 6:53

GoogleCodeExporter commented 9 years ago
I have the EXACT exception but when testing on Eclipse...

Original comment by showman...@gmail.com on 25 Jul 2009 at 10:37