dhis 2.16 upgrade notes

Hi,

a note on how to upgrade to dhis version 2.16:

The following changes require action on the implementer’s side.

  • From data administration > scheduling, scheduling should be deactivated, set according to your needs and finally activated.
  • A property “encryption.password” should be added to hibernate.properties file if you plan to use the data synchronization feature, see the docs.

The following database changes require no action and will happen automatically when running the new WAR file the first time.

  • Column “completed” of table “programstageinstance” has been removed and is replaced by the existing “status” column.
  • The values in column “domaintype” of table “dataelement” have been migrated from “aggregate” to “AGGREGATE” and from “patient” to “TRACKER”.
  • A column “lastupdated” will be added to table “datavalue”, this might take some time when starting up the system for the first time.
    This information can also be found here:

https://www.dhis2.org/2.16-upgrade

We encourage people to upgrade their instances, test the new features and provide feedback.

best regards,

Lars

Hi Lars and all,

I used dhis 2.15 for our mental health information system, which contain both tracker and aggregate parts. I try to upgrade my instance to 2.16 from 2.15. Above mention things has been automatically happened , but there is a error

  1. 2.16 war file deployed on 2.15 database
  2. then data entry form unable to load
  3. give memory problem

Can anyone advise regarding upgrading in to 2.16 ?
Detail of log file and screen shot attach here.

I am using
Version: 2.16
Build revision:16410
Database type:MySQL

Java version:1.7.0_04
OS name:Windows 7

Regards

Sumudu

log 2.txt (20.6 KB)

image

···

On Tue, Aug 5, 2014 at 12:33 AM, Lars Helge Øverland larshelge@gmail.com wrote:

Hi,

a note on how to upgrade to dhis version 2.16:

The following changes require action on the implementer’s side.

  • From data administration > scheduling, scheduling should be deactivated, set according to your needs and finally activated.
  • A property “encryption.password” should be added to hibernate.properties file if you plan to use the data synchronization feature, see the docs.

The following database changes require no action and will happen automatically when running the new WAR file the first time.

  • Column “completed” of table “programstageinstance” has been removed and is replaced by the existing “status” column.
  • The values in column “domaintype” of table “dataelement” have been migrated from “aggregate” to “AGGREGATE” and from “patient” to “TRACKER”.
  • A column “lastupdated” will be added to table “datavalue”, this might take some time when starting up the system for the first time.
    This information can also be found here:

https://www.dhis2.org/2.16-upgrade

We encourage people to upgrade their instances, test the new features and provide feedback.

best regards,

Lars


Mailing list: https://launchpad.net/~dhis2-users

Post to : dhis2-users@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-users

More help : https://help.launchpad.net/ListHelp

Hi

DHIS2 is not exhaustively tested in mysql so don't be discouraged. I often
see this error.
Try the following:
- mvn clean
- check your hibernate configuration file
- try with a fresh new db to see if that error occurs

Thanh

···

On Thu, Sep 11, 2014 at 8:55 AM, sumudu weerasinghe <sumuduw00@gmail.com> wrote:

Hi Lars and all,
I used dhis 2.15 for our mental health information system, which contain
both tracker and aggregate parts. I try to upgrade my instance to 2.16 from
2.15. Above mention things has been automatically happened , but there is a
error

   1. 2.16 war file deployed on 2.15 database
   2. then data entry form unable to load
   3. give memory problem

Can anyone advise regarding upgrading in to 2.16 ?
Detail of log file and screen shot attach here.
I am using
*Version: 2.16**Build revision:16410**Database type:MySQL*
*Java version:1.7.0_04**OS name:Windows 7*
Regards
Sumudu

On Tue, Aug 5, 2014 at 12:33 AM, Lars Helge Øverland <larshelge@gmail.com> > wrote:

Hi,

a note on how to upgrade to dhis version 2.16:

The following changes *require* *action* on the implementer's side.

   - From data administration > scheduling, scheduling should be
   deactivated, set according to your needs and finally activated.
   - A property "encryption.password" should be added to
   hibernate.properties file if you plan to use the data synchronization
   feature, see the docs
   <https://www.dhis2.org/doc/snapshot/en/implementer/html/ch08s02.html#d5e505&gt;
   .

The following database changes require *no action* and will happen
automatically when running the new WAR file the first time.

   - Column "completed" of table "programstageinstance" has been removed
   and is replaced by the existing "status" column.
   - The values in column "domaintype" of table "dataelement" have been
   migrated from "aggregate" to "AGGREGATE" and from "patient" to "TRACKER".
   - A column "lastupdated" will be added to table "datavalue", this
   might take some time when starting up the system for the first time.

This information can also be found here:

https://www.dhis2.org/2.16-upgrade

We encourage people to upgrade their instances, test the new features and
provide feedback.

best regards,

Lars

_______________________________________________
Mailing list: DHIS 2 Users in Launchpad
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : DHIS 2 Users in Launchpad
More help : ListHelp - Launchpad Help

_______________________________________________
Mailing list: DHIS 2 developers in Launchpad
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : DHIS 2 developers in Launchpad
More help : ListHelp - Launchpad Help

Hi Sumudu,

I looked through your log, and it looks like you are using an older build of 2.16 which is subject to a potentially very serious security flaw. This issue was disclosed on the DHIS2 developer and user list last week out last week and a fix has been committed by the developers. You would be well advised to upgrade to the latest version of 2.16, available here (https://apps.dhis2.org/ci/job/dhis-2.16/lastSuccessfulBuild/artifact/dhis-2/dhis-web/dhis-web-portal/target/dhis.war).

It is a bit hard to say from the logs what might be going on, because it is only a quite short snippet. I suggest you shutdown Tomcat, remove the old dhis.war file and all the contents of the /dhis directory (or whatever you might be calling it), download the updated 2.16 war file as mentioned above, restart Tomcat, and then post the logs of where things go wrong.

Best regards,

Jason

···

On Thu, Sep 11, 2014 at 3:55 AM, sumudu weerasinghe sumuduw00@gmail.com wrote:

Hi Lars and all,

I used dhis 2.15 for our mental health information system, which contain both tracker and aggregate parts. I try to upgrade my instance to 2.16 from 2.15. Above mention things has been automatically happened , but there is a error

  1. 2.16 war file deployed on 2.15 database
  2. then data entry form unable to load
  3. give memory problem

Can anyone advise regarding upgrading in to 2.16 ?
Detail of log file and screen shot attach here.

I am using
Version: 2.16
Build revision:16410
Database type:MySQL

Java version:1.7.0_04
OS name:Windows 7

Regards

Sumudu


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


Jason P. Pickering
email: jason.p.pickering@gmail.com
tel:+46764147049

On Tue, Aug 5, 2014 at 12:33 AM, Lars Helge Øverland larshelge@gmail.com wrote:

Hi,

a note on how to upgrade to dhis version 2.16:

The following changes require action on the implementer’s side.

  • From data administration > scheduling, scheduling should be deactivated, set according to your needs and finally activated.
  • A property “encryption.password” should be added to hibernate.properties file if you plan to use the data synchronization feature, see the docs.

The following database changes require no action and will happen automatically when running the new WAR file the first time.

  • Column “completed” of table “programstageinstance” has been removed and is replaced by the existing “status” column.
  • The values in column “domaintype” of table “dataelement” have been migrated from “aggregate” to “AGGREGATE” and from “patient” to “TRACKER”.
  • A column “lastupdated” will be added to table “datavalue”, this might take some time when starting up the system for the first time.
    This information can also be found here:

https://www.dhis2.org/2.16-upgrade

We encourage people to upgrade their instances, test the new features and provide feedback.

best regards,

Lars


Mailing list: https://launchpad.net/~dhis2-users

Post to : dhis2-users@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-users

More help : https://help.launchpad.net/ListHelp

Thanks Jason and Ngoc Thanh!

I followed you instruction

  • remove old war file and its contents from webapps directory
  • upgrade with new war file (build revision 16414)

But it is still unable to open a data entry form, in this time log file does not show any error massage . Here is my log screen shot is same as previous.

Sumudu

log.txt (16.8 KB)

···

On Thu, Sep 11, 2014 at 10:09 AM, Jason Pickering jason.p.pickering@gmail.com wrote:

Hi Sumudu,

I looked through your log, and it looks like you are using an older build of 2.16 which is subject to a potentially very serious security flaw. This issue was disclosed on the DHIS2 developer and user list last week out last week and a fix has been committed by the developers. You would be well advised to upgrade to the latest version of 2.16, available here (https://apps.dhis2.org/ci/job/dhis-2.16/lastSuccessfulBuild/artifact/dhis-2/dhis-web/dhis-web-portal/target/dhis.war).

It is a bit hard to say from the logs what might be going on, because it is only a quite short snippet. I suggest you shutdown Tomcat, remove the old dhis.war file and all the contents of the /dhis directory (or whatever you might be calling it), download the updated 2.16 war file as mentioned above, restart Tomcat, and then post the logs of where things go wrong.

Best regards,

Jason

On Thu, Sep 11, 2014 at 3:55 AM, sumudu weerasinghe sumuduw00@gmail.com wrote:

Hi Lars and all,

I used dhis 2.15 for our mental health information system, which contain both tracker and aggregate parts. I try to upgrade my instance to 2.16 from 2.15. Above mention things has been automatically happened , but there is a error

  1. 2.16 war file deployed on 2.15 database
  2. then data entry form unable to load
  3. give memory problem

Can anyone advise regarding upgrading in to 2.16 ?
Detail of log file and screen shot attach here.

I am using
Version: 2.16
Build revision:16410
Database type:MySQL

Java version:1.7.0_04
OS name:Windows 7

Regards

Sumudu


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

Jason P. Pickering
email: jason.p.pickering@gmail.com
tel:+46764147049

On Tue, Aug 5, 2014 at 12:33 AM, Lars Helge Øverland larshelge@gmail.com wrote:

Hi,

a note on how to upgrade to dhis version 2.16:

The following changes require action on the implementer’s side.

  • From data administration > scheduling, scheduling should be deactivated, set according to your needs and finally activated.
  • A property “encryption.password” should be added to hibernate.properties file if you plan to use the data synchronization feature, see the docs.

The following database changes require no action and will happen automatically when running the new WAR file the first time.

  • Column “completed” of table “programstageinstance” has been removed and is replaced by the existing “status” column.
  • The values in column “domaintype” of table “dataelement” have been migrated from “aggregate” to “AGGREGATE” and from “patient” to “TRACKER”.
  • A column “lastupdated” will be added to table “datavalue”, this might take some time when starting up the system for the first time.
    This information can also be found here:

https://www.dhis2.org/2.16-upgrade

We encourage people to upgrade their instances, test the new features and provide feedback.

best regards,

Lars


Mailing list: https://launchpad.net/~dhis2-users

Post to : dhis2-users@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-users

More help : https://help.launchpad.net/ListHelp

Can you open the web inspector with F12, and give use any output there?

···


Morten

On Thu, Sep 11, 2014 at 1:47 PM, sumudu weerasinghe sumuduw00@gmail.com wrote:

Thanks Jason and Ngoc Thanh!

I followed you instruction

  • remove old war file and its contents from webapps directory
  • upgrade with new war file (build revision 16414)

But it is still unable to open a data entry form, in this time log file does not show any error massage . Here is my log screen shot is same as previous.

Sumudu


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

On Thu, Sep 11, 2014 at 10:09 AM, Jason Pickering jason.p.pickering@gmail.com wrote:

Hi Sumudu,

I looked through your log, and it looks like you are using an older build of 2.16 which is subject to a potentially very serious security flaw. This issue was disclosed on the DHIS2 developer and user list last week out last week and a fix has been committed by the developers. You would be well advised to upgrade to the latest version of 2.16, available here (https://apps.dhis2.org/ci/job/dhis-2.16/lastSuccessfulBuild/artifact/dhis-2/dhis-web/dhis-web-portal/target/dhis.war).

It is a bit hard to say from the logs what might be going on, because it is only a quite short snippet. I suggest you shutdown Tomcat, remove the old dhis.war file and all the contents of the /dhis directory (or whatever you might be calling it), download the updated 2.16 war file as mentioned above, restart Tomcat, and then post the logs of where things go wrong.

Best regards,

Jason

On Thu, Sep 11, 2014 at 3:55 AM, sumudu weerasinghe sumuduw00@gmail.com wrote:

Hi Lars and all,

I used dhis 2.15 for our mental health information system, which contain both tracker and aggregate parts. I try to upgrade my instance to 2.16 from 2.15. Above mention things has been automatically happened , but there is a error

  1. 2.16 war file deployed on 2.15 database
  2. then data entry form unable to load
  3. give memory problem

Can anyone advise regarding upgrading in to 2.16 ?
Detail of log file and screen shot attach here.

I am using
Version: 2.16
Build revision:16410
Database type:MySQL

Java version:1.7.0_04
OS name:Windows 7

Regards

Sumudu


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

Jason P. Pickering
email: jason.p.pickering@gmail.com
tel:+46764147049

On Tue, Aug 5, 2014 at 12:33 AM, Lars Helge Øverland larshelge@gmail.com wrote:

Hi,

a note on how to upgrade to dhis version 2.16:

The following changes require action on the implementer’s side.

  • From data administration > scheduling, scheduling should be deactivated, set according to your needs and finally activated.
  • A property “encryption.password” should be added to hibernate.properties file if you plan to use the data synchronization feature, see the docs.

The following database changes require no action and will happen automatically when running the new WAR file the first time.

  • Column “completed” of table “programstageinstance” has been removed and is replaced by the existing “status” column.
  • The values in column “domaintype” of table “dataelement” have been migrated from “aggregate” to “AGGREGATE” and from “patient” to “TRACKER”.
  • A column “lastupdated” will be added to table “datavalue”, this might take some time when starting up the system for the first time.
    This information can also be found here:

https://www.dhis2.org/2.16-upgrade

We encourage people to upgrade their instances, test the new features and provide feedback.

best regards,

Lars


Mailing list: https://launchpad.net/~dhis2-users

Post to : dhis2-users@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-users

More help : https://help.launchpad.net/ListHelp

Screenshots are attached here. I am not sure whether your are expecting this or some thing else.

Sumudu

image

image

···

On Thu, Sep 11, 2014 at 12:20 PM, Morten Olav Hansen mortenoh@gmail.com wrote:

Can you open the web inspector with F12, and give use any output there?


Morten

On Thu, Sep 11, 2014 at 1:47 PM, sumudu weerasinghe sumuduw00@gmail.com wrote:

Thanks Jason and Ngoc Thanh!

I followed you instruction

  • remove old war file and its contents from webapps directory
  • upgrade with new war file (build revision 16414)

But it is still unable to open a data entry form, in this time log file does not show any error massage . Here is my log screen shot is same as previous.

Sumudu


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

On Thu, Sep 11, 2014 at 10:09 AM, Jason Pickering jason.p.pickering@gmail.com wrote:

Hi Sumudu,

I looked through your log, and it looks like you are using an older build of 2.16 which is subject to a potentially very serious security flaw. This issue was disclosed on the DHIS2 developer and user list last week out last week and a fix has been committed by the developers. You would be well advised to upgrade to the latest version of 2.16, available here (https://apps.dhis2.org/ci/job/dhis-2.16/lastSuccessfulBuild/artifact/dhis-2/dhis-web/dhis-web-portal/target/dhis.war).

It is a bit hard to say from the logs what might be going on, because it is only a quite short snippet. I suggest you shutdown Tomcat, remove the old dhis.war file and all the contents of the /dhis directory (or whatever you might be calling it), download the updated 2.16 war file as mentioned above, restart Tomcat, and then post the logs of where things go wrong.

Best regards,

Jason

On Thu, Sep 11, 2014 at 3:55 AM, sumudu weerasinghe sumuduw00@gmail.com wrote:

Hi Lars and all,

I used dhis 2.15 for our mental health information system, which contain both tracker and aggregate parts. I try to upgrade my instance to 2.16 from 2.15. Above mention things has been automatically happened , but there is a error

  1. 2.16 war file deployed on 2.15 database
  2. then data entry form unable to load
  3. give memory problem

Can anyone advise regarding upgrading in to 2.16 ?
Detail of log file and screen shot attach here.

I am using
Version: 2.16
Build revision:16410
Database type:MySQL

Java version:1.7.0_04
OS name:Windows 7

Regards

Sumudu


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

Jason P. Pickering
email: jason.p.pickering@gmail.com
tel:+46764147049

On Tue, Aug 5, 2014 at 12:33 AM, Lars Helge Øverland larshelge@gmail.com wrote:

Hi,

a note on how to upgrade to dhis version 2.16:

The following changes require action on the implementer’s side.

  • From data administration > scheduling, scheduling should be deactivated, set according to your needs and finally activated.
  • A property “encryption.password” should be added to hibernate.properties file if you plan to use the data synchronization feature, see the docs.

The following database changes require no action and will happen automatically when running the new WAR file the first time.

  • Column “completed” of table “programstageinstance” has been removed and is replaced by the existing “status” column.
  • The values in column “domaintype” of table “dataelement” have been migrated from “aggregate” to “AGGREGATE” and from “patient” to “TRACKER”.
  • A column “lastupdated” will be added to table “datavalue”, this might take some time when starting up the system for the first time.
    This information can also be found here:

https://www.dhis2.org/2.16-upgrade

We encourage people to upgrade their instances, test the new features and provide feedback.

best regards,

Lars


Mailing list: https://launchpad.net/~dhis2-users

Post to : dhis2-users@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-users

More help : https://help.launchpad.net/ListHelp

This looks like caching related issues, please try to either clear out everything or run it in a incognito window.

···


Morten

On Thu, Sep 11, 2014 at 3:02 PM, sumudu weerasinghe sumuduw00@gmail.com wrote:

Screenshots are attached here. I am not sure whether your are expecting this or some thing else.

Sumudu

On Thu, Sep 11, 2014 at 12:20 PM, Morten Olav Hansen mortenoh@gmail.com wrote:

Can you open the web inspector with F12, and give use any output there?


Morten

On Thu, Sep 11, 2014 at 1:47 PM, sumudu weerasinghe sumuduw00@gmail.com wrote:

Thanks Jason and Ngoc Thanh!

I followed you instruction

  • remove old war file and its contents from webapps directory
  • upgrade with new war file (build revision 16414)

But it is still unable to open a data entry form, in this time log file does not show any error massage . Here is my log screen shot is same as previous.

Sumudu


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

On Thu, Sep 11, 2014 at 10:09 AM, Jason Pickering jason.p.pickering@gmail.com wrote:

Hi Sumudu,

I looked through your log, and it looks like you are using an older build of 2.16 which is subject to a potentially very serious security flaw. This issue was disclosed on the DHIS2 developer and user list last week out last week and a fix has been committed by the developers. You would be well advised to upgrade to the latest version of 2.16, available here (https://apps.dhis2.org/ci/job/dhis-2.16/lastSuccessfulBuild/artifact/dhis-2/dhis-web/dhis-web-portal/target/dhis.war).

It is a bit hard to say from the logs what might be going on, because it is only a quite short snippet. I suggest you shutdown Tomcat, remove the old dhis.war file and all the contents of the /dhis directory (or whatever you might be calling it), download the updated 2.16 war file as mentioned above, restart Tomcat, and then post the logs of where things go wrong.

Best regards,

Jason

On Thu, Sep 11, 2014 at 3:55 AM, sumudu weerasinghe sumuduw00@gmail.com wrote:

Hi Lars and all,

I used dhis 2.15 for our mental health information system, which contain both tracker and aggregate parts. I try to upgrade my instance to 2.16 from 2.15. Above mention things has been automatically happened , but there is a error

  1. 2.16 war file deployed on 2.15 database
  2. then data entry form unable to load
  3. give memory problem

Can anyone advise regarding upgrading in to 2.16 ?
Detail of log file and screen shot attach here.

I am using
Version: 2.16
Build revision:16410
Database type:MySQL

Java version:1.7.0_04
OS name:Windows 7

Regards

Sumudu


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

Jason P. Pickering
email: jason.p.pickering@gmail.com
tel:+46764147049

On Tue, Aug 5, 2014 at 12:33 AM, Lars Helge Øverland larshelge@gmail.com wrote:

Hi,

a note on how to upgrade to dhis version 2.16:

The following changes require action on the implementer’s side.

  • From data administration > scheduling, scheduling should be deactivated, set according to your needs and finally activated.
  • A property “encryption.password” should be added to hibernate.properties file if you plan to use the data synchronization feature, see the docs.

The following database changes require no action and will happen automatically when running the new WAR file the first time.

  • Column “completed” of table “programstageinstance” has been removed and is replaced by the existing “status” column.
  • The values in column “domaintype” of table “dataelement” have been migrated from “aggregate” to “AGGREGATE” and from “patient” to “TRACKER”.
  • A column “lastupdated” will be added to table “datavalue”, this might take some time when starting up the system for the first time.
    This information can also be found here:

https://www.dhis2.org/2.16-upgrade

We encourage people to upgrade their instances, test the new features and provide feedback.

best regards,

Lars


Mailing list: https://launchpad.net/~dhis2-users

Post to : dhis2-users@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-users

More help : https://help.launchpad.net/ListHelp

Thanks Morten,

I clear all in my chrome browser but is not working. I try it with Firefox and it works well, thanks, i think it may be problem with my browser.

Sumudu

···

On Thu, Sep 11, 2014 at 1:37 PM, Morten Olav Hansen mortenoh@gmail.com wrote:

This looks like caching related issues, please try to either clear out everything or run it in a incognito window.


Morten

On Thu, Sep 11, 2014 at 3:02 PM, sumudu weerasinghe sumuduw00@gmail.com wrote:

Screenshots are attached here. I am not sure whether your are expecting this or some thing else.

Sumudu

On Thu, Sep 11, 2014 at 12:20 PM, Morten Olav Hansen mortenoh@gmail.com wrote:

Can you open the web inspector with F12, and give use any output there?


Morten

On Thu, Sep 11, 2014 at 1:47 PM, sumudu weerasinghe sumuduw00@gmail.com wrote:

Thanks Jason and Ngoc Thanh!

I followed you instruction

  • remove old war file and its contents from webapps directory
  • upgrade with new war file (build revision 16414)

But it is still unable to open a data entry form, in this time log file does not show any error massage . Here is my log screen shot is same as previous.

Sumudu


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

On Thu, Sep 11, 2014 at 10:09 AM, Jason Pickering jason.p.pickering@gmail.com wrote:

Hi Sumudu,

I looked through your log, and it looks like you are using an older build of 2.16 which is subject to a potentially very serious security flaw. This issue was disclosed on the DHIS2 developer and user list last week out last week and a fix has been committed by the developers. You would be well advised to upgrade to the latest version of 2.16, available here (https://apps.dhis2.org/ci/job/dhis-2.16/lastSuccessfulBuild/artifact/dhis-2/dhis-web/dhis-web-portal/target/dhis.war).

It is a bit hard to say from the logs what might be going on, because it is only a quite short snippet. I suggest you shutdown Tomcat, remove the old dhis.war file and all the contents of the /dhis directory (or whatever you might be calling it), download the updated 2.16 war file as mentioned above, restart Tomcat, and then post the logs of where things go wrong.

Best regards,

Jason

On Thu, Sep 11, 2014 at 3:55 AM, sumudu weerasinghe sumuduw00@gmail.com wrote:

Hi Lars and all,

I used dhis 2.15 for our mental health information system, which contain both tracker and aggregate parts. I try to upgrade my instance to 2.16 from 2.15. Above mention things has been automatically happened , but there is a error

  1. 2.16 war file deployed on 2.15 database
  2. then data entry form unable to load
  3. give memory problem

Can anyone advise regarding upgrading in to 2.16 ?
Detail of log file and screen shot attach here.

I am using
Version: 2.16
Build revision:16410
Database type:MySQL

Java version:1.7.0_04
OS name:Windows 7

Regards

Sumudu


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

Jason P. Pickering
email: jason.p.pickering@gmail.com
tel:+46764147049

On Tue, Aug 5, 2014 at 12:33 AM, Lars Helge Øverland larshelge@gmail.com wrote:

Hi,

a note on how to upgrade to dhis version 2.16:

The following changes require action on the implementer’s side.

  • From data administration > scheduling, scheduling should be deactivated, set according to your needs and finally activated.
  • A property “encryption.password” should be added to hibernate.properties file if you plan to use the data synchronization feature, see the docs.

The following database changes require no action and will happen automatically when running the new WAR file the first time.

  • Column “completed” of table “programstageinstance” has been removed and is replaced by the existing “status” column.
  • The values in column “domaintype” of table “dataelement” have been migrated from “aggregate” to “AGGREGATE” and from “patient” to “TRACKER”.
  • A column “lastupdated” will be added to table “datavalue”, this might take some time when starting up the system for the first time.
    This information can also be found here:

https://www.dhis2.org/2.16-upgrade

We encourage people to upgrade their instances, test the new features and provide feedback.

best regards,

Lars


Mailing list: https://launchpad.net/~dhis2-users

Post to : dhis2-users@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-users

More help : https://help.launchpad.net/ListHelp

What if you try an Incognito window in Chrome (Ctrl+Shift+N)?

Knut

···

On Thu, Sep 11, 2014 at 12:08 PM, sumudu weerasinghe sumuduw00@gmail.com wrote:

Thanks Morten,

I clear all in my chrome browser but is not working. I try it with Firefox and it works well, thanks, i think it may be problem with my browser.

Sumudu


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


Knut Staring

Dept. of Informatics, University of Oslo

+4791880522

http://dhis2.org

On Thu, Sep 11, 2014 at 1:37 PM, Morten Olav Hansen mortenoh@gmail.com wrote:

This looks like caching related issues, please try to either clear out everything or run it in a incognito window.


Morten

On Thu, Sep 11, 2014 at 3:02 PM, sumudu weerasinghe sumuduw00@gmail.com wrote:

Screenshots are attached here. I am not sure whether your are expecting this or some thing else.

Sumudu

On Thu, Sep 11, 2014 at 12:20 PM, Morten Olav Hansen mortenoh@gmail.com wrote:

Can you open the web inspector with F12, and give use any output there?


Morten

On Thu, Sep 11, 2014 at 1:47 PM, sumudu weerasinghe sumuduw00@gmail.com wrote:

Thanks Jason and Ngoc Thanh!

I followed you instruction

  • remove old war file and its contents from webapps directory
  • upgrade with new war file (build revision 16414)

But it is still unable to open a data entry form, in this time log file does not show any error massage . Here is my log screen shot is same as previous.

Sumudu


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

On Thu, Sep 11, 2014 at 10:09 AM, Jason Pickering jason.p.pickering@gmail.com wrote:

Hi Sumudu,

I looked through your log, and it looks like you are using an older build of 2.16 which is subject to a potentially very serious security flaw. This issue was disclosed on the DHIS2 developer and user list last week out last week and a fix has been committed by the developers. You would be well advised to upgrade to the latest version of 2.16, available here (https://apps.dhis2.org/ci/job/dhis-2.16/lastSuccessfulBuild/artifact/dhis-2/dhis-web/dhis-web-portal/target/dhis.war).

It is a bit hard to say from the logs what might be going on, because it is only a quite short snippet. I suggest you shutdown Tomcat, remove the old dhis.war file and all the contents of the /dhis directory (or whatever you might be calling it), download the updated 2.16 war file as mentioned above, restart Tomcat, and then post the logs of where things go wrong.

Best regards,

Jason

On Thu, Sep 11, 2014 at 3:55 AM, sumudu weerasinghe sumuduw00@gmail.com wrote:

Hi Lars and all,

I used dhis 2.15 for our mental health information system, which contain both tracker and aggregate parts. I try to upgrade my instance to 2.16 from 2.15. Above mention things has been automatically happened , but there is a error

  1. 2.16 war file deployed on 2.15 database
  2. then data entry form unable to load
  3. give memory problem

Can anyone advise regarding upgrading in to 2.16 ?
Detail of log file and screen shot attach here.

I am using
Version: 2.16
Build revision:16410
Database type:MySQL

Java version:1.7.0_04
OS name:Windows 7

Regards

Sumudu


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

Jason P. Pickering
email: jason.p.pickering@gmail.com
tel:+46764147049

On Tue, Aug 5, 2014 at 12:33 AM, Lars Helge Øverland larshelge@gmail.com wrote:

Hi,

a note on how to upgrade to dhis version 2.16:

The following changes require action on the implementer’s side.

  • From data administration > scheduling, scheduling should be deactivated, set according to your needs and finally activated.
  • A property “encryption.password” should be added to hibernate.properties file if you plan to use the data synchronization feature, see the docs.

The following database changes require no action and will happen automatically when running the new WAR file the first time.

  • Column “completed” of table “programstageinstance” has been removed and is replaced by the existing “status” column.
  • The values in column “domaintype” of table “dataelement” have been migrated from “aggregate” to “AGGREGATE” and from “patient” to “TRACKER”.
  • A column “lastupdated” will be added to table “datavalue”, this might take some time when starting up the system for the first time.
    This information can also be found here:

https://www.dhis2.org/2.16-upgrade

We encourage people to upgrade their instances, test the new features and provide feedback.

best regards,

Lars


Mailing list: https://launchpad.net/~dhis2-users

Post to : dhis2-users@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-users

More help : https://help.launchpad.net/ListHelp

Thanks!. yes it is working in new incognito window .

Sumudu

···

On Thu, Sep 11, 2014 at 4:05 PM, Knut Staring knutst@gmail.com wrote:

What if you try an Incognito window in Chrome (Ctrl+Shift+N)?

Knut

On Thu, Sep 11, 2014 at 12:08 PM, sumudu weerasinghe sumuduw00@gmail.com wrote:

Thanks Morten,

I clear all in my chrome browser but is not working. I try it with Firefox and it works well, thanks, i think it may be problem with my browser.

Sumudu


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

Knut Staring

Dept. of Informatics, University of Oslo

+4791880522

http://dhis2.org

On Thu, Sep 11, 2014 at 1:37 PM, Morten Olav Hansen mortenoh@gmail.com wrote:

This looks like caching related issues, please try to either clear out everything or run it in a incognito window.


Morten

On Thu, Sep 11, 2014 at 3:02 PM, sumudu weerasinghe sumuduw00@gmail.com wrote:

Screenshots are attached here. I am not sure whether your are expecting this or some thing else.

Sumudu

On Thu, Sep 11, 2014 at 12:20 PM, Morten Olav Hansen mortenoh@gmail.com wrote:

Can you open the web inspector with F12, and give use any output there?


Morten

On Thu, Sep 11, 2014 at 1:47 PM, sumudu weerasinghe sumuduw00@gmail.com wrote:

Thanks Jason and Ngoc Thanh!

I followed you instruction

  • remove old war file and its contents from webapps directory
  • upgrade with new war file (build revision 16414)

But it is still unable to open a data entry form, in this time log file does not show any error massage . Here is my log screen shot is same as previous.

Sumudu


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

On Thu, Sep 11, 2014 at 10:09 AM, Jason Pickering jason.p.pickering@gmail.com wrote:

Hi Sumudu,

I looked through your log, and it looks like you are using an older build of 2.16 which is subject to a potentially very serious security flaw. This issue was disclosed on the DHIS2 developer and user list last week out last week and a fix has been committed by the developers. You would be well advised to upgrade to the latest version of 2.16, available here (https://apps.dhis2.org/ci/job/dhis-2.16/lastSuccessfulBuild/artifact/dhis-2/dhis-web/dhis-web-portal/target/dhis.war).

It is a bit hard to say from the logs what might be going on, because it is only a quite short snippet. I suggest you shutdown Tomcat, remove the old dhis.war file and all the contents of the /dhis directory (or whatever you might be calling it), download the updated 2.16 war file as mentioned above, restart Tomcat, and then post the logs of where things go wrong.

Best regards,

Jason

On Thu, Sep 11, 2014 at 3:55 AM, sumudu weerasinghe sumuduw00@gmail.com wrote:

Hi Lars and all,

I used dhis 2.15 for our mental health information system, which contain both tracker and aggregate parts. I try to upgrade my instance to 2.16 from 2.15. Above mention things has been automatically happened , but there is a error

  1. 2.16 war file deployed on 2.15 database
  2. then data entry form unable to load
  3. give memory problem

Can anyone advise regarding upgrading in to 2.16 ?
Detail of log file and screen shot attach here.

I am using
Version: 2.16
Build revision:16410
Database type:MySQL

Java version:1.7.0_04
OS name:Windows 7

Regards

Sumudu


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

Jason P. Pickering
email: jason.p.pickering@gmail.com
tel:+46764147049

On Tue, Aug 5, 2014 at 12:33 AM, Lars Helge Øverland larshelge@gmail.com wrote:

Hi,

a note on how to upgrade to dhis version 2.16:

The following changes require action on the implementer’s side.

  • From data administration > scheduling, scheduling should be deactivated, set according to your needs and finally activated.
  • A property “encryption.password” should be added to hibernate.properties file if you plan to use the data synchronization feature, see the docs.

The following database changes require no action and will happen automatically when running the new WAR file the first time.

  • Column “completed” of table “programstageinstance” has been removed and is replaced by the existing “status” column.
  • The values in column “domaintype” of table “dataelement” have been migrated from “aggregate” to “AGGREGATE” and from “patient” to “TRACKER”.
  • A column “lastupdated” will be added to table “datavalue”, this might take some time when starting up the system for the first time.
    This information can also be found here:

https://www.dhis2.org/2.16-upgrade

We encourage people to upgrade their instances, test the new features and provide feedback.

best regards,

Lars


Mailing list: https://launchpad.net/~dhis2-users

Post to : dhis2-users@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-users

More help : https://help.launchpad.net/ListHelp

Hi all,

Short question: is it possible to upload additional base layers (like the default ones of Google) into DHIS2 for visualizing in the GIS module? For instance in shape format?

Kind regards,

Robin

Currently not…we had this functionality at some point, but I think it was removed during a refactoring of the GUI.

k

···

On Thu, Sep 11, 2014 at 4:18 PM, Robin Martens martens@sher.be wrote:

Hi all,

Short question: is it possible to upload additional base layers (like the default ones of Google) into DHIS2 for visualizing in the GIS module? For instance in shape format?

Kind regards,

Robin


Mailing list: https://launchpad.net/~dhis2-users

Post to : dhis2-users@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-users

More help : https://help.launchpad.net/ListHelp


Knut Staring

Dept. of Informatics, University of Oslo

+4791880522

http://dhis2.org

Ok, thank you Knut.

···

From: Knut Staring [mailto:knutst@gmail.com]

Sent: 11 September 2014 16:22

To: Robin Martens

Cc: DHIS 2 Users list

Subject: Re: [Dhis2-users] [Dhis2-devs] dhis 2.16 upgrade notes

Currently not…we had this functionality at some point, but I think it was removed during a refactoring of the GUI.

k

On Thu, Sep 11, 2014 at 4:18 PM, Robin Martens martens@sher.be wrote:

Hi all,

Short question: is it possible to upload additional base layers (like the default ones of Google) into DHIS2 for visualizing in the GIS module? For instance in shape format?

Kind regards,

Robin


Mailing list: https://launchpad.net/~dhis2-users

Post to : dhis2-users@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-users

More help : https://help.launchpad.net/ListHelp

Knut Staring

Dept. of Informatics, University of Oslo

+4791880522

http://dhis2.org