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

api/java_rmi/ tests fail on Sol7-32 machines when rmid does not run

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P2 P2
    • None
    • 1.3.0
    • core-libs
    • None
    • sparc
    • solaris_1

      al.smith@eng 2000-03-09

      When running the rmid file on Solaris 7 32 bit machines, the following error is intermittently displayed.
      Of the 504 rmi tests that are run, 51 tests fail due to this utility not running consistantly. Sometimes, but rarely(less then 5% of the time), when a re-test is conducted, the tests pass.

      This issue needs to be addressed ASAP to ensure accuracy in the quality testing process.

      ----------------------------------------------------------------------------------------

      %> /net/tapas/export0/jdk13/solaris/bin/rmid

      rmid: unable to restart service
      rmid: exception occurred: group creation failed after 2 tries; nested exception is:
              java.rmi.UnmarshalException: Error unmarshaling return header; nested exception is:
              java.io.EOFException
      java.rmi.activation.ActivationException: group creation failed after 2 tries; nested exception is:
              java.rmi.UnmarshalException: Error unmarshaling return header; nested exception is:
              java.io.EOFException
      java.rmi.UnmarshalException: Error unmarshaling return header; nested exception is:
              java.io.EOFException
      java.io.EOFException
              at java.io.DataInputStream.readByte(DataInputStream.java:224)
              at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:186)
              at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:122)
              at java.rmi.activation.ActivationGroup_Stub.newInstance(Unknown Source)
              at sun.rmi.server.Activation$ObjectEntry.activate(Activation.java:1441)
              at sun.rmi.server.Activation$GroupEntry.activate(Activation.java:1094)
              at sun.rmi.server.Activation$GroupEntry.restartServices(Activation.java:836)
              at sun.rmi.server.Activation.restartServices(Activation.java:184)
              at sun.rmi.server.Activation.startActivation(Activation.java:146)
              at sun.rmi.server.Activation.main(Activation.java:1977)

      =========================================================================================


      jeff.hsiao@eng 2000-03-09

      I have also seen intermittent errors on win95, win98 and winNT.


      ================================================================================

      rmid logs are maintained for persistence. Fresh test runs should wipe out
      state of previous executions before running. Add a remove statement before
      the rmid start:

      % rm -rf ./log
      % rmid

      dana.burns@East 2000-03-21

            doburns Dana Burns (Inactive)
            apsmith Alan Smith (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: