You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Tamilmaran (JIRA)" <ji...@apache.org> on 2012/06/05 11:56:22 UTC

[jira] [Created] (AMQNET-387) no iconnectionfactory implementation found for connection uri

Tamilmaran created AMQNET-387:
---------------------------------

             Summary: no iconnectionfactory implementation found for connection uri
                 Key: AMQNET-387
                 URL: https://issues.apache.org/jira/browse/AMQNET-387
             Project: ActiveMQ .Net
          Issue Type: Bug
            Reporter: Tamilmaran
            Assignee: Jim Gomes


I'm facing the "no iconnectionfactory implementation found for connection uri" issue on the client system.The server side which has the broker into it, is running perfectly for topic/queue pub/sub.But the client is not working.
I have used only NMS DLL. I am not supposed to use NMS.ActiveMQ DLL. In this case, How to get rid of this issue?

--
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

        

[jira] [Commented] (AMQNET-387) no iconnectionfactory implementation found for connection uri

Posted by "Timothy Bish (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AMQNET-387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289326#comment-13289326 ] 

Timothy Bish commented on AMQNET-387:
-------------------------------------

You'll need to then explain your setup better then because I don't understand what it is you are doing.  In any event, the NMS API dll has no client logic in it, its just an API.  In order to communicate with a broker you need one of the client libs.  
                
> no iconnectionfactory implementation found for connection uri
> -------------------------------------------------------------
>
>                 Key: AMQNET-387
>                 URL: https://issues.apache.org/jira/browse/AMQNET-387
>             Project: ActiveMQ .Net
>          Issue Type: Bug
>            Reporter: Tamilmaran
>            Assignee: Jim Gomes
>
> I'm facing the "no iconnectionfactory implementation found for connection uri" issue on the client system.The server side which has the broker into it, is running perfectly for topic/queue pub/sub.But the client is not working.
> I have used only NMS DLL. I am not supposed to use NMS.ActiveMQ DLL. In this case, How to get rid of this issue?

--
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

        

[jira] [Commented] (AMQNET-387) no iconnectionfactory implementation found for connection uri

Posted by "Tamilmaran (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AMQNET-387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13291544#comment-13291544 ] 

Tamilmaran commented on AMQNET-387:
-----------------------------------

Thanks!
                
> no iconnectionfactory implementation found for connection uri
> -------------------------------------------------------------
>
>                 Key: AMQNET-387
>                 URL: https://issues.apache.org/jira/browse/AMQNET-387
>             Project: ActiveMQ .Net
>          Issue Type: Bug
>            Reporter: Tamilmaran
>            Assignee: Jim Gomes
>
> I'm facing the "no iconnectionfactory implementation found for connection uri" issue on the client system.The server side which has the broker into it, is running perfectly for topic/queue pub/sub.But the client is not working.
> I have used only NMS DLL. I am not supposed to use NMS.ActiveMQ DLL. In this case, How to get rid of this issue?

--
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

        

[jira] [Commented] (AMQNET-387) no iconnectionfactory implementation found for connection uri

Posted by "Jim Gomes (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AMQNET-387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13291144#comment-13291144 ] 

Jim Gomes commented on AMQNET-387:
----------------------------------

When you program to the Apache.NMS.dll, it uses a generic API that is common across all JMS providers.  The provider to use is specified in the connection URL.  For example, "activemq:tcp://activemqhost:61616".  By parsing the URL, the Apache.NMS.dll recognizes the leading "activemq:" provider and will load the Apache.NMS.ActiveMQ.dll assembly.  If the URL were "stomp:tcp://activemqhost:61619", then the Apache.NMS.Stomp.dll assembly would be loaded and used.  This is the basic dynamic loading strategy that is employed.
                
> no iconnectionfactory implementation found for connection uri
> -------------------------------------------------------------
>
>                 Key: AMQNET-387
>                 URL: https://issues.apache.org/jira/browse/AMQNET-387
>             Project: ActiveMQ .Net
>          Issue Type: Bug
>            Reporter: Tamilmaran
>            Assignee: Jim Gomes
>
> I'm facing the "no iconnectionfactory implementation found for connection uri" issue on the client system.The server side which has the broker into it, is running perfectly for topic/queue pub/sub.But the client is not working.
> I have used only NMS DLL. I am not supposed to use NMS.ActiveMQ DLL. In this case, How to get rid of this issue?

--
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

        

[jira] [Commented] (AMQNET-387) no iconnectionfactory implementation found for connection uri

Posted by "Tamilmaran (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AMQNET-387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289323#comment-13289323 ] 

Tamilmaran commented on AMQNET-387:
-----------------------------------

no, actually in sever side itself, i am using .NET only to connect with broker.
There new NMSConnectionFactory(BrokerURI) doesn't throw error. but the same throws this error on client side.
                
> no iconnectionfactory implementation found for connection uri
> -------------------------------------------------------------
>
>                 Key: AMQNET-387
>                 URL: https://issues.apache.org/jira/browse/AMQNET-387
>             Project: ActiveMQ .Net
>          Issue Type: Bug
>            Reporter: Tamilmaran
>            Assignee: Jim Gomes
>
> I'm facing the "no iconnectionfactory implementation found for connection uri" issue on the client system.The server side which has the broker into it, is running perfectly for topic/queue pub/sub.But the client is not working.
> I have used only NMS DLL. I am not supposed to use NMS.ActiveMQ DLL. In this case, How to get rid of this issue?

--
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

        

[jira] [Comment Edited] (AMQNET-387) no iconnectionfactory implementation found for connection uri

Posted by "Tamilmaran (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AMQNET-387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289942#comment-13289942 ] 

Tamilmaran edited comment on AMQNET-387 at 6/6/12 4:35 AM:
-----------------------------------------------------------

Yes,I could see the Apache.NMS.ActiveMQ.dll in the output path on server side as i had referenced it previously. On the client side,it's gone as i cleaned the solution to rebuild it.
It is working if i have Apache.NMS.ActiveMQ.dll in the output folder even if i didn't use it. May i know how it is being called internally...? can u get me understand the flow/architecture? 
                
      was (Author: tamilmaran):
    Yes,I could see the Apache.NMS.ActiveMQ.dll in the output path on server side as i had referenced it previously. On the client side,it's gone as i cleaned the solution to rebuild it.
It is working if i have Apache.NMS.ActiveMQ.dll in the output folder even if i didn't use it. May i know how it is being called internally...? can u get me understand the flow? 
                  
> no iconnectionfactory implementation found for connection uri
> -------------------------------------------------------------
>
>                 Key: AMQNET-387
>                 URL: https://issues.apache.org/jira/browse/AMQNET-387
>             Project: ActiveMQ .Net
>          Issue Type: Bug
>            Reporter: Tamilmaran
>            Assignee: Jim Gomes
>
> I'm facing the "no iconnectionfactory implementation found for connection uri" issue on the client system.The server side which has the broker into it, is running perfectly for topic/queue pub/sub.But the client is not working.
> I have used only NMS DLL. I am not supposed to use NMS.ActiveMQ DLL. In this case, How to get rid of this issue?

--
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

        

[jira] [Comment Edited] (AMQNET-387) no iconnectionfactory implementation found for connection uri

Posted by "Jim Gomes (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AMQNET-387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289873#comment-13289873 ] 

Jim Gomes edited comment on AMQNET-387 at 6/5/12 11:58 PM:
-----------------------------------------------------------

Tamilmaran, as Tim mentioned, you should see the Apache.NMS.ActiveMQ.dll assembly on the server.  If it's not there, but it is being loaded, it's possible that it may have been placed into the Global Assembly Cache (GAC).  I haven't tested that, but it's a theory as to why you may not be seeing it, yet it is being loaded.  To solve the client-side problem, all you have to do is copy the Apache.NMS.ActiveMQ.dll into the same folder as the Apache.NMS.dll.  As you mention, you only need to develop against the Apache.NMS.dll, but you need to deploy both assemblies.
                
      was (Author: jgomes):
    Tamilmaran, as Tim mentioned, you should see the Apache.NMS.ActiveMQ.dll assembly on the server.  If it's not there, but it is being loaded, it's possible that it may have been placed into the Global Assembly Cache (GAC).  I haven't tested that, but it's a theory as to why you may not be seeing it, yet it is being loaded.  To solve the client-side problem, all you have to do is copy the Apache.NMS.ActiveMQ.dll into the save folder as the Apache.NMS.dll.  As you mention, you only need to develop against the Apache.NMS.dll, but you need to deploy both assemblies.
                  
> no iconnectionfactory implementation found for connection uri
> -------------------------------------------------------------
>
>                 Key: AMQNET-387
>                 URL: https://issues.apache.org/jira/browse/AMQNET-387
>             Project: ActiveMQ .Net
>          Issue Type: Bug
>            Reporter: Tamilmaran
>            Assignee: Jim Gomes
>
> I'm facing the "no iconnectionfactory implementation found for connection uri" issue on the client system.The server side which has the broker into it, is running perfectly for topic/queue pub/sub.But the client is not working.
> I have used only NMS DLL. I am not supposed to use NMS.ActiveMQ DLL. In this case, How to get rid of this issue?

--
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

        

[jira] [Commented] (AMQNET-387) no iconnectionfactory implementation found for connection uri

Posted by "Tamilmaran (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AMQNET-387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289309#comment-13289309 ] 

Tamilmaran commented on AMQNET-387:
-----------------------------------

But then how is it working on server side alone without those DLLs?
                
> no iconnectionfactory implementation found for connection uri
> -------------------------------------------------------------
>
>                 Key: AMQNET-387
>                 URL: https://issues.apache.org/jira/browse/AMQNET-387
>             Project: ActiveMQ .Net
>          Issue Type: Bug
>            Reporter: Tamilmaran
>            Assignee: Jim Gomes
>
> I'm facing the "no iconnectionfactory implementation found for connection uri" issue on the client system.The server side which has the broker into it, is running perfectly for topic/queue pub/sub.But the client is not working.
> I have used only NMS DLL. I am not supposed to use NMS.ActiveMQ DLL. In this case, How to get rid of this issue?

--
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

        

[jira] [Commented] (AMQNET-387) no iconnectionfactory implementation found for connection uri

Posted by "Tamilmaran (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AMQNET-387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289942#comment-13289942 ] 

Tamilmaran commented on AMQNET-387:
-----------------------------------

Yes,I could see the Apache.NMS.ActiveMQ.dll in the output path on server side as i had referenced it previously. On the client side,it's gone as i cleaned the solution to rebuild it.
It is working if i have Apache.NMS.ActiveMQ.dll in the output folder even if i didn't use it. May i know how it is being called internally...? can u get me understand the flow? 
                
> no iconnectionfactory implementation found for connection uri
> -------------------------------------------------------------
>
>                 Key: AMQNET-387
>                 URL: https://issues.apache.org/jira/browse/AMQNET-387
>             Project: ActiveMQ .Net
>          Issue Type: Bug
>            Reporter: Tamilmaran
>            Assignee: Jim Gomes
>
> I'm facing the "no iconnectionfactory implementation found for connection uri" issue on the client system.The server side which has the broker into it, is running perfectly for topic/queue pub/sub.But the client is not working.
> I have used only NMS DLL. I am not supposed to use NMS.ActiveMQ DLL. In this case, How to get rid of this issue?

--
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

        

[jira] [Closed] (AMQNET-387) no iconnectionfactory implementation found for connection uri

Posted by "Tamilmaran (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AMQNET-387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tamilmaran closed AMQNET-387.
-----------------------------

    Resolution: Not A Problem
    
> no iconnectionfactory implementation found for connection uri
> -------------------------------------------------------------
>
>                 Key: AMQNET-387
>                 URL: https://issues.apache.org/jira/browse/AMQNET-387
>             Project: ActiveMQ .Net
>          Issue Type: Bug
>            Reporter: Tamilmaran
>            Assignee: Jim Gomes
>
> I'm facing the "no iconnectionfactory implementation found for connection uri" issue on the client system.The server side which has the broker into it, is running perfectly for topic/queue pub/sub.But the client is not working.
> I have used only NMS DLL. I am not supposed to use NMS.ActiveMQ DLL. In this case, How to get rid of this issue?

--
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

        

[jira] [Commented] (AMQNET-387) no iconnectionfactory implementation found for connection uri

Posted by "Jim Gomes (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AMQNET-387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289873#comment-13289873 ] 

Jim Gomes commented on AMQNET-387:
----------------------------------

Tamilmaran, as Tim mentioned, you should see the Apache.NMS.ActiveMQ.dll assembly on the server.  If it's not there, but it is being loaded, it's possible that it may have been placed into the Global Assembly Cache (GAC).  I haven't tested that, but it's a theory as to why you may not be seeing it, yet it is being loaded.  To solve the client-side problem, all you have to do is copy the Apache.NMS.ActiveMQ.dll into the save folder as the Apache.NMS.dll.  As you mention, you only need to develop against the Apache.NMS.dll, but you need to deploy both assemblies.
                
> no iconnectionfactory implementation found for connection uri
> -------------------------------------------------------------
>
>                 Key: AMQNET-387
>                 URL: https://issues.apache.org/jira/browse/AMQNET-387
>             Project: ActiveMQ .Net
>          Issue Type: Bug
>            Reporter: Tamilmaran
>            Assignee: Jim Gomes
>
> I'm facing the "no iconnectionfactory implementation found for connection uri" issue on the client system.The server side which has the broker into it, is running perfectly for topic/queue pub/sub.But the client is not working.
> I have used only NMS DLL. I am not supposed to use NMS.ActiveMQ DLL. In this case, How to get rid of this issue?

--
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

        

[jira] [Commented] (AMQNET-387) no iconnectionfactory implementation found for connection uri

Posted by "Timothy Bish (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AMQNET-387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289315#comment-13289315 ] 

Timothy Bish commented on AMQNET-387:
-------------------------------------

Because the broker is not using .NET, its a Java app.
                
> no iconnectionfactory implementation found for connection uri
> -------------------------------------------------------------
>
>                 Key: AMQNET-387
>                 URL: https://issues.apache.org/jira/browse/AMQNET-387
>             Project: ActiveMQ .Net
>          Issue Type: Bug
>            Reporter: Tamilmaran
>            Assignee: Jim Gomes
>
> I'm facing the "no iconnectionfactory implementation found for connection uri" issue on the client system.The server side which has the broker into it, is running perfectly for topic/queue pub/sub.But the client is not working.
> I have used only NMS DLL. I am not supposed to use NMS.ActiveMQ DLL. In this case, How to get rid of this issue?

--
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

        

[jira] [Commented] (AMQNET-387) no iconnectionfactory implementation found for connection uri

Posted by "Timothy Bish (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AMQNET-387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289306#comment-13289306 ] 

Timothy Bish commented on AMQNET-387:
-------------------------------------

You must use both the NMS API assembly and one of the provider assemblies such as NMS.ActiveMQ, or NMS.Stomp you can't use the NMS API assembly alone. 
                
> no iconnectionfactory implementation found for connection uri
> -------------------------------------------------------------
>
>                 Key: AMQNET-387
>                 URL: https://issues.apache.org/jira/browse/AMQNET-387
>             Project: ActiveMQ .Net
>          Issue Type: Bug
>            Reporter: Tamilmaran
>            Assignee: Jim Gomes
>
> I'm facing the "no iconnectionfactory implementation found for connection uri" issue on the client system.The server side which has the broker into it, is running perfectly for topic/queue pub/sub.But the client is not working.
> I have used only NMS DLL. I am not supposed to use NMS.ActiveMQ DLL. In this case, How to get rid of this issue?

--
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