Expand my Community achievements bar.

SOLVED

DocAssuranceService unsatisfied reference (OSGI)

Avatar

Level 7

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-reade...

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

1 Accepted Solution

Avatar

Correct answer by
Level 7

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-installat...

 It's solved for now.

View solution in original post

7 Replies

Avatar

Employee Advisor

Did you deploy the DevelopingWithServkceUser bundle that the article mentions?

Avatar

Level 7

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?

Avatar

Level 7

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

 

https://experienceleague.adobe.com/docs/experience-manager-65/forms/use-document-services/overview-a...

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?

Avatar

Employee Advisor

Can you send a screenshot of the unsatisfied reference error?

Avatar

Level 7

It appears that my DocAssuranceService has an unsatisfied reference to the SignatureService.

 

I'm looking for that now.  Maybe there is some post-setup for the signature service that I haven't done?

Avatar

Level 7

Signature service is not starting:

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

Avatar

Correct answer by
Level 7

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-installat...

 It's solved for now.