JDK-8049309 : java/rmi/activation/ActivationSystem/activeGroup/IdempotentActiveGroup.java fails intermittently
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.rmi
  • Affected Version: 9
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2014-07-04
  • Updated: 2016-11-18
  • Resolved: 2016-11-18
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
tbd_minorResolved
Related Reports
Duplicate :  
Description
TESTFAIL:java/rmi/activation/ActivationSystem/activeGroup/IdempotentActiveGroup.java

java/rmi/activation/ActivationSystem/activeGroup/IdempotentActiveGroup.java fails intermittently.

RMID: rmid not started, will retry for 9900ms
Activation.main: warning: sun.rmi.activation.execPolicy system
        property unspecified and no ExecPermissions/ExecOptionPermissions
        granted; subsequent activation attempts may fail due to unsuccessful
	ExecPermission/ExecOptionPermission permission checks.  For
	documentation on how to configure rmid security, refer to:

        http://java.sun.com/j2se/1.4/docs/tooldocs/solaris/rmid.html
        http://java.sun.com/j2se/1.4/docs/tooldocs/win32/rmid.html

RMID: rmid not started, will retry for 9800ms
Activation.main: an exception occurred: java.rmi.server.ExportException: Port already in use: 33774; nested exception is: 
	java.net.BindException: Address already in use
...
RMID: rmid not started, will retry for 9700ms
RMID: rmid not started, will retry for 9600ms
...
RMID: rmid not started, will retry for 100ms
TEST FAILED: start rmid failed... giving up
TEST FAILED: 
Test failed with: TEST FAILED: start rmid failed... giving up
TestFailedException: TEST FAILED: start rmid failed... giving up
	at TestLibrary.bomb(TestLibrary.java:121)
	at RMID.start(RMID.java:290)
	at RMID.start(RMID.java:219)
	at IdempotentActiveGroup.main(IdempotentActiveGroup.java:63)
	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:484)
	at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
	at java.lang.Thread.run(Thread.java:745)
ACTIVATION_LIBRARY: tried to shutdown when rmid was not running
TEST FAILED: rmid not destroyed in: 60000 milliseconds
TestFailedException: TEST FAILED: rmid not destroyed in: 60000 milliseconds
	at TestLibrary.bomb(TestLibrary.java:121)
	at TestLibrary.bomb(TestLibrary.java:124)
	at ActivationLibrary.rmidCleanup(ActivationLibrary.java:111)
	at IdempotentActiveGroup.main(IdempotentActiveGroup.java:111)
	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:484)
	at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
	at java.lang.Thread.run(Thread.java:745)

JavaTest Message: Test threw exception: TestFailedException: TEST FAILED: rmid not destroyed in: 60000 milliseconds