-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
5.0u16-rev
-
generic
-
generic
regression test suite for 5.0u16b05rev
test j2se/java/nio/channels/SocketChannel/Connect.java
because: Failed. Execution failed: `main' threw exception: java.net.UnknownHostException: jano.sfbay.sun.com: jano.sfbay.sun.com
it fails on getByName("jano.sfbay.sun.com");
...
InetSocketAddress isa = new InetSocketAddress(InetAddress.getByName (hostname), 80);
...
test use REFUSING_HOST = "jano.sfbay.sun.com" in java/nio/channels/TestUtil.java
while trying to connect it throws `main' threw exception: java.net.UnknownHostException: jano.sfbay.sun.com: jano.sfbay.sun.com
$ ping jano.sfbay.sun.com
ping: unknown host jano.sfbay.sun.com
May be jano.sfbay.sun.com is temporarily unavailable or it should be changed to another appropriate host
test j2se/java/nio/channels/SocketChannel/Connect.java
because: Failed. Execution failed: `main' threw exception: java.net.UnknownHostException: jano.sfbay.sun.com: jano.sfbay.sun.com
it fails on getByName("jano.sfbay.sun.com");
...
InetSocketAddress isa = new InetSocketAddress(InetAddress.getByName (hostname), 80);
...
test use REFUSING_HOST = "jano.sfbay.sun.com" in java/nio/channels/TestUtil.java
while trying to connect it throws `main' threw exception: java.net.UnknownHostException: jano.sfbay.sun.com: jano.sfbay.sun.com
$ ping jano.sfbay.sun.com
ping: unknown host jano.sfbay.sun.com
May be jano.sfbay.sun.com is temporarily unavailable or it should be changed to another appropriate host
- duplicates
-
JDK-6611562 jano.sfbay server that disappered from the Name Service affects the test workspace consistency
-
- Closed
-
- relates to
-
JDK-6779812 java/nio/channels/SocketChannel/Connect.java UnknownHostException: jano.sfbay.sun.com
-
- Closed
-