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 'createConnection', the first NoSuchElementException > appears... > (it comes from: connection.reset( new ActiveMQConnection( transport, > properties ) ) > in file ActiveMQConnectionFactory.cpp) > > then I do: > itsConnection->start(); > > after this I get 30 more.... > > Søren >
Well that's definitely a new one, not sure what's going on there. If you can run in the debugger and capture some stack traces that would be helpful. Feel free to open a new issue for this in Jira. Also if you can provide info on what versions of the APR libraries you are using as well. Pretty much anything you can think of as far as additional info would be helpful. Regards Tim.