Task #6326 (closed)
Opened 8 years ago
Closed 8 years ago
BUG:Saving ROI - Feedback 3895
| Reported by: | omero-qa | Owned by: | jburel |
|---|---|---|---|
| Priority: | minor | Milestone: | OMERO-Beta4.3.2 |
| Component: | Insight | Version: | n.a. |
| Keywords: | n.a. | Cc: | n.y.patel@… |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2011-09-01 (4) |
Description
http://qa.openmicroscopy.org.uk/qa/feedback/3895/
java.lang.Exception: org.openmicroscopy.shoola.env.data.DSAccessException: Cannot access data. Cannot Save the ROI for image: 3861100 at org.openmicroscopy.shoola.env.data.OMEROGateway.handleException(OMEROGateway.java:876) at org.openmicroscopy.shoola.env.data.OMEROGateway.saveROI(OMEROGateway.java:6650) at org.openmicroscopy.shoola.env.data.OmeroImageServiceImpl.saveROI(OmeroImageServiceImpl.java:1340) 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(Unknown Source) Caused by: org.openmicroscopy.shoola.env.data.DSAccessException: Cannot access data. Cannot access Update service. at org.openmicroscopy.shoola.env.data.OMEROGateway.handleException(OMEROGateway.java:876) at org.openmicroscopy.shoola.env.data.OMEROGateway.getUpdateService(OMEROGateway.java:1423) at org.openmicroscopy.shoola.env.data.OMEROGateway.saveROI(OMEROGateway.java:6419) ... 9 more Caused by: java.lang.ArrayIndexOutOfBoundsException: 10 at java.util.ArrayList.add(Unknown Source) at org.openmicroscopy.shoola.env.data.OMEROGateway.getUpdateService(OMEROGateway.java:1419) ... 10 more at org.openmicroscopy.shoola.env.ui.UserNotifierImpl.showErrorDialog(UserNotifierImpl.java:183) at org.openmicroscopy.shoola.env.ui.UserNotifierImpl.notifyError(UserNotifierImpl.java:272) at org.openmicroscopy.shoola.env.ui.UserNotifierImpl.notifyError(UserNotifierImpl.java:242) at org.openmicroscopy.shoola.agents.measurement.MeasurementViewerLoader.handleException(MeasurementViewerLoader.java:123) at org.openmicroscopy.shoola.env.data.events.DSCallAdapter.eventFired(DSCallAdapter.java:84) at org.openmicroscopy.shoola.env.data.views.BatchCallMonitor$1.run(BatchCallMonitor.java:124) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$000(Unknown Source) at java.awt.EventQueue$1.run(Unknown Source) at java.awt.EventQueue$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source)
Change History (3)
comment:1 Changed 8 years ago by jburel
- Component changed from from QA to Insight
- Milestone changed from Unscheduled to OMERO-Beta4.3.2
- Sprint set to 2011-09-01 (4)
comment:2 Changed 8 years ago by jburel
- Remaining Time set to 0.2
- Status changed from new to accepted
comment:3 Changed 8 years ago by jburel <j.burel@…>
- Remaining Time changed from 0.2 to 0
- Resolution set to fixed
- Status changed from accepted to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
(In [2d4196ee9ec16f96fe983dd2b4066944c47373a6/ome.git] on branch develop) Review initialization of services and use set instead of list (close #6326)