-
Bug
-
Resolution: Fixed
-
Low
-
2.8
-
The Crowd Server installed is integrated with an Oracle 11r2 Database. The setup done with the Crowd setup Wizard on a clean server and empty database.
-
12
-
Severity 3 - Minor
-
3
-
Tracking the log-file in Crowd tells an error on hibernate.tool.hbm2ddl.SchemaUpdate:
HHH000388: Unsuccessful: create index idx_expirable_user_token_key on cwd_expirable_user_token (token)
...
[hibernate.tool.hbm2ddl.SchemaUpdate] ORA-01408: such column list already indexed
_tell the create index was unsuccessful.
The solution or workaround in included in the attachment.
Since Crowd 3.3.0 liquibase is used exclusively for database schema upgrades. As hbm2ddl is not being used anymore, this issue has become obsolete.