You need to sign in to do that
Don't have an account?
Developer Console Issue
When i am opening developer console i am getting this error message :
Requested entity 07LK0000000nKzE was not found. Error open request failed.
and Failed to load entity.
When the developer console opens it tries to reopen all the things that were last had open.
07L is the prefix for an Apex log; Apex logs are cleaned up as you approach the log usage limit. So this error means you probably closed the console while a log was opened, then by the time you came back to the developer console that log was removed. When the console came up it tried to reopen the log.
All Answers
When the developer console opens it tries to reopen all the things that were last had open.
07L is the prefix for an Apex log; Apex logs are cleaned up as you approach the log usage limit. So this error means you probably closed the console while a log was opened, then by the time you came back to the developer console that log was removed. When the console came up it tried to reopen the log.
You may follow this discussion thread for more information
http://boards.developerforce.com/t5/Visualforce-Development/Salesforce-winter-12-System-Log-Developer-Console-Issues/m-p/345185#M41670