Skip to main content
Rajeev_SD
Level 2
July 13, 2016

When deleting a page from SiteAdmin it shows deleted from SiteAdmin but the Crxde node for the same still remains/not getting deleted.

  • July 13, 2016
  • 1 reply
  • 2547 views

Hi All,

I am facing an issue in our prod environment where if we delete a page from the siteadmin (e.g. myproject/en/page) then that page's node (/content/myproject/en/page) in crxde is not getting deleted.

Using AEM 6.1 SP1. 

In siteadmin it shows the page as deleted and if i try to create a new page with same name e.g. "page" then it creates the new page with altered name like "-page" or "page0" due to the fact that the deleted page node is still existing in crxde.

I have checked the event listener network status, everything looks fine.

Checked the logs and there's also nothing. There's no such issue on local and dev environments.

Please suggest something on this.

Thanks in advance.

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

1 reply

Adobe Employee
July 13, 2016

what happens when you try and access the page from your browser http://server:port/content/myproject/en/page? does the page load?

Regards,

Opkar

Rajeev_SD
Rajeev_SDAuthor
Level 2
July 14, 2016

Hi Opkar,

 

Yes, that page loads perfectly.


Regards,

Rajeev

Rajeev_SD
Rajeev_SDAuthor
Level 2
July 14, 2016

Hi Opkar,

 

And also in the /content/en/page/jcr:content of the deleted page two properties are getting added after deletion viz.

deleted & deletedBy

That page node still exists in crxde with these properties in its jcr:content.

 

Thanks & Regards,

Rajeev