at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120
org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL "create index IDX_SP_URI_HASH_IDENTITY on HFJ_SPIDX_URI (HASH_IDENTITY,
SP_URI)"
and there is a list of such errors for each index being attempted for creation.
You had shared the SMILE link for database...are you referring to the scripts under cluster manager db
like this table here.
And should I execute these scripts after the index correction in a database with name
hapi_dstu3 and then deploy the app?
create table CDR_AUDIT_EVT (
PID bigint not null,
AUSER_TYPE integer,
REMOTE_ADDRESS varchar(255),
HAVE_TARGET_MODULES bit not null,
HAVE_TARGET_RESOURCES bit not null,
HAVE_TARGET_USERS bit not null,
EVT_TIMESTAMP datetime(6) not null,
TYPE_DISPLAY varchar(200) not null,
CLIENT_PID bigint,
ENDPOINT_MODULE_PID bigint not null,
TYPE_PID bigint not null,
USER_PID bigint,
primary key (PID)
) engine=InnoDB;