function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
jontkjontk 

Connection resets

Within the last week or two I've been noticing a lot connection resets.
This is happening it some integration applications that have been running for a while now without any previous issues.

I was just wondering if any one else is noticing an unusual increases in these errors also?

Thanks in advance,
Jon.

AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString: java.net.SocketException: Connection reset
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}stackTrace:java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(Unknown Source)
at com.sun.net.ssl.internal.ssl.InputRecord.readFully(Unknown Source)
SuperfellSuperfell
We're aware of this issue, working on a fix, and will post an update when we can.
kevindotcarkevindotcar
I've actually noticed this for several years, but I assumed it was because I do massive updates in batch processes that run continuously for days; leading to my login sessionid getting 'stale' (although I've never found any salesforce information regarding this being a topic of concern :-()

It's prolly complete overkill, but the only "sure-fire" way I've gotten around it (because I can't afford a glitch in my updates) is by doing a login before any salesforce API call.

HTH

Kevin

Message Edited by kevindotcar on 11-18-2005 09:50 AM

Message Edited by kevindotcar on 11-18-2005 09:50 AM

SuperfellSuperfell
An expired session will not cause a connection reset, you'll just get a SOAP Fault response indicating an invalid session id was in the request.
MilkovicMilkovic
I am also gettting random connection resets for the first time in years. I have a process that deletes opportunities and I've only been able to get it to delete 1 and I have about 5000. Any idea when this fix might go in (ie right away or part of the weekly maintenance)?
MilkovicMilkovic
haha, I just realized this thread was from 2 years ago. I still am having connection reset issue though :smileysad:
Arun MKArun MK

is there any fix at all for this issue?