| Strange crash for ant script. [message #650106] |
Fri, 21 January 2011 13:36 |
Eclipse User |
|
|
|
I'm running:
Version: Helios Service Release 1
Build id: 20100917-0705
downloaded today. I've used Eclipse/ant for years.
I have two ant scripts in the same Project area. Both scripts have worked previously and both have the same settings in their "... run configurations."
One script dies without output giving this result in the Workspace Log:
eclipse.buildId=M20100909-0800
java.version=1.6.0_22
java.vendor=Apple Inc.
BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US
Framework arguments: -product org.eclipse.epp.package.jee.product -keyring /Users/kimball/.eclipse_keyring -showlocation
Command-line arguments: -os macosx -ws cocoa -arch x86_64 -product org.eclipse.epp.package.jee.product -keyring /Users/kimball/.eclipse_keyring -showlocation
Error
Fri Jan 21 13:24:01 EST 2011
Error logged from Ant UI:
java.net.SocketTimeoutException: Accept timed out
at java.net.PlainSocketImpl.socketAccept(Native Method)
at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:390)
at java.net.ServerSocket.implAccept(ServerSocket.java:453)
at java.net.ServerSocket.accept(ServerSocket.java:421)
at org.eclipse.ant.internal.launching.launchConfigurations.Remo teAntBuildListener$ServerConnection.run(RemoteAntBuildListen er.java:89)
The error message "Error logged from Ant UI" appears in the Workspace Log. The failing script consists only of "echo" tags. The same script, in another project runs successfully.
Thanks,
Chris KImball
|
|
|
Powered by
FUDForum. Page generated in 0.09462 seconds