コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

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

Avatar

Level 4

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
 

1 受け入れられたソリューション

Avatar

正解者
Level 10
  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-.htm...

元の投稿で解決策を見る

2 返信

Avatar

正解者
Level 10
  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-.htm...

Avatar

Level 4

Thanks for your help. smiley