DocAssuranceService unsatisfied reference (OSGI) | Community
Skip to main content
crich2784
Level 6
November 12, 2023
Solved

DocAssuranceService unsatisfied reference (OSGI)

  • November 12, 2023
  • 1 reply
  • 1453 views

I have written a servlet to generate PDFs using FormsService.  It's all working great.

 

Now I am trying to Reader Extend the PDFs.

I have installed Reader Extensions - no problem.

 

Generally speaking, I'm following these instructions to write my code:

https://experienceleague.adobe.com/docs/experience-manager-learn/forms/document-services/apply-reader-extension-rights-to-pdf.html?lang=en

The code has no errors.  I upload the bundle and my servlet has an unsatisfied reference.

 

 

Reference docAssuranceServiceUnsatisfied
Service Name: com.adobe.fd.docassurance.client.api.DocAssuranceService
Cardinality: 1..1
Policy: static
Policy Option: reluctant
No Services bound

 

Can somebody help?

 

I am using AEM Forms 6.5 OSGI only on Windows.

 

Thank you,

Charles

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by crich2784

Signature service is not starting:

Caused by: java.lang.ClassNotFoundException: com.rsa.asn1.ASN_Exception not found by adobe-aemfd-signatures [655]


Ok, I modified the sling.properties like instructed here.  I missed that.

 

https://experienceleague.adobe.com/docs/experience-manager-65/forms/install-aem-forms/osgi-installation/install-configure-document-services.html

 It's solved for now.

1 reply

Adobe Employee
November 13, 2023

Did you deploy the DevelopingWithServkceUser bundle that the article mentions?

crich2784
crich2784Author
Level 6
November 13, 2023

Yes.  This bundle has only these exported packages. 

 

Exported Packagescom.aemforms.serviceuser.core.filters,version=1.0.0
com.aemforms.serviceuser.core.listeners,version=1.0.0
com.aemforms.serviceuser.core.models,version=1.0.0
com.mergeandfuse.getserviceuserresolver,version=1.0.0

 

 

Clearly, I'm missing a core bundle with com.adobe.fd.docassurance.client.api.DocAssuranceService.

 

Can somebody tell me what is missing?

crich2784
crich2784AuthorAccepted solution
Level 6
November 13, 2023

Signature service is not starting:

Caused by: java.lang.ClassNotFoundException: com.rsa.asn1.ASN_Exception not found by adobe-aemfd-signatures [655]


Ok, I modified the sling.properties like instructed here.  I missed that.

 

https://experienceleague.adobe.com/docs/experience-manager-65/forms/install-aem-forms/osgi-installation/install-configure-document-services.html

 It's solved for now.