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

DocAssuranceService unsatisfied reference (OSGI)

  • November 12, 2023
  • 1 reply
  • 1448 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

Employee
November 13, 2023

Did you deploy the DevelopingWithServkceUser bundle that the article mentions?

crich2784
crich2784Author
New Participant
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
crich2784Author
New Participant
November 13, 2023

@workflowuser According to this article, DocAssurance is not available by default.

 

https://experienceleague.adobe.com/docs/experience-manager-65/forms/use-document-services/overview-aem-document-services.html?lang=en

Out of the box, the DocAssurance service is not available for use. To configure the DocAssurance service, see Installing and Configuring Configuring Document Services.

 

Where can I download the correct bundle?