Re: Problem connecting No protocol received closing

2013-07-26 Thread Rajesh Khan
We are trying to run the Qpid C++ broker on Fedora 18, but when we increase the number of connections to Qpid topics we get a tremendous number of these messages in the log: Jul 26 12:09:36 jackson qpidd[31823]: 2013-07-26 18:09:36 [System] error Could not accept socket: Too many open files

RE: Problem connecting No protocol received closing

2013-07-26 Thread Steve Huston
if the permanent setting is required. -Original Message- From: Rajesh Khan [mailto:rajeshkhan...@gmail.com] Sent: Friday, July 26, 2013 2:46 PM To: users@qpid.apache.org Subject: Re: Problem connecting No protocol received closing We are trying to run the Qpid C++ broker on Fedora

Re: Problem connecting No protocol received closing

2013-06-17 Thread Gordon Sim
On 06/16/2013 08:19 AM, Rajesh Khan wrote: While attempting to connect to the broker I am getting the following error message 2013-06-16 01:15:25 [System] error Connection 127.0.0.1:5672-127.0.0.1:51592No protocol received closing My C++ code looks like this. The error occurs when I attempt to

Re: Problem connecting No protocol received closing

2013-06-17 Thread zhumin
I also meet it when i use SSL C++ client to connect qpid server. -- View this message in context: http://qpid.2158936.n2.nabble.com/Problem-connecting-No-protocol-received-closing-tp7594171p7594201.html Sent from the Apache Qpid users mailing list archive at Nabble.com.

Re: Problem connecting No protocol received closing

2013-06-16 Thread Rajesh Khan
In the above code connection is a class instance boost shared ptr and the method is running in a separate thread On Sun, Jun 16, 2013 at 1:19 AM, Rajesh Khan rajeshkhan...@gmail.comwrote: While attempting to connect to the broker I am getting the following error message 2013-06-16 01:15:25