On Fri, 2009-03-20 at 10:56 -0700, manua wrote: > Hi, > > I am able to run the Unit tests, when I run it on my local machine.But, when > I install it on a remote machine and tried to run it there (connected > through remote desktop), as local to that machine, it fails for 2 test cases > (test case 43,44) and gave the following error, > > Apache.NMS.Test.ConsumerTest.TestDurableConsumerSelectorChange(False): > Apache.NMS.ActiveMQ.BrokerException : javax.jms.InvalidDestinationException > : No durable subscription exists for: ConsumerTestConsumerId > > Apache.NMS.Test.ConsumerTest.TestDurableConsumerSelectorChange(True): > Apache.NMS.ActiveMQ.BrokerException : > org.apache.activemq.kaha.RuntimeStoreException : java.io.IOException: Could > not locate data file data-topic-acks--1 > > > at Apache.NMS.ActiveMQ.Transport.ResponseCorrelator.Request(Command command, > TimeSpan timeout) in > c:\amq\activemq-dotnet\Apache.NMS.ActiveMQ\trunk\src\main\csharp\Transport\ResponseCorrelator.cs:line > 105 > at Apache.NMS.ActiveMQ.Connection.SyncRequest(Command command, TimeSpan > requestTimeout) in > c:\amq\activemq-dotnet\Apache.NMS.ActiveMQ\trunk\src\main\csharp\Connection.cs:line > 333 > at Apache.NMS.ActiveMQ.Session.DoSend(Command message, TimeSpan > requestTimeout) in > c:\amq\activemq-dotnet\Apache.NMS.ActiveMQ\trunk\src\main\csharp\Session.cs:line > 478 > at Apache.NMS.ActiveMQ.Session.DoSend(Command message) in > c:\amq\activemq-dotnet\Apache.NMS.ActiveMQ\trunk\src\main\csharp\Session.cs:line > 467 > at Apache.NMS.ActiveMQ.Session.DeleteDurableConsumer(String name) in > c:\amq\activemq-dotnet\Apache.NMS.ActiveMQ\trunk\src\main\csharp\Session.cs:line > 302 > at Apache.NMS.Test.NMSTestSupport.UnregisterDurableConsumer(String > connectionID, String consumerID) > at Apache.NMS.Test.ConsumerTest.TestDurableConsumerSelectorChange(Boolean > persistent) > > Kindly help me with this. Thanks in advance > > Thanks, > Manu
This is a known issue, see: http://issues.apache.org/activemq/browse/AMQNET-150 Regards Tim. -- Tim Bish http://fusesource.com http://timbish.blogspot.com/
