cancel
Showing results for 
Search instead for 
Did you mean: 

Cron is not running. Error!!

vishalkrv
Champ in-the-making
Champ in-the-making
Can some help me with this error:

ERROR [quartz.core.JobRunShell] [DefaultScheduler_Worker-2] Job jobGroup.jobD threw an unhandled Exception:
org.alfresco.repo.search.impl.lucene.LuceneQueryParserException: 03020156


i have written a cron to execute after every 30 mins, but after checking log I see this error and the cron is not running..


Please help!!
1 REPLY 1

loftux
Star Contributor
Star Contributor
Can some help me with this error:

ERROR [quartz.core.JobRunShell] [DefaultScheduler_Worker-2] Job jobGroup.jobD threw an unhandled Exception:
org.alfresco.repo.search.impl.lucene.LuceneQueryParserException: 03020156


i have written a cron to execute after every 30 mins, but after checking log I see this error and the cron is not running..


Please help!!
You have the answer in the error.
You job is running but there is something wrong with your query as it fails to parse.

(and if you do not agree with the above, please post in code tag your bean definition, and possibly the code you try to run).