You need to sign in to do that
Don't have an account?
Salesforce, Snow White and the Seven Dwarfs
Hi guys,
today I received a strange error message after trying to change the controller in the visualforce editor
Error: java.sql.SQLException: ORA-00001: unique constraint (CORE.AKAPEX_CLASS) violated ORA-06512: at "HAPPY.CAPEX", line 505 ORA-06512: at line 1 : {call cApex.update_class(?,?,?,?,?,?,?,?,?,?,?,?)})}
and remebered about a Blog article on Wes's Blog about strange error messages where I found this
Error: java.sql.SQLException: ORA-00001: unique constraint (CORE.AKAPEX_CLASS) violated ORA-06512: at “SNEEZY.CAPEX”, line 505 ORA-06512: at line 1 : {call cApex.update_class(?,?,?,?,?,?,?,?,?,?,?,?)})}
.
Looks like some SF guys are huge fans 'Snow White and the Seven Dwarfs' .
So the big question is, where are the others and of course where's Snow White?
I noticed this as well.
They are currently on Dopey:
"DOPEY.ROWLOCK", line 60
Yeah, I got GRUMPY!
While a user is trying to save a cloned opportunity - java.sql.SQLException: ORA-20067: ORA-06512: at "GRUMPY.GUTIL", line 42 ORA-06512: at "GRUMPY.SOPPLINEITEM", line 696 ORA-06512: at line 1
Anyone have any help? I have googled it and am not finding any.
Did anyone got the solution for this?
System.security.NoDataFoundException: ORA-20001: ORA-06512: at "HAPPY.SACCESS", line
I got SNEEZY!
I copied code to a class, while saving it shows this error:
Error: common.exception.SqlDupValOnIndexException: ORA-00001: unique constraint (CORE.AK2APEX_CLASS) violated ORA-06512: at "SNEEZY.CAPEX", line 1003 ORA-06512: at line 1 {call cApex.update_class(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)} {call cApex.update_class(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
Seems like there is no one given any answers yet. I will update this if I can get my error resolved!
common.exception.Sfdc.SqlException: ORA-20119: ORA-06512: at “DOPEY.CPRICEBOOKENTRY”, line 594 ORA-00001: unique constraint (CORE.AKPRICEBOOK_ENTRY) violated ORA-06512: at line 1 {call cPricebookEntry.insert_pricebookentries(?,?,?,?,?,?,?,?,?,?,?,?,?)} {call cPricebookEntry.insert_pricebookentries(?,?,?,?,?,?,?,?,?,?,?,?,?)}
The error was because I used Database,leadConvert in Lead AfterInsert trigger.
Reason: Your Prospect could not be processed.
common.exception.SfdcSqlException: ORA-20025:
ORA-06512: at "DOC.CACCESS", line 2420
ORA-06512: at "DOC.CACCESS", line 585
ORA-06512: at "DOC.CACCESS", line 656
ORA-06512: at "DOC.CTASK", line 546
ORA-06512: at line 1
Fortunately, I got rid of it by moving my whole lead conversion logic from after Insert trigger to a queuable class.
ORA-06512: at "DOPEY.CMETAACCESS", line 553
ORA-01403: no data found
ORA-06512: at "DOPEY.CMETAACCESS", line 732
ORA-06512: at "DOPEY.CMETAACCESS", line 718
ORA-06512: at "DOPEY.CMETAACCESS", line 683
ORA-06512: at "DOPEY.CGROUP", line 1217
ORA-06512: at line 1
{call cGroup.get_group(?,?)}
{call cGroup.get_group(?,?)})
Review all error messages below to correct your data.
common.exception.SfdcSqlException: ORA-20119: ORA-06512: at "GRUMPY.CPRICEBOOKENTRY", line 744 ORA-00001: unique constraint (CORE.AKPRICEBOOK_ENTRY) violated ORA-06512: at line 1 {call cPricebookEntry.insert_pricebookentries(?,?,?,?,?,?,?,?,?,?)} {call cPricebookEntry.insert_pricebookentries(?,?,?,?,?,?,?,?,?,?)}
Anyone can help me resolve this issue. Appreciate it.
common.exception.SfdcSqlException: ORA-00060: deadlock detected while waiting for resource ORA-06512: at "DOPEY.CAPICURSOR", line 204 ORA-06512: at line 1
These errors should be reported to SFDC by opening a case with them. I haven't found much in the way of how to resolve these as they are errors that bubble up from the underlying database (Oracle), which in theory, should never happen. Open a case with SFDC.