- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
30-01-20 10:23 AM
I have an Application Server running with 3 Resources which have been running perfectly for months, but in the past few days all 3 resources have gone from the connection status "Yes - Connected" to "Not Connected". I don't think I have changed anything which could have caused this. All resources can be seen as 'Idle' and we can start processes from those resources as well, just not from the Application Server, which caused the Schedule to break as well.
When I open Windows event viewer, I come across the following:
BluePrism.AutomateAppCore.clsTalker
Talker[P2232VSSOW16F:8181] Error while closing connection. Ignoring.
System.IO.IOException: Unable to write data to the transport connection: An established connection was aborted by the software in your host machine. ---> System.Net.Sockets.SocketException: An established connection was aborted by the software in your host machine
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 System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder)
at System.IO.StreamWriter.Flush()
at BluePrism.AutomateAppCore.clsTalker.Close()
Any help would be much appreciated!
------------------------------
Luc
------------------------------
Answered! Go to Answer.
Helpful Answers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-09-20 07:37 AM
I have seen this in few of our environments too. the workaround i did was to change the runtime resource connectivity resource registry and communication setting to use "register using machine short name and communicate using FQDN. if your application server is located in a different address pool reverse lookup may not work with shortnames so using fqdn will help.
------------------------------
Jerin Jose
RPA Product SME
EY
Asia/Kolkata
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
30-01-20 10:43 AM
Maybe this one is more helpful. I've tried restarting the resources. This made no difference.
BluePrism.AutomateAppCore.clsTalker
Talker[PVPCPAA103:8181] Error connecting to resource. Attempts to re-establish the connection will occur periodically.
BluePrism.BPCoreLib.BluePrismException: Connection to the resource timed out.
at BluePrism.Core.Utility.IPv6TcpClientFactory.CreateTcpClient(String hostname, Int32 port, String localResourceName)
at BluePrism.AutomateAppCore.clsTalker.Connect(String sResourceName, String& sErr)
------------------------------
Luc Palsrok
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
30-01-20 05:32 PM
------------------------------
John Carter
Professional Services
Blue Prism
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-09-20 02:25 AM
Not a firewall issue and have checked everything related to network issues even the antivirus.
------------------------------
Felix Rafael
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-09-20 07:37 AM
I have seen this in few of our environments too. the workaround i did was to change the runtime resource connectivity resource registry and communication setting to use "register using machine short name and communicate using FQDN. if your application server is located in a different address pool reverse lookup may not work with shortnames so using fqdn will help.
------------------------------
Jerin Jose
RPA Product SME
EY
Asia/Kolkata
------------------------------
