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
asadimasadim 

Internal Salesforce Error: 1169862630-3040 (1115403539)

Hi all,

 

I was running my test cases when I got this error message. The code I was testing is a few months old and it used to pass just fine, so I guess something happened during the Spring '10 release that is affecting my code. And btw, I have no idea what this error even means! It'd be great if someone could shed some light on this issue.

 

Thanks!!

ahab1372ahab1372

well ... where does it happen? Hard to help you with that little information.

 

One thing I recently came across is that getContent() now throws errors in testMethods. Maybe you want to check for that.

See my post and related here:

http://community.salesforce.com/t5/Visualforce-Development/getContent-fails-when-called-from-testMethod/m-p/182645

 

asadimasadim

There's no stack trace but it happens when I update a custom object which that then causes a couple of complex triggers to fire off. I'm not using getContent() anywhere.

 

I just want to know what this error means.

ahab1372ahab1372

I's say log a case and let them do the work ...

 

Did you run the tests class by class to narrow it down?