/libs/sling/topology/connector.2dbf051f-fc0d-40c7-b15b-9aaf24c28672.json | Community
Skip to main content
New Participant
October 16, 2015
Solved

/libs/sling/topology/connector.2dbf051f-fc0d-40c7-b15b-9aaf24c28672.json

  • October 16, 2015
  • 2 replies
  • 1201 views

Hello,

Does anyone know this print information? I got some hint form google search that is due to we installed security service pack 1 on the CQ5.6.1.

Bacuse of my disk expend very fast, I suspect that is due to this issue.

I want to know how to fix it and where node it wrote data?

 

27.05.2015 07:40:02.429 *INFO* [pool-5-thread-2] org.apache.jackrabbit.core.state.SharedItemStateManager Validating change-set hierarchy
27.05.2015 07:40:02.447 *INFO* [pool-5-thread-2] org.apache.jackrabbit.core.state.SharedItemStateManager Validating change-set hierarchy
27.05.2015 07:40:02.461 *INFO* [127.0.0.1 [1432705202461] PUT /libs/sling/topology/connector.2dbf051f-fc0d-40c7-b15b-9aaf24c28672.json HTTP/1.1] icon.log resourceType=/libs/sling/topology/connector.servlet, isCqPage=false, isIconRequest=false
 

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 Sham_HC
  1. The message "SharedItemStateManager Validating change-set hierarchy"  is due to include of your startup script [1] which is checking the repository inconsistency before saving the changes.
  2. The message "PUT /libs/sling/topology/connector.xxxx" is HTTP call from topology to verify Sling is properly started up & also during change of topology. More details of basic at [2]. Try increasing the heartbeat from felix console discovery service.    The voting & all data regarding topology will write into /var/discovery/impl & /var/eventing
  • The description is not clear what issue you are trying to solve, log a daycare ticket & mention the list of hotfix installed, your architecture. The specialist will guide you with recommended discovery settings for your envirnoment.

[1]  -Dorg.apache.jackrabbit.core.state.validatehierarchy=true

[2]  http://dev.day.com/content/ddc/en/gems/introduction-of-job-handling-and-offloading-in-aem-5-6-1-.html

2 replies

Sham_HC
Sham_HCAccepted solution
New Participant
October 16, 2015
  1. The message "SharedItemStateManager Validating change-set hierarchy"  is due to include of your startup script [1] which is checking the repository inconsistency before saving the changes.
  2. The message "PUT /libs/sling/topology/connector.xxxx" is HTTP call from topology to verify Sling is properly started up & also during change of topology. More details of basic at [2]. Try increasing the heartbeat from felix console discovery service.    The voting & all data regarding topology will write into /var/discovery/impl & /var/eventing
  • The description is not clear what issue you are trying to solve, log a daycare ticket & mention the list of hotfix installed, your architecture. The specialist will guide you with recommended discovery settings for your envirnoment.

[1]  -Dorg.apache.jackrabbit.core.state.validatehierarchy=true

[2]  http://dev.day.com/content/ddc/en/gems/introduction-of-job-handling-and-offloading-in-aem-5-6-1-.html

jiaBaiAuthor
New Participant
October 16, 2015

Thanks for your help. smiley