facebook

Can not use external tool builder

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #238756 Reply

    jaltree
    Member

    I have a build that works just fine using the internal ant compile. However, I need to use an external build so that I can run the tools in one JVM and compile using another.

    The error I get is always

    !ENTRY org.eclipse.ant.ui 4 120 2005-10-05 09:07:52.453
    !MESSAGE Error logged from Ant UI:
    !STACK 0
    java.net.SocketTimeoutException: Accept timed out
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:353)
    at java.net.ServerSocket.implAccept(ServerSocket.java:448)
    at java.net.ServerSocket.accept(ServerSocket.java:419)
    at org.eclipse.ant.internal.ui.launchConfigurations.RemoteAntBuildListener$ServerConnection.run(RemoteAntBuildListener.java:97)

    I can see the javaw processes started by the build running in my task manager and starting and hanging around.

    #238791 Reply

    Scott Anderson
    Participant

    Could it be that you’ve got some sort of firewall or internet security software installed that’s preventing connection or creation on the socket?

    #238842 Reply

    jaltree
    Member

    Very possible. I cannot find anywhere in documentation what port this wil try to connect to. Do you know the port?

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Can not use external tool builder

You must be logged in to post in the forum log in