Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Raja-kp
Raja-kp
Online

Badges

Badges
30

Accepted Solutions

Accepted Solutions
36

Likes Received

Likes Received
161

Posts

Posts
147

Discussions

Discussions
42

Questions

Questions
105

Ideas

Ideas
1

Blog Posts

Blog Posts
0
Top badges earned by Raja-kp
Customize the badges you want to showcase on your profile
Re: deleting repository in AEM 6.2 - Adobe Experience Manager 27-09-2021
Hi @Snow123 - Understood. Please perform the Datastore garbage collection (when the instance is running) and Offline compaction (recommend to perform during non-business hours) and check the repository size once. Un-referenced files will be deleted from the repository.

Views

327

Like

1

Replies

0
Re: deleting repository in AEM 6.2 - Adobe Experience Manager 27-09-2021
Can you please share the screenshot of directory name under segmenstore ?

Views

340

Like

1

Replies

2
Re: deleting repository in AEM 6.2 - Adobe Experience Manager 26-09-2021
Hi - To cleanup the repository ,please perform the maintenance activity as below:Data store Garbage collection - When instance up and running ( No downtime)Offline compaction - need to bring down the instance to perform this. There will be NO impact to your repository while you perform this activity. Please refer these link : https://experienceleague.adobe.com/docs/experience-manager-cloud-service/operations/maintenance.html?lang=enhttps://helpx.adobe.com/experience-manager/kb/AEM6-Maintenance-G...

Views

351

Likes

2

Replies

4
Re: how to redirect non WWW to WWW with AEM cloud? - Adobe Experience Manager 25-09-2021
Hi - @TB3dock , 1.Should have proper SSL certificate for WWW domain.2. Should have separate dns node in /etc/map.publish for www domain.3. Configure WWW and Non-WWW domains in a single virtual host:In Virtual host:80 section,ServerName www.ourdoamain.comServerAlias ourdoamain.com4. In rewrite section,RewriteRule ^/$ https://%{SERVER_NAME}/<>.html [R=301,L] ## landing page of the site - all the requests will be redirected to www domain .RewriteRule ^/content/path/(.*)$ https://%{SERVER_NAME}/$1 [...

Views

586

Like

1

Replies

0
Re: Sling Jobs in Critical State - Adobe Experience Manager 25-09-2021
Hi - Please follow the below steps: Go to http://aem-host:port/crx/explorer/index.jsp and log in as adminOpen Content ExplorerBrowse to /var/eventing/jobsSee which jobs are piled up under /var/eventing/jobs/assigned/{sling id}Right click a sub-folder there that you don't need to preserve and select Delete RecursivelyEnable Disable Preliminary Scan optionClick DeleteRefer this : https://helpx.adobe.com/uk/experience-manager/kb/AEM-restart-takes-a-long-time-due-to-sling-jobs-AEM.html

Views

276

Like

1

Replies

0
Re: Garbage collection taking longer than the normal to finish - Adobe Experience Manager 24-09-2021
Hi @santhoshm687661 - Please let us know the below:1. AEM repository size ? why its taking 22-23 hours to complete the job ?2. How are we performing the data store garbage collection - Maintenance operation window or JMX Console ?

Views

329

Like

1

Replies

0
Re: AH01630: client denied by server configuration - Adobe Experience Manager 24-09-2021
Hi @Sriga311 - It should be configured in httpd.conf file but when you are unable to edit the httpd.conf - I hope your application might be running in AMS platform. You can try to add the below directive in the each vhost file and check the logs again : AllowOverride NoneRequire all granted

Views

1.8K

Likes

2

Replies

1
Re: Rewrite rules failing - Adobe Experience Manager 24-09-2021
Hi - Can you please check rewrite logs to see how request is flowing ? Please enable the rewrite log in the configuration if not done."LogLevel info rewrite:info". Then - please do the necessary configuration changes.

Views

263

Like

1

Replies

0
Re: editor.html page is blank - Adobe Experience Manager 22-09-2021
Hi - Can you please let us know the below:1. AEM version ?2. Is that working as expected when you switch the content url to the Classic mode like, localhost:4502/cf#/a/b.html3. Tail the error log while loading the page.So that we can have clear understanding of this issue.

Views

465

Like

1

Replies

1
Re: AEM Security vulnerability scan - Adobe Experience Manager 21-09-2021
Thanks for your response - we have already blocked all the paths mentioned in above mentioned Adobe document, but still we have to run the security scan every quarter to identify the vulnerabilities in AEM.

Views

477

Like

1

Replies

0