Bug #15774
closedError deleting content view
Description
When I try to delete a composite content view version, in Katello 2.4, I get the following errors in the task:
Runtime Error Batch update returned unexpected row count from update [0]; actual row count: 0; expected: 1 at org.hibernate.jdbc.Expectations$BasicExpectation.checkBatched:81
Runtime Error null at org.candlepin.model.AbstractHibernateCurator.delete:326
Runtime Error null at org.candlepin.model.AbstractHibernateCurator.delete:326
Runtime Error null at org.candlepin.model.AbstractHibernateCurator.delete:326
Runtime Error null at org.candlepin.model.AbstractHibernateCurator.delete:326
Runtime Error Batch update returned unexpected row count from update [0]; actual row count: 0; expected: 1 at org.hibernate.jdbc.Expectations$BasicExpectation.checkBatched:81
Runtime Error null at org.candlepin.model.AbstractHibernateCurator.delete:326
Katello::Resources::Candlepin::Environment: 400 Bad Request (DELETE /candlepin/environments/2-7/content?content=1469024787489)
Runtime Error null at org.candlepin.model.AbstractHibernateCurator.delete:326
Runtime Error Batch update returned unexpected row count from update [0]; actual row count: 0; expected: 1 at org.hibernate.jdbc.Expectations$BasicExpectation.checkBatched:81
How did the database get out of sync and how do we fix it?
Brian
Updated by Justin Sherrill over 8 years ago
- Status changed from New to Need more information
- Translation missing: en.field_release set to 166
Do you still see this on katello 3.0?
Updated by Justin Sherrill over 8 years ago
- Category set to Content Views
- Status changed from Need more information to Rejected