You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@qpid.apache.org by Adel Boutros <ad...@live.com> on 2016/04/03 20:15:22 UTC

RE: Qpid C++ Broker 0.34 failing unit tests on Windows with Visual Studio 2013 Win64

Hello,
Did anyone have the time to check the below?
Regards,Adel

From: adelboutros@live.com
To: users@qpid.apache.org
Subject: Qpid C++ Broker 0.34 failing unit tests on Windows with Visual Studio 2013 Win64
Date: Wed, 30 Mar 2016 19:19:07 +0200




Hello,
I have compiled Qpid C++ broker 0.34 with Boost 1.55.0 and Qpid Proton 0.12.0 using Visual Studio 2013 Win64 compiler.
The compilation is successful however all unit tests are failing with the same exception which is related to certificates and SASL despite the fact that when running a configure with cmake, it didn't locate SASL libraries.
Please note that the same tests are running correctly on Linux using gcc 4.9
Can you please assist?
Full log of cmake and the test are attached to this mail
ctest -R qpid-client-test -V2: 2016-03-30 19:02:17 [Broker] notice Broker (pid=60712) start-up2: 2016-03-30 19:02:17 [Broker] notice SASL disabled: No Authentication Performed2: 2016-03-30 19:02:17 [Security] error Failed to initialise SSL listener: Locating certificate green-win-slave in store My Cannot find object or property.  (D:\qpid.git\qpid\cpp\src\qpid\broker\windows\SslProtocolFactory.cpp:184)2: 2016-03-30 19:02:17 [Network] notice Listening on TCP/TCP6 port 539832: 2016-03-30 19:02:17 [Security] warning SASL: No Authentication Performed2: 2016-03-30 19:02:17 [Broker] notice Broker (pid=60712) shut-down2: WARNING: suspicious log entries in D:\qpid.git\qpid\cpp\build_dir\src\tests\\qpid-client-test-qpidd.log:\nD:\qpid.git\qpid\cpp\build_dir\src\tests\qpid-client-test-qpidd.log:3:2016-03-30 18:57:53 [Security] error Failed to initialise SSL listener: Locating certificate green-win-slave in store My Cannot find object or property.  (D:\qpid.git\qpid\cpp\src\qpid\broker\windows\SslProtocolFactory.cpp:184) D:\qpid.git\qpid\cpp\build_dir\src\tests\qpid-client-test-qpidd.log:5:2016-03-30 18:57:53 [Security] warning SASL: No Authentication Performed D:\qpid.git\qpid\cpp\build_dir\src\tests\qpid-client-test-qpidd.log:9:2016-03-30 19:02:17 [Security] error Failed to initialise SSL listener: Locating certificate green-win-slave in store My Cannot find object or property.  (D:\qpid.git\qpid\cpp\src\qpid\broker\windows\SslProtocolFactory.cpp:184) D:\qpid.git\qpid\cpp\build_dir\src\tests\qpid-client-test-qpidd.log:11:2016-03-30 19:02:17 [Security] warning SASL: No Authentication Performed
Regards,
Adel Boutroswww.murex.com 		 	   		  

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

RE: Qpid C++ Broker 0.34 failing unit tests on Windows with Visual Studio 2013 Win64

Posted by Adel Boutros <ad...@live.com>.
Thank you Steve!
Can you please point me out to the code which parses the log? I would like to locally add an ignore on the SSL error to make sure I have no other failures.
Regarding the setup of the certificate, are there more specific information on what the certificate should contain, etc?
Regards,Adel

> From: shuston@riverace.com
> To: users@qpid.apache.org
> Subject: RE: Qpid C++ Broker 0.34 failing unit tests on Windows with Visual Studio 2013 Win64
> Date: Mon, 4 Apr 2016 16:11:13 +0000
> 
> The test is failing because the test script looks through the log for errors and flags the SSL error. It isn't perfect and should be worked on, but at this point in time you can safely ignore that particular error.
> 
> -Steve
> 
> > -----Original Message-----
> > From: Adel Boutros [mailto:adelboutros@live.com]
> > Sent: Monday, April 04, 2016 12:06 PM
> > To: users@qpid.apache.org
> > Subject: RE: Qpid C++ Broker 0.34 failing unit tests on Windows with Visual
> > Studio 2013 Win64
> > 
> > Hello Steve,
> > This is the full output given. If what you are saying is correct, then I don't
> > understand why the test is failing.
> > Do you think there is an easy way to find out? Do you need some extra
> > information?
> > Regards,Adel
> > 
> > > From: shuston@riverace.com
> > > To: users@qpid.apache.org
> > > Subject: RE: Qpid C++ Broker 0.34 failing unit tests on Windows with
> > > Visual Studio 2013 Win64
> > > Date: Mon, 4 Apr 2016 15:47:16 +0000
> > >
> > > Hi Adel,
> > >
> > > Those messages are expected unless you set up a certificate, and do not
> > indicate a failure of the actual test.
> > >
> > > -Steve
> > >
> > > > -----Original Message-----
> > > > From: Adel Boutros [mailto:adelboutros@live.com]
> > > > Sent: Sunday, April 03, 2016 2:15 PM
> > > > To: users@qpid.apache.org
> > > > Subject: RE: Qpid C++ Broker 0.34 failing unit tests on Windows with
> > > > Visual Studio 2013 Win64
> > > >
> > > > Hello,
> > > > Did anyone have the time to check the below?
> > > > Regards,Adel
> > > >
> > > > From: adelboutros@live.com
> > > > To: users@qpid.apache.org
> > > > Subject: Qpid C++ Broker 0.34 failing unit tests on Windows with
> > > > Visual Studio
> > > > 2013 Win64
> > > > Date: Wed, 30 Mar 2016 19:19:07 +0200
> > > >
> > > >
> > > >
> > > >
> > > > Hello,
> > > > I have compiled Qpid C++ broker 0.34 with Boost 1.55.0 and Qpid
> > > > Proton
> > > > 0.12.0 using Visual Studio 2013 Win64 compiler.
> > > > The compilation is successful however all unit tests are failing
> > > > with the same exception which is related to certificates and SASL
> > > > despite the fact that when running a configure with cmake, it didn't
> > locate SASL libraries.
> > > > Please note that the same tests are running correctly on Linux using
> > > > gcc 4.9 Can you please assist?
> > > > Full log of cmake and the test are attached to this mail ctest -R
> > > > qpid-client- test -V2: 2016-03-30 19:02:17 [Broker] notice Broker
> > (pid=60712) start-up2:
> > > > 2016-03-30 19:02:17 [Broker] notice SASL disabled: No Authentication
> > > > Performed2: 2016-03-30 19:02:17 [Security] error Failed to
> > > > initialise SSL
> > > > listener: Locating certificate green-win-slave in store My Cannot
> > > > find object or property.
> > > > (D:\qpid.git\qpid\cpp\src\qpid\broker\windows\SslProtocolFactory.cpp
> > > > :184)
> > > > 2: 2016-03-30 19:02:17 [Network] notice Listening on TCP/TCP6 port
> > 539832:
> > > > 2016-03-30 19:02:17 [Security] warning SASL: No Authentication
> > Performed2:
> > > > 2016-03-30 19:02:17 [Broker] notice Broker (pid=60712) shut-down2:
> > > > WARNING: suspicious log entries in
> > > > D:\qpid.git\qpid\cpp\build_dir\src\tests\\qpid-client-test-
> > > > qpidd.log:\nD:\qpid.git\qpid\cpp\build_dir\src\tests\qpid-client-tes
> > > > t-
> > > > qpidd.log:3:2016-03-30 18:57:53 [Security] error Failed to initialise SSL
> > listener:
> > > > Locating certificate green-win-slave in store My Cannot find object
> > > > or property.
> > > > (D:\qpid.git\qpid\cpp\src\qpid\broker\windows\SslProtocolFactory.cpp
> > > > :184)
> > > > D:\qpid.git\qpid\cpp\build_dir\src\tests\qpid-client-test-qpidd.log:
> > > > 5:2016-
> > > > 03-30 18:57:53 [Security] warning SASL: No Authentication Performed
> > > > D:\qpid.git\qpid\cpp\build_dir\src\tests\qpid-client-test-qpidd.log:
> > > > 9:2016-
> > > > 03-30 19:02:17 [Security] error Failed to initialise SSL listener:
> > > > Locating certificate green-win-slave in store My Cannot find object or
> > property.
> > > > (D:\qpid.git\qpid\cpp\src\qpid\broker\windows\SslProtocolFactory.cpp
> > > > :184)
> > > > D:\qpid.git\qpid\cpp\build_dir\src\tests\qpid-client-test-qpidd.log:
> > > > 11:2016-
> > > > 03-30 19:02:17 [Security] warning SASL: No Authentication Performed
> > > > Regards, Adel Boutroswww.murex.com
> > > >
> > > > --------------------------------------------------------------------
> > > > - 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
> > >
> > 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
> For additional commands, e-mail: users-help@qpid.apache.org
> 
 		 	   		  

RE: Qpid C++ Broker 0.34 failing unit tests on Windows with Visual Studio 2013 Win64

Posted by Steve Huston <sh...@riverace.com>.
The test is failing because the test script looks through the log for errors and flags the SSL error. It isn't perfect and should be worked on, but at this point in time you can safely ignore that particular error.

-Steve

> -----Original Message-----
> From: Adel Boutros [mailto:adelboutros@live.com]
> Sent: Monday, April 04, 2016 12:06 PM
> To: users@qpid.apache.org
> Subject: RE: Qpid C++ Broker 0.34 failing unit tests on Windows with Visual
> Studio 2013 Win64
> 
> Hello Steve,
> This is the full output given. If what you are saying is correct, then I don't
> understand why the test is failing.
> Do you think there is an easy way to find out? Do you need some extra
> information?
> Regards,Adel
> 
> > From: shuston@riverace.com
> > To: users@qpid.apache.org
> > Subject: RE: Qpid C++ Broker 0.34 failing unit tests on Windows with
> > Visual Studio 2013 Win64
> > Date: Mon, 4 Apr 2016 15:47:16 +0000
> >
> > Hi Adel,
> >
> > Those messages are expected unless you set up a certificate, and do not
> indicate a failure of the actual test.
> >
> > -Steve
> >
> > > -----Original Message-----
> > > From: Adel Boutros [mailto:adelboutros@live.com]
> > > Sent: Sunday, April 03, 2016 2:15 PM
> > > To: users@qpid.apache.org
> > > Subject: RE: Qpid C++ Broker 0.34 failing unit tests on Windows with
> > > Visual Studio 2013 Win64
> > >
> > > Hello,
> > > Did anyone have the time to check the below?
> > > Regards,Adel
> > >
> > > From: adelboutros@live.com
> > > To: users@qpid.apache.org
> > > Subject: Qpid C++ Broker 0.34 failing unit tests on Windows with
> > > Visual Studio
> > > 2013 Win64
> > > Date: Wed, 30 Mar 2016 19:19:07 +0200
> > >
> > >
> > >
> > >
> > > Hello,
> > > I have compiled Qpid C++ broker 0.34 with Boost 1.55.0 and Qpid
> > > Proton
> > > 0.12.0 using Visual Studio 2013 Win64 compiler.
> > > The compilation is successful however all unit tests are failing
> > > with the same exception which is related to certificates and SASL
> > > despite the fact that when running a configure with cmake, it didn't
> locate SASL libraries.
> > > Please note that the same tests are running correctly on Linux using
> > > gcc 4.9 Can you please assist?
> > > Full log of cmake and the test are attached to this mail ctest -R
> > > qpid-client- test -V2: 2016-03-30 19:02:17 [Broker] notice Broker
> (pid=60712) start-up2:
> > > 2016-03-30 19:02:17 [Broker] notice SASL disabled: No Authentication
> > > Performed2: 2016-03-30 19:02:17 [Security] error Failed to
> > > initialise SSL
> > > listener: Locating certificate green-win-slave in store My Cannot
> > > find object or property.
> > > (D:\qpid.git\qpid\cpp\src\qpid\broker\windows\SslProtocolFactory.cpp
> > > :184)
> > > 2: 2016-03-30 19:02:17 [Network] notice Listening on TCP/TCP6 port
> 539832:
> > > 2016-03-30 19:02:17 [Security] warning SASL: No Authentication
> Performed2:
> > > 2016-03-30 19:02:17 [Broker] notice Broker (pid=60712) shut-down2:
> > > WARNING: suspicious log entries in
> > > D:\qpid.git\qpid\cpp\build_dir\src\tests\\qpid-client-test-
> > > qpidd.log:\nD:\qpid.git\qpid\cpp\build_dir\src\tests\qpid-client-tes
> > > t-
> > > qpidd.log:3:2016-03-30 18:57:53 [Security] error Failed to initialise SSL
> listener:
> > > Locating certificate green-win-slave in store My Cannot find object
> > > or property.
> > > (D:\qpid.git\qpid\cpp\src\qpid\broker\windows\SslProtocolFactory.cpp
> > > :184)
> > > D:\qpid.git\qpid\cpp\build_dir\src\tests\qpid-client-test-qpidd.log:
> > > 5:2016-
> > > 03-30 18:57:53 [Security] warning SASL: No Authentication Performed
> > > D:\qpid.git\qpid\cpp\build_dir\src\tests\qpid-client-test-qpidd.log:
> > > 9:2016-
> > > 03-30 19:02:17 [Security] error Failed to initialise SSL listener:
> > > Locating certificate green-win-slave in store My Cannot find object or
> property.
> > > (D:\qpid.git\qpid\cpp\src\qpid\broker\windows\SslProtocolFactory.cpp
> > > :184)
> > > D:\qpid.git\qpid\cpp\build_dir\src\tests\qpid-client-test-qpidd.log:
> > > 11:2016-
> > > 03-30 19:02:17 [Security] warning SASL: No Authentication Performed
> > > Regards, Adel Boutroswww.murex.com
> > >
> > > --------------------------------------------------------------------
> > > - 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
> >
> 

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


RE: Qpid C++ Broker 0.34 failing unit tests on Windows with Visual Studio 2013 Win64

Posted by Adel Boutros <ad...@live.com>.
Hello Steve,
This is the full output given. If what you are saying is correct, then I don't understand why the test is failing.
Do you think there is an easy way to find out? Do you need some extra information?
Regards,Adel

> From: shuston@riverace.com
> To: users@qpid.apache.org
> Subject: RE: Qpid C++ Broker 0.34 failing unit tests on Windows with Visual Studio 2013 Win64
> Date: Mon, 4 Apr 2016 15:47:16 +0000
> 
> Hi Adel,
> 
> Those messages are expected unless you set up a certificate, and do not indicate a failure of the actual test.
> 
> -Steve
> 
> > -----Original Message-----
> > From: Adel Boutros [mailto:adelboutros@live.com]
> > Sent: Sunday, April 03, 2016 2:15 PM
> > To: users@qpid.apache.org
> > Subject: RE: Qpid C++ Broker 0.34 failing unit tests on Windows with Visual
> > Studio 2013 Win64
> > 
> > Hello,
> > Did anyone have the time to check the below?
> > Regards,Adel
> > 
> > From: adelboutros@live.com
> > To: users@qpid.apache.org
> > Subject: Qpid C++ Broker 0.34 failing unit tests on Windows with Visual Studio
> > 2013 Win64
> > Date: Wed, 30 Mar 2016 19:19:07 +0200
> > 
> > 
> > 
> > 
> > Hello,
> > I have compiled Qpid C++ broker 0.34 with Boost 1.55.0 and Qpid Proton
> > 0.12.0 using Visual Studio 2013 Win64 compiler.
> > The compilation is successful however all unit tests are failing with the same
> > exception which is related to certificates and SASL despite the fact that when
> > running a configure with cmake, it didn't locate SASL libraries.
> > Please note that the same tests are running correctly on Linux using gcc 4.9
> > Can you please assist?
> > Full log of cmake and the test are attached to this mail ctest -R qpid-client-
> > test -V2: 2016-03-30 19:02:17 [Broker] notice Broker (pid=60712) start-up2:
> > 2016-03-30 19:02:17 [Broker] notice SASL disabled: No Authentication
> > Performed2: 2016-03-30 19:02:17 [Security] error Failed to initialise SSL
> > listener: Locating certificate green-win-slave in store My Cannot find object
> > or property.
> > (D:\qpid.git\qpid\cpp\src\qpid\broker\windows\SslProtocolFactory.cpp:184)
> > 2: 2016-03-30 19:02:17 [Network] notice Listening on TCP/TCP6 port 539832:
> > 2016-03-30 19:02:17 [Security] warning SASL: No Authentication Performed2:
> > 2016-03-30 19:02:17 [Broker] notice Broker (pid=60712) shut-down2:
> > WARNING: suspicious log entries in
> > D:\qpid.git\qpid\cpp\build_dir\src\tests\\qpid-client-test-
> > qpidd.log:\nD:\qpid.git\qpid\cpp\build_dir\src\tests\qpid-client-test-
> > qpidd.log:3:2016-03-30 18:57:53 [Security] error Failed to initialise SSL listener:
> > Locating certificate green-win-slave in store My Cannot find object or
> > property.
> > (D:\qpid.git\qpid\cpp\src\qpid\broker\windows\SslProtocolFactory.cpp:184)
> > D:\qpid.git\qpid\cpp\build_dir\src\tests\qpid-client-test-qpidd.log:5:2016-
> > 03-30 18:57:53 [Security] warning SASL: No Authentication Performed
> > D:\qpid.git\qpid\cpp\build_dir\src\tests\qpid-client-test-qpidd.log:9:2016-
> > 03-30 19:02:17 [Security] error Failed to initialise SSL listener: Locating
> > certificate green-win-slave in store My Cannot find object or property.
> > (D:\qpid.git\qpid\cpp\src\qpid\broker\windows\SslProtocolFactory.cpp:184)
> > D:\qpid.git\qpid\cpp\build_dir\src\tests\qpid-client-test-qpidd.log:11:2016-
> > 03-30 19:02:17 [Security] warning SASL: No Authentication Performed
> > Regards,
> > Adel Boutroswww.murex.com
> > 
> > ---------------------------------------------------------------------
> > 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: Qpid C++ Broker 0.34 failing unit tests on Windows with Visual Studio 2013 Win64

Posted by Steve Huston <sh...@riverace.com>.
Hi Adel,

Those messages are expected unless you set up a certificate, and do not indicate a failure of the actual test.

-Steve

> -----Original Message-----
> From: Adel Boutros [mailto:adelboutros@live.com]
> Sent: Sunday, April 03, 2016 2:15 PM
> To: users@qpid.apache.org
> Subject: RE: Qpid C++ Broker 0.34 failing unit tests on Windows with Visual
> Studio 2013 Win64
> 
> Hello,
> Did anyone have the time to check the below?
> Regards,Adel
> 
> From: adelboutros@live.com
> To: users@qpid.apache.org
> Subject: Qpid C++ Broker 0.34 failing unit tests on Windows with Visual Studio
> 2013 Win64
> Date: Wed, 30 Mar 2016 19:19:07 +0200
> 
> 
> 
> 
> Hello,
> I have compiled Qpid C++ broker 0.34 with Boost 1.55.0 and Qpid Proton
> 0.12.0 using Visual Studio 2013 Win64 compiler.
> The compilation is successful however all unit tests are failing with the same
> exception which is related to certificates and SASL despite the fact that when
> running a configure with cmake, it didn't locate SASL libraries.
> Please note that the same tests are running correctly on Linux using gcc 4.9
> Can you please assist?
> Full log of cmake and the test are attached to this mail ctest -R qpid-client-
> test -V2: 2016-03-30 19:02:17 [Broker] notice Broker (pid=60712) start-up2:
> 2016-03-30 19:02:17 [Broker] notice SASL disabled: No Authentication
> Performed2: 2016-03-30 19:02:17 [Security] error Failed to initialise SSL
> listener: Locating certificate green-win-slave in store My Cannot find object
> or property.
> (D:\qpid.git\qpid\cpp\src\qpid\broker\windows\SslProtocolFactory.cpp:184)
> 2: 2016-03-30 19:02:17 [Network] notice Listening on TCP/TCP6 port 539832:
> 2016-03-30 19:02:17 [Security] warning SASL: No Authentication Performed2:
> 2016-03-30 19:02:17 [Broker] notice Broker (pid=60712) shut-down2:
> WARNING: suspicious log entries in
> D:\qpid.git\qpid\cpp\build_dir\src\tests\\qpid-client-test-
> qpidd.log:\nD:\qpid.git\qpid\cpp\build_dir\src\tests\qpid-client-test-
> qpidd.log:3:2016-03-30 18:57:53 [Security] error Failed to initialise SSL listener:
> Locating certificate green-win-slave in store My Cannot find object or
> property.
> (D:\qpid.git\qpid\cpp\src\qpid\broker\windows\SslProtocolFactory.cpp:184)
> D:\qpid.git\qpid\cpp\build_dir\src\tests\qpid-client-test-qpidd.log:5:2016-
> 03-30 18:57:53 [Security] warning SASL: No Authentication Performed
> D:\qpid.git\qpid\cpp\build_dir\src\tests\qpid-client-test-qpidd.log:9:2016-
> 03-30 19:02:17 [Security] error Failed to initialise SSL listener: Locating
> certificate green-win-slave in store My Cannot find object or property.
> (D:\qpid.git\qpid\cpp\src\qpid\broker\windows\SslProtocolFactory.cpp:184)
> D:\qpid.git\qpid\cpp\build_dir\src\tests\qpid-client-test-qpidd.log:11:2016-
> 03-30 19:02:17 [Security] warning SASL: No Authentication Performed
> Regards,
> Adel Boutroswww.murex.com
> 
> ---------------------------------------------------------------------
> 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