Task #3618 (closed)
Opened 9 years ago
Closed 9 years ago
BUG:Feedback 3049: Creating and deleting ROI
| Reported by: | omero-qa | Owned by: | jburel |
|---|---|---|---|
| Priority: | major | Milestone: | OMERO-Beta4.3 |
| Component: | Insight | Version: | n.a. |
| Keywords: | n.a. | Cc: | scottloynton@… |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | 2010-12-09 (1) |
Description
http://qa.openmicroscopy.org.uk/qa/feedback/3049/
Comment: Feedback 3006 - The steps I have taken were in creating two new ROI's. I had drawn a line and a circle and then pressed saved.
java.lang.Exception: org.openmicroscopy.shoola.env.data.DSAccessException: Cannot access data.
Cannot Save the ROI for image: 23474
at org.openmicroscopy.shoola.env.data.OMEROGateway.handleException(OMEROGateway.java:802)
at org.openmicroscopy.shoola.env.data.OMEROGateway.saveROI(OMEROGateway.java:6464)
at org.openmicroscopy.shoola.env.data.OmeroImageServiceImpl.saveROI(OmeroImageServiceImpl.java:813)
at org.openmicroscopy.shoola.env.data.views.calls.ROISaver$1.doCall(ROISaver.java:74)
at org.openmicroscopy.shoola.env.data.views.BatchCall.doStep(BatchCall.java:144)
at org.openmicroscopy.shoola.util.concur.tasks.CompositeTask.doStep(CompositeTask.java:226)
at org.openmicroscopy.shoola.env.data.views.CompositeBatchCall.doStep(CompositeBatchCall.java:126)
at org.openmicroscopy.shoola.util.concur.tasks.ExecCommand.exec(ExecCommand.java:165)
at org.openmicroscopy.shoola.util.concur.tasks.ExecCommand.run(ExecCommand.java:274)
at org.openmicroscopy.shoola.util.concur.tasks.AsyncProcessor$Runner.run(AsyncProcessor.java:91)
at java.lang.Thread.run(Thread.java:613)
Caused by: omero.OptimisticLockException
serverStackTrace = "ome.conditions.OptimisticLockException: You are not authorized to change the update event for ome.model.core.Image:Id_23474 from ome.model.meta.Event:Id_32511467 to ome.model.meta.Event:Id_151981
Change History (5)
comment:1 Changed 9 years ago by jburel
- Component changed from from QA to Insight
- Milestone changed from Unscheduled to OMERO-Beta4.3
- Priority changed from minor to major
- Sprint set to 2010-12-09 (21)
comment:2 Changed 9 years ago by jburel
- Status changed from new to assigned
comment:3 Changed 9 years ago by jburel
problem does not seem to happen when using 4.2.1 against gretzsky
Going to update jar in branch and run extra tests
comment:4 Changed 9 years ago by jburel
Scott, can you grab the latest build from Hudson and see if you still have the problem
http://hudson.openmicroscopy.org.uk/view/Beta4.2/job/INSIGHT-Beta4.2/24/
comment:5 Changed 9 years ago by jburel
- Resolution set to fixed
- Status changed from assigned to closed
problem fixed
Feedback3006 - Just to further clarify I have been able to save the ROI when I close the image viewer and the image viewer ask's if I wish to save the ROI. The problem occurs when I use the save in the measurement tool.