[ 
https://issues.apache.org/jira/browse/QPID-3582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Keith Wall updated QPID-3582:
-----------------------------

    Description: 
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.



  was:
Java Client is logging at ERROR

{preformat}
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.
{preformat}

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.



    
> 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
>            Priority: Minor
>
> 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:[email protected]

Reply via email to