Esta conversación ha sido bloqueada debido a la inactividad. Cree una nueva publicación.
Nivel 1
Nivel 2
Iniciar sesión en la comunidad
Iniciar sesión para ver todas las insignias
Esta conversación ha sido bloqueada debido a la inactividad. Cree una nueva publicación.
Environment: Mac OS (AEM 6.5 + Adaptive Forms)
Test Scenario:
1. Install AEM 6.5 (AEM_6.5_Quickstart.jar)
2. Install Adaptive Forms (AEM-FORMS-6.5-OSX-6.0.80.zip)
3. Got first error consistently with every start of aem service
4. Got second error consistently with every stop of aem service
08.06.2019 20:49:39.201 *ERROR* [FelixDispatchQueue] adobe-aemfd-signatures FrameworkEvent ERROR (org.osgi.framework.BundleException: Activator start error in bundle adobe-aemfd-signatures [673].)
org.osgi.framework.BundleException: Activator start error in bundle adobe-aemfd-signatures [673].
at org.apache.felix.framework.Felix.activateBundle(Felix.java:2452)
at org.apache.felix.framework.Felix.startBundle(Felix.java:2308)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1539)
at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:308)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.NoClassDefFoundError: com/rsa/asn1/ASN_Exception
at com.adobe.fd.signatures.activator.Activator.start(Activator.java:34) [adobe-aemfd-signatures:6.0.22]
at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:698)
at org.apache.felix.framework.Felix.activateBundle(Felix.java:2402)
... 4 common frames omitted
Caused by: java.lang.ClassNotFoundException: com.rsa.asn1.ASN_Exception not found by adobe-aemfd-signatures [673]
at org.apache.felix.framework.BundleWiringImpl.findClassOrResourceByDelegation(BundleWiringImpl.java:1597)
at org.apache.felix.framework.BundleWiringImpl.access$300(BundleWiringImpl.java:79)
at org.apache.felix.framework.BundleWiringImpl$BundleClassLoader.loadClass(BundleWiringImpl.java:1982)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 7 common frames omitted
08.06.2019 21:21:37.596 *ERROR* [FelixDispatchQueue] adobe-aemfd-encryption FrameworkEvent ERROR (org.osgi.framework.BundleException: Activator stop error in bundle adobe-aemfd-encryption [671].)
org.osgi.framework.BundleException: Activator stop error in bundle adobe-aemfd-encryption [671].
at org.apache.felix.framework.Felix.stopBundle(Felix.java:2851)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1557)
at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:308)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.NoClassDefFoundError: com/rsa/certj/InvalidParameterException
at com.adobe.fd.encryption.activator.EncryptionActivator.stop(EncryptionActivator.java:34) [adobe-aemfd-encryption:6.0.22]
at org.apache.felix.framework.util.SecureAction.stopActivator(SecureAction.java:720)
at org.apache.felix.framework.Felix.stopBundle(Felix.java:2795)
... 3 common frames omitted
Caused by: java.lang.ClassNotFoundException: com.rsa.certj.InvalidParameterException not found by adobe-aemfd-encryption [671]
at org.apache.felix.framework.BundleWiringImpl.findClassOrResourceByDelegation(BundleWiringImpl.java:1597)
at org.apache.felix.framework.BundleWiringImpl.access$300(BundleWiringImpl.java:79)
at org.apache.felix.framework.BundleWiringImpl$BundleClassLoader.loadClass(BundleWiringImpl.java:1982)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 6 common frames omitted
Vistas
Respuestas
Total de me gusta
Looks like "adobe-aemfd-signature" bundle is not able to start properly. If you are able to reproduce the error without any customization, please log a daycare ticket.
Vistas
Respuestas
Total de me gusta
I have the same issue. did you find the solution for this ?
Vistas
Respuestas
Total de me gusta
Boot delegate RSA and BouncyCastle libraries : Installing and configuring AEM 6.3 forms
Thanks,
Wasil
Vistas
Respuestas
Total de me gusta
Please add below configurations in your sling.properties file to resolve the com.rsa class not found exception.
sling.bootdelegation.class.com.rsa.jsafe.provider.JsafeJCE=com.rsa.*
I tried the same and it's working now for me.
Vistas
Respuestas
Total de me gusta
Vistas
me gusta
Respuestas
Vistas
me gusta
Respuestas
Vistas
me gusta
Respuestas
Vistas
me gusta
Respuestas