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
Bhulesh deshpande 3Bhulesh deshpande 3 

Getting Internal server error?

Hello Can anybody tell me what could be the reson that cause to raise following error

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: 423532281-303886 (1204153959)

Please let me know .

I have created Before update and befor insert trigger on case object to manupulate case management process.

In which I have been used three different helper classes for Insert ,update and operation process.

If any body can tel me the solution for this isssue.?
NagendraNagendra (Salesforce Developers) 
Hi Bhulesh deshpande 3,

This type of error indicates that an error has occurred that hasn't been trapped by the platform - a low-level java exception for example.  All you can really do in terms of resolution is raise this with support and wait for a response.
 
If you need to move quicker than that, start removing functionality from the component to isolate where the problem occurs and see if there are any other mechanisms you can use.

For more information please refer to the below link.
https://askleo.com/whats_an_internal_server_error_and_how_do_i_fix_it/

Please mark this as solved if it helps.

Best Regards,
Nagendra.P