← Back to team overview

dhis2-devs team mailing list archive

Re: Fwd: DHIS2- Analytics dont finish

 

Hi Ian,

The problem is the amount of memory you have allocated to DHIS2.  From your
config it seems you have the following.

-Xms128m-Xmx256m

which in turn causes

* ERROR 2016-01-13 10:03:08,026 Unexpected error occurred in scheduled
task. (TaskUtils.java [taskScheduler-1])
com.google.common.util.concurrent.ExecutionError:
java.lang.OutOfMemoryError: GC overhead limit exceeded

it depends on how much RAM you have in your system, but try with

-Xmx1024m -Xmx1024m

The more memory you can allocate the Tomcat, the better. You can read more
here

http://dhis2.github.io/dhis2-docs/master/en/implementer/html/ch08s03.html

as well as the archives of this list, where this issue has been discussed
before.

Regards,
Jason


On Thu, Jan 14, 2016 at 7:22 AM, Ian Manyama <iannashin@xxxxxxxxx> wrote:

> ---------- Forwarded message ----------
> From: Ian Manyama <iannashin@xxxxxxxxx>
> Date: 13 January 2016 at 13:28
> Subject: Re: [Dhis2-devs] DHIS2- Analytics dont finish
> To: Lars Helge Øverland <larshelge@xxxxxxxxx>
>
>
> Hello team,
>
> I am using DHIS2 in my computer, with postgresql database, and tomcat
> server
>
> The problem is when i try  do analytic it does not finish, please help
>
> Details:
> DHIS Version: 2.21
> DHIS  Build revision: 20998
> Browser: Google Chrome
> Version: Version 47.0.2526.106 m
>
> I have attached server and application logs
>
> Thank you,
> Ian Manyama
>
> On 13 January 2016 at 12:56, Lars Helge Øverland <larshelge@xxxxxxxxx>
> wrote:
> > Hi Ian,
> >
> > please have a look at the guide for reporting issues:
> >
> >
> http://dhis2.github.io/dhis2-docs/master/en/implementer/html/ch09s03.html
> >
> >
> > best regards,
> >
> > Lars
> >
> >
> > On Wed, Jan 13, 2016 at 9:52 AM, Ian Manyama <iannashin@xxxxxxxxx>
> wrote:
> >>
> >> Hello team,
> >>
> >> I am using DHIS2 in my computer, with postgresql database, and tomcat
> >> server
> >>
> >> The problem is when i try  do analytic it does not finish, please help
> >>
> >> Thank you,
> >> Ian Manyama
> >>
> >> _______________________________________________
> >> 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
> >
> >
> >
> >
> > --
> > Lars Helge Øverland
> > Lead developer, DHIS 2
> > University of Oslo
> > Skype: larshelgeoverland
> > http://www.dhis2.org
> >
>
> _______________________________________________
> 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
>
>


-- 
Jason P. Pickering
email: jason.p.pickering@xxxxxxxxx
tel:+46764147049

References