Navigate to the [AEM installation directory]/adobe_experience_manager_Forms/crx-repository/launchpad/
and open the sling.properties file for editing.
When TCP locators remove an AEM Forms server node from the cluster (due to hearbeat timeout or any other issue) and the node rejoins the distribution system, caching does not work on the node.
Users experiences an error message similar to the following:
In case caching is not working properly, you must restart the server node. On successful restart, the node joins the cluster and cache starts working.
The Configuration Manager fails when the user changes the JBoss default port from 8080. It results in no reponse from the JBoss service.
The issue occurs when the user modifies the JBoss listen port in the lc_turnkey.xml file from 8080 to other port.
For example, lc_turnkey.xml: Port 8080 --> 9999
<socket-binding name="http" interface="any" port="${jboss.http.port:8080 --> 9999}"/>
User experiences an error message similar to the following:
Before you change the default port, you must know that the port change is supported only for http, not for https.
To successfully modify the default JBoss port:
Users experiences ClassCastException error on running Xerces libraries on AIX:
Modify the sling.properties file and perfrom the following steps:
Navigate to the [AEM installation directory]/adobe_experience_manager_Forms/crx-repository/launchpad/
and open the sling.properties file for editing.
Add the following property at the end of the sling.properties file:
sling.bootdelegation.xerces=org.apache.xerces
Save and close the sling.properties file.
Restart the AEM instance.