Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Problem with signature component.

Avatar

Level 4

Hello,

app server:

1765672_pastedImage_3.png

cluster, topology

2 application servers, 1 cluster

1765673_pastedImage_2.png


db:

DB2 V11.1

OS:

AIX 7200-02-01-1731

When invoking the SignatureService I get the following error:

Error Calling SignatureService

com.adobe.livecycle.signatures.service.impl.DSSConfigurationHelper (initialization failure)

java.lang.SecurityException: JsafeJCE provider is disabled, a FIPS 140 required self-integrity check failed

JsafeJCE provider is disabled, a FIPS 140 required self-integrity check failed

Jun 04, 2019 4:04:50 PM com.adobe.livecycle.signatures.client.types.exceptions.SignaturesBaseException

SEVERE: ALC-DSS-300-000 Generic SignaturesBaseException   (in the operation : certify)

Caused By: java.lang.SecurityException: JsafeJCE provider is disabled, a FIPS 140 required self-integrity check failed(AbstractResponseHolder.java178)

Caused By: com.adobe.livecycle.signatures.service.impl.DSSConfigurationHelper (initialization failure)(J9VMInternals.java96)

Caused By: java.lang.SecurityException: JsafeJCE provider is disabled, a FIPS 140 required self-integrity check failed(SignaturesInitializer.java69)

Caused By: JsafeJCE provider is disabled, a FIPS 140 required self-integrity check failed(null-1)

ALC-DSS-300-000 Generic SignaturesBaseException   (in the operation : certify)

Caused By: java.lang.SecurityException: JsafeJCE provider is disabled, a FIPS 140 required self-integrity check failed(AbstractResponseHolder.java178)

Caused By: com.adobe.livecycle.signatures.service.impl.DSSConfigurationHelper (initialization failure)(J9VMInternals.java96)

Caused By: java.lang.SecurityException: JsafeJCE provider is disabled, a FIPS 140 required self-integrity check failed(SignaturesInitializer.java69)

Caused By: JsafeJCE provider is disabled, a FIPS 140 required self-integrity check failed(null-1)

com.adobe.livecycle.signatures.client.SignatureServiceClient.certify(SignatureServiceClient.java:287)

pt.gbes.teste.SignaturePOC.CertifyDocumentSOAP.main(CertifyDocumentSOAP.java:117)

Caused By: com.adobe.idp.dsc.DSCException

com.adobe.idp.dsc.provider.impl.base.AbstractResponseHolder.handleException(AbstractResponseHolder.java:178)

com.adobe.idp.dsc.provider.impl.soap.axis.sdk.SoapSdkBindingStubUtil.deSerializeResponse(SoapSdkBindingStubUtil.java:132)

com.adobe.idp.dsc.provider.impl.soap.axis.sdk.SoapAxisDispatcher.doSend(SoapAxisDispatcher.java:148)

com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send(AbstractMessageDispatcher.java:69)

com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:215)

com.adobe.livecycle.signatures.client.SignatureServiceClient.certify(SignatureServiceClient.java:264)

pt.gbes.teste.SignaturePOC.CertifyDocumentSOAP.main(CertifyDocumentSOAP.java:117)

Does anyone know what this mean?

Thanks

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

That is one way to check, or you can downgrade the JDK to 1.8.121 or below and test.

View solution in original post

7 Replies

Avatar

Employee Advisor

Hi Diogo,

what's the JDK version?

Avatar

Employee Advisor

Is your signature bundle active

is this in aem forms OSGI?

Avatar

Level 4

Java version = 1.8.0_151, Java Runtime Version = 8.0.5.7 - pap6480sr5fp7-20171216_01(SR5 FP7), Java Compiler = j9jit29, Java VM name = IBM J9 VM

It's running on Websphere 9.

It's the JEE version

Avatar

Level 4

Apparently this can be solved by adding MD5 on java:

That's why you asked the jdk version?

Re: JsafeJCE provider is disabled

Avatar

Correct answer by
Employee Advisor

That is one way to check, or you can downgrade the JDK to 1.8.121 or below and test.

Avatar

Level 4

Editing this file:

/usr/IBM/WebSphere/AppServer/java/8.0/jre/lib/security/java.security

As described in the link above solved it.

Avatar

Employee Advisor

Good to know that it is resolved now!