You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@qpid.apache.org by Rajesh Khan <ra...@gmail.com> on 2012/10/15 21:26:28 UTC

First "Hello World in C++" authentication failed.

I am attempting to run my first example of "hello world" in C++ (Vs2010).
However whenever  I run it I get the message
*    connection-forced : Authentication Failed*
After referring to the broker manual it states in windows by default a
"Guest" account with a guest password is required or else no authentication
parameter can be used
So I restarted my broker using  no-auth parameter as such:

*D:\qpid-0.18\qpid-0.18\cpp\src\Debug>qpidd no-auth*
2012-10-15 13:17:59 [Security] error Failed to initialise SSL listener:
Locating
 certificate Rajesh-PC in store My Cannot find object or property.
(qpid\broker
\windows\SslProtocolFactory.cpp:193)
2012-10-15 13:17:59 [Network] notice Listening on TCP/TCP6 port 5672
5672
2012-10-15 13:17:59 [Broker] notice Broker running
2012-10-15 13:18:13 [System] error Connection [::1]:5672-[::1]:55109 No
protocol
 received closing

But I still get *    connection-forced : Authentication Failed *message and
the No protocol lines are added to the Broker. Any suggestions on how to
solve this problem ?

Re: First "Hello World in C++" authentication failed.

Posted by Rajesh Khan <ra...@gmail.com>.
Yes it did thanks.

On Mon, Oct 15, 2012 at 1:44 PM, Steve Huston <sh...@riverace.com> wrote:

> Oops, my bad - thank you for the correction.
> Did it work?
>
> On 10/15/12 3:42 PM, "Rajesh Khan" <ra...@gmail.com> wrote:
>
> >Steve thanks for your reply it was actually suppose to be
> >D:\qpid-0.18\qpid-0.18\cpp\src\Debug>qpidd --auth=no
> >
> >
> >
> >On Mon, Oct 15, 2012 at 1:30 PM, Steve Huston <sh...@riverace.com>
> >wrote:
> >
> >> --no-auth
> >>
> >> On 10/15/12 3:26 PM, "Rajesh Khan" <ra...@gmail.com> wrote:
> >>
> >> >I am attempting to run my first example of "hello world" in C++
> >>(Vs2010).
> >> >However whenever  I run it I get the message
> >> >*    connection-forced : Authentication Failed*
> >> >After referring to the broker manual it states in windows by default a
> >> >"Guest" account with a guest password is required or else no
> >> >authentication
> >> >parameter can be used
> >> >So I restarted my broker using  no-auth parameter as such:
> >> >
> >> >*D:\qpid-0.18\qpid-0.18\cpp\src\Debug>qpidd no-auth*
> >> >2012-10-15 13:17:59 [Security] error Failed to initialise SSL listener:
> >> >Locating
> >> > certificate Rajesh-PC in store My Cannot find object or property.
> >> >(qpid\broker
> >> >\windows\SslProtocolFactory.cpp:193)
> >> >2012-10-15 13:17:59 [Network] notice Listening on TCP/TCP6 port 5672
> >> >5672
> >> >2012-10-15 13:17:59 [Broker] notice Broker running
> >> >2012-10-15 13:18:13 [System] error Connection [::1]:5672-[::1]:55109 No
> >> >protocol
> >> > received closing
> >> >
> >> >But I still get *    connection-forced : Authentication Failed *message
> >> >and
> >> >the No protocol lines are added to the Broker. Any suggestions on how
> >>to
> >> >solve this problem ?
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
> >> For additional commands, e-mail: users-help@qpid.apache.org
> >>
> >>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
> For additional commands, e-mail: users-help@qpid.apache.org
>
>

Re: First "Hello World in C++" authentication failed.

Posted by Steve Huston <sh...@riverace.com>.
Oops, my bad - thank you for the correction.
Did it work?

On 10/15/12 3:42 PM, "Rajesh Khan" <ra...@gmail.com> wrote:

>Steve thanks for your reply it was actually suppose to be
>D:\qpid-0.18\qpid-0.18\cpp\src\Debug>qpidd --auth=no
>
>
>
>On Mon, Oct 15, 2012 at 1:30 PM, Steve Huston <sh...@riverace.com>
>wrote:
>
>> --no-auth
>>
>> On 10/15/12 3:26 PM, "Rajesh Khan" <ra...@gmail.com> wrote:
>>
>> >I am attempting to run my first example of "hello world" in C++
>>(Vs2010).
>> >However whenever  I run it I get the message
>> >*    connection-forced : Authentication Failed*
>> >After referring to the broker manual it states in windows by default a
>> >"Guest" account with a guest password is required or else no
>> >authentication
>> >parameter can be used
>> >So I restarted my broker using  no-auth parameter as such:
>> >
>> >*D:\qpid-0.18\qpid-0.18\cpp\src\Debug>qpidd no-auth*
>> >2012-10-15 13:17:59 [Security] error Failed to initialise SSL listener:
>> >Locating
>> > certificate Rajesh-PC in store My Cannot find object or property.
>> >(qpid\broker
>> >\windows\SslProtocolFactory.cpp:193)
>> >2012-10-15 13:17:59 [Network] notice Listening on TCP/TCP6 port 5672
>> >5672
>> >2012-10-15 13:17:59 [Broker] notice Broker running
>> >2012-10-15 13:18:13 [System] error Connection [::1]:5672-[::1]:55109 No
>> >protocol
>> > received closing
>> >
>> >But I still get *    connection-forced : Authentication Failed *message
>> >and
>> >the No protocol lines are added to the Broker. Any suggestions on how
>>to
>> >solve this problem ?
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
>> For additional commands, e-mail: users-help@qpid.apache.org
>>
>>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org


Re: First "Hello World in C++" authentication failed.

Posted by Rajesh Khan <ra...@gmail.com>.
Steve thanks for your reply it was actually suppose to be
D:\qpid-0.18\qpid-0.18\cpp\src\Debug>qpidd --auth=no



On Mon, Oct 15, 2012 at 1:30 PM, Steve Huston <sh...@riverace.com> wrote:

> --no-auth
>
> On 10/15/12 3:26 PM, "Rajesh Khan" <ra...@gmail.com> wrote:
>
> >I am attempting to run my first example of "hello world" in C++ (Vs2010).
> >However whenever  I run it I get the message
> >*    connection-forced : Authentication Failed*
> >After referring to the broker manual it states in windows by default a
> >"Guest" account with a guest password is required or else no
> >authentication
> >parameter can be used
> >So I restarted my broker using  no-auth parameter as such:
> >
> >*D:\qpid-0.18\qpid-0.18\cpp\src\Debug>qpidd no-auth*
> >2012-10-15 13:17:59 [Security] error Failed to initialise SSL listener:
> >Locating
> > certificate Rajesh-PC in store My Cannot find object or property.
> >(qpid\broker
> >\windows\SslProtocolFactory.cpp:193)
> >2012-10-15 13:17:59 [Network] notice Listening on TCP/TCP6 port 5672
> >5672
> >2012-10-15 13:17:59 [Broker] notice Broker running
> >2012-10-15 13:18:13 [System] error Connection [::1]:5672-[::1]:55109 No
> >protocol
> > received closing
> >
> >But I still get *    connection-forced : Authentication Failed *message
> >and
> >the No protocol lines are added to the Broker. Any suggestions on how to
> >solve this problem ?
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
> For additional commands, e-mail: users-help@qpid.apache.org
>
>

Re: First "Hello World in C++" authentication failed.

Posted by Steve Huston <sh...@riverace.com>.
--no-auth

On 10/15/12 3:26 PM, "Rajesh Khan" <ra...@gmail.com> wrote:

>I am attempting to run my first example of "hello world" in C++ (Vs2010).
>However whenever  I run it I get the message
>*    connection-forced : Authentication Failed*
>After referring to the broker manual it states in windows by default a
>"Guest" account with a guest password is required or else no
>authentication
>parameter can be used
>So I restarted my broker using  no-auth parameter as such:
>
>*D:\qpid-0.18\qpid-0.18\cpp\src\Debug>qpidd no-auth*
>2012-10-15 13:17:59 [Security] error Failed to initialise SSL listener:
>Locating
> certificate Rajesh-PC in store My Cannot find object or property.
>(qpid\broker
>\windows\SslProtocolFactory.cpp:193)
>2012-10-15 13:17:59 [Network] notice Listening on TCP/TCP6 port 5672
>5672
>2012-10-15 13:17:59 [Broker] notice Broker running
>2012-10-15 13:18:13 [System] error Connection [::1]:5672-[::1]:55109 No
>protocol
> received closing
>
>But I still get *    connection-forced : Authentication Failed *message
>and
>the No protocol lines are added to the Broker. Any suggestions on how to
>solve this problem ?


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org