Alex Rudyy created QPID-4513:
--------------------------------

             Summary: [Java Client] can erroneously log "Unable to load custom 
SASL providers." when loaded with multiple class loaders
                 Key: QPID-4513
                 URL: https://issues.apache.org/jira/browse/QPID-4513
             Project: Qpid
          Issue Type: Bug
          Components: Java Client
    Affects Versions: 0.18, 0.20
            Reporter: Alex Rudyy


An ERROR log "Unable to load custom SASL providers." is produced by the java 
client when CallbackHandlerRegistry is loaded by multiple class loaders. In 
this case the first class loader successfully registers the SASL providers on 
opening of the first connection and uses of other class loaders causes the 
error message because they are enable to register SASL providers because they 
are already registered.

The registration process should be updated to detect that all required 
providers are already registered and only log an error if they are not.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to