Hello Community Warriors,
I cannot access to http://localhost:4502/aem/start.html , neither to http://localhost:4502/sites.html.
I get forbidden cannot serve request to "/aem/start.html ".
URI:STATUS:MESSAGE:SERVLET:
/aem/start.html |
403 |
Forbidden |
org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1d6f1c75 |
URI:STATUS:MESSAGE:SERVLET:
/sites.html |
403 |
Forbidden |
org.apache.felix.http.base.internal.dispatch.DispatcherServlet-1d6f1c75 |
==> I don't have any error on the console
Please help
Solved! Go to Solution.
Views
Replies
Total Likes
I cannot access to any link of aem. I lost much time working on this. So I decided to re install all the packages, and to reconfigure the environement.
thanks for all yours replies. I really appreciate them.
Can you try on http://localhost:4502/libs/granite/core/content/login.html
if still you get 403 then check logs and paste error message here
Can you please verify if you are able to open /crx/de or /system/console.
If not can you restart the instance and check for any error logs.
And can you also specify the version you are using.
Hi @ElmoPro ,
It seems like you're encountering a 403 Forbidden error when trying to access specific pages in Adobe Experience Manager (AEM) through your localhost. This error typically occurs due to permission issues or misconfiguration. Here are some steps you can take to troubleshoot:
Check Permissions: Ensure that the user you're logged in as has the necessary permissions to access the /aem/start.html and /sites.html pages. You might need to check your user permissions within AEM or the servlet container (like Apache Felix).
Verify URL: Double-check the URLs you're using. Make sure they are correct and properly formed. Sometimes a small typo can lead to a 403 error.
Check Configuration Files: Review your AEM configuration files, especially any security-related configurations. Ensure that there are no restrictions or rules preventing access to these pages.
Restart AEM: Try restarting your AEM instance. Sometimes, a simple restart can resolve permission-related issues.
Inspect Logs: Check the AEM logs for any relevant error messages or warnings. Even though you mentioned no errors on the console, there might be logs in other files.
Proxy or Firewall: If you're accessing AEM through a proxy server or firewall, ensure that they are not blocking access to these URLs.
Clear Browser Cache: Sometimes, cached data in your browser can cause issues. Try accessing the URLs in an incognito/private browsing window or clear your browser cache.
Check for Updates: Ensure that your AEM instance is up-to-date. Sometimes, bugs or security vulnerabilities in older versions can cause unexpected behavior.
Consult Documentation or Community: If none of the above steps resolve the issue, consult the AEM documentation or community forums for further assistance. It's possible that others have encountered similar issues and have solutions or workarounds.
By systematically going through these steps, you should be able to diagnose and resolve the 403 Forbidden error you're experiencing with AEM.
It is happening for a specific credential or all (including admin).
If its specific, please check the permissions of this user.
I cannot access to any link of aem. I lost much time working on this. So I decided to re install all the packages, and to reconfigure the environement.
thanks for all yours replies. I really appreciate them.
Views
Likes
Replies
Views
Likes
Replies