You need to sign in to do that
Don't have an account?
Salesforce's error when I'm trying to upload a package's version
I'm getting an internal error when I hit "Upload" button in a Managed Package to create a new version of our application, I don't know why. We run all tests and there are no failures. The error that we are getting is:
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: 213584053-89103 (-1623719448)
We reaised a Case to Salesforce's support. Is someone getting the same message??
Thanks
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: 213584053-89103 (-1623719448)
We reaised a Case to Salesforce's support. Is someone getting the same message??
Thanks
I checked the case you've raised - could you please check the following in your managed package:
Page 'SiteTemplate.apexp' exposes public remoted methods in component 'erpvs__webstoreuserdata' that are not in the same namespace as the page
Please correct the above and try to upload the package again.
All Answers
I checked the case you've raised - could you please check the following in your managed package:
Page 'SiteTemplate.apexp' exposes public remoted methods in component 'erpvs__webstoreuserdata' that are not in the same namespace as the page
Please correct the above and try to upload the package again.
I don't know why this problem was triggered, we don't have SiteTemplate's page in our package. Anyway, finally I didn't need the RemoteAction method so I just deleted it. Now we were able to upload a new version.
Thanks again!