Uploaded image for project: 'Grouper'
  1. Grouper
  2. GRP-3843

Duo connector logging glitch

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Trivial
    • 2.6.8
    • 2.6.6, 2.5.60
    • duo
    • None

    Description

      Line 222 of the Change Log Consumer class:

      GrouperDuoLog.logError(String.format("Failed to create administrator for subject: %s (%s) from %s, removing member from group.", subject.getName(), subject.getId(), subject.getSource()));

      The last parameter there is not converting to a clean string, you get a Java class instance:

      2022-02-21 14:55:03,668: [DefaultQuartzScheduler_Worker-1] ERROR GrouperDuoLog.logError(46) -  - Failed to create admini
      strator for subject: <name-elided> (<id-elided>) from edu.internet2.middleware.grouper.subj.GrouperJndiSourceAdapter@e7f18230, removing member from group.
      

      Guessing the intent is to call some method on the subject source to get the source ID.

      Attachments

        Activity

          People

            chris.hyzer@at.internet2.edu Chris Hyzer (upenn.edu)
            scott.cantor@at.internet2.edu Scott Cantor (osu.edu)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: