Uploaded image for project: 'River (Retired)'
  1. River (Retired)
  2. RIVER-225

NullPointerException in Reggie during destroy

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • jtsk_2.1
    • River_2.1.2
    • com_sun_jini_reggie
    • None
    • 6377953

    Description

      Bugtraq ID 6377953
      Reggie has a workaround for Thread.interrrupt() not interrupting MulticastSocket.receive() on all paltforms. The workaround is to attempt to close the socket in the interrupt() method of MuticastThread. If Reggie is configured with DiscoveryManagement.NO_GROUPS, the MulticastThread will be created and started, but it won't set a socket, so when interrupt() is called on this thread at destroy time, a NullPointerException will be thrown. Whether the workaround is still necesarry or not should be investigated as well.

      Attachments

        1. RIVER-225_RIVER-246.patch
          2 kB
          Juan Ramirez

        Activity

          People

            ramirjf Juan Ramirez
            vinodjohnson Thomas Vinod Johnson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: