Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-3582

Client reporting "Unable to load custom SASL providers" during connection

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 0.14
    • JMS AMQP 0-x
    • None

    Description

      Java Client is logging at ERROR

      IoReceiver - localhost/127.0.0.1:5672 2011-11-03 16:31:20,547 ERROR [qpid.client.security.DynamicSaslRegistrar] Unable to load custom SASL providers.
      

      during connection. This is due to the client executing a call to DynamicSaslRegistrar#registerSaslProviders twice: once from AMQConnectionDelegate_0_10 and once from ClientConnectionDelegate#createSaslClient/CallbackHandlerRegistry

      The error caused by the duplicate call is harmless and can be safely ignored.

      The call to DynamicSaslRegistrar#registerSaslProviders should be made earlier, possibly from AMQConnection or its factory.

      Attachments

        Activity

          People

            robbie Robbie Gemmell
            kwall Keith Wall
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: