You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org> on 2007/02/20 13:16:05 UTC

[jira] Resolved: (QPID-344) Connection Tests in .NET Client failing because no virtual host specified

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

Martin Ritchie resolved QPID-344.
---------------------------------

    Resolution: Fixed

revision 507109

> Connection Tests in .NET Client failing because no virtual host specified
> -------------------------------------------------------------------------
>
>                 Key: QPID-344
>                 URL: https://issues.apache.org/jira/browse/QPID-344
>             Project: Qpid
>          Issue Type: Test
>          Components: Dot Net Client
>    Affects Versions: M2
>            Reporter: Tomas Restrepo
>         Attachments: Qpid-344-2.diff, QPID-344.diff
>
>
> The Connection tests in Qpid.Client.Tests are failing against the current trunk version of the Java Broker because the connection info does not specify  a virtual host to connect to.
> TestCase 'Qpid.Client.Tests.Connection.ConnectionTest.SimpleConnection'
> failed: Qpid.Client.AMQConnectionException : Unable to connect
>   ----> Qpid.AMQConnectionClosedException : Error: Unknown virtual host: default [error code 404]
> 	E:\Opensource\qpid2\qpid\dotnet\Qpid.Client\Client\AMQConnection.cs(160,0): at Qpid.Client.AMQConnection..ctor(IConnectionInfo connectionInfo)
> 	E:\Opensource\qpid2\qpid\dotnet\Qpid.Client.Tests\connection\ConnectionTest.cs(37,0): at Qpid.Client.Tests.Connection.ConnectionTest.SimpleConnection()
> 	--AMQConnectionException
> 	E:\Opensource\qpid2\qpid\dotnet\Qpid.Client\Client\State\StateWaiter.cs(90,0): at Qpid.Client.State.StateWaiter.WaituntilStateHasChanged()
> 	E:\Opensource\qpid2\qpid\dotnet\Qpid.Client\Client\State\AMQStateManager.cs(220,0): at Qpid.Client.State.AMQStateManager.AttainState(AMQState s)
> 	E:\Opensource\qpid2\qpid\dotnet\Qpid.Client\Client\AMQConnection.cs(733,0): at Qpid.Client.AMQConnection.MakeBrokerConnection(IBrokerInfo brokerDetail)
> 	E:\Opensource\qpid2\qpid\dotnet\Qpid.Client\Client\AMQConnection.cs(145,0): at Qpid.Client.AMQConnection..ctor(IConnectionInfo connectionInfo)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.