Limitations and Known Issues
Limitations
- Delete. It is currently only possible to delete Project and Dataset. It is NOT possible to delete an image. The functionality will be fully implemented in Beta4. You might have noticed the following error while trying to delete an image using Beta3.0, the functionality was turned on but not implemented.
java.lang.Exception: Abnormal termination due to an uncaught exception. java.lang.IllegalArgumentException: No DataObject at org.openmicroscopy.shoola.agents.treeviewer.DataObjectRemover.<init>(DataObjectRemover.java:103) at org.openmicroscopy.shoola.agents.treeviewer.view.TreeViewerModel.fireDataObjectsDeletion(TreeViewerModel.java:441) at org.openmicroscopy.shoola.agents.treeviewer.view.TreeViewerComponent.removeObjects(TreeViewerComponent.java:521) at org.openmicroscopy.shoola.agents.treeviewer.cmd.DeleteCmd.execute(DeleteCmd.java:83) at org.openmicroscopy.shoola.agents.treeviewer.browser.BrowserUI$5.keyPressed(BrowserUI.java:440)
- Import. It is preferable to import no more than 1000 images' files in a single import.
Reported problems
Find below, a list of known problems that I have reported and we are currently addressing.
- The following error has been reported while zooming in and out an image. The problem only occurred on few machines. The Beta3.2 version should fixed the issue
java.lang.OutOfMemoryError: Java heap space at java.awt.image.DataBufferInt.<init>(Unknown Source) at java.awt.image.Raster.createPackedRaster(Unknown Source) at java.awt.image.DirectColorModel.createCompatibleWritableRaster(Unknown Source) at java.awt.image.BufferedImage.<init>(Unknown Source) at org.openmicroscopy.shoola.util.image.geom.Factory.magnifyImage(Factory.java:249) at org.openmicroscopy.shoola.agents.imviewer.browser.BrowserModel.createDisplayedImage(BrowserModel.java:529)
- The following error can happen if you have big Regions of Interest, too many of them or move them too quickly. The Beta4 version will fix the problem
java.lang.Exception: java.lang.Exception: No data available. at org.openmicroscopy.shoola.agents.measurement.MeasurementViewerLoader.handleNullResult(MeasurementViewerLoader.java:97) at org.openmicroscopy.shoola.env.data.events.DSCallAdapter.eventFired(DSCallAdapter.java:87) 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.dispatchEvent(EventQueue.java:461) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:180) at java.awt.Dialog$1.run(Dialog.java:535) at java.awt.Dialog$2.run(Dialog.java:563) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Dialog.show(Dialog.java:561) at java.awt.Component.show(Component.java:1302) at java.awt.Component.setVisible(Component.java:1255)
