Expand my Community achievements bar.

SOLVED

AEMaaCS local instance issue

Avatar

Level 2

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.

1 Accepted Solution

Avatar

Correct answer by
Level 4

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

View solution in original post

3 Replies

Avatar

Community Advisor

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

Avatar

Correct answer by
Level 4

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

Avatar

Administrator

@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