From: Krzysztof B. <kb...@un...> - 2017-08-04 07:54:03
|
Hi Shiraz, W dniu 03.08.2017 o 17:17, Shiraz Memon pisze: > Hi Krzysztof, all, > > I am trying to deploy v2.1.0 while reusing the configuration (the entire > config folder) from an existing configured v1.9.6 instance, however > adapted it according to the instructions provided under howto-update > page > (http://www.unity-idm.eu/documentation/unity-2.0.0-SNAPSHOT/update-howto-v2.html). > Main changes are the db settings & initialisers in unityServer.conf, > logger configuration in startup.properties and finally copied the > scripts directory from original config folder. I have also created a new > database and assigned appropriate rights to the mysql user that is being > configured inside the configuration. The content from both log files > follows. > > unity-server.log: > ############# > ### Cause: org.apache.ibatis.executor.BatchExecutorException: > pl.edu.icm.unity.store.rdbms.mapper.InitdbMapper.initdb-01 (batch index > #1) failed. Cause: jav > a.sql.BatchUpdateException: (conn:57029) Table 'IDENTITY_TYPES' already > exists I guess somehow your database is corrupted (schema creation failed in the middle). Try to drop the DB, and recreate it - should help. Best, Krzysztof |