Hello,
I compiled the Qpid C++ code on windows using visual studio 2013.
I have some unit tests failures, I tried to debug but it is not obvious to
find the root cause.
In qpid-client-test: The client is not able to connect to the qpid broker.
This the output I am getting:
...
test 1
Start 1: qpid-client-test
1: Test command: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
D:/qpid-cpp-0.34/qpid-cpp-0.34/qpid/cpp/src/tests/run_test.ps1 -buildDir
D:/qpid-cpp-0.34/qpid-cpp-0.34/qpid/cpp/build-dir -startBroker --
D:/qpid-cpp-0.34/qpid-cpp-0.34/qpid/cpp/build-dir/src/tests/qpid-client-test.exe
1: Test timeout computed to be: 1500
1: 2016-05-18 16:46:39 [Broker] notice Broker (pid=10372) start-up
1: 2016-05-18 16:46:39 [Broker] notice SASL disabled: No Authentication
Performed
1: 2016-05-18 16:46:39 [Security] notice Listening for SSL connections on
TCP port 5671
1: 2016-05-18 16:46:39 [Network] notice Listening on TCP/TCP6 port 21077
1: 2016-05-18 16:46:40 [Network] warning Connect failed: No connection
could be made because the target machine actively refused it. :
localhost:21077
(D:\qpid-cpp-0.34\qpid-cpp-0.34\qpid\cpp\src\qpid\sys\windows\WinSocket.cpp:164)
1: Connection closed
1: WARNING: suspicious log entries in
\nD:\qpid-cpp-0.34\qpid-cpp-0.34\qpid\cpp\build-dir\src\tests\qpid-client-test.log:1:2016-05-18
16:46:40 [Network] warning Connect failed: No connection could be made
because the target machine actively refused it. : localhost:21077
(D:\qpid-cpp-0.34\qpid-cpp-0.34\qpid\cpp\src\qpid\sys\windows\WinSocket.cpp:164)
1: 2016-05-18 16:46:40 [Broker] notice Broker (pid=10372) shut-down
1/1 Test #1: qpid-client-test .................***Failed 2.15 sec
Did anyone encountered this error before?
The firewall on the machine is off. And I verified using netstat that the
port 21077 was open and listening.
Thanks,
Rabih