Hello All,
We are getting the below issue in our dev environment.
Problem accessing /crx/de/index.jsp. Reason:
What are the possible solutions to resolve this?
One solution we know is to delete the "index" folder under 'auhor\crx-quickstart\repository" and restart the instance.
Is it risky to delete the index folder ? What could be the possible side-effects of doing this ?
Thanks,
Vish
Views
Replies
Total Likes
First - try making a copy so you do not delete anything. I would move the files to a separate folder and then try.
Views
Replies
Total Likes
Hi Vish,
Basically Indicates sling not able to connect to repository. It may be corruption Or last install broke it. Remove the last two entry in journal.log and verify.
Thanks,
You get that error when the authentication bundles haven't started yet. In some cases this is just a matter of time - the start up may still be progress. If it isn't just time then there are any number of reasons why the authentication bundles might not have started. There are two steps you need to take to troubleshoot the issues:
Reference Post :- http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manage...
~kautuk
Views
Replies
Total Likes
Hi Vish,
Please have a look at the below thread. I did face similar kind of issue ,see if this can help.
Regards
Rohit
One more Solution that worked for me is, going to your instance author/crx-quickstart/launchpad/config/org/apache/sling/jcr/repoinit. and delete this folder. Now, Restart your Server.
Hope this helps!
This solved my issue.
Removing the index did not make a difference, but deleting repoinit folder fixed it. Thanks.