Re: [Dhis2-devs] Trouble upgrading to 2.1

2011-03-02 Thread Jason Pickering
Yeah, I am beginning to think it is a permissions issue...again On Wed, Mar 2, 2011 at 3:49 PM, Lars Helge Øverland wrote: > Works here.. Permissions? Try adding a "uuid" column manually (like the one > we have for dataelement etc) as a quick fix. > > On Wed, Mar 2, 2011 at 3:45 PM, Jason Pi

Re: [Dhis2-devs] Trouble upgrading to 2.1

2011-03-02 Thread Lars Helge Øverland
Works here.. Permissions? Try adding a "uuid" column manually (like the one we have for dataelement etc) as a quick fix. On Wed, Mar 2, 2011 at 3:45 PM, Jason Pickering wrote: > OK. Not really sure what to do at this point then. I have tried the > procedure several times. My categoryoptioncombo

Re: [Dhis2-devs] Trouble upgrading to 2.1

2011-03-02 Thread Jason Pickering
OK. Not really sure what to do at this point then. I have tried the procedure several times. My categoryoptioncombo table is defined as follows CREATE TABLE categoryoptioncombo ( categoryoptioncomboid integer NOT NULL, CONSTRAINT categoryoptioncombo_pkey PRIMARY KEY (categoryoptioncomboid) ) W

Re: [Dhis2-devs] Trouble upgrading to 2.1

2011-03-02 Thread greg . rowles
0 Sent from my BlackBerry® wireless device -Original Message- From: Jo Størset Sender: dhis2-devs-bounces+greg.rowles=gmail@lists.launchpad.net Date: Wed, 2 Mar 2011 20:00:40 To: Jason Pickering Cc: dhis2-devs Subject: Re: [Dhis2-devs] Trouble upgrading to 2.1 Den 2. mars 2011 kl

Re: [Dhis2-devs] Trouble upgrading to 2.1

2011-03-02 Thread Jo Størset
Den 2. mars 2011 kl. 19.33 skrev Jason Pickering: > Thanks for this Jo, but I think this is not the issue. A bit more detail. This sounds about right. I guess I only added uuids that are missing for data elements, while optioncombo has also gotten uuid added in the hibernate mapping (it alr

Re: [Dhis2-devs] Trouble upgrading to 2.1

2011-03-02 Thread Jason Pickering
More ominously categorycombos_optioncombos was nuked. I had to restore from backup. Regards, Jason On Wed, Mar 2, 2011 at 3:03 PM, Jason Pickering wrote: > Thanks for this Jo, but I think this is not the issue. A bit more detail. > > > 1)  Here is my hibernate.properties file. > > wheel@dhiss

Re: [Dhis2-devs] Trouble upgrading to 2.1

2011-03-02 Thread Jason Pickering
Thanks for this Jo, but I think this is not the issue. A bit more detail. 1) Here is my hibernate.properties file. wheel@dhissvr01:~$ tail -f /etc/dhis2/ghain/hibernate.properties hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect hibernate.connection.driver_class = org.postgresql.Driv

Re: [Dhis2-devs] Trouble upgrading to 2.1

2011-03-02 Thread Jo Størset
Hi, Den 2. mars 2011 kl. 18.08 skrev Jason Pickering: > Using the latest snapshot from Jenkins, I get this upgrading from 2.0.6 to 2.1 > > * ERROR 13:35:46,079 ERROR: column dataelemen1_.uuid does not exist > Position: 166 (JDBCExceptionReporter.java [Thread-2]) Since we want to use a more sta

[Dhis2-devs] Trouble upgrading to 2.1

2011-03-02 Thread Jason Pickering
Using the latest snapshot from Jenkins, I get this upgrading from 2.0.6 to 2.1 * INFO 13:33:49,514 System property dhis2.home not set (DefaultLocationManager.java [Thread-2]) * INFO 13:33:49,520 Environment variable DHIS2_HOME points to /etc/dhis2/ghain/ (DefaultLocationManager.java [Thread-2])