Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

cq collab comments not found issues

Avatar

Level 4

i  am using aem5.6.1

I see lot of not found issues when collab comment component is added only in publish instance could you please let me know as how could it be resolved

I  have added the  below libs code to /apps
i.e added /libs/collab/commons/components/comments/comments.jsp to /apps/collab/commons/components/comments/comments.jsp

On  the page load i see   the below issues coming up . I see that on line 80  this is include <cq:includeClientLib js="cq.collab.comments"/>


"NetworkError: 404 Not Found - http://localhost:4503/libs/social/forum/components/topic/clientlibs.min.js"

"NetworkError: 404 Not Found - http://localhost:4503/libs/social/forum/components/pagination/clientlibs.min.js"
"NetworkError: 404 Not Found - http://localhost:4503/apps/social/forum/components/topic/clientlibs.min.js"
"NetworkError: 404 Not Found - http://localhost:4503/apps/social/forum/components/pagination/clientlibs.min.js"
"NetworkError: 404 Not Found - http://localhost:4503/libs/social/commons/components/comments/clientlibs.min.js"
"NetworkError: 404 Not Found - http://localhost:4503/libs/social/forum/components/topic/clientlibs.min.js"
"NetworkError: 404 Not Found - http://localhost:4503/libs/social/forum/components/pagination/clientlibs.min.js"
"NetworkError: 404 Not Found - http://localhost:4503/libs/social/commons/components/comments/clientlibs.min.js"
"NetworkError: 404 Not Found - http://localhost:4503/apps/social/forum/components/topic/clientlibs.min.js"
"NetworkError: 404 Not Found - http://localhost:4503/apps/social/forum/components/pagination/clientlibs.min.js"

1 Accepted Solution

Avatar

Correct answer by
Level 9
3 Replies

Avatar

Correct answer by
Level 9

Avatar

Level 4

we are using AEM 5.6.1 I have add  "collab/commons/components/comments"  in author it works fine please let how to resolve it publish

Avatar

Level 9

Which communities package do you have installed on your author and publish instances?

You can use http://<server>:<port>/crx/packmgr/ to check.

    cq-socialcommunities-pkg-1.3

    cq-socialcommunities-pkg-1.4

These are described at http://docs.adobe.com/docs/en/cq/5-6-1/developing/DevelopingWithSocialCommunities.html#Latest%20Rele...

- JK