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
Remedyforce Admin 8Remedyforce Admin 8 

As the Administrator, I am able to view the page, but when a user to whom I've granted permission attempts to access the same page, the user receives an "An internal server error has occurred" error message. Error ID: 1322486646-119233 (-2068884021)

As the Administrator, I am able to view the page, but when a user to whom I've granted permission attempts to access the same page, the user receives the following 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: 1322486646-119233 (-2068884021)
Shawn Reichner 29Shawn Reichner 29
I ran into this a few times before and it always came down to a visualforce page on the record that the user's profile did not have access to. or the controller for the VF page.  Make sure the profile has rights to view any pages on the record as well as any Managed Packages that may have a VF page or etc on the page layout as the user will need a license for those managed packages or the page will error out as such as the error yu provided.  

Hope this helps!

Shawn