AEMaaCS local instance issue | Community
Skip to main content
New Participant
January 3, 2024
Solved

AEMaaCS local instance issue

  • January 3, 2024
  • 3 replies
  • 1050 views

Hi Everyone,

 

Anyone faced this issue "/libs/fd/af/authoring/editors/rendercondition/template-v2/template-v2.jsp(32,0) The absolute uri: http://www.adobe.com/taglibs/guides/2.0 cannot be resolved in either web.xml or the jar files deployed with this application

 

facing this issue on local AEMaaCS, however, it works fine on higher environment.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by JagarlamudiVe

Hello @gatsby 

 

try to alter the JSP file from <%@ taglib prefix="cq" uri="http://www.adobe.com/taglibs/guides/2.0" %> to <%@taglib prefix="cq" uri="http://www.adobe.com/taglibs/cq/1.0" %>.

 

Also Check if the http://www.adobe.com/taglibs/guides/2.0 is embedded in the final build of the JAR file. If it's not, add it in the Maven-bundle-plugin in the Embed-Dependency section.

 

Thanks,

Venkat

3 replies

kautuk_sahni
Employee
January 23, 2024

@gatsby Did you find the suggestions from users helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community.

Kautuk Sahni
JagarlamudiVeAccepted solution
New Participant
January 4, 2024

Hello @gatsby 

 

try to alter the JSP file from <%@ taglib prefix="cq" uri="http://www.adobe.com/taglibs/guides/2.0" %> to <%@taglib prefix="cq" uri="http://www.adobe.com/taglibs/cq/1.0" %>.

 

Also Check if the http://www.adobe.com/taglibs/guides/2.0 is embedded in the final build of the JAR file. If it's not, add it in the Maven-bundle-plugin in the Embed-Dependency section.

 

Thanks,

Venkat

Harwinder-singh
New Participant
January 3, 2024

@gatsby , What is the status of the bundles ? Are all of them active?