Hi Amina,

this time its the user settings. You might want to do this:

delete form usersetting where name = 'keyUiLocale';

Note that this will clear the user interface locale for all users.

regards,

Lars



On Wed, Sep 3, 2014 at 5:35 AM, Amina Abba Gana <abbaga...@gmail.com> wrote:

> Thank you Lars.
>
> We cleared the systemsetting table and the application started but soon as
> we log in it gives an exception on the interface. The log is attached.
>
>
> On 2 September 2014 19:59, Lars Helge Øverland <larshe...@gmail.com>
> wrote:
>
>> 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 <abbaga...@gmail.com>
>> 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-d...@lists.launchpad.net
>>> Unsubscribe : https://launchpad.net/~dhis2-devs
>>> More help   : https://help.launchpad.net/ListHelp
>>>
>>>
>>
>
_______________________________________________
Mailing list: https://launchpad.net/~dhis2-users
Post to     : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp

Reply via email to