← Back to team overview

dhis2-users team mailing list archive

Re: [Dhis2-devs] Start up issues

 

Hi Amina,

This seems to be an issue with serialization of system settings. Try
running these SQL statements and restart. Then you need to set the
scheduled tasks from data administration again.

delete from systemsetting where name = 'keySchedTasks';
delete from systemsetting where name = 'keyScheduledTasks';

best regards,

Lars




On Tue, Sep 2, 2014 at 2:52 PM, Amina Abba Gana <abbagana4@xxxxxxxxx> wrote:

> Hello Everyone,
>
> I am trying to restore a database backup on dhis 2.4. The application runs
> fine on an empty database but I get the error in the attached log soon as i
> try to start up after restoring my backup. Please help if you have come
> across this before.
>
> Below are the version details:
>
> Version:
>
> 2.4
>
> Build revision:
>
> 4507
>
> Build date:
>
> 2011-09-22 08:42
>
> Thank you!
>
> _______________________________________________
> Mailing list: https://launchpad.net/~dhis2-devs
> Post to     : dhis2-devs@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~dhis2-devs
> More help   : https://help.launchpad.net/ListHelp
>
>

Follow ups

References