Re: CMS 3.1 NoSuchElementException with failover

2010-03-10 Thread Timothy Bish
On Wed, 2010-03-10 at 02:56 -0800, Sodan wrote: > any news on this ?? > > Søren > > > > Sodan wrote: > > > > dont know how to put it into jira... > > > > > If you would open a Jira issue here http://issues.apache.org/activemq/browse/AMQCPP And attach a small sample app that demonstrates t

Re: CMS 3.1 NoSuchElementException with failover

2010-03-10 Thread Sodan
any news on this ?? Søren Sodan wrote: > > dont know how to put it into jira... > > -- View this message in context: http://old.nabble.com/CMS-3.1-NoSuchElementException-with-failover-tp27125879p27848155.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: CMS 3.1 NoSuchElementException with failover

2010-01-13 Thread Sodan
dont know how to put it into jira... -- View this message in context: http://old.nabble.com/CMS-3.1-NoSuchElementException-with-failover-tp27125879p27143319.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: CMS 3.1 NoSuchElementException with failover

2010-01-12 Thread Sodan
apr-1.3.9 apr-iconv-1.2.1 apr-util-1.3.9 first one comes here: - debug.exe!decaf::lang::exceptions::NoSuchElementException::NoSuchElementException(const char * file=0x01486e78, const int lineNumber=239, const char * msg=0x01486f28, ...) Line 110 C++ debug.exe!decaf::util::StlMap,st

Re: CMS 3.1 NoSuchElementException with failover

2010-01-12 Thread Timothy Bish
On Tue, 2010-01-12 at 06:51 -0800, Sodan wrote: > its simple, all I do is: > > activemq::library::ActiveMQCPP::initializeLibrary(); > itsConnectionFactory = new ActiveMQConnectionFactory(brokerURI); > itsConnection = itsConnectionFactory->createConnection(); > > and at that point 'createConnectio

Re: CMS 3.1 NoSuchElementException with failover

2010-01-12 Thread Sodan
its simple, all I do is: activemq::library::ActiveMQCPP::initializeLibrary(); itsConnectionFactory = new ActiveMQConnectionFactory(brokerURI); itsConnection = itsConnectionFactory->createConnection(); and at that point 'createConnection', the first NoSuchElementException appears... (it comes fro

Re: CMS 3.1 NoSuchElementException with failover

2010-01-12 Thread Timothy Bish
On Tue, 2010-01-12 at 02:59 -0800, Sodan wrote: > Hi all > > (using cms 3.1, vs 2008) > > If we do broker url: > tcp://host:61616 > then everything is fine, but we need failover (for automatic reconnect) so > we do: > failover:(tcp://host:61616) > > but then we get a lot of: > First-chance excep