Trying to delete an application with variants an internal error is returned. The reason is that the variant had error sending messages in the past that has been logged in the error table.
The error log is:
{panel:title=Stacktrace} Referential integrity constraint violation: "FK1S1TG8HP9LG1XL1QJCH7CDFCK: PUBLIC.VARIANT_ERROR_STATUS FOREIGN KEY(VARIANT_ID) REFERENCES PUBLIC.VARIANT(ID) ('97bb70fb-bb09-45dc-ba71-d72e81c85de5')"; SQL statement: delete from variant where id=? [23503-193] at com.h2database.h2@1.4.193//org.h2.message.DbException.getJdbcSQLException(DbException.java:345) at com.h2database.h2@1.4.193//org.h2.message.DbException.get(DbException.java:179) at com.h2database.h2@1.4.193//org.h2.message.DbException.get(DbException.java:155) at com.h2database.h2@1.4.193//org.h2.constraint.ConstraintReferential.checkRow(ConstraintReferential.java:426) at ...
{panel} |
|