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
JuanBessJuanBess 

Internal Server error while saving some classes

Hi,
I'm use a developer org, and another org where i make my packages. I have a problem while saving a class (i think only happens with class that implement BATCH processes) in my package org. I'm trying to save from the browser and eclipse, but always get the error. I also getting the error if i refresh (with the correct code), and the try to add something (like only a white space....).
This is the error message:

   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
   <https://na1.salesforce.com/_ui/training/help/pub/UserEdSolution?id=50130000000M9gH&orgId=00D000000000062>.
   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: 900748768-170 (-1718382306)


Also if I try to follow the link "Salesforce Support": https://na1.salesforce.com/_ui/training/help/pub/UserEdSolution?id=50130000000M9gH&orgId=00D000000000062, i get and error, i change the server to na6 like:
https://na6.salesforce.com/_ui/training/help/pub/UserEdSolution?id=50130000000M9gH&orgId=00D000000000062
and now i'm getting this error:
Your organization has been disabled Salesforce.com has disabled access to the system for your company. Please contact support@salesforce.com <mailto:support@salesforce.com> for more information about this error.

I need this ASAP because i need a new package in a few hours.

Thanks in advance.
J.
Message Edited by JuanBess on 11-13-2009 08:54 AM
Cool_DevloperCool_Devloper

Hi JB,

 

This error occurs when the ViewState of the page exceeds the limit.

 

Sometimes, this happens on normal pages as well as it is happening in your case. You need to get this fixed by raising a case with the salesforce support team.

 

Nothing much you can do about it!!

 

Cool_D