Re: [Dhis2-devs] Error on DHIS startup

2015-02-11 Thread Lars Helge Øverland
Okay thanks. On Wed, Feb 11, 2015 at 9:22 AM, Sandesh Sukumar Doolipeta < sande...@thoughtworks.com> wrote: > Hi lars & dan , > >Looks like this was happening only on my machine. It was not > reproducible in other machines. > > On Tue, Feb 10, 2015 at 9:59 PM, Dan Cocos wrote: > >> Could it

Re: [Dhis2-devs] Error on DHIS startup

2015-02-11 Thread Sandesh Sukumar Doolipeta
Hi lars & dan , Looks like this was happening only on my machine. It was not reproducible in other machines. On Tue, Feb 10, 2015 at 9:59 PM, Dan Cocos wrote: > Could it be that in hibernate.properties > hibernate.hbm2ddl.auto = update > is set to something else? > > On Feb 10, 2015, at 10:5

Re: [Dhis2-devs] Error on DHIS startup

2015-02-10 Thread Dan Cocos
Could it be that in hibernate.properties hibernate.hbm2ddl.auto = update is set to something else? > On Feb 10, 2015, at 10:54 AM, Lars Helge Øverland wrote: > > Hi Sandesh, > > I have never seen this error and cannot reproduce locally with latest trunk. > Anyone seen this? Could it be an acc

Re: [Dhis2-devs] Error on DHIS startup

2015-02-10 Thread Lars Helge Øverland
Hi Sandesh, I have never seen this error and cannot reproduce locally with latest trunk. Anyone seen this? Could it be an accident on your side? Try to add the uid column manually with ALTER TABLE dashboard ADD COLUMN uid character varying(11); then restart dhis - should populate the uids. Lar

[Dhis2-devs] Error on DHIS startup

2015-02-09 Thread Sandesh Sukumar Doolipeta
Hi, There is an error when DHIS (rev 18213) starts up. "uid" column is missing from "dashboard" table. Below is postgres screenshot. [image: Inline image 1] Here's the stack trace. ERROR 2015-02-10 12:27:59,062 Problem updating: dashboard, id column: dashboardid (IdentityPopulator.java [main]