cancel
Showing results for 
Search instead for 
Did you mean: 

Failed to purge nodes Error

tinlinnnsoe
Champ in-the-making
Champ in-the-making
Hi,

I am facing this error
[21:00:07,952 ERROR [org.alfresco.repo.node.db.DeletedNodeCleanupWorker] Failed to purge nodes.  If the purgable set is too large for the available DB resources    
  then the nodes can be purged manually as well.    
  Set log level to WARN for this class to get exception log:    
   Max commit time: 1387022400085   
   Error:          
]
and I am also trying to solve this error. But the problem is ,How to do to occur this error. i.e how to do mis operations to occur this error.

I found the possible solution to solve this problem. (https://forums.alfresco.com/forum/installation-upgrades-configuration-integration/installation-upgra... [Comment No #9 of "ashwini"]).But I cannot try this plan on my production environment. So I want to try it on my development environment. So I want to create or reproduce to occur this error in my development environment.
If I know the reason of error or , If I have that error in my environment, I can try this plan to solve this error.

Best Regards,
Tin
1 REPLY 1

niketapatel
Star Contributor
Star Contributor
This DeletedNodeCleanupWorker scheduler main tasks are - Purge deleted nodes, nodes of type sys:deleted and cleans up dangling transactions.
This issue occurs when there is a violation in DB integirty.

So, To reproduce it, You may try to delete contents in bulk. And bulk content depends on your system configurations and Database.

So this scheduler would have many nodes to clean and it might cause this error.

You may give a try!