Expand my Community achievements bar.

SOLVED

Could not initialize class com.rsa.cryptoj.o.dl error

Avatar

Level 2

Hey everyone,

I am working on AEM project. on submitting the adaptive forms I am getting this error. The submission should trigger a workflow. Thanks for help.

doubt.png

1 Accepted Solution

Avatar

Correct answer by
Employee

Hi,

are you using attachments in the adaptive forms. This error is seen when the installation path of your AEM has spaces in it i.e., any folder on the installation path of AEM has spaces in its name. Please remove the spaces in the name of the folder and restart the instance, it should work.

View solution in original post

4 Replies

Avatar

Level 9

Hi,

Sounds related to certificate. Are you using IBM jre by any chance?

Thanks,

Avatar

Level 10

One option you have is to submit to an OSGi service from the adaptive form:

Adobe Experience Manager Help | Posting Adobe Experience Manager Form Data to Custom Services

Then from the OSGi service - invoke a workflow using Workflow APIS:

Adobe Experience Manager Help | Invoking Adobe Experience Manager Workflows using the AEM Java API

Avatar

Administrator

Moving this thread to AEM forms.

~kautuk



Kautuk Sahni

Avatar

Correct answer by
Employee

Hi,

are you using attachments in the adaptive forms. This error is seen when the installation path of your AEM has spaces in it i.e., any folder on the installation path of AEM has spaces in its name. Please remove the spaces in the name of the folder and restart the instance, it should work.