kiranchavala commented on issue #8703:
URL: https://github.com/apache/cloudstack/issues/8703#issuecomment-1963471130
thanks @adidiborg i am also able to reproduce the issue with the same
exception
```
Caused by: java.sql.SQLIntegrityConstraintViolationException: Cannot delete
or update a parent row: a foreign key constraint fails (`cloud`.`vm_template`,
CONSTRAINT `fk_vm_template__user_data_id` FOREIGN KEY (`user_data_id`)
REFERENCES `user_data` (`id`))
at
com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:117)
at
com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
at
com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
... 81 more
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]