Re: [Dhis2-devs] Problem opening settings app after updating to 2.22

2016-01-24 Thread Jason Pickering
Hi Elmarie, I have also seen some other issues when certain metadata elements are not configured properly. 2.22 is a bit stricter on medata validity. Please open up your browser and post a copy of the console log there if there are any Javascript errors. Best regards, Jason On Mon, Jan 25, 201

Re: [Dhis2-devs] Problem opening settings app after updating to 2.22

2016-01-24 Thread Elmarie Claasen
Thanks we will try this although that specific instance had NO SMS or email settings configured so I doubt that this will be the problem Regards, Elmarie Claasen Hisp logo Project Manager Health Information Systems Program Tel: 041-367 1027 Cell: 082 374 2209 E-mail:

Re: [Dhis2-devs] Problem opening settings app after updating to 2.22

2016-01-24 Thread Alex Tumwesigye
Hi, The SQL statement required is: delete from systemsetting where name='SMS_CONFIG' or name='keySmsConfig'; Alex On Mon, Jan 25, 2016 at 9:53 AM, Ola Hodne Titlestad wrote: > Hi, > > I just heard from Alex and Prosper in Uganda that this problem is caused > by a change in the sms gateway con

Re: [Dhis2-devs] Problem opening settings app after updating to 2.22

2016-01-24 Thread Morten Olav Hansen
Please let us know how that fix works for you Elmarie, the log you sent me seems to point somewhere else, but maybe it's not the correct part of the log. -- Morten On Mon, Jan 25, 2016 at 1:56 PM, Alex Tumwesigye wrote: > Dear Elmarie, > Quick fix is to backup your SMS configuration settings. T

Re: [Dhis2-devs] Problem opening settings app after updating to 2.22

2016-01-24 Thread Alex Tumwesigye
Dear Elmarie, Quick fix is to backup your SMS configuration settings. Then delete the SMS_CONIFG or keySmsConfig row in the systemsettings table, restart the instance and then restore your settings. Alex On Mon, Jan 25, 2016 at 9:38 AM, Elmarie Claasen wrote: > Hi Morten, > > > > Here is the l

Re: [Dhis2-devs] Problem opening settings app after updating to 2.22

2016-01-24 Thread Ola Hodne Titlestad
Hi, I just heard from Alex and Prosper in Uganda that this problem is caused by a change in the sms gateway configuration in 2.22, so most likely affects all instances that make use of this feature. Manually deleting the existing sms gateway configuration in the database before upgrading to 2.22

Re: [Dhis2-devs] Problem opening settings app after updating to 2.22

2016-01-24 Thread Elmarie Claasen
Hi Morten, Here is the log file from the error we got from starting up the instance on 2.22 and going into Settings App. Hope this can assist to identify the error. We have no problem opening settings in 2.19, 2.20 and 2.21 for the same instance. Regards, Elmarie Claasen Hisp logo

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 21807: Minor fix, supply all metadata classes as preheat classes if params.classes is empty

2016-01-24 Thread noreply
revno: 21807 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Mon 2016-01-25 13:22:42 +0700 message: Minor fix, supply all metadata classes as preheat classes if params.classes is empty modified: dhis-2/dhis-services/dhi

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 21806: Remove duplicate dependency on spring-test in dhis-support-external

2016-01-24 Thread noreply
revno: 21806 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Mon 2016-01-25 12:50:27 +0700 message: Remove duplicate dependency on spring-test in dhis-support-external modified: dhis-2/dhis-support/dhis-support-external/p

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 21805: remove mapping of Attribute.attributeValues, not used anywhere and also causes issues with recurs...

2016-01-24 Thread noreply
revno: 21805 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Mon 2016-01-25 12:47:49 +0700 message: remove mapping of Attribute.attributeValues, not used anywhere and also causes issues with recursion when doing exports (A

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 21804: minor

2016-01-24 Thread noreply
revno: 21804 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Mon 2016-01-25 11:56:01 +0700 message: minor modified: dhis-2/dhis-services/dhis-service-core/src/main/java/org/hisp/dhis/preheat/DefaultPreheatService.java

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 21803: Change scanner logic in PreheatService to only scan for wanted properties once for collections

2016-01-24 Thread noreply
revno: 21803 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Mon 2016-01-25 11:52:11 +0700 message: Change scanner logic in PreheatService to only scan for wanted properties once for collections modified: dhis-2/dhis-se

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 21802: Support scanning collection of id objects in PreheatService

2016-01-24 Thread noreply
revno: 21802 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Mon 2016-01-25 11:37:41 +0700 message: Support scanning collection of id objects in PreheatService modified: dhis-2/dhis-api/src/main/java/org/hisp/dhis/preheat

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 21801: minor

2016-01-24 Thread noreply
revno: 21801 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Mon 2016-01-25 10:56:45 +0700 message: minor modified: dhis-2/dhis-services/dhis-service-core/src/main/java/org/hisp/dhis/preheat/DefaultPreheatService.java

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 21800: Implemented PreheatService for id objects, supports UID and CODE identifiers

2016-01-24 Thread noreply
revno: 21800 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Mon 2016-01-25 10:56:13 +0700 message: Implemented PreheatService for id objects, supports UID and CODE identifiers modified: dhis-2/dhis-api/src/main/java/org/