You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fails with message in logs javax.ejb.EJBException: java.lang.IllegalArgumentException: Removing a detached instance org.dcm4chee.arc.entity.UIDMap#2 and error displayed to user
User rejects Study3 of Patient2 with Retention Expired
User retries Delete Study3 of Patient2 using UI (X icon) from IOCM_EXPIRED view. Success message displayed in UI / Server logs, however study still visible in IOCM_EXPIRED view
User upgrades to 5.31.2 version
Study deletion permanently from IOCM_EXPIRED view still shows shows Success message in UI / Server logs, however study still visible in IOCM_EXPIRED view
Note : There is no external retrieve AET on any of the levels.
select study_iuid, study.rejection_state, series.rejection_state, modality,
study.ext_retrieve_aet, series.ext_retrieve_aet, instance.ext_retrieve_aet from study
join series on study_fk=study.pk
join instance on series_fk=series.pk
--join location on instance_fk=instance.pk
where patient_fk=2;
Log deletion of instances without location in server.log, e.g.:
2024-04-08 11:35:55,063 INFO [org.dcm4chee.arc.delete.impl.DeletionServiceImpl] (default task-3) Successfully delete 1 instances of Study[pk=4, uid=1.2.840.113674.514.212.200, id=1784] without locations from database
Attention : Occurs and reproducible only for cases where archive is upgraded from 5.31.0 (and below) to 5.31.2+
Steps to Reproduce
ALWAYS
X
icon - Delete Study Permanently)javax.ejb.EJBException: java.lang.IllegalArgumentException: Removing a detached instance org.dcm4chee.arc.entity.UIDMap#2
and error displayed to userRetention Expired
X
icon) fromIOCM_EXPIRED
view. Success message displayed in UI / Server logs, however study still visible inIOCM_EXPIRED
viewIOCM_EXPIRED
view still shows shows Success message in UI / Server logs, however study still visible inIOCM_EXPIRED
viewNote : There is no external retrieve AET on any of the levels.
Related #4274, #4273, #4069
The text was updated successfully, but these errors were encountered: