• Rituparn Shinde
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 3
    Replies

Hi,

I am running apex test class which was running fine before the Spring 17 release happened on 7th Jan 2017.  The test class execution was fine before release updated on sandbox. Error receiving is "
Internal Salesforce Error: 1339569420-8484 (1151771336) (1151771336)"  Can anyone suggest on how to resolved this issue? 

With recent spring release I am unable to code using chrome or IE browser, whenever I try to open either the visualforce page or apex code window over the browser, the browser gets hang and unable to do so.  To perform the development activity i have to user the eclipse, which is ok, however what has happened with the browser coding ability?  is there a way to avoid this?  check the screenshot. BrowserErrro
When informatica trying to connect with salesforce we get below verbose data session log, I see that the session is erroring out at Salesforce end and we would need Salesforce Support involvement as well to debug this issue further:  The link we are trying to connect is:
 https://www.salesforce.com/services/Soap/u/23.0
 
<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sf="urn:fault.partner.soap.sforce.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Body><soapenv:Fault><faultcode>sf:INVALID_SESSION_ID</faultcode><faultstring>INVALID_SESSION_ID: Invalid Session ID found in SessionHeader: Illegal Session. Session not found, missing session key: 00D30000000mHRC!ARQAQNQ59FzOe6rDUIWzNE0Y2JY5QR1Nq.562e9XASxuvyta0ZOO9FPpkxo27rD6JZHFF0MLAREsH8C2iMLA.CKnQPci7Qnv
This is expected, it can happen if the session has expired and swept away, or if the user logs out, or if its just someone trying to hack in. </faultstring><detail><sf:UnexpectedErrorFault xsi:type="sf:UnexpectedErrorFault"><sf:exceptionCode>INVALID_SESSION_ID</sf:exceptionCode><sf:exceptionMessage>Invalid Session ID found in SessionHeader: Illegal Session. Session not found, missing session key: 00D30000000mHRC!ARQAQNQ59FzOe6rDUIWzNE0Y2JY5QR1Nq.562e9XASxuvyta0ZOO9FPpkxo27rD6JZHFF0MLAREsH8C2iMLA.CKnQPci7Qnv
This is expe].
2015-08-25 15:59:51 : INFO : (16417 | READER_2_1_1) : (IS | Int_Prod) : node01_illindwint1prd : SFDC_31120 : [INFO] HTTP Reply Message: [HTTP/1.1 500 Server Error
 
<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sf="urn:fault.partner.soap.sforce.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Body><soapenv:Fault><faultcode>UNKNOWN_EXCEPTION</faultcode><faultstring>UNKNOWN_EXCEPTION: Destination URL not reset. The URL returned from login must be set in the SforceService</faultstring><detail><sf:UnexpectedErrorFault xsi:type="sf:UnexpectedErrorFault"><sf:exceptionCode>UNKNOWN_EXCEPTION</sf:exceptionCode><sf:exceptionMessage>Destination URL not reset. The URL returned from login must be set in the SforceService</sf:exceptionMessage></sf:UnexpectedErrorFault></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

 

Hi,

I am running apex test class which was running fine before the Spring 17 release happened on 7th Jan 2017.  The test class execution was fine before release updated on sandbox. Error receiving is "
Internal Salesforce Error: 1339569420-8484 (1151771336) (1151771336)"  Can anyone suggest on how to resolved this issue? 

With recent spring release I am unable to code using chrome or IE browser, whenever I try to open either the visualforce page or apex code window over the browser, the browser gets hang and unable to do so.  To perform the development activity i have to user the eclipse, which is ok, however what has happened with the browser coding ability?  is there a way to avoid this?  check the screenshot. BrowserErrro

We currently have a support portal that includes the salesforce.com hosted login page specific to our organization.  Eventually we will handle the login via the typical API integration, however, for now I would just like to know the personalization strings necessary to validate a session.  I know that the Session ID is {!User_Session_ID}, but what is the string for Server URL?

Thank you,

--modus

  • April 20, 2005
  • Like
  • 0