ORA-01452: cannot CREATE UNIQUE INDEX; duplicate keys found
Resolution
This error occurs do to an error in the creation of sample data by the create-*.sql scripts. This results in duplicate keys in the Layout (uuid_, groupId) index.
To avoid this issue:
-
Start up the portal with an empty database. This will automatically populate the default data correctly.
-
If this option is not available, use the
create-minimal.sqlscript. This is functioning correctly (however it will not create the sample data).