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 Eclipse plugin SocketException issue #402

Closed
sunyue79 opened this issue Jun 27, 2013 · 4 comments
Closed

TestNG Eclipse plugin SocketException issue #402

sunyue79 opened this issue Jun 27, 2013 · 4 comments

Comments

@sunyue79
Copy link

Hi,
I develop a Eclipse RCP application based on Eclipse 3.7.1. And install the TestNG Eclipse plugin (6.8.6.20130607_0745) on the RCP product. It always throw an exception as following whatever test suites I run by the TestNG plugin. Then I install another version of TestNG plugin (6.8.0.20121120_1820), everything is ok.
Is it a bug of TestNG or just the plugin (6.8.6.20130607_0745) ?
Thank you!

java.net.SocketException: Software caused connection abort: socket write error
at java.net.SocketOutputStream.socketWrite0(Native Method)
at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:109)
at java.net.SocketOutputStream.write(SocketOutputStream.java:153)
at java.io.ObjectOutputStream$BlockDataOutputStream.drain(ObjectOutputStream.java:1857)
at java.io.ObjectOutputStream$BlockDataOutputStream.setBlockDataMode(ObjectOutputStream.java:1766)
at java.io.ObjectOutputStream.(ObjectOutputStream.java:246)
at org.testng.remote.strprotocol.SerializedMessageSender.sendMessage(SerializedMessageSender.java:24)
at org.testng.remote.strprotocol.MessageHub.sendMessage(MessageHub.java:44)
at org.testng.remote.RemoteTestNG$RemoteSuiteListener.onFinish(RemoteTestNG.java:250)
at org.testng.SuiteRunner.invokeListeners(SuiteRunner.java:200)
at org.testng.SuiteRunner.run(SuiteRunner.java:243)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1224)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1149)
at org.testng.TestNG.run(TestNG.java:1057)
at org.testng.remote.RemoteTestNG.run(RemoteTestNG.java:111)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:204)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:175)

@krishna81m
Copy link

Just installed and it is disturbing!!

Eclipse Versions:
Mars (4.5), Luna (4.4), Kepler (4.3), Juno (4.2, 3.8), Previous to Juno (<=4.1)
Platform Support:
Windows, Mac, Linux/GTK
Organization Name:
Cédric Beust
Date Created:
June 24, 2010 - 09:51
Development Status:
Production/Stable
License:
Apache 2.0
Date Updated:
April 21, 2015 - 11:19
Submitted by:
Cedric Beust

@missedone
Copy link
Contributor

link to testng-team/testng-eclipse#91

@missedone
Copy link
Contributor

potential workaround: testng-team/testng-eclipse#91 (comment)

@missedone
Copy link
Contributor

@juherr
this one can be closed

@juherr juherr closed this as completed Aug 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants