You need to sign in to do that
Don't have an account?

Internal Salesforce Error: 1061812497-29677 (778955809) (778955809) stack null
We're getting the following error for most of our test methods during deployment in production. All the test methods with this error executed successful in sandbox.
Test failure, method: AccountTests.testAfterUpdateTrigger -- Internal Salesforce Error: 1061812497-29679 (778955809) (778955809) stack null
Test failure, method: EquipmentControllerTest.test -- Internal Salesforce Error: 1061812497-29681 (778955809) (778955809) stack null
Has someone seen this before? Any insights to resolving the issue would be appreciated.
Thanks!
ST
Have you checked the http://trust.salesforce.com to check if the instance you are working on is under maintenance ?
If the instance is running fine.. Please try creating the package/changeset again and try deploying..
I've usually had to contact Salesforce support for assistance with these type of errors - an internal error code means that an exception/error occured that wasn't handled by the platform so it can be very difficult to try to identify which part of your code is triggering the error.
It may also be worth checking the known issues, to see if you are hitting any of those:
http://success.salesforce.com/issues_index
Couldn't find any reason why this is happening, found just this old entry (2 years) and decided to reply to say this still happens. I just opened a case with Salesforce to see if they know what is going on.
Couldn't find any reason why this is happening, found just this old entry (5 years) and decided to reply to say this still happens. I just opened a case with Salesforce to see if they know what is going on.
But this happens on my Developer Org.
Please check your class version and platform version compatibality. I faced the same issue when i was trying to run my test class then i found main class version and test class version is dirrerent.
Thanks,
I got this error, while running a batch job which eventually failed. Later I realised that, I hit the maximum number of Apex Limit. This error generally comes when you hit your Org's limit. THis gets reset in 24 hours however depending on the calls that are made these limits can be adjusted.
Review the limits and reach out to SFDC support to enhance it based on your need.
Regards,
Lalitkumar Sawale.