Re: [Dhis2-devs] Upgrading from 2.6

2014-01-27 Thread Lars Helge Øverland
Good. Problem is that 2.14 changes the primary on datavalue which will fail with nulls in a not-null column, and hibernate tries to perform the schema change before the dhis startup scripts get a chance to run. So next time you start the update has been taken care of. On Mon, Jan 27, 2014 at 9:12

Re: [Dhis2-devs] Upgrading from 2.6

2014-01-27 Thread Jason Pickering
Yup. Seems to go away after kill/restart. On Mon, Jan 27, 2014 at 8:00 PM, Lars Helge Øverland wrote: > Can you try to stop and restart again and see if it goes away? > > Lars > > > On Mon, Jan 27, 2014 at 7:44 PM, Jason Pickering < > jason.p.picker...@gmail.com> wrote: > >> I just upgraded fro

Re: [Dhis2-devs] Upgrading from 2.6

2014-01-27 Thread Lars Helge Øverland
Can you try to stop and restart again and see if it goes away? Lars On Mon, Jan 27, 2014 at 7:44 PM, Jason Pickering < jason.p.picker...@gmail.com> wrote: > I just upgraded from 2.13 to 2.14 and got this. Anything to be worried > about? > > Regards, > jason > > > * INFO 2014-01-27 19:41:42,637

Re: [Dhis2-devs] Upgrading from 2.6

2014-01-27 Thread Jason Pickering
I just upgraded from 2.13 to 2.14 and got this. Anything to be worried about? Regards, jason * INFO 2014-01-27 19:41:42,637 Hibernate configuration loaded, using dialect: org.hibernate.dialect.PostgreSQLDialect (DefaultHibernateConfigurationProvider.java [pool-2-thread-1]) * ERROR 2014-01-27 19

Re: [Dhis2-devs] Upgrading from 2.6

2014-01-20 Thread Lars Helge Øverland
Hi Jason, had a quick look. It seems the issue is that we have multiple startup routines, in this case first one DataElementDefaultDimensionPopulator that populates the default dimensional categories, then the TableAlteror which adds the new columns for dataelementcategory called "datadimensions".

Re: [Dhis2-devs] Upgrading from 2.6

2014-01-20 Thread Jason Pickering
Looks like there maybe something missing in the startup scripts. After this.. UPDATE dataelementcategory set datadimension=FALSE; UPDATE dataelementcategory set dimensiontype='disaggregation'; UPDATE categorycombo set skiptotal = FALSE; Things seemed to work. Regards, Jason On Mon, Jan 20, 20

[Dhis2-devs] Upgrading from 2.6

2014-01-20 Thread Jason Pickering
Hi there. Attempting to upgrade a rather old version of DHIS2 (versoin 2.6) and running into some issues, not surprisingly. I guess maybe upgrading to 2.14 might be too much to ask in one go, so maybe some advice there would be useful. Anyway, here is what I am getting from the latest 2.14. Any h