CRX De not showing repository tree after Java upgrade | Community
Skip to main content
Level 4
August 16, 2023

CRX De not showing repository tree after Java upgrade

  • August 16, 2023
  • 4 replies
  • 2701 views

I had updated Java version from Java 8 to Java 11 and thereafter restarted the server (after making necessary changes to point it to Java 11). Everything is working fine, except for the crx which is not showing the nodes (the package manager works btw). It keeps on saying : Repository tree could not be loaded. If this is a production environment, CRX DE could be disabled for security reasons. If this is the case, you can choose to re-enable it by following the steps described here.




I did check the configurations and it is set to /crx/server as per the following article : 
https://experienceleague.adobe.com/docs/experience-manager-65/administering/security/enabling-crxde-lite.html?lang=en 

Can someone please help me out with how to fix this issue? 

Note: Creating a fresh instance is the last thing I want to go with since there's a lot to re-do and client is using this instance actively.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

4 replies

aanchal-sikka
Community Advisor
Community Advisor
August 16, 2023

Hello @arindam6600 

 

Can you please try following?

- restart AEM

- Try by selecting and unselecting "Use absolute URLs" in the OSGi config

Aanchal Sikka
Level 4
August 16, 2023

Hi @aanchal-sikka , the following steps did not help.

- restart AEM : didn't solve the issue

- Try by selecting and unselecting "Use absolute URLs" in the OSGi configdidn't solve the issue

Pallavi_Shukla_
Community Advisor
Community Advisor
August 16, 2023

hi @arindam6600 

Can you please check  Apache Sling DavEx Servlet in the configuration manager? It should have /crx/server in the server Root Path.

 

Thanks,

Pallavi Shukla

Level 4
August 16, 2023

@pallavi_shukla_ - Yes, it does have /crx/server in the server Root Path. Still the crx does not show the repository tree.

Pallavi_Shukla_
Community Advisor
Community Advisor
August 17, 2023

Please check for error/request logs.

Is this happening when you upgrade java in the vanilla instance? ( without your custom code )?

Ritesh_Mittal
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
August 16, 2023

Hi @arindam6600 ,

 

Please try below if they resolve the issue-

 

  • Access Web console -
    http://<IP:PORT>/system/console/bundles
  • Check status of Apache Sling JCR DavEx and Apache Sling Simple WebDAV Access to repositories bundles.
  • If the status is not Resolved then try to Activate them.

 

Thanks,

Ritesh Mittal

Level 4
August 16, 2023

@ritesh_mittal  - Both these are active.

Ritesh_Mittal
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
August 16, 2023

@arindam6600 , Could you check for any error in logs or if you can paste the logs here.

Level 4
September 11, 2023

I created a fresh AEM instance and that solved the issue. Tried restoring to the latest stable segment by running oak-index tool but that corrupted the entire repository.