CRX De not showing repository tree after Java upgrade
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.