Notice: In order to edit this ticket you need to be either: a Product Owner, The owner or the reporter of the ticket, or, in case of a Task not yet assigned, a team_member"

Task #10190 (closed)

Opened 7 years ago

Closed 7 years ago

Bug: Insight/swing error on big images

Reported by: jamoore Owned by: jburel
Priority: major 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: n.a.
Sprint: n.a.

Description

  • Imported 2 big images
  • Watched PixelData log until first was finished
  • Clicked on refresh
  • Double clicked on second, and got the "invalid image" dialog
  • Double clicked on first and got the following error.

Change History (3)

comment:1 Changed 7 years ago by jmoore

java.lang.Exception: Abnormal termination due to an uncaught exception.
java.lang.ArrayIndexOutOfBoundsException: 1 >= 1
	at java.util.Vector.elementAt(Vector.java:427)
	at javax.swing.JTabbedPane.getComponentAt(JTabbedPane.java:1203)
	at org.openmicroscopy.shoola.util.ui.ClosableTabbedPane.removeTabAt(ClosableTabbedPane.java:169)
	at org.openmicroscopy.shoola.util.ui.ClosableTabbedPane.remove(ClosableTabbedPane.java:160)
	at org.openmicroscopy.shoola.agents.imviewer.view.ImViewerUI.onRndLoaded(ImViewerUI.java:2648)
	at org.openmicroscopy.shoola.agents.imviewer.view.ImViewerComponent.buildView(ImViewerComponent.java:2881)
	at org.openmicroscopy.shoola.agents.imviewer.view.ImViewerComponent.setBirdEyeView(ImViewerComponent.java:3262)
	at org.openmicroscopy.shoola.agents.imviewer.BirdEyeLoader.handleResult(BirdEyeLoader.java:159)
	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.ArrayIndexOutOfBoundsException: 1 >= 1
	at java.util.Vector.elementAt(Vector.java:427)
	at javax.swing.JTabbedPane.getComponentAt(JTabbedPane.java:1203)
	at org.openmicroscopy.shoola.util.ui.ClosableTabbedPane.removeTabAt(ClosableTabbedPane.java:169)
	at org.openmicroscopy.shoola.util.ui.ClosableTabbedPane.remove(ClosableTabbedPane.java:160)
	at org.openmicroscopy.shoola.agents.imviewer.view.ImViewerUI.onRndLoaded(ImViewerUI.java:2648)
	at org.openmicroscopy.shoola.agents.imviewer.view.ImViewerComponent.buildView(ImViewerComponent.java:2881)
	at org.openmicroscopy.shoola.agents.imviewer.view.ImViewerComponent.setBirdEyeView(ImViewerComponent.java:3262)
	at org.openmicroscopy.shoola.agents.imviewer.BirdEyeLoader.handleResult(BirdEyeLoader.java:159)
	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"

	at org.openmicroscopy.shoola.env.ui.UserNotifierImpl.showErrorDialog(UserNotifierImpl.java:189)
	at org.openmicroscopy.shoola.env.ui.UserNotifierImpl.notifyError(UserNotifierImpl.java:287)
	at org.openmicroscopy.shoola.env.AbnormalExitHandler.doTermination(AbnormalExitHandler.java:146)
	at org.openmicroscopy.shoola.env.AbnormalExitHandler.terminate(AbnormalExitHandler.java:84)
	at org.openmicroscopy.shoola.env.AWTExceptionHanlder.handle(AWTExceptionHanlder.java:99)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at java.awt.EventDispatchThread.handleException(EventDispatchThread.java:412)
	at java.awt.EventDispatchThread.processException(EventDispatchThread.java:318)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:312)
	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)

comment:2 Changed 7 years ago by jburel

strange.. Should have been fixed see #10035

comment:3 Changed 7 years ago by jmoore

  • Resolution set to duplicate
  • Status changed from new to closed

My bad, Jean-Marie. This is certainly just a case of my branch being too old. (This happened on my local build).

Note: See TracTickets for help on using tickets. You may also have a look at Agilo extensions to the ticket.

1.3.13-PRO © 2008-2011 Agilo Software all rights reserved (this page was served in: 0.79461 sec.)

We're Hiring!