Uploaded image for project: 'JGroups'
  1. JGroups
  2. JGRP-2216

IllegalFormatException in DefaultDNSResolver#getDnsContext()

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 4.0.7
    • 3.6.10, 4.0.5
    • None

      An IllegalFormatException is thrown at:

      DefaultDNSResolver#getDnsContext()

      log.trace("Initializing DNS Context with factory: %s and url: %s" + dnsContextFactory, dnsAddress);
      

      should be:

      log.trace("Initializing DNS Context with factory: %s and url: %s", dnsContextFactory, dnsAddress);
      

      plus sign changed in to comma.

              rhn-engineering-bban Bela Ban
              johanvogelzang Johan Vogelzang (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: