JDK-6734271 : Test has timeout while connecting to theclub.ireland.sun.com
  • Type: Bug
  • Component: other-libs
  • Sub-Component: other
  • Affected Version: 5.0u16-rev
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2008-08-06
  • Updated: 2012-12-07
  • Resolved: 2012-10-23
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other JDK 6
5.0u39 b01Fixed 6u60Fixed
Related Reports
Relates :  
Relates :  
Description
regression test suite
test: j2se/java/nio/channels/SocketChannel/AdaptSocket.java

Failed. Execution failed: `main' threw exception: java.net.ConnectException: Connection timed out
It get's VERY_REMOTE_HOST = TestUtil.FAR_HOST from j2se/java/nio/channels/TestUtil.java 
where FAR_HOST = "theclub.ireland.sun.com"

It fails during  sc.connect
hn=theclub.ireland.sun.com
...
        InetSocketAddress isa
            = new InetSocketAddress(InetAddress.getByName(hn), ECHO_PORT);
        SocketChannel sc = SocketChannel.open();
        sc.connect(isa);
...

ping theclub.ireland.sun.com
PING theclub.ireland.sun.com (129.156.232.32) 56(84) bytes of data.

--- theclub.ireland.sun.com ping statistics ---
150 packets transmitted, 0 received, 100% packet loss, time 149076ms


I think with theclub.ireland.sun.com should be done smth or change FAR_HOST in TestUtil.java

Comments
fix failed - see JDK-7161760, JDK-8004692
07-12-2012

EVALUATION Update FAR_HOST variable to working server name.
09-02-2012