Error in Perform Lucene Index scheduled task

I’ve been trouble shooting why scheduled tasks aren’t running… When running cron.php manually I get the following error in the system log file.

I’m sure this is causing the remaining jobs to fail.

Tue Jul 12 22:34:55 2016 [2176][1][ERROR] Index doesn’t exists in the specified directory.
Tue Jul 12 22:34:55 2016 [2176][1][ERROR] Index doesn’t exists in the specified directory.
Tue Jul 12 22:34:55 2016 [2176][1][ERROR] Index doesn’t exists in the specified directory.
Tue Jul 12 22:34:55 2016 [2176][1][ERROR] Index doesn’t exists in the specified directory.
Tue Jul 12 22:34:55 2016 [2176][1][ERROR] Index doesn’t exists in the specified directory.
Tue Jul 12 22:34:55 2016 [2176][1][FATAL] Job d968e477-e49b-b961-207c-5785d2a37ed3 (Perform Lucene Index) failed in CRON run

I get a load of [ERROR] Index doesn’t exists in the specified directory.

Hi,

Create Index folder in /modules/AOD_Index/Index
Make sure permission is set to www
Put the scheduled task to each minutes for test :
In this folder many file must be create… Then you ca reput scheduled task time to normal.

Perfect thanks, that sorted it