Gabriele
Gabriele

Reputation: 533

Magento reindexing still on Running even after Apache restart

When I check the status of my reindexing, the Product Prices are stuck on Running even after Apache has been restarted.

Going nuts.

thanks!

Upvotes: 1

Views: 861

Answers (2)

muhammedv
muhammedv

Reputation: 879

Backup and delete all files under MAGENTO_ROOT/var/locks/

Upvotes: 0

Simon H
Simon H

Reputation: 2495

Magento stores the status of indexes in index_process table. So when a index process fails for example through a timeout or restarting of apache this flag isn't removed. When indexing succeeds this flag is reset or you can set working to pending. Do you have any exceptions in your Magento logs?

Upvotes: 1

Related Questions