Hi
I am not able view AEM sites pages in list view. Have anyone faced similar issue?
AEM Version: 6.5, 6.5.7 service pack installed!
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @Manu_Mathew_ ,
I am not able to replicate this in my local. Could you please confirm if you have checked this in vanilla instance ?
If it's not vanilla instance, please check if you had overlaid below path and did some changes which might causing the issue.
/libs/cq/gui/components/coral/admin/page/row
Updated Answer:
As per your error screenshot, exception is thrown on /apps/cq/gui/components/coral/admin/page/row/row.jsp . So kindly check and fix it to resolve this.
Hi @Manu_Mathew_ ,
I am not able to replicate this issue in my local vanilla instance of 6.5.7.
But just trying to understand, you are getting the issue after doing like below ?
No this is not related to the Timewrap option. This is happening, when navigated to sites and list view is clicked. Getting the errors as attached in the error logs while doing this operation.
Hi @Manu_Mathew_ ,
I am not able to replicate this in my local. Could you please confirm if you have checked this in vanilla instance ?
If it's not vanilla instance, please check if you had overlaid below path and did some changes which might causing the issue.
/libs/cq/gui/components/coral/admin/page/row
Updated Answer:
As per your error screenshot, exception is thrown on /apps/cq/gui/components/coral/admin/page/row/row.jsp . So kindly check and fix it to resolve this.
Thanks for the input. @Kishore_Kumar_
I see you overlayed /libs/cq/gui/components/coral/admin/page/row/row.jsp
Just check the code that you have added or modified, you are doing a wrong Type Cast.
Remove the overlayed jsp(/apps/cq/gui/components/coral/admin/page/row/row.jsp) and check once if issue still exists.
-AG
Thanks for the input. @Anudeep_Garnepudi