[ome-devel] Issues connecting to OMERO

Julio MATEOS_LANGERAK julio.mateos-langerak at igh.cnrs.fr
Wed Jun 19 08:12:39 BST 2019


Hi,


So here is what I found.


On windows everything seems to be as you expect. Indeed the error is shown with a combination of java 1.8.0_191-b12 and an older version of insight 5.4.0. With last versions of java (1.8.0_201-b09) and insight (5.4.10) things are working.


However, on my linux machine things are different. That was actually my mistake to continue tracking the problem only on my linux system. Anyway: my current settup is:

- Fedora 30 (fedora 29 gave same issues)

- Java version is the last one proposed by fedoras package manager.

openjdk version "1.8.0_212"
OpenJDK Runtime Environment (build 1.8.0_212-b04)
OpenJDK 64-Bit Server VM (build 25.212-b04, mixed mode)
- Insight 5.4.10-ice36-b105-linux

When I try to login, same error (pasted below. Could you try to reproduce on linux. Could it be that the error is due to the openJDK?

Julio

Error here:
2019-06-19 09:08:48,925 INFO  [o.o.shoola.env.rnd.PixelsServicesFactory] (nitializer) Heap memory usage: max 911736832
2019-06-19 09:08:48,928 INFO  [         o.o.shoola.env.init.TaskBarInit] (nitializer) Loaded L&F: javax.swing.plaf.metal.MetalLookAndFeel
2019-06-19 09:08:54,738 DEBUG [   o.o.s.env.data.login.LoginServiceImpl] (nitializer) Failed to log onto OMERO.
Reason: javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)
OMERO address: omero.mri.cnrs.fr
User Name: mateos -- Password: ********
Ice.SecurityException
    reason = "IceSSL: handshake error"
    at IceInternal.AsyncResultI.__wait(AsyncResultI.java:276)
    at Ice.ObjectPrxHelperBase.end_ice_isA(ObjectPrxHelperBase.java:310)
    at Ice.ObjectPrxHelperBase.ice_isA(ObjectPrxHelperBase.java:92)
    at Ice.ObjectPrxHelperBase.ice_isA(ObjectPrxHelperBase.java:69)
    at Ice.ObjectPrxHelperBase.checkedCastImpl(ObjectPrxHelperBase.java:2810)
    at Ice.ObjectPrxHelperBase.checkedCastImpl(ObjectPrxHelperBase.java:2770)
    at Glacier2.RouterPrxHelper.checkedCast(RouterPrxHelper.java:1787)
    at omero.client.getRouter(client.java:826)
    at omero.client.createSession(client.java:747)
    at omero.gateway.Gateway.createSession(Gateway.java:1054)
    at omero.gateway.Gateway.connect(Gateway.java:259)
    at org.openmicroscopy.shoola.env.data.OMEROGateway.connect(OMEROGateway.java:1448)
    at org.openmicroscopy.shoola.env.data.DataServicesFactory.connect(DataServicesFactory.java:564)
    at org.openmicroscopy.shoola.env.data.login.LoginServiceImpl.attempt(LoginServiceImpl.java:144)
    at org.openmicroscopy.shoola.env.data.login.LoginServiceImpl.login(LoginServiceImpl.java:277)
    at org.openmicroscopy.shoola.env.data.login.LoginManager.login(LoginManager.java:98)
    at org.openmicroscopy.shoola.env.init.SplashScreenInit.onEnd(SplashScreenInit.java:163)
    at org.openmicroscopy.shoola.env.init.Initializer.notifyEnd(Initializer.java:189)
    at org.openmicroscopy.shoola.env.Container.runStartupProcedure(Container.java:125)
    at org.openmicroscopy.shoola.env.Container.access$000(Container.java:74)
    at org.openmicroscopy.shoola.env.Container$1.run(Container.java:170)
    at java.lang.Thread.run(Thread.java:748)
Caused by: javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)
    at sun.security.ssl.Handshaker.activate(Handshaker.java:509)
    at sun.security.ssl.SSLEngineImpl.kickstartHandshake(SSLEngineImpl.java:714)
    at sun.security.ssl.SSLEngineImpl.beginHandshake(SSLEngineImpl.java:741)
    at IceSSL.SSLEngine.createSSLEngine(SSLEngine.java:856)
    at IceSSL.Instance.createSSLEngine(Instance.java:42)
    at IceSSL.ConnectorI.connect(ConnectorI.java:30)
    at IceInternal.OutgoingConnectionFactory$ConnectCallback.nextConnector(OutgoingConnectionFactory.java:1101)
    at IceInternal.OutgoingConnectionFactory$ConnectCallback.access$100(OutgoingConnectionFactory.java:868)
    at IceInternal.OutgoingConnectionFactory.getConnection(OutgoingConnectionFactory.java:569)
    at IceInternal.OutgoingConnectionFactory.access$800(OutgoingConnectionFactory.java:14)
    at IceInternal.OutgoingConnectionFactory$ConnectCallback.getConnection(OutgoingConnectionFactory.java:1048)
    at IceInternal.OutgoingConnectionFactory$ConnectCallback.connectors(OutgoingConnectionFactory.java:932)
    at IceInternal.EndpointHostResolver$1.run(EndpointHostResolver.java:103)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    ... 1 more
Failed to log onto OMERO.
Reason: javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)
OMERO address: omero.mri.cnrs.fr
User Name: mateos -- Password: ********
Ice.SecurityException
    reason = "IceSSL: handshake error"
    at IceInternal.AsyncResultI.__wait(AsyncResultI.java:276)
    at Ice.ObjectPrxHelperBase.end_ice_isA(ObjectPrxHelperBase.java:310)
    at Ice.ObjectPrxHelperBase.ice_isA(ObjectPrxHelperBase.java:92)
    at Ice.ObjectPrxHelperBase.ice_isA(ObjectPrxHelperBase.java:69)
    at Ice.ObjectPrxHelperBase.checkedCastImpl(ObjectPrxHelperBase.java:2810)
    at Ice.ObjectPrxHelperBase.checkedCastImpl(ObjectPrxHelperBase.java:2770)
    at Glacier2.RouterPrxHelper.checkedCast(RouterPrxHelper.java:1787)
    at omero.client.getRouter(client.java:826)
    at omero.client.createSession(client.java:747)
    at omero.gateway.Gateway.createSession(Gateway.java:1054)
    at omero.gateway.Gateway.connect(Gateway.java:259)
    at org.openmicroscopy.shoola.env.data.OMEROGateway.connect(OMEROGateway.java:1448)
    at org.openmicroscopy.shoola.env.data.DataServicesFactory.connect(DataServicesFactory.java:564)
    at org.openmicroscopy.shoola.env.data.login.LoginServiceImpl.attempt(LoginServiceImpl.java:144)
    at org.openmicroscopy.shoola.env.data.login.LoginServiceImpl.login(LoginServiceImpl.java:277)
    at org.openmicroscopy.shoola.env.data.login.LoginManager.login(LoginManager.java:98)
    at org.openmicroscopy.shoola.env.init.SplashScreenInit.onEnd(SplashScreenInit.java:163)
    at org.openmicroscopy.shoola.env.init.Initializer.notifyEnd(Initializer.java:189)
    at org.openmicroscopy.shoola.env.Container.runStartupProcedure(Container.java:125)
    at org.openmicroscopy.shoola.env.Container.access$000(Container.java:74)
    at org.openmicroscopy.shoola.env.Container$1.run(Container.java:170)
    at java.lang.Thread.run(Thread.java:748)
Caused by: javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)
    at sun.security.ssl.Handshaker.activate(Handshaker.java:509)
    at sun.security.ssl.SSLEngineImpl.kickstartHandshake(SSLEngineImpl.java:714)
    at sun.security.ssl.SSLEngineImpl.beginHandshake(SSLEngineImpl.java:741)
    at IceSSL.SSLEngine.createSSLEngine(SSLEngine.java:856)
    at IceSSL.Instance.createSSLEngine(Instance.java:42)
    at IceSSL.ConnectorI.connect(ConnectorI.java:30)
    at IceInternal.OutgoingConnectionFactory$ConnectCallback.nextConnector(OutgoingConnectionFactory.java:1101)
    at IceInternal.OutgoingConnectionFactory$ConnectCallback.access$100(OutgoingConnectionFactory.java:868)
    at IceInternal.OutgoingConnectionFactory.getConnection(OutgoingConnectionFactory.java:569)
    at IceInternal.OutgoingConnectionFactory.access$800(OutgoingConnectionFactory.java:14)
    at IceInternal.OutgoingConnectionFactory$ConnectCallback.getConnection(OutgoingConnectionFactory.java:1048)
    at IceInternal.OutgoingConnectionFactory$ConnectCallback.connectors(OutgoingConnectionFactory.java:932)
    at IceInternal.EndpointHostResolver$1.run(EndpointHostResolver.java:103)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    ... 1 more
Exception in thread "Initializer"




________________________________
From: ome-devel <ome-devel-bounces at lists.openmicroscopy.org.uk> on behalf of Jean-Marie Burel (Staff) <j.burel at dundee.ac.uk>
Sent: Wednesday, June 5, 2019 10:19:22 AM
To: OME External Developer List
Subject: Re: [ome-devel] Issues connecting to OMERO

Hi Julio

Thanks for the information and for tracking down the difference.

Cheers

Jmarie



From: ome-devel <ome-devel-bounces at lists.openmicroscopy.org.uk<mailto:ome-devel-bounces at lists.openmicroscopy.org.uk>> on behalf of Julio MATEOS_LANGERAK <julio.mateos-langerak at igh.cnrs.fr<mailto:julio.mateos-langerak at igh.cnrs.fr>>
Reply-To: OME External Developer List <ome-devel at lists.openmicroscopy.org.uk<mailto:ome-devel at lists.openmicroscopy.org.uk>>
Date: Tuesday, 4 June 2019 at 11:31
To: OME External Developer List <ome-devel at lists.openmicroscopy.org.uk<mailto:ome-devel at lists.openmicroscopy.org.uk>>
Subject: Re: [ome-devel] Issues connecting to OMERO


Hi,


Nope. I'm doing the testing on my linux workstation (Fedora) on a freshly downloaded version of insight. THis machine never had installed smuggler...


We are having some windows workstation which work. I will try to track down what could be the difference:


Thanks, Julio


__________________________________________
Julio Mateos Langerak, PhD.
Montpellier RIO Imaging
Institut de Génétique Humaine-CNRS
141, rue de la Cardonille
F-34396 Montpellier (France)
e-mail: Julio.Mateos-Langerak at igh.cnrs.fr<mailto:Julio.Mateos-Langerak at igh.cnrs.fr>
phone: +33.4.34.35.99.90
fax: +33.4.34.35.99.01
URL: http://www.mri.cnrs.fr/
__________________________________________

________________________________
From: ome-devel <ome-devel-bounces at lists.openmicroscopy.org.uk<mailto:ome-devel-bounces at lists.openmicroscopy.org.uk>> on behalf of Jean-Marie Burel (Staff) <j.burel at dundee.ac.uk<mailto:j.burel at dundee.ac.uk>>
Sent: Monday, June 3, 2019 4:41:15 PM
To: OME External Developer List
Subject: Re: [ome-devel] Issues connecting to OMERO

Hi Julio

Are you using a “vanilla” insight or your customised version of 5.4.10?
We are struggling to reproduce your issue.

Thanks

Jmarie

From: ome-devel <ome-devel-bounces at lists.openmicroscopy.org.uk<mailto:ome-devel-bounces at lists.openmicroscopy.org.uk>> on behalf of Julio MATEOS_LANGERAK <julio.mateos-langerak at igh.cnrs.fr<mailto:julio.mateos-langerak at igh.cnrs.fr>>
Reply-To: OME External Developer List <ome-devel at lists.openmicroscopy.org.uk<mailto:ome-devel at lists.openmicroscopy.org.uk>>
Date: Friday, 31 May 2019 at 09:32
To: OME External Developer List <ome-devel at lists.openmicroscopy.org.uk<mailto:ome-devel at lists.openmicroscopy.org.uk>>
Subject: Re: [ome-devel] Issues connecting to OMERO

Hi,

My current Java version is:
openjdk version "1.8.0_181"
OpenJDK Runtime Environment (build 1.8.0_181-b15)
OpenJDK 64-Bit Server VM (build 25.181-b15, mixed mode)

I actually downgraded after thinking thsi was the issue. I upgraded to version:
openjdk version "1.8.0_212"
OpenJDK Runtime Environment (build 1.8.0_212-b04)
OpenJDK 64-Bit Server VM (build 25.212-b04, mixed mode)

and still cannot connect using insight 5.4.10. I'm trying to connect either to our server (5.4.0) as well as to the demo server (5.4.9 I believe).

I could not upload the log file but here you have a link to get it.

https://mycore.core-cloud.net/index.php/s/zONJTTtWhpBMemR
[https://mycore.core-cloud.net/core/img/favicon-fb.png]<https://mycore.core-cloud.net/index.php/s/zONJTTtWhpBMemR>
Service My CoRe - My CoRe, partage et nomadisme<https://mycore.core-cloud.net/index.php/s/zONJTTtWhpBMemR>
omeroinsight.log est partagé publiquement
mycore.core-cloud.net


Hope this helps...

Thanks, Julio



__________________________________________
Julio Mateos Langerak, PhD.
Montpellier RIO Imaging
Institut de Génétique Humaine-CNRS
141, rue de la Cardonille
F-34396 Montpellier (France)
e-mail: Julio.Mateos-Langerak at igh.cnrs.fr<mailto:Julio.Mateos-Langerak at igh.cnrs.fr>
phone: +33.4.34.35.99.90
fax: +33.4.34.35.99.01
URL: http://www.mri.cnrs.fr/
__________________________________________

________________________________
From: ome-devel <ome-devel-bounces at lists.openmicroscopy.org.uk<mailto:ome-devel-bounces at lists.openmicroscopy.org.uk>> on behalf of Dominik Lindner (Staff) <d.lindner at dundee.ac.uk<mailto:d.lindner at dundee.ac.uk>>
Sent: Thursday, May 23, 2019 11:29 AM
To: OME External Developer List
Subject: Re: [ome-devel] Issues connecting to OMERO

Hi Julio,

the SSLHandshakeException is something we saw with Insight 5.4.9 (or older)
and the current Java 1.8 version. But this has been fixed in 5.4.10. It was actually
the main reason for this release. So 5.4.10 should be working with all recent Java
versions.
Which Java is installed on the machines with the problems (output of 'java -version' command)?
It might be useful to get the Insight log file too. On Linux it's in the '~/omero/log' directory.
If you could upload that via https://www.openmicroscopy.org/qa2/qa/upload/ , that'd be great.

Kind Regards,
Dominik

On 22 May 2019, at 08:32, Julio MATEOS_LANGERAK <julio.mateos-langerak at igh.cnrs.fr<mailto:julio.mateos-langerak at igh.cnrs.fr>> wrote:

Hi,

With insight 5.4.10 I get no love either...

2019-05-22 09:27:42,771 INFO  [o.o.shoola.env.rnd.PixelsServicesFactory] (nitializer) Heap memory usage: max 911736832
2019-05-22 09:27:42,774 INFO  [         o.o.shoola.env.init.TaskBarInit] (nitializer) Loaded L&F: javax.swing.plaf.metal.MetalLookAndFeel
2019-05-22 09:28:23,893 DEBUG [   o.o.s.env.data.login.LoginServiceImpl] (nitializer) Failed to log onto OMERO.
Reason: javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)
OMERO address: demo.openmicroscopy.org<http://demo.openmicroscopy.org/>
User Name: jmateos -- Password: **********
Ice.SecurityException
    reason = "IceSSL: handshake error"
at IceInternal.AsyncResultI.__wait(AsyncResultI.java:276)
at Ice.ObjectPrxHelperBase.end_ice_isA(ObjectPrxHelperBase.java:310)
at Ice.ObjectPrxHelperBase.ice_isA(ObjectPrxHelperBase.java:92)
at Ice.ObjectPrxHelperBase.ice_isA(ObjectPrxHelperBase.java:69)
at Ice.ObjectPrxHelperBase.checkedCastImpl(ObjectPrxHelperBase.java:2810)
at Ice.ObjectPrxHelperBase.checkedCastImpl(ObjectPrxHelperBase.java:2770)
at Glacier2.RouterPrxHelper.checkedCast(RouterPrxHelper.java:1787)
at omero.client.getRouter(client.java:826)
at omero.client.createSession(client.java:747)
at omero.gateway.Gateway.createSession(Gateway.java:1054)
at omero.gateway.Gateway.connect(Gateway.java:259)
at org.openmicroscopy.shoola.env.data.OMEROGateway.connect(OMEROGateway.java:1448)
at org.openmicroscopy.shoola.env.data.DataServicesFactory.connect(DataServicesFactory.java:564)
at org.openmicroscopy.shoola.env.data.login.LoginServiceImpl.attempt(LoginServiceImpl.java:144)
at org.openmicroscopy.shoola.env.data.login.LoginServiceImpl.login(LoginServiceImpl.java:277)
at org.openmicroscopy.shoola.env.data.login.LoginManager.login(LoginManager.java:98)
at org.openmicroscopy.shoola.env.init.SplashScreenInit.onEnd(SplashScreenInit.java:163)
at org.openmicroscopy.shoola.env.init.Initializer.notifyEnd(Initializer.java:189)
at org.openmicroscopy.shoola.env.Container.runStartupProcedure(Container.java:125)
at org.openmicroscopy.shoola.env.Container.access$000(Container.java:74)
at org.openmicroscopy.shoola.env.Container$1.run(Container.java:170)
at java.lang.Thread.run(Thread.java:748)
Caused by: javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)
at sun.security.ssl.Handshaker.activate(Handshaker.java:529)
at sun.security.ssl.SSLEngineImpl.kickstartHandshake(SSLEngineImpl.java:729)
at sun.security.ssl.SSLEngineImpl.beginHandshake(SSLEngineImpl.java:756)
at IceSSL.SSLEngine.createSSLEngine(SSLEngine.java:856)
at IceSSL.Instance.createSSLEngine(Instance.java:42)
at IceSSL.ConnectorI.connect(ConnectorI.java:30)
at IceInternal.OutgoingConnectionFactory$ConnectCallback.nextConnector(OutgoingConnectionFactory.java:1101)
at IceInternal.OutgoingConnectionFactory$ConnectCallback.access$100(OutgoingConnectionFactory.java:868)
at IceInternal.OutgoingConnectionFactory.getConnection(OutgoingConnectionFactory.java:569)
at IceInternal.OutgoingConnectionFactory.access$800(OutgoingConnectionFactory.java:14)
at IceInternal.OutgoingConnectionFactory$ConnectCallback.getConnection(OutgoingConnectionFactory.java:1048)
at IceInternal.OutgoingConnectionFactory$ConnectCallback.connectors(OutgoingConnectionFactory.java:932)
at IceInternal.EndpointHostResolver$1.run(EndpointHostResolver.java:103)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
... 1 more
Failed to log onto OMERO.
Reason: javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)
OMERO address: demo.openmicroscopy.org<http://demo.openmicroscopy.org/>
User Name: jmateos -- Password: **********
Ice.SecurityException
    reason = "IceSSL: handshake error"
at IceInternal.AsyncResultI.__wait(AsyncResultI.java:276)
at Ice.ObjectPrxHelperBase.end_ice_isA(ObjectPrxHelperBase.java:310)
at Ice.ObjectPrxHelperBase.ice_isA(ObjectPrxHelperBase.java:92)
at Ice.ObjectPrxHelperBase.ice_isA(ObjectPrxHelperBase.java:69)
at Ice.ObjectPrxHelperBase.checkedCastImpl(ObjectPrxHelperBase.java:2810)
at Ice.ObjectPrxHelperBase.checkedCastImpl(ObjectPrxHelperBase.java:2770)
at Glacier2.RouterPrxHelper.checkedCast(RouterPrxHelper.java:1787)
at omero.client.getRouter(client.java:826)
at omero.client.createSession(client.java:747)
at omero.gateway.Gateway.createSession(Gateway.java:1054)
at omero.gateway.Gateway.connect(Gateway.java:259)
at org.openmicroscopy.shoola.env.data.OMEROGateway.connect(OMEROGateway.java:1448)
at org.openmicroscopy.shoola.env.data.DataServicesFactory.connect(DataServicesFactory.java:564)
at org.openmicroscopy.shoola.env.data.login.LoginServiceImpl.attempt(LoginServiceImpl.java:144)
at org.openmicroscopy.shoola.env.data.login.LoginServiceImpl.login(LoginServiceImpl.java:277)
at org.openmicroscopy.shoola.env.data.login.LoginManager.login(LoginManager.java:98)
at org.openmicroscopy.shoola.env.init.SplashScreenInit.onEnd(SplashScreenInit.java:163)
at org.openmicroscopy.shoola.env.init.Initializer.notifyEnd(Initializer.java:189)
at org.openmicroscopy.shoola.env.Container.runStartupProcedure(Container.java:125)
at org.openmicroscopy.shoola.env.Container.access$000(Container.java:74)
at org.openmicroscopy.shoola.env.Container$1.run(Container.java:170)
at java.lang.Thread.run(Thread.java:748)
Caused by: javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)
at sun.security.ssl.Handshaker.activate(Handshaker.java:529)
at sun.security.ssl.SSLEngineImpl.kickstartHandshake(SSLEngineImpl.java:729)
at sun.security.ssl.SSLEngineImpl.beginHandshake(SSLEngineImpl.java:756)
at IceSSL.SSLEngine.createSSLEngine(SSLEngine.java:856)
at IceSSL.Instance.createSSLEngine(Instance.java:42)
at IceSSL.ConnectorI.connect(ConnectorI.java:30)
at IceInternal.OutgoingConnectionFactory$ConnectCallback.nextConnector(OutgoingConnectionFactory.java:1101)
at IceInternal.OutgoingConnectionFactory$ConnectCallback.access$100(OutgoingConnectionFactory.java:868)
at IceInternal.OutgoingConnectionFactory.getConnection(OutgoingConnectionFactory.java:569)
at IceInternal.OutgoingConnectionFactory.access$800(OutgoingConnectionFactory.java:14)
at IceInternal.OutgoingConnectionFactory$ConnectCallback.getConnection(OutgoingConnectionFactory.java:1048)
at IceInternal.OutgoingConnectionFactory$ConnectCallback.connectors(OutgoingConnectionFactory.java:932)
at IceInternal.EndpointHostResolver$1.run(EndpointHostResolver.java:103)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
... 1 more
Exception in thread "Initializer"


__________________________________________
Julio Mateos Langerak, PhD.
Montpellier RIO Imaging
Institut de Génétique Humaine-CNRS
141, rue de la Cardonille
F-34396 Montpellier (France)
e-mail: Julio.Mateos-Langerak at igh.cnrs.fr<mailto:Julio.Mateos-Langerak at igh.cnrs.fr>
phone: +33.4.34.35.99.90
fax: +33.4.34.35.99.01
URL: http://www.mri.cnrs.fr/
__________________________________________

________________________________
From: ome-devel <ome-devel-bounces at lists.openmicroscopy.org.uk<mailto:ome-devel-bounces at lists.openmicroscopy.org.uk>> on behalf of Mark Carroll (Staff) <m.t.b.carroll at dundee.ac.uk<mailto:m.t.b.carroll at dundee.ac.uk>>
Sent: Tuesday, May 21, 2019 1:25 PM
To: OME External Developer List
Subject: Re: [ome-devel] Issues connecting to OMERO

On 5/21/19 12:17 PM, Julio MATEOS_LANGERAK wrote:

> In some (but not all) of our computers (windows as well as linux OSs) we
> are having issues connecting to the database using insight. Web client
> is working fine

Sorry to hear of your troubles! You should find that upgrading to
Insight 5.4.10 fixes the connection issue.

-- Mark

The University of Dundee is a registered Scottish Charity, No: SC015096
_______________________________________________
ome-devel mailing list
ome-devel at lists.openmicroscopy.org.uk<mailto:ome-devel at lists.openmicroscopy.org.uk>
https://lists.openmicroscopy.org.uk/mailman/listinfo/ome-devel
_______________________________________________
ome-devel mailing list
ome-devel at lists.openmicroscopy.org.uk<mailto:ome-devel at lists.openmicroscopy.org.uk>
https://lists.openmicroscopy.org.uk/mailman/listinfo/ome-devel


The University of Dundee is a registered Scottish Charity, No: SC015096

The University of Dundee is a registered Scottish Charity, No: SC015096

The University of Dundee is a registered Scottish Charity, No: SC015096
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openmicroscopy.org.uk/pipermail/ome-devel/attachments/20190619/6952cd4c/attachment.html>


More information about the ome-devel mailing list