The following RMI regression tests are failing:
test/java/rmi/activation/Activatable/checkRegisterInLog
test/java/rmi/activation/Activatable/restartCrashedService
Whenever an Activatable object is registered and then RMID is shutdown, the activation system does not recover its state properly. Consequently, when rmid is restarted, Activatable objects that were registered when rmid was previously running are no longer useable, rmid can not restart or activate these objects.
These two tests fail with the following errors:
restartCrashedService:
Starting java for class: sun.rmi.server.Activation
bootclasspath = -Xbootclasspath:.:.:.:/js/files6/JDK1.2FCS-H/solaris/jre/lib/rt.jar:/js/files6/JDK1.2FCS-H/solaris/jre/lib/i18n.jar:/js/files6/JDK1.2FCS-H/solaris/jre/classes
command = /js/files6/JDK1.2FCS-H/solaris/jre/bin/java -Xbootclasspath:.:.:.:/js/files6/JDK1.2FCS-H/solaris/jre/lib/rt.jar:/js/files6/JDK1.2FCS-H/solaris/jre/lib/i18n.jar:/js/files6/JDK1.2FCS-H/solaris/jre/classes sun.rmi.server.Activation -port 1098 -log /js/files/JDK1.2/test/java/rmi/activation/Activatable/restartCrashedService/./log -C-Xbootclasspath:.:.:.:/js/files6/JDK1.2FCS-H/solaris/jre/lib/rt.jar:/js/files6/JDK1.2FCS-H/solaris/jre/lib/i18n.jar:/js/files6/JDK1.2FCS-H/solaris/jre/classes
finished starting vm.
finished starting rmid.
RestartCrashedService: received ping from restartable
Test1 passed: rmid restarted service
TUE SEP 15 19:26:27 EDT 1998:EXECGROUP-0:ERR:RESTARTABLE SERVICE STARTED
Test2 passed: rmid did not restart activatable service
Crash restartable object
EXCEPTION: Test1 failed: service not restarted by timeout
EXCEPTION: test failed
message: EXCEPTION: Test1 failed: service not restarted by timeout
java.lang.RuntimeException: EXCEPTION: Test1 failed: service not restarted by timeout
at RestartCrashedService.bomb(Compiled Code)
at RestartCrashedService.main(Compiled Code)
ACTIVATION DAEMON SHUT DOWN
removing rmid's old log file...
Exception in thread "main" java.lang.RuntimeException: EXCEPTION: test failed
at RestartCrashedService.bomb(Compiled Code)
at RestartCrashedService.main(Compiled Code)
checkRegisterInLog:
Regression test for bug 4110548
removing rmid's old log file...
starting rmid...
bootclasspath = -Xbootclasspath:.:.:.:/js/files6/JDK1.2FCS-H/solaris/jre/lib/rt.jar:/js/files6/JDK1.2FCS-H/solaris/jre/lib/i18n.jar:/js/files6/JDK1.2FCS-H/solaris/jre/classes
finished starting rmid.
Creating group descriptor
Registering group
Creating descriptor
Registering descriptor
ACTIVATION DAEMON SHUT DOWN
starting rmid...
bootclasspath = -Xbootclasspath:.:.:.:/js/files6/JDK1.2FCS-H/solaris/jre/lib/rt.jar:/js/files6/JDK1.2FCS-H/solaris/jre/lib/i18n.jar:/js/files6/JDK1.2FCS-H/solaris/jre/classes
finished starting rmid.
Activate the object via method call
failure: unexpected exception java.rmi.NoSuchObjectException: activatable object no longer registered
java.rmi.NoSuchObjectException: activatable object no longer registered
at sun.rmi.server.ActivatableRef.activate(Compiled Code)
at sun.rmi.server.ActivatableRef.invoke(Compiled Code)
at CheckRegisterInLog_Stub.ping(Compiled Code)
at CheckRegisterInLog.main(Compiled Code)
ACTIVATION DAEMON SHUT DOWN
Exception in thread "main" java.lang.RuntimeException: CheckRegisterInLog got exception activatable object no longer registered
at CheckRegisterInLog.main(Compiled Code)
cycler:checkRegisterInLog:\>
test/java/rmi/activation/Activatable/checkRegisterInLog
test/java/rmi/activation/Activatable/restartCrashedService
Whenever an Activatable object is registered and then RMID is shutdown, the activation system does not recover its state properly. Consequently, when rmid is restarted, Activatable objects that were registered when rmid was previously running are no longer useable, rmid can not restart or activate these objects.
These two tests fail with the following errors:
restartCrashedService:
Starting java for class: sun.rmi.server.Activation
bootclasspath = -Xbootclasspath:.:.:.:/js/files6/JDK1.2FCS-H/solaris/jre/lib/rt.jar:/js/files6/JDK1.2FCS-H/solaris/jre/lib/i18n.jar:/js/files6/JDK1.2FCS-H/solaris/jre/classes
command = /js/files6/JDK1.2FCS-H/solaris/jre/bin/java -Xbootclasspath:.:.:.:/js/files6/JDK1.2FCS-H/solaris/jre/lib/rt.jar:/js/files6/JDK1.2FCS-H/solaris/jre/lib/i18n.jar:/js/files6/JDK1.2FCS-H/solaris/jre/classes sun.rmi.server.Activation -port 1098 -log /js/files/JDK1.2/test/java/rmi/activation/Activatable/restartCrashedService/./log -C-Xbootclasspath:.:.:.:/js/files6/JDK1.2FCS-H/solaris/jre/lib/rt.jar:/js/files6/JDK1.2FCS-H/solaris/jre/lib/i18n.jar:/js/files6/JDK1.2FCS-H/solaris/jre/classes
finished starting vm.
finished starting rmid.
RestartCrashedService: received ping from restartable
Test1 passed: rmid restarted service
TUE SEP 15 19:26:27 EDT 1998:EXECGROUP-0:ERR:RESTARTABLE SERVICE STARTED
Test2 passed: rmid did not restart activatable service
Crash restartable object
EXCEPTION: Test1 failed: service not restarted by timeout
EXCEPTION: test failed
message: EXCEPTION: Test1 failed: service not restarted by timeout
java.lang.RuntimeException: EXCEPTION: Test1 failed: service not restarted by timeout
at RestartCrashedService.bomb(Compiled Code)
at RestartCrashedService.main(Compiled Code)
ACTIVATION DAEMON SHUT DOWN
removing rmid's old log file...
Exception in thread "main" java.lang.RuntimeException: EXCEPTION: test failed
at RestartCrashedService.bomb(Compiled Code)
at RestartCrashedService.main(Compiled Code)
checkRegisterInLog:
Regression test for bug 4110548
removing rmid's old log file...
starting rmid...
bootclasspath = -Xbootclasspath:.:.:.:/js/files6/JDK1.2FCS-H/solaris/jre/lib/rt.jar:/js/files6/JDK1.2FCS-H/solaris/jre/lib/i18n.jar:/js/files6/JDK1.2FCS-H/solaris/jre/classes
finished starting rmid.
Creating group descriptor
Registering group
Creating descriptor
Registering descriptor
ACTIVATION DAEMON SHUT DOWN
starting rmid...
bootclasspath = -Xbootclasspath:.:.:.:/js/files6/JDK1.2FCS-H/solaris/jre/lib/rt.jar:/js/files6/JDK1.2FCS-H/solaris/jre/lib/i18n.jar:/js/files6/JDK1.2FCS-H/solaris/jre/classes
finished starting rmid.
Activate the object via method call
failure: unexpected exception java.rmi.NoSuchObjectException: activatable object no longer registered
java.rmi.NoSuchObjectException: activatable object no longer registered
at sun.rmi.server.ActivatableRef.activate(Compiled Code)
at sun.rmi.server.ActivatableRef.invoke(Compiled Code)
at CheckRegisterInLog_Stub.ping(Compiled Code)
at CheckRegisterInLog.main(Compiled Code)
ACTIVATION DAEMON SHUT DOWN
Exception in thread "main" java.lang.RuntimeException: CheckRegisterInLog got exception activatable object no longer registered
at CheckRegisterInLog.main(Compiled Code)
cycler:checkRegisterInLog:\>
- relates to
-
JDK-6358861 REGRESSION:RMI regression testcase was failing with 142_11-b01 and Passing with 142_10
-
- Closed
-