Task #10021 (closed)
BUG: Abnormal termination - batch attachment
Reported by: | rkferguson | Owned by: | jburel |
---|---|---|---|
Priority: | critical | Milestone: | OMERO-4.4.7 |
Component: | Insight | Version: | n.a. |
Keywords: | n.a. | Cc: | |
Resources: | n.a. | Referenced By: | n.a. |
References: | n.a. | Remaining Time: | 0.0d |
Sprint: | 2012-12-18 (3) |
Description (last modified by rkferguson)
Testing
https://trac.openmicroscopy.org.uk/ome/ticket/8151
https://trac.openmicroscopy.org.uk/ome/ticket/10014
On Mac 10.6. user-2 howe OMERO.insight-4.4.5-291-0883e29-dirty-ice33-b84-mac
Tested tag selection as per ticket - worked as expected.
On testing multi-attachments - selected 3 images in same dataset - clicked on "+" in right hand pane to add attachement. Selected "Uploaded document..." but got "Local document..." dialog (I am pretty certain that I clicked the correct selection and got the wrong dialog). Navigated to desktop - no files there to attach conveniently, so cancelled. Clicked "+" again - made sure I selected "Uploaded document" and got crash with : "Abnormal Termination" error message - Insight crashed out on closing QA window. No error message in QA window.
Replicated problem - same log in - same images - selected "Uploaded documents ..." - same abnormal termination error.
Log:
2012-12-12 09:22:35,046 INFO [y.shoola.env.data.login.LoginServiceImpl] (nitializer) Logged onto OMERO at: howe.openmicroscopy.org.ukUser Name: user-2 -- Password: *** 2012-12-12 09:28:21,941 FATAL [icroscopy.shoola.env.AbnormalExitHandler] (entQueue-0) Abnormal termination due to an uncaught exception. java.lang.NullPointerException at org.openmicroscopy.shoola.agents.metadata.editor.EditorModel.getCommonAttachments(EditorModel.java:1716) at org.openmicroscopy.shoola.agents.metadata.editor.EditorComponent.setExistingAttachements(EditorComponent.java:434) at org.openmicroscopy.shoola.agents.metadata.AttachmentsLoader.handleResult(AttachmentsLoader.java:108) at org.openmicroscopy.shoola.env.data.events.DSCallAdapter.eventFired(DSCallAdapter.java:90) at org.openmicroscopy.shoola.env.data.views.BatchCallMonitor$1.run(BatchCallMonitor.java:124) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:702) at java.awt.EventQueue.access$400(EventQueue.java:82) at java.awt.EventQueue$2.run(EventQueue.java:663) at java.awt.EventQueue$2.run(EventQueue.java:661) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87) at java.awt.EventQueue.dispatchEvent(EventQueue.java:672) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188) at java.awt.EventDispatchThread.run(EventDispatchThread.java:122) Abnormal termination due to an uncaught exception. java.lang.NullPointerException at org.openmicroscopy.shoola.agents.metadata.editor.EditorModel.getCommonAttachments(EditorModel.java:1716) at org.openmicroscopy.shoola.agents.metadata.editor.EditorComponent.setExistingAttachements(EditorComponent.java:434) at org.openmicroscopy.shoola.agents.metadata.AttachmentsLoader.handleResult(AttachmentsLoader.java:108) at org.openmicroscopy.shoola.env.data.events.DSCallAdapter.eventFired(DSCallAdapter.java:90) at org.openmicroscopy.shoola.env.data.views.BatchCallMonitor$1.run(BatchCallMonitor.java:124) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:702) at java.awt.EventQueue.access$400(EventQueue.java:82) at java.awt.EventQueue$2.run(EventQueue.java:663) at java.awt.EventQueue$2.run(EventQueue.java:661) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87) at java.awt.EventQueue.dispatchEvent(EventQueue.java:672) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188) at java.awt.EventDispatchThread.run(EventDispatchThread.java:122) Exception in thread "AWT-EventQueue-0"
Change History (4)
comment:1 Changed 12 years ago by rkferguson
- Description modified (diff)
- Priority changed from major to critical
comment:2 Changed 12 years ago by rkferguson
comment:3 Changed 12 years ago by jburel
- Remaining Time set to 0
- Resolution set to fixed
- Status changed from new to closed
comment:4 Changed 12 years ago by jburel <j.burel@…>
(In [e00b2ee1ba7d671f9e44b335ae705ba53c4fd6d2/ome.git] on branch develop) Fix retrieval of common attachments (see #10021)
Replicated problem in Windows 7.