Question
AIG
AIG
US
AIG
Posted: Feb 14, 2021
Last activity: Aug 7, 2023
Last activity: 7 Aug 2023 10:34 EDT
Closed
signer information does not match signer information -org.bouncycastle.jcajce
Post upgrade we are seeing below error and pega engine is not starting. I have found below article but it did not say how to find and DB queries to remove. have faced similar issue?
- Error in custom provider, java.lang.SecurityException: class "org.bouncycastle.jcajce.provider.asymmetric.DSTU4145$Mappings"'s signer information does not match signer information of other classes in the same package
***Edited by Moderator: Pooja Gadige to add platform capability tag***
To see attachments, please log in.
@BHUSHANPATIL
Query to fetch the jar data.
select distinct pzjar, pzcodeset, pzcodesetversion, pzpatchdate from pegarules.pr_engineclasses where pzjar like '%test%'
Do mention the jar name in the where clause
Write delete query to delete the version of jar which is causing issue.