Instance hangs for ~15 minutes after sling.properties change
Hey everyone,
I set up AEM Forms (the OSGI flavour) on top of AEM 6.3 according to this guide: Installing and configuring AEM 6.3 forms
After the "Boot delegate RSA and BouncyCastle libraries" step my instance needs up to 15 minutes to start up.
What I did was adding following lines:
sling.bootdelegation.class.com.rsa.jsafe.provider.JsafeJCE=com.rsa.*
sling.bootdelegation.class.org.bouncycastle.jce.provider.BouncyCastleProvider=org.bouncycastle.*
to the sling.properties file. When I remove the RSA.Jsafe line the instance boots up fast again. Did you guys experience something like this? The log seems fine.
Thanks
D