logs/error.log :error repeating in config manager | Community
Skip to main content
New Participant
November 23, 2021
Solved

logs/error.log :error repeating in config manager

  • November 23, 2021
  • 3 replies
  • 1304 views

 

The logs/error.log :error repeating in config manager .How to avoid this.

Due to this config manager takes time to load .

Is there a way to delete from backend.

Please can any one suggest a solution.

also the 

logs/error.log :error repeating in config manager  is also repeating multiple times.

 

Thanks.

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 Shakthi1

I found the below, it is issue with AEM6.5 where in the config are duplicated. It was to be fixed in SP2 but did not fix.

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/duplicate-osgi-configs-with-every-installation/m-p/275910#M15649

 

3 replies

websites9686031
New Participant
May 27, 2024

Hi , Can someone guide where to find old error logs (1/2week old) in AEM.

Can see only 3-4 days logs under var/log/aem folder.

New Participant
November 25, 2021

Please check if you have multiple OSGi configurations for Error logs. It should not redundant and run mode specific.

Shakthi1AuthorAccepted solution
New Participant
November 25, 2021

I found the below, it is issue with AEM6.5 where in the config are duplicated. It was to be fixed in SP2 but did not fix.

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/duplicate-osgi-configs-with-every-installation/m-p/275910#M15649

 

Asutosh_Jena_
New Participant
November 23, 2021

Hi @shakthi1 

 

Please check if you have multiple OSGi configurations with the same PID (org.apache.sling.commons.log.LogManager.factory.config) with log file as logs/error.log.

 

It can be present either in your project specific folder /apps/project/runmodes/config or in /apps/system/config

 

Remove from these locations and it should solve the issue.

 

Thanks!