Is "cannot reach queue event listener" a significant issue for Test Controller during load tests?

Locked Is "cannot reach queue event listener" a significant issue for Test Controller during load tests?

  • Monday, August 15, 2011 3:15 PM
     
     

    Hello, I'm seeing thousands of these errors on my Test Controller (VS2010), should I be concerned about the validity of my load test results?

    (QTController.exe, PID 1980, Thread 19) ControllerSpooledJob.AddMessage: Failed calling event listener Microsoft.VisualStudio.TestTools.Execution.RemoteObjectContainer`1[Microsoft.VisualStudio.TestTools.Controller.IControllerEvents]: System.Net.Sockets.SocketException (0x80004005): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 10.200.2.106:1504

    Server stack trace:

    at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)

    at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)

    at System.Runtime.Remoting.Channels.RemoteConnection.CreateNewSocket(EndPoint ipEndPoint)

    at System.Runtime.Remoting.Channels.RemoteConnection.CreateNewSocket()

    at System.Runtime.Remoting.Channels.RemoteConnection.GetSocket()

    at System.Runtime.Remoting.Channels.SocketCache.GetSocket(String machinePortAndSid, Boolean openNew)

    at System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink.SendRequestWithRetry(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream)

    at System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink.ProcessMessage(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream, ITransportHeaders& responseHeaders, Stream& responseStream)

    at System.Runtime.Remoting.Channels.BinaryClientFormatterSink.SyncProcessMessage(IMessage msg)

    Exception rethrown at [0]:

    at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)

    at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)

    at Microsoft.VisualStudio.TestTools.Controller.IControllerEvents.ControllerEvent(TestMessage report)

    at Microsoft.VisualStudio.TestTools.Controller.ControllerSpooledJob.<>c__DisplayClass6.<AddMessage>b__3(IControllerEvents eventListener)

    at Microsoft.VisualStudio.TestTools.Execution.RemoteObjectContainer`1.InvokeAsRemoteUser(Action`1 invoke)

    at Microsoft.VisualStudio.TestTools.Controller.ControllerSpooledJob.AddMessage(TestMessage message)

All Replies

  • Tuesday, August 16, 2011 6:18 AM
     
     

    Hi,

    Are you using IP switching by any chance so that the IP's on the agents might be rejected by your server.

    Thanks,

    Anuj


    http://www.anujchaudhary.com/
  • Wednesday, August 17, 2011 7:14 AM
    Moderator
     
     Answered

    Hello TestUser1253,

    Thanks for your post.

    Do you have your Visual Studio, Test Controller and Test Agents installed on the dual-NIC machines? If so, you should add entries to the config files to bind the remoting calls to the right NICs. Please refer to this thread which discusses the same error you encountered:

    http://social.msdn.microsoft.com/Forums/en-US/vstswebtest/thread/475eeaee-4206-4a84-8d64-77c4ccd4b464

    I hope it can help you.

    Thanks.


    Vicky Song [MSFT]
    MSDN Community Support | Feedback to us
    Get or Request Code Sample from Microsoft
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

    • Marked As Answer by TestUser1253 Wednesday, August 17, 2011 8:21 PM
    •  
  • Wednesday, August 17, 2011 8:21 PM
     
     
    Thanks, I'll follow up after trying this if it doesn't work