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
When removing a subject from a study, it does not appear in the study's history, it should.
Another issue: when removing a subject from a study, an error is thrown:
datasets | 2024-10-30T14:44:29.663Z ERROR 1 --- [ntContainer#5-1] o.s.n.c.amqp.RabbitMQDatasetsService : An error occured while processing study update
datasets |
datasets | org.springframework.orm.jpa.JpaObjectRetrievalFailureException: Unable to find org.shanoir.ng.shared.model.Subject with id 43
studies | 2024-10-30T14:44:29.666Z ERROR 1 --- [mcat-handler-73] o.s.ng.study.service.StudyServiceImpl : Study [2] couldn't be sync with datasets microservice : Unable to find org.shanoir.ng.shared.model.Subject with id 43
studies | 2024-10-30T14:44:29.668Z WARN 1 --- [mcat-handler-73] o.s.n.s.c.GlobalExceptionHandler : Error in the rest service.
studies |
studies | org.shanoir.ng.shared.exception.RestServiceException: null
studies | at org.shanoir.ng.study.controler.StudyApiController.updateStudy(StudyApiController.java:289)
The text was updated successfully, but these errors were encountered:
When removing a subject from a study, it does not appear in the study's history, it should.
Another issue: when removing a subject from a study, an error is thrown:
The text was updated successfully, but these errors were encountered: