Task #9657 (new)
Opened 7 years ago
Last modified 3 years ago
Bug: Move to Group - refresh
| Reported by: | wmoore | Owned by: | jburel |
|---|---|---|---|
| Priority: | minor | Milestone: | Permissions |
| Component: | Insight | Version: | n.a. |
| Keywords: | n.a. | Cc: | |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
Insight - on moving images to another group, tree & thumbs don't remove the moved images. Dbl-click -> "invalid image".
Moving a Dataset has same problem (not removed from tree) but moving Project is OK.
Change History (3)
comment:1 Changed 7 years ago by wmoore
comment:2 Changed 7 years ago by jmoore
- Summary changed from Move to Group - refresh to Bug: Move to Group - refresh
comment:3 Changed 3 years ago by jamoore
- Milestone changed from 5.x to Permissions
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
If I choose a dataset (not expanded) and move it to another group (remains in tree) then I try to expand it I get
java.lang.Exception: org.openmicroscopy.shoola.env.data.DSAccessException: For security reasons, cannot access data. Cannot create the objects. at org.openmicroscopy.shoola.env.data.OMEROGateway.handleException(OMEROGateway.java:876) at org.openmicroscopy.shoola.env.data.OMEROGateway.createObjects(OMEROGateway.java:3074) at org.openmicroscopy.shoola.env.data.OmeroDataServiceImpl.addExistingObjects(OmeroDataServiceImpl.java:459) at org.openmicroscopy.shoola.env.data.OmeroDataServiceImpl.cutAndPaste(OmeroDataServiceImpl.java:488) at org.openmicroscopy.shoola.env.data.views.calls.ExistingObjectsSaver$3.doCall(ExistingObjectsSaver.java:162) 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:276) at org.openmicroscopy.shoola.util.concur.tasks.AsyncProcessor$Runner.run(AsyncProcessor.java:91) at java.lang.Thread.run(Thread.java:680) Caused by: omero.SecurityViolation serverStackTrace = "ome.conditions.SecurityViolation: Cannot read ome.model.containers.Dataset:Id_123 at ome.security.basic.BasicACLVoter.throwLoadViolation(BasicACLVoter.java:163) at ome.security.CompositeACLVoter.throwLoadViolation(CompositeACLVoter.java:88) at ome.security.ACLEventListener.onPostLoad(ACLEventListener.java:104) ...