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
Tanner WellsTanner Wells 

An internal server error has occurred : Error ID: 1830750106-25956 (701532195)

Hi, I'm receiving the following error when attempt to upload a new version of our managed package:

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: 1830750106-25956 (701532195)

-------------

Can you please provide insight as to why the error is occuring?  Thank you!!
Scott HungScott Hung
Try turning on debug logs when you install and see if that give any clues. 
Jimmy MaoJimmy Mao
hi, Tanner Wells
We have the same situation. and solved like this.

I resolved this issue by fix the test code. here's the secanio. I changed some custom objects, and they cause the test code not to pass the assert line, so I fix these. after all about this, I can upload the package successfully. 

You'd better check the if all the test code is passed, if not, fix them all, and then upload again.

hope this helps you.