Re: [Dhis2-devs] Upgrading from DHIS2.old version like 2.18 to 2.24

2016-07-12 Thread dan
Hi Adolphe,

I highly recommend doing it in steps from version to version. If you follow the 
URL pattern you can find the older upgrade notes.
https://www.dhis2.org/218-upgrade
https://www.dhis2.org/219-upgrade

The same should work for the war files.
https://www.dhis2.org/download/releases/2.18/dhis.war
https://www.dhis2.org/download/releases/2.19/dhis.war

Good luck.

Dan Cocos
Principal, BAO Systems
+1 202-569-8751 | dco...@baosystems.com | http://www.baosystems.com |  2900 K 
Street, Suite 404, Washington D.C. 20007


> On Jul 12, 2016, at 10:02 AM, Kamugunga Adolphe  wrote:
> 
> Dear community,
> 
> Where can some one get old dhis2 war files  and upgrades notes especially the 
> .sql files released for updgrade  in case i want to upgrade step by step from 
> version to another till i reach the current to avoid jumping to recent 
> version.
> Is direct jump to recent eg from 2.18 to 2.4  a best practices? if not what 
> should the best practices?
> 
> 
> Adolphe Kamugunga
> MIS Technical Advisor
> Mobile: +250 788 740 578
> Email:kaa...@gmail.com
> Skype: ka.adolphe
> 
> 
> 
> On 11 July 2016 at 18:43, Morina Matasi  wrote:
> Thanks Knut. I tried steps in that link with no joy. I was using standard 
> reports in DHIS2.19. These reports are .jrxml files done in Jasper Reports. 
> My JRXML report runs well in DHIS2.19 but stops running in DHIS2.20 or later. 
> Am I the only one who faced this problem? Wasn't there an upgrade plan for 
> JRXML reports.
> 
> 
> 
> On Mon, Jul 11, 2016 at 3:02 PM, Knut Staring  wrote:
> Hello, 
> 
> I have no experience with running Jasper reports on JDK 8, but a quick 
> googling showed up this:
> 
> https://community.jaspersoft.com/questions/844403/how-run-jasperreports-java-8
> 
> On Mon, Jul 11, 2016 at 2:20 PM, Morina Matasi  
> wrote:
> I need to upgrade my system from 2.19 to 2.24. I have first upgraded to 2.20 
> with Tomcat 8 and JDK 8. The system runs by the Jasper Reports won't. I get 
> error:
> 
> net.sf.jasperreports.engine.JRException: Errors were encountered when 
> compiling report expressions class file:
> 1. The type java.lang.CharSequence cannot be resolved. It is indirectly 
> referenced from required .class files
> value = 
> ((java.lang.String)field_organisationunitname.getValue()).equals(((java.lang.String)field_param_organisationunit_name.getValue()))?
>  //$JR_EXPR_ID=27$
> 
> <>
> 
> 
> Did anyone had any issues with Jasper Reports running on JDK 8?
> 
> ___
> Mailing list: https://launchpad.net/~dhis2-users
> Post to : dhis2-us...@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-users
> More help   : https://help.launchpad.net/ListHelp
> 
> 
> 
> 
> -- 
> Knut Staring
> Dept. of Informatics, University of Oslo
> Norway: +4791880522
> Skype: knutstar
> http://dhis2.org
> 
> 
> ___
> Mailing list: https://launchpad.net/~dhis2-users
> Post to : dhis2-us...@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-users
> More help   : https://help.launchpad.net/ListHelp
> 
> 
> ___
> Mailing list: https://launchpad.net/~dhis2-devs
> Post to : dhis2-devs@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-devs
> More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] Upgrading from DHIS2.old version like 2.18 to 2.24

2016-07-12 Thread Kamugunga Adolphe
Dear community,

Where can some one get old dhis2 war files  and upgrades notes especially
the .sql files released for updgrade  in case i want to upgrade step by
step from version to another till i reach the current to avoid jumping to
recent version.
Is direct jump to recent eg from 2.18 to 2.4  a best practices? if not what
should the best practices?


*Adolphe Kamugunga*
*MIS Technical Advisor*
Mobile: +250 788 740 578
Email:kaa...@gmail.com
Skype: ka.adolphe



On 11 July 2016 at 18:43, Morina Matasi  wrote:

> Thanks Knut. I tried steps in that link with no joy. I was using standard
> reports in DHIS2.19. These reports are .jrxml files done in Jasper Reports.
> My JRXML report runs well in DHIS2.19 but stops running in DHIS2.20 or
> later. Am I the only one who faced this problem? Wasn't there an upgrade
> plan for JRXML reports.
>
>
>
> On Mon, Jul 11, 2016 at 3:02 PM, Knut Staring  wrote:
>
>> Hello,
>>
>> I have no experience with running Jasper reports on JDK 8, but a quick
>> googling showed up this:
>>
>>
>> https://community.jaspersoft.com/questions/844403/how-run-jasperreports-java-8
>>
>> On Mon, Jul 11, 2016 at 2:20 PM, Morina Matasi > > wrote:
>>
>>> I need to upgrade my system from 2.19 to 2.24. I have first upgraded to
>>> 2.20 with Tomcat 8 and JDK 8. The system runs by the Jasper Reports won't.
>>> I get error:
>>>
>>> net.sf.jasperreports.engine.JRException: Errors were encountered when 
>>> compiling report expressions class file:
>>> 1. The type java.lang.CharSequence cannot be resolved. It is indirectly 
>>> referenced from required .class files
>>> value = 
>>> ((java.lang.String)field_organisationunitname.getValue()).equals(((java.lang.String)field_param_organisationunit_name.getValue()))?
>>>  //$JR_EXPR_ID=27$
>>> 
>>> <>
>>>
>>> Did anyone had any issues with Jasper Reports running on JDK 8?
>>>
>>>
>>> ___
>>> Mailing list: https://launchpad.net/~dhis2-users
>>> Post to : dhis2-us...@lists.launchpad.net
>>> Unsubscribe : https://launchpad.net/~dhis2-users
>>> More help   : https://help.launchpad.net/ListHelp
>>>
>>>
>>
>>
>> --
>> Knut Staring
>> Dept. of Informatics, University of Oslo
>> Norway: +4791880522
>> Skype: knutstar
>> http://dhis2.org
>>
>
>
> ___
> Mailing list: https://launchpad.net/~dhis2-users
> Post to : dhis2-us...@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-users
> More help   : https://help.launchpad.net/ListHelp
>
>
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp