Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.
SOLVED

ItemManager

Avatar

Level 2

What does these lines suggest and when does it happen? In our environment we see continuously 1000's of lines continuously for /etc/i18n nodes and cache gets overwritten continuously. During this time pages does not respond and time out. What causes or triggers these warnings? We have a decent BundleCache size set.

 

03.12.2013 20:32:48 *WARN * ItemManager: overwriting cached item 5f41343e-4508-4429-acce-6610c2db3b52/{http://sling.apache.org/jcr/sling/1.0}message (ItemManager.java, line 931)
03.12.2013 20:32:48 *WARN * ItemManager: overwriting cached item ed0a018c-2484-41e4-a2dc-718c85688c31/{http://sling.apache.org/jcr/sling/1.0}key (ItemManager.java, line 931)
03.12.2013 20:32:48 *WARN * ItemManager: overwriting cached item acc7cbf9-8b7d-45a5-aa5f-35e8f828986c/{http://sling.apache.org/jcr/sling/1.0}key (ItemManager.java, line 931)
03.12.2013 20:32:48 *WARN * ItemManager: overwriting cached item acc7cbf9-8b7d-45a5-aa5f-35e8f828986c/{http://sling.apache.org/jcr/sling/1.0}message (ItemManager.java, line 931)
03.12.2013 20:32:48 *WARN * ItemManager: overwriting cached item 545863a7-2d26-432a-934c-92f43fa5e65f/{http://sling.apache.org/jcr/sling/1.0}key (ItemManager.java, line 931)
03.12.2013 20:32:48 *WARN * ItemManager: overwriting cached item 8fa35fe3-7458-4d87-8688-1127ec12dc33/{http://sling.apache.org/jcr/sling/1.0}message (ItemManager.java, line 931)
03.12.2013 20:32:48 *WARN * ItemManager: overwriting cached item b7e84d37-37f6-47cf-8bce-06d312662b3c/{http://sling.apache.org/jcr/sling/1.0}message (ItemManager.java, line 931)
03.12.2013 20:32:48 *WARN * ItemManager: overwriting cached item 4c4ea796-f750-4367-b1cc-81169cefb53b/{http://sling.apache.org/jcr/sling/1.0}message (ItemManager.java, line 931)

Regards

Rama.

1 Accepted Solution

Avatar

Correct answer by
Level 10

This message is logged with a warning, because in theory such case shouldn't happen (ie. the item should not be in the cache). In practice, the crx access manager causes such warn messages & can be ignored. Are you using IBM JDK.  If you can reproduce please file daycare ticket. 

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

This message is logged with a warning, because in theory such case shouldn't happen (ie. the item should not be in the cache). In practice, the crx access manager causes such warn messages & can be ignored. Are you using IBM JDK.  If you can reproduce please file daycare ticket.