Search code examples
salesforceinternal

Salesforce: Internal Server Error


I have a visualforce page which is rendering correctly. There is a commandbutton "Save" which executes some DML statement and redirects to some other page. This functionality was working fine earlier. Since yesterday, on click of the "Save" button, i am getting this error :

An internal server error has occurred 
An error has occurred while processing your request. The salesforce.com support team has been notified of the problem. If you believe you have additional information that may be of help in reproducing or correcting the error, please contact Salesforce Support. Please indicate the URL of the page you were requesting, any error id shown on this page as well as any other related information. We apologize for the inconvenience. 

Thank you again for your patience and assistance. And thanks for using salesforce.com! 

Error ID: 471693248-7806 (-1751278023)  

I am not able to find out what is the cause of this error. I even tried commenting out all the code in the method called by Save button. Still, i am getting this error. What can be the cause of this type of error?


Solution

  • This could be caused by something else in your code not related to the Save button. Start by commenting everything out in your controller/extension and save it that way. Then property by property, and method by method un-comment sections; save each time, and review your page. That will give you a better idea where the error occurred. If that doesn't work, call your Salesforce support number.