ome / omero-insight

Gradle project containing insight java client for OMERO
https://www.openmicroscopy.org/omero/
GNU General Public License v2.0
7 stars 14 forks source link

Connection lost #430

Open dominikl opened 7 months ago

dominikl commented 7 months ago

There are still a lot of cases in which Insight apparently doesn't try to reconnect:

    at org.openmicroscopy.shoola.env.data.OMEROGateway.loadContainerHierarchy(OMEROGateway.java:1649)
    at org.openmicroscopy.shoola.env.data.OmeroDataServiceImpl.loadContainerHierarchy(OmeroDataServiceImpl.java:231)

QA 41476 QA 41477 QA 41485 QA 41487 QA 41500 QA 41528

    at org.openmicroscopy.shoola.env.data.OMEROGateway.importImageFile(OMEROGateway.java:5805)
    at org.openmicroscopy.shoola.env.data.OmeroImageServiceImpl.importFile(OmeroImageServiceImpl.java:1288)

QA 41488

dominikl commented 6 months ago

Both ways loadContainerHierarchy and importImageFile are already handled by the handleConnectionException method (which ultimately leads to the pop up of the reconnection dialog). I wonder if these QAs result from the reconnection attempt failing too.