Re: [Dhis2-users] Homologous periods for indicators

2013-12-06 Thread Rodolfo Melia
Hi - I just want to echo the need of more complex logic for doing indicators. The way that we are addressing this at PSI is by creating 'Calculated Data Elements'. That's basically a Data Element that doesn't have data entry, and instead we populate it via a SQL procedure that we run every night.

[Dhis2-users] Memory Configurations (Fine tuning)

2013-12-06 Thread Sovello Hildebrand Mgani
Hi all, Am struggling setting up DHIS to work on my 4GB RAM, 2.0GHz, 32-bit Ubuntu 12.04 laptop. When I launch localhost:8181/dhis i get some errors. This is the snapshot of the log sovello@sovello-1x88:/var/lib/tomcat7$ tail -f logs/catalina.out Dec 6, 2013 2:57:17 PM org.apache.catalina.loader.W

Re: [Dhis2-users] Memory Configurations (Fine tuning)

2013-12-06 Thread Morten Olav Hansen
Hi, Are you sure you are not running several instances? I would kill all java apps on the box, and try to start dhis again. If this doesn't fix it, please delete catalina.out config, and restart dhis.. and send us the full log, it will make it easier to help -- Morten On Fri, Dec 6, 2013 at 2:

Re: [Dhis2-users] Memory Configurations (Fine tuning)

2013-12-06 Thread Jan Henrik Ă˜verland
Say "killall -9 java" and restart tomcat. Any luck with this? On Fri, Dec 6, 2013 at 2:15 PM, Morten Olav Hansen wrote: > Hi, > > Are you sure you are not running several instances? I would kill all java > apps on the box, and try to start dhis again. > > If this doesn't fix it, please delete ca

Re: [Dhis2-users] Memory Configurations (Fine tuning)

2013-12-06 Thread Jason Pickering
killall -9 java may be a bit extreme, but "killall tomcat" should work? On Fri, Dec 6, 2013 at 4:33 PM, Jan Henrik Ă˜verland < janhenrik.overl...@gmail.com> wrote: > Say "killall -9 java" and restart tomcat. Any luck with this? > > > On Fri, Dec 6, 2013 at 2:15 PM, Morten Olav Hansen wrote: > >>