I received a series of Apex Script Exception emails that I need help understanding and resolving. I am pasting them all below as they came in and (to me) appear to relate to the same transaction.
I called in for live support today and was told to post here.
#1:
Apex script unhandled exception by user/organization: 00561000000OaM4/00D61000000KJsF
Failed to invoke future method 'public static void MailingProcess(Integer)' on class 'CnP_PaaS.EmailSender' for job id '7076100002tUWph'
caused by: System.DmlException: Delete failed. First exception on row 0 with id a1261000003jksMAAQ; first error: ENTITY_IS_DELETED, entity is deleted: []
Class.CnP_PaaS.EmailSender.MailingProcess: line 1563, column 1
#2
Apex script unhandled exception by user/organization: 00561000000OaM4/00D61000000KJsF
Failed to invoke future method 'public static void MailingProcess(Integer)' on class 'CnP_PaaS.EmailSender' for job id '7076100002tUurR'
caused by: System.DmlException: Delete failed. First exception on row 0 with id a1261000003jlt5AAA; first error: ENTITY_IS_DELETED, entity is deleted: []
Class.CnP_PaaS.EmailSender.MailingProcess: line 1563, column 1
#3
Apex script unhandled exception by user/organization: 00561000000OaM4/00D61000000KJsF
Failed to invoke future method 'public static void MailingProcess(Integer)' on class 'CnP_PaaS.EmailSender' for job id '7076100002tWoiK'
caused by: System.DmlException: Delete failed. First exception on row 0 with id a1261000003jylYAAQ; first error: ENTITY_IS_DELETED, entity is deleted: []
Class.CnP_PaaS.EmailSender.MailingProcess: line 1563, column 1
#4
Apex script unhandled exception by user/organization: 00561000000OaM4/00D61000000KJsF
Failed to invoke future method 'public static void MailingProcess(Integer)' on class 'CnP_PaaS.EmailSender' for job id '7076100002tWoiC'
caused by: System.DmlException: Delete failed. First exception on row 0 with id a1261000003jylYAAQ; first error: ENTITY_IS_DELETED, entity is deleted: []
Class.CnP_PaaS.EmailSender.MailingProcess: line 1563, column 1
#5
Apex script unhandled exception by user/organization: 00561000000OaM4/00D61000000KJsF
Failed to invoke future method 'public static void MailingProcess(Integer)' on class 'CnP_PaaS.EmailSender' for job id '7076100002tWoi8'
caused by: System.DmlException: Delete failed. First exception on row 0 with id a1261000003jylYAAQ; first error: ENTITY_IS_DELETED, entity is deleted: []
Class.CnP_PaaS.EmailSender.MailingProcess: line 1563, column 1
#6
Apex script unhandled exception by user/organization: 00561000000OaM4/00D61000000KJsF
Failed to invoke future method 'public static void MailingProcess(Integer)' on class 'CnP_PaaS.EmailSender' for job id '7076100002tWoi9'
caused by: System.DmlException: Delete failed. First exception on row 0 with id a1261000003jylYAAQ; first error: ENTITY_IS_DELETED, entity is deleted: []
Class.CnP_PaaS.EmailSender.MailingProcess: line 1563, column 1
Thanks for your help!
Joi
I called in for live support today and was told to post here.
#1:
Apex script unhandled exception by user/organization: 00561000000OaM4/00D61000000KJsF
Failed to invoke future method 'public static void MailingProcess(Integer)' on class 'CnP_PaaS.EmailSender' for job id '7076100002tUWph'
caused by: System.DmlException: Delete failed. First exception on row 0 with id a1261000003jksMAAQ; first error: ENTITY_IS_DELETED, entity is deleted: []
Class.CnP_PaaS.EmailSender.MailingProcess: line 1563, column 1
#2
Apex script unhandled exception by user/organization: 00561000000OaM4/00D61000000KJsF
Failed to invoke future method 'public static void MailingProcess(Integer)' on class 'CnP_PaaS.EmailSender' for job id '7076100002tUurR'
caused by: System.DmlException: Delete failed. First exception on row 0 with id a1261000003jlt5AAA; first error: ENTITY_IS_DELETED, entity is deleted: []
Class.CnP_PaaS.EmailSender.MailingProcess: line 1563, column 1
#3
Apex script unhandled exception by user/organization: 00561000000OaM4/00D61000000KJsF
Failed to invoke future method 'public static void MailingProcess(Integer)' on class 'CnP_PaaS.EmailSender' for job id '7076100002tWoiK'
caused by: System.DmlException: Delete failed. First exception on row 0 with id a1261000003jylYAAQ; first error: ENTITY_IS_DELETED, entity is deleted: []
Class.CnP_PaaS.EmailSender.MailingProcess: line 1563, column 1
#4
Apex script unhandled exception by user/organization: 00561000000OaM4/00D61000000KJsF
Failed to invoke future method 'public static void MailingProcess(Integer)' on class 'CnP_PaaS.EmailSender' for job id '7076100002tWoiC'
caused by: System.DmlException: Delete failed. First exception on row 0 with id a1261000003jylYAAQ; first error: ENTITY_IS_DELETED, entity is deleted: []
Class.CnP_PaaS.EmailSender.MailingProcess: line 1563, column 1
#5
Apex script unhandled exception by user/organization: 00561000000OaM4/00D61000000KJsF
Failed to invoke future method 'public static void MailingProcess(Integer)' on class 'CnP_PaaS.EmailSender' for job id '7076100002tWoi8'
caused by: System.DmlException: Delete failed. First exception on row 0 with id a1261000003jylYAAQ; first error: ENTITY_IS_DELETED, entity is deleted: []
Class.CnP_PaaS.EmailSender.MailingProcess: line 1563, column 1
#6
Apex script unhandled exception by user/organization: 00561000000OaM4/00D61000000KJsF
Failed to invoke future method 'public static void MailingProcess(Integer)' on class 'CnP_PaaS.EmailSender' for job id '7076100002tWoi9'
caused by: System.DmlException: Delete failed. First exception on row 0 with id a1261000003jylYAAQ; first error: ENTITY_IS_DELETED, entity is deleted: []
Class.CnP_PaaS.EmailSender.MailingProcess: line 1563, column 1
Thanks for your help!
Joi
Comment