We have two kinds of error messages in Blue Prism Windows eventlog. Why these are occuring in BP management server?
Talker[resourcename:8181] Error connecting to resource. Attempts to re-establish the connection will occur periodically. System.Net.Sockets.SocketException (0x80004005): No connection could be made because the target machine actively refused it resourceipaddress:8181
at System.Net.Sockets.TcpClient.Connect(String hostname, Int32 port)
at BluePrism.AutomateAppCore.clsTalker.Connect(String sResourceName, String& sErr)
Talker[resourcename:8181] An error occurred while 'Say'ing: ping; Expected: System.String[]; Error: System.IO.IOException: Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
at System.Net.Sockets.Socket.Send(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
at System.Net.Sockets.NetworkStream.Write(Byte[] buffer, Int32 offset, Int32 size)
--- End of inner exception stack trace ---
at System.Net.Sockets.NetworkStream.Write(Byte[] buffer, Int32 offset, Int32 size)
at BluePrism.AutomateAppCore.clsTalker.Say(String whatToSay, String[] expectedReplys, Int32 timeout)