Details
-
Bug
-
Resolution: Fixed
-
P3
-
8
-
b120
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8030322 | 8u5 | Sean Coffey | P3 | Resolved | Fixed | b01 |
Description
TESTFAIL:sun/rmi/runtime/Log/checkLogging/CheckLogging.java
sun/rmi/runtime/Log/checkLogging/CheckLogging.java
The tes fails several times on multiple platforms, it should be stabilized. see details:
Nov 27, 2013 5:50:00 PM sun.rmi.server.UnicastRef logClientCall
FINER: MainThread: outbound call: [endpoint:[localhost:51934](remote),objID:[0:0:0, 0]] : sun.rmi.registry.RegistryImpl_Stub[0:0:0, 0]: java.lang.String list()[]
call stream should be null and it is
Nov 27, 2013 5:50:00 PM sun.rmi.server.UnicastRef logClientCall
FINER: MainThread: outbound call: [endpoint:[localhost:51934](remote),objID:[0:0:0, 0]] : sun.rmi.registry.RegistryImpl_Stub[0:0:0, 0]: java.lang.String list()[]
Nov 27, 2013 5:50:00 PM sun.rmi.server.UnicastRef logClientCall
FINER: MainThread: outbound call: [endpoint:[localhost:51934](remote),objID:[0:0:0, 0]] : sun.rmi.registry.RegistryImpl_Stub[0:0:0, 0]: java.rmi.Remote lookup(java.lang.String)
Nov 27, 2013 5:50:00 PM sun.rmi.transport.StreamRemoteCall exceptionReceivedFromServer
FINE: MainThread: outbound call received exception: [localhost:51934] exception:
java.rmi.NotBoundException: notthere
at sun.rmi.registry.RegistryImpl.lookup(RegistryImpl.java:136)
at sun.rmi.registry.RegistryImpl_Skel.dispatch(Unknown Source)
at sun.rmi.server.UnicastServerRef.oldDispatch(UnicastServerRef.java:410)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:268)
at sun.rmi.transport.Transport$1.run(Transport.java:178)
at sun.rmi.transport.Transport$1.run(Transport.java:175)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:174)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:557)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:812)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:671)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:744)
at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:276)
at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:253)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:379)
at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
at java.rmi.Naming.lookup(Naming.java:101)
at CheckLogging.checkServerCallLog(CheckLogging.java:178)
at CheckLogging.main(CheckLogging.java:206)
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)
Nov 27, 2013 5:50:00 PM LogStream print
INFO: MainThread: bingo, this is a getLog test
TEST FAILED: log data length is zero
TEST_LIBRARY: unexporting object...
TestFailedException: TEST FAILED: log data length is zero
at TestLibrary.bomb(TestLibrary.java:121)
at TestLibrary.bomb(TestLibrary.java:124)
at CheckLogging.verifyLog(CheckLogging.java:137)
at CheckLogging.main(CheckLogging.java:209)
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: TestFailedException: TEST FAILED: log data length is zero
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: TestFailedException: TEST FAILED: log data length is zero
sun/rmi/runtime/Log/checkLogging/CheckLogging.java
The tes fails several times on multiple platforms, it should be stabilized. see details:
Nov 27, 2013 5:50:00 PM sun.rmi.server.UnicastRef logClientCall
FINER: MainThread: outbound call: [endpoint:[localhost:51934](remote),objID:[0:0:0, 0]] : sun.rmi.registry.RegistryImpl_Stub[0:0:0, 0]: java.lang.String list()[]
call stream should be null and it is
Nov 27, 2013 5:50:00 PM sun.rmi.server.UnicastRef logClientCall
FINER: MainThread: outbound call: [endpoint:[localhost:51934](remote),objID:[0:0:0, 0]] : sun.rmi.registry.RegistryImpl_Stub[0:0:0, 0]: java.lang.String list()[]
Nov 27, 2013 5:50:00 PM sun.rmi.server.UnicastRef logClientCall
FINER: MainThread: outbound call: [endpoint:[localhost:51934](remote),objID:[0:0:0, 0]] : sun.rmi.registry.RegistryImpl_Stub[0:0:0, 0]: java.rmi.Remote lookup(java.lang.String)
Nov 27, 2013 5:50:00 PM sun.rmi.transport.StreamRemoteCall exceptionReceivedFromServer
FINE: MainThread: outbound call received exception: [localhost:51934] exception:
java.rmi.NotBoundException: notthere
at sun.rmi.registry.RegistryImpl.lookup(RegistryImpl.java:136)
at sun.rmi.registry.RegistryImpl_Skel.dispatch(Unknown Source)
at sun.rmi.server.UnicastServerRef.oldDispatch(UnicastServerRef.java:410)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:268)
at sun.rmi.transport.Transport$1.run(Transport.java:178)
at sun.rmi.transport.Transport$1.run(Transport.java:175)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:174)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:557)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:812)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:671)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:744)
at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:276)
at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:253)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:379)
at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
at java.rmi.Naming.lookup(Naming.java:101)
at CheckLogging.checkServerCallLog(CheckLogging.java:178)
at CheckLogging.main(CheckLogging.java:206)
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)
Nov 27, 2013 5:50:00 PM LogStream print
INFO: MainThread: bingo, this is a getLog test
TEST FAILED: log data length is zero
TEST_LIBRARY: unexporting object...
TestFailedException: TEST FAILED: log data length is zero
at TestLibrary.bomb(TestLibrary.java:121)
at TestLibrary.bomb(TestLibrary.java:124)
at CheckLogging.verifyLog(CheckLogging.java:137)
at CheckLogging.main(CheckLogging.java:209)
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: TestFailedException: TEST FAILED: log data length is zero
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: TestFailedException: TEST FAILED: log data length is zero
Attachments
Issue Links
- backported by
-
JDK-8030322 sun/rmi/runtime/Log/checkLogging/CheckLogging.java fails in nightly intermittently
- Resolved
- relates to
-
JDK-8029595 Avoid cases of Logger being GC'ed in tests
- Closed