>From further up the log file: * ERROR 15:44:33,558 Unsuccessful: create table Version (versionid integer not null auto_increment, key varchar(230) not null unique, value varchar(255), primary key (versionid)) (SchemaUpdate.java [Thread-2]) * ERROR 15:44:33,559 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'varchar(230) not null unique, value varchar(255), primary key (versionid))' at line 1 (SchemaUpdate.java [Thread-2])
Could be this is a mysql specific error? -- You received this bug notification because you are a member of DHIS 2 developers, which is subscribed to DHIS. https://bugs.launchpad.net/bugs/828793 Title: missing version table on startup Status in DHIS 2 - District Health Information Software: New Bug description: When I start dhis2 with a new blank database I get the following: ... Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'dhis2test.Version' doesn't exist I guess this is the version table added by Morten for orgunits? To manage notifications about this bug go to: https://bugs.launchpad.net/dhis2/+bug/828793/+subscriptions _______________________________________________ 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