-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
9
java/rmi/activation/rmidViaInheritedChannel/RmidViaInheritedChannel.java
java/rmi/activation/rmidViaInheritedChannel/InheritedChannelNotServerSocket.java
fail intermittently with NullPointerException at rmid.cleanup() at the end of test:
} finally {
if (obj != null) {
UnicastRemoteObject.unexportObject(obj, true);
}
rmid.cleanup();
}
Very rare but observe such failure most likely when run tests in concurrency mode.
----------System.err:(14/735)----------
export callback object and bind in registry
java.lang.NullPointerException
at RmidViaInheritedChannel.main(RmidViaInheritedChannel.java:122)
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:502)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: java.lang.NullPointerException
java/rmi/activation/rmidViaInheritedChannel/InheritedChannelNotServerSocket.java
fail intermittently with NullPointerException at rmid.cleanup() at the end of test:
} finally {
if (obj != null) {
UnicastRemoteObject.unexportObject(obj, true);
}
rmid.cleanup();
}
Very rare but observe such failure most likely when run tests in concurrency mode.
----------System.err:(14/735)----------
export callback object and bind in registry
java.lang.NullPointerException
at RmidViaInheritedChannel.main(RmidViaInheritedChannel.java:122)
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:502)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: java.lang.NullPointerException
- duplicates
-
JDK-8129499 Structure of java/rmi/activation/rmidViaInheritedChannel tests masks exception
-
- Closed
-
- is blocked by
-
JDK-8129499 Structure of java/rmi/activation/rmidViaInheritedChannel tests masks exception
-
- Closed
-
- relates to
-
JDK-8079778 Add intermittent tag to java/rmi/activation/rmidViaInheritedChannel/RmidViaInheritedChannel.java
-
- Closed
-
-
JDK-8129624 Move jdk_rmi test group from tier 2 to tier 3
-
- Closed
-