cq collab comments not found issues | Community
Skip to main content
Level 4
October 28, 2015
Solved

cq collab comments not found issues

  • October 28, 2015
  • 3 replies
  • 1120 views

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"

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 JK_Kendall

What version of social communities are you using?

http://docs.adobe.com/docs/en/cq/5-6-1/developing/DevelopingWithSocialCommunities.html#Latest%20Releases

One recommendation would be to develop on an author instance.

See

Build your first components in 10 minutes

Development tools

Developer Guidelines and Best Practices

- JK

3 replies

JK_Kendall
JK_KendallAccepted solution
Level 9
October 28, 2015
Level 4
October 29, 2015

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

JK_Kendall
Level 9
October 30, 2015

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%20Releases

- JK