← Back to team overview

dhis2-devs team mailing list archive

Re: Analytics running even without scheduling

 

Thanks a lot Lars,

It seems to be working after deleting 'keySchedTasks'.


Seid,


On Thu, Jul 10, 2014 at 3:53 PM, Lars Helge Øverland <larshelge@xxxxxxxxx>
wrote:

> Hi,
>
> that sounds weird. Try deleting the system setting record that controls
> scheduling and restart server.
>
> delete from systemsetting where name='keySchedTasks';
>
>
>
>
> On Thu, Jul 10, 2014 at 2:42 PM, Seid Hussein <seid.hisp@xxxxxxxxx> wrote:
>
>> Hi all,
>>
>> We have been facing a problem these days where we are trying to run the
>> DHIS2 database locally even though it is working without a problem on our
>> Amazon EC2 server.
>>
>> Whenever tomcat starts, it immediately goes to running analytics and we
>> can not get in to any of the modules since it hangs up on that specific
>> task. It hangs on like that for hours. This happens even if we have stopped
>> the datamart and analytics schedule.
>>
>> I check my JAVA_OPTS and we have
>>
>> -Xmx4000m -Xms2000m -XX:MaxPermSize=500m -XX:PermSize=300m
>>
>> which should be more than enough.
>>
>> I have a 6GB RAM Windows 8.1 machine, with the latest java build.
>>
>>
>> All the best,
>>
>>
>> Seid,
>>
>> _______________________________________________
>> 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
>>
>>
>

References