$ asadmin --port 40432 deploy icat.ear-4.1.0-rc-03.ear
Application deployed with name icat.ear-4.1.0-rc-03.
PER01003: Deployment encountered SQL Exceptions:
PER01000: Got SQLException executing statement "CREATE TABLE USER_TABLE_ANSTO (USER_ID VARCHAR2(255) NOT NULL, PASSWORD VARCHAR2(255) NOT NULL, PRIMARY KEY (USER_ID))": java.sql.SQLException: ORA-00955: Es gibt bereits ein Objekt mit diesem Namen
PER01000: Got SQLException executing statement "CREATE TABLE USER_SESSION_ANSTO (USER_SESSION_ID VARCHAR2(255) NOT NULL, EXPIRE_DATE_TIME TIMESTAMP NOT NULL, RUN_AS VARCHAR2(255) NOT NULL, PRIMARY KEY (USER_SESSION_ID))": java.sql.SQLException: ORA-00955: Es gibt bereits ein Objekt mit diesem Namen
PER01000: Got SQLException executing statement "CREATE TABLE USER_TABLE (USER_ID VARCHAR2(255) NOT NULL, PASSWORD VARCHAR2(255) NOT NULL, PRIMARY KEY (USER_ID))": java.sql.SQLException: ORA-00955: Es gibt bereits ein Objekt mit diesem Namen
PER01000: Got SQLException executing statement "CREATE TABLE USER_SESSION (USER_SESSION_ID VARCHAR2(255) NOT NULL, EXPIRE_DATE_TIME TIMESTAMP NOT NULL, RUN_AS VARCHAR2(255) NOT NULL, PRIMARY KEY (USER_SESSION_ID))": java.sql.SQLException: ORA-00955: Es gibt bereits ein Objekt mit diesem Namen
Cannot create tables for application icat.ear-4.1.0-rc-03. The expected DDL file icat.ear-4.1.0-rc-03_icat.exposed-4.1.0-rc-03_icat_createDDL.jdbc is not available.
I would assume that the SQL exceptions are not fatal, but what about the DDL file part of the message? Where can I get that file?