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
djohndjohn 

HTTP 500 and OutOfMemoryExceptions

When I login, execute queries, etc using the web services, I'm randomly getting HTTP 500 errors, when the error occurs on login, I get the following fault:

<LoginFault xmlns="urn:enterprise.soap.sforce.com">
<part name="code">
<code>UNKNOWN_EXCEPTION</code>
</part>
<part name="summary">
<summary>when invoking endpointAddress 'https://www.salesforce.com/services/Soap/c/6.0', UNKNOWN_EXCEPTION: java.lang.OutOfMemoryError</summary>
</part>
<part name="detail">
<detail>AxisFault faultCode: {urn:fault.enterprise.soap.sforce.com}UNKNOWN_EXCEPTION faultSubcode: faultString: UNKNOWN_EXCEPTION: java.lang.OutOfMemoryError faultActor: faultNode: faultDetail: {urn:fault.enterprise.soap.sforce.com}fault: <exceptionCode>UNKNOWN_EXCEPTION</exceptionCode> <exceptionMessage>java.lang.OutOfMemoryError</exceptionMessage></detail>
</part>
<part name="payload">
<LoginFault xmlns="urn:fault.enterprise.soap.sforce.com">
<exceptionCode />
<exceptionMessage />
<exceptionCode />
<exceptionMessage />
</LoginFault>
</part>
</LoginFault>

EJEJ
I'm having the same problems. It's been doing this since late this afternoon.