AEM 6.5.13 service pack - brand new installation failed
Hello,
I am trying to create a brand new AEM development environment and I'm getting a JSP compilation error.
I installed AEM 6.5 - crx-quickstart.jar - all good and it worked. I just clicked around strategically.
Next I download these:
AEM 6.5 Service Pack 13
AEM Forms 6.5.13.0 Add-on for Windows
I installed the service pack and waited for the system to settle. Restarted.
I installed the Add-on and waited for the system to settle. Restarted.
Everything looked good.
When I navigate to:
http://localhost:4502/aem/forms.html/content/dam/formsanddocuments
It fails with a JSP compilation error.
09.06.2022 16:54:43.834 *INFO* [oak-lucene-872] org.apache.jackrabbit.oak.plugins.index.lucene.IndexTracker Refreshed the opened indexes
09.06.2022 16:54:44.360 *WARN* [186.15.183.60 [1654811684296] POST /content/dam/collections.collection.html HTTP/1.1] org.apache.jackrabbit.oak.security.authorization.accesscontrol.AccessControlManagerImpl Attempt to create an ACE for an administrative principal which always has full access: /content/dam/collections/F/FXIeHDIwhCqGsODO7IYc/lightbox
09.06.2022 16:54:57.625 *ERROR* [186.15.183.60 [1654811697617] GET /aem/forms.html/content/dam/formsanddocuments HTTP/1.1] org.apache.sling.engine.impl.SlingRequestProcessorImpl service: Uncaught SlingException
org.apache.sling.scripting.jsp.jasper.JasperException: Unable to compile class for JSP:
An error occurred at line: 16 in the generated java file
Only a type can be imported. com.adobe.aem.formsndocuments.util.FMConstants resolves to a package
An error occurred at line: 17 in the generated java file
Only a type can be imported. com.adobe.aem.formsndocuments.util.FMUtils resolves to a package
An error occurred at line: 48 in the jsp file: /libs/fd/fm/gui/components/admin/contentchecker/contentchecker.jsp
What am I missing?