StiPdfDigitalSignature Error

Stimulsoft Reports.JAVA discussion
Post Reply
pulongywk
Posts: 2
Joined: Mon Jun 26, 2023 2:06 am

StiPdfDigitalSignature Error

Post by pulongywk »

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!
Max Shamanov
Posts: 798
Joined: Tue Sep 07, 2021 10:11 am

Re: StiPdfDigitalSignature Error

Post by Max Shamanov »

Hello.

Java version does not support PdfDigitalSignature component.

Thank you.
pulongywk
Posts: 2
Joined: Mon Jun 26, 2023 2:06 am

Re: StiPdfDigitalSignature Error

Post by pulongywk »

2023.2.7 is currently the highest version available in the Maven repository.

We have purchased a license for STIMULSOFT ULTIMATE.

Please tell us which version is supported and how to obtain it.

Thank you.
Max Shamanov
Posts: 798
Joined: Tue Sep 07, 2021 10:11 am

Re: StiPdfDigitalSignature Error

Post by Max Shamanov »

Hello,

StiPdfDigitalSignature is currently available in JS, .NetFramework and .Net products.

Thank you.
Post Reply