Page 1 of 1

Cronjob: User Items Serialize

PostPosted:Fri May 30, 2014 7:26 am
by Catscratch
Hi,

I got a lot of failed cron task in the log:
Code: Select all
2014-05-30 00:00:00,120 [Thread-7884] WARN  com.openkm.core.Cron - Error executing crontab task 'User Items Serialize': Sourced file: inline evaluation of: ``com.openkm.cache.UserItemsManager.serialize();'' : Class or variable not found: com.openkm.cache.UserItemsManager : at Line: 1 : in file: inline evaluation of: ``com.openkm.cache.UserItemsManager.serialize();'' : com .openkm .cache .UserItemsManager .serialize ( ) 
Seems that the cronjob script is wrong. Btw, what excactly should this task do? It is a builin task by okm.
Or can I deactivate this task?

Regards.

Re: Cronjob: User Items Serialize

PostPosted:Sun Jun 01, 2014 9:58 am
by jllort
Did you upgrade from other openkm version ? in case afirmative go to crontab -> remove UserItemsManage crontab task and restart aplication again ( that should restart the crontab task ).

Tell us if that solved the problem. Probably is some missing step we've not identified for complete migration procedure, but I'm not sure about it.

Re: Cronjob: User Items Serialize

PostPosted:Mon Jun 02, 2014 7:22 am
by Catscratch
Ok, after removing and restart, the cronjob (user items serialize) is still gone. Am I right, that I don't need this job?

Re: Cronjob: User Items Serialize

PostPosted:Mon Jun 02, 2014 4:24 pm
by pavila
This has been deprecated in OpenKM 6.3 and you shouldn't have this task. This is a migration from 6.2 or a new installation?

Re: Cronjob: User Items Serialize

PostPosted:Tue Jun 03, 2014 6:41 am
by Catscratch
Was a migration regarding your migration guide from the wiki.

Re: Cronjob: User Items Serialize

PostPosted:Tue Jun 03, 2014 7:26 am
by pavila
Ok, I have already updated the migration guide.