Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4173960

Activatable objects cannot be restarted.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 1.2.0
    • 1.2.0
    • core-libs
    • None
    • 1.2fcs
    • generic
    • generic
    • Verified

      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:\>




            ldorninsunw Laird Dornin (Inactive)
            ldorninsunw Laird Dornin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: