Issue 62: Plugin hangs in eclipse
Status:  New
Owner: ----
Reported by the.defe...@gmail.com, Aug 16, 2011
What steps will reproduce the problem?
1. Open Eclipse.
2. Find a TestNG test and click Run as->TestNG Test.

What is the expected output? What do you see instead?

    TestNG view opens and hangs until it times out minutes later.

What version of the product are you using? On what operating system?
  
    Eclipse IDE for Java EE Developers	1.3.2.20110301-1807
    TestNG	6.1.1.20110810_0944

Please provide any additional information below.

    Stack Trace at hang:
    java.lang.Object.wait(Native Method)
    java.lang.Object.wait(Object.java:485)
                                                           org.testng.remote.strprotocol.SerializedMessageSender.sendMessage(SerializedMessageSender.java:26)
    org.testng.remote.strprotocol.MessageHub.sendMessage(MessageHub.java:44)
    org.testng.remote.RemoteTestNG.run(RemoteTestNG.java:105)
    org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:205)
    org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:174)

Stack Trace at timeout:
    java.lang.Object.wait(Native Method)
    com.sun.jmx.remote.internal.ServerCommunicatorAdmin$Timeout.run(Unknown Source)
    java.lang.Thread.run(Unknown Source)