Warning: Can't synchronize with repository "(default)" (/home/git/ome.git does not appear to be a Git repository.). Look in the Trac log for more information.
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 #10035 (closed)

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

BUG: Big images opening not working

Reported by: pwalczysko Owned by: jburel
Priority: blocker Milestone: OMERO-4.4.7
Component: Insight Version: n.a.
Keywords: n.a. Cc: ux@…, rleigh
Resources: n.a. Referenced By: n.a.
References: n.a. Remaining Time: 0.0d
Sprint: 2013-01-15 (4)

Description (last modified by pwalczysko)

Tried following - problems occurred when testing PR551 (but this bug is not connected to this PR, maybe just general problem with data transfer when on wi-fi or images too big ?:
It happens both on howe as well as gretzky, the exceptions are the same.

GRETZKY
Logged in on gretzky as petr.Expanded a dataset with big images.
Disconnected wi-fi
Unplugged the cable
"Network is down dialogue appears.
Plugged the cable in.
"Network is down" dialogue disappears.
Tried to open the big image.
Error appears (see below).
Insight closes.

Tried again, this time disconnected the cable before starting insight = working alll the time just on wi-fi.
Logged in as user-3.
Expanded project "testpyramid"
Expanded dataset "jpeg"
Opened image (small) in full viewer.
Went fine.
Opened another image (larger) in full viewer.
Went fine.
Opened another image (large-ish - 4kx4k.jpeg) in full viewer.
The same error as in the previous scenario appears (see below).

HOWE - this time no disconnections done - all the time on a cable connection !:
logged in as user-3.
Imported images from jpeg folder on squig/test_images_good, 2kx2k.jpeg, 4kx4k.jpeg, 8kx8k.jpeg and one small jpeg.
If opening the small jpeg or 2kx2k.jpeg, all works fine.
After opening 4.x4k.jpet in full viewer, the error appears, just as on gretzky (see below)

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)

Change History (8)

comment:1 Changed 11 years ago by pwalczysko

  • Description modified (diff)

comment:2 Changed 11 years ago by pwalczysko

  • Priority changed from major to blocker

comment:3 Changed 11 years ago by pwalczysko

  • Description modified (diff)
  • Summary changed from BUG: Big images opening when on wi-fi to BUG: Big images opening not working

comment:4 Changed 11 years ago by jburel

  • Sprint changed from 2012-12-18 (3) to 2013-01-15 (4)

Moved from sprint 2012-12-18 (3)

comment:5 Changed 11 years ago by jburel

  • Cc rleigh added

comment:6 Changed 11 years ago by jburel

  • Remaining Time set to 0
  • Resolution set to fixed
  • Status changed from new to closed

comment:7 Changed 11 years ago by jburel <j.burel@…>

(In [133fd6c84daccb78eebc01f39fc9d4fde1624be3/ome.git] on branch develop) No longer remove tabs if big images. (close #10035)

The split and projection tabs are no longer added by default.

comment:8 Changed 11 years ago by jean-marie burel <j.burel@…>

(In [2a655c6c64666e518a9c13456b62f3f1eeae2fa2/ome.git] on branch develop) Merge pull request #585 from jburel/rebased/develop/viewer-big

No longer remove tabs if big images. (close #10035) (rebased onto develop)

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.130041 sec.)

We're Hiring!