StiPdfDigitalSignature Error
Posted: Mon Jun 26, 2023 2:16 am
When using the StiPdfDigitalSignature component in our report, we encountered a 500 error on our Java server.
The version we are using is 2023.2.7, and we have referenced the stimulsoft-reports-libs dependency in our pom.xml file.
<dependency>
<groupId>com.stimulsoft</groupId>
<artifactId>stimulsoft-reports-libs</artifactId>
<version>2023.2.7</version>
</dependency>
The specific error message is as follows:
com.stimulsoft.base.serializing.StiDeserializationException: java.lang.RuntimeException: Unable to obtain an analog of the class 'Stimulsoft.Report.Components.StiPdfDigitalSignature'
at com.stimulsoft.base.serializing.StiDeserializerControler.deserializeReport(StiDeserializerControler.java:119) ~[stimulsoft-reports-base-2023.2.7.jar:na]
at com.stimulsoft.report.StiSerializeManager.deserializeReport(StiSerializeManager.java:93) ~[stimulsoft-reports-report-2023.2.7.jar:na]
at com.stimulsoft.report.StiSerializeManager.deserializeReport(StiSerializeManager.java:64) ~[stimulsoft-reports-report-2023.2.7.jar:na]
at com.newcity.microestate.report.controller.IndexController.getReport(IndexController.java:166) ~[classes/:0.0.1-SNAPSHOT]
at com.newcity.microestate.report.controller.IndexController.indexAction(IndexController.java:252) ~[classes/:0.0.1-SNAPSHOT]
........
We have checked the jar files and found that the StiPdfDigitalSignature component class is missing.
Could you please advise us on how to make StiPdfDigitalSignature work properly on Java?
Thanks!
The version we are using is 2023.2.7, and we have referenced the stimulsoft-reports-libs dependency in our pom.xml file.
<dependency>
<groupId>com.stimulsoft</groupId>
<artifactId>stimulsoft-reports-libs</artifactId>
<version>2023.2.7</version>
</dependency>
The specific error message is as follows:
com.stimulsoft.base.serializing.StiDeserializationException: java.lang.RuntimeException: Unable to obtain an analog of the class 'Stimulsoft.Report.Components.StiPdfDigitalSignature'
at com.stimulsoft.base.serializing.StiDeserializerControler.deserializeReport(StiDeserializerControler.java:119) ~[stimulsoft-reports-base-2023.2.7.jar:na]
at com.stimulsoft.report.StiSerializeManager.deserializeReport(StiSerializeManager.java:93) ~[stimulsoft-reports-report-2023.2.7.jar:na]
at com.stimulsoft.report.StiSerializeManager.deserializeReport(StiSerializeManager.java:64) ~[stimulsoft-reports-report-2023.2.7.jar:na]
at com.newcity.microestate.report.controller.IndexController.getReport(IndexController.java:166) ~[classes/:0.0.1-SNAPSHOT]
at com.newcity.microestate.report.controller.IndexController.indexAction(IndexController.java:252) ~[classes/:0.0.1-SNAPSHOT]
........
We have checked the jar files and found that the StiPdfDigitalSignature component class is missing.
Could you please advise us on how to make StiPdfDigitalSignature work properly on Java?
Thanks!