RE: Operation not permitted (qpid/sys/epoll/EpollPoller.cpp:254)

2010-01-25 Thread Steve Huston
Hi Jason, > I'm getting the error mentioned in the subject line > ("Operation not permitted > (qpid/sys/epoll/EpollPoller.cpp:254)") when my c++ client > tries to connect to the broker. Ok; could you please report this in a jira? (http://issues.apache.org/jira/browse/qpid) > I dug into the so

RE: can't config a fanout exchange

2010-01-25 Thread Robbie Gemmell
Just to revive this ancient thread... :-) I have run into a similar issue recently relating to exchange durability and found that the code responsible for parsing the exchange configuration isn't fully able to handle the configuration being placed in the virtualhosts.xml file. It does however seem

Operation not permitted (qpid/sys/epoll/EpollPoller.cpp:254)

2010-01-25 Thread Jason Schlauch
I'm getting the error mentioned in the subject line ("Operation not permitted (qpid/sys/epoll/EpollPoller.cpp:254)") when my c++ client tries to connect to the broker. I dug into the source code and here's the relevant excerpt: 244 PollerPrivate() : 245 epollFd(::epoll_create(DefaultF