-
Bug
-
Resolution: Fixed
-
P4
-
8
-
b153
TESTFAIL:java/rmi/registry/classPathCodebase/ClassPathCodebase.java
java/rmi/registry/classPathCodebase/ClassPathCodebase.java failing intermittently
----------System.err:(50/3787)----------
Regression test for bug 4242317
TEST_LIBRARY: /Users/aurora/sandbox/gresults/testoutput/jdk_rmi/JTwork/classes/java/rmi/registry/classPathCodebase/Dummy.class
TEST_LIBRARY: /Users/aurora/sandbox/gresults/testoutput/jdk_rmi/JTwork/java/rmi/registry/classPathCodebase/ClassPathCodebase/codebase_IMPORT_/Dummy.class
TEST_LIBRARY: Installed class "Dummy" in codebase file:/Users/aurora/sandbox/gresults/testoutput/jdk_rmi/JTwork/java/rmi/registry/classPathCodebase/ClassPathCodebase/codebase_IMPORT_/
TEST_LIBRARY: /Users/aurora/sandbox/gresults/testoutput/jdk_rmi/JTwork/classes/java/rmi/registry/classPathCodebase/Dummy.class
TEST_LIBRARY: /Users/aurora/sandbox/gresults/testoutput/jdk_rmi/JTwork/java/rmi/registry/classPathCodebase/ClassPathCodebase/codebase_EXPORT_/Dummy.class
TEST_LIBRARY: Installed class "Dummy" in codebase file:/Users/aurora/sandbox/gresults/testoutput/jdk_rmi/JTwork/java/rmi/registry/classPathCodebase/ClassPathCodebase/codebase_EXPORT_/
Command used to spawn rmiregistry process:
[/Users/aurora/sandbox/jdk/jre/bin/rmiregistry, -J-Denv.class.path=., -J-Djava.rmi.server.codebase=file:/Users/aurora/sandbox/gresults/testoutput/jdk_rmi/JTwork/java/rmi/registry/classPathCodebase/ClassPathCodebase/codebase_EXPORT_/, 36745]
java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
java.net.SocketTimeoutException: Read timed out
at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:304)
at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:342)
at sun.rmi.registry.RegistryImpl_Stub.bind(Unknown Source)
at ClassPathCodebase.main(ClassPathCodebase.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:744)
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:150)
at java.net.SocketInputStream.read(SocketInputStream.java:121)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
at java.io.BufferedInputStream.read(BufferedInputStream.java:265)
at java.io.DataInputStream.readByte(DataInputStream.java:265)
at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:246)
... 10 more
java.lang.RuntimeException: TEST FAILED: java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
java.net.SocketTimeoutException: Read timed out
at ClassPathCodebase.main(ClassPathCodebase.java:170)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:744)
JavaTest Message: Test threw exception: java.lang.RuntimeException: TEST FAILED: java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
java.net.SocketTimeoutException: Read timed out
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: TEST FAILED: java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is: java.net.SocketTimeoutException: Read timed out
java/rmi/registry/classPathCodebase/ClassPathCodebase.java failing intermittently
----------System.err:(50/3787)----------
Regression test for bug 4242317
TEST_LIBRARY: /Users/aurora/sandbox/gresults/testoutput/jdk_rmi/JTwork/classes/java/rmi/registry/classPathCodebase/Dummy.class
TEST_LIBRARY: /Users/aurora/sandbox/gresults/testoutput/jdk_rmi/JTwork/java/rmi/registry/classPathCodebase/ClassPathCodebase/codebase_IMPORT_/Dummy.class
TEST_LIBRARY: Installed class "Dummy" in codebase file:/Users/aurora/sandbox/gresults/testoutput/jdk_rmi/JTwork/java/rmi/registry/classPathCodebase/ClassPathCodebase/codebase_IMPORT_/
TEST_LIBRARY: /Users/aurora/sandbox/gresults/testoutput/jdk_rmi/JTwork/classes/java/rmi/registry/classPathCodebase/Dummy.class
TEST_LIBRARY: /Users/aurora/sandbox/gresults/testoutput/jdk_rmi/JTwork/java/rmi/registry/classPathCodebase/ClassPathCodebase/codebase_EXPORT_/Dummy.class
TEST_LIBRARY: Installed class "Dummy" in codebase file:/Users/aurora/sandbox/gresults/testoutput/jdk_rmi/JTwork/java/rmi/registry/classPathCodebase/ClassPathCodebase/codebase_EXPORT_/
Command used to spawn rmiregistry process:
[/Users/aurora/sandbox/jdk/jre/bin/rmiregistry, -J-Denv.class.path=., -J-Djava.rmi.server.codebase=file:/Users/aurora/sandbox/gresults/testoutput/jdk_rmi/JTwork/java/rmi/registry/classPathCodebase/ClassPathCodebase/codebase_EXPORT_/, 36745]
java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
java.net.SocketTimeoutException: Read timed out
at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:304)
at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:342)
at sun.rmi.registry.RegistryImpl_Stub.bind(Unknown Source)
at ClassPathCodebase.main(ClassPathCodebase.java:126)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:744)
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:150)
at java.net.SocketInputStream.read(SocketInputStream.java:121)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
at java.io.BufferedInputStream.read(BufferedInputStream.java:265)
at java.io.DataInputStream.readByte(DataInputStream.java:265)
at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:246)
... 10 more
java.lang.RuntimeException: TEST FAILED: java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
java.net.SocketTimeoutException: Read timed out
at ClassPathCodebase.main(ClassPathCodebase.java:170)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:744)
JavaTest Message: Test threw exception: java.lang.RuntimeException: TEST FAILED: java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
java.net.SocketTimeoutException: Read timed out
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: TEST FAILED: java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is: java.net.SocketTimeoutException: Read timed out