You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Justin Ross (Commented) (JIRA)" <ji...@apache.org> on 2011/11/30 23:53:40 UTC

[jira] [Commented] (QPID-3582) Client reporting "Unable to load custom SASL providers" during connection

    [ https://issues.apache.org/jira/browse/QPID-3582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13160422#comment-13160422 ] 

Justin Ross commented on QPID-3582:
-----------------------------------

Developer approved by Rajith on the list.  Approved for 0.14.
                
> Client reporting "Unable to load custom SASL providers" during connection
> -------------------------------------------------------------------------
>
>                 Key: QPID-3582
>                 URL: https://issues.apache.org/jira/browse/QPID-3582
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>            Reporter: Keith Wall
>            Assignee: Robbie Gemmell
>            Priority: Minor
>             Fix For: 0.15
>
>
> Java Client is logging at ERROR
> {code}
> 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.
> {code}
> 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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org