RE: Problem connecting "No protocol received closing"

2013-07-26 Thread Steve Huston
uired. > -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 18,

Re: Problem connecting "No protocol received closing"

2013-07-26 Thread Rajesh Khan
this probem, but we haven't seen a solution. Any ideas? On Mon, Jun 17, 2013 at 9:07 AM, zhumin wrote: > 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

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-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-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 wrote: > While attempting to connect to the broker I am getting the following error > message > > 2013-06-16 01:15:25 [System] error Conne

Problem connecting "No protocol received closing"

2013-06-16 Thread Rajesh Khan
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 open a connection connection = boost::make_s