We're Hiring!

System failure logging into server omero.insight

Having a problem deploying OMERO? Please ask new questions at https://forum.image.sc/tags/omero
Please note:
Historical discussions about OMERO. Please look for and ask new questions at https://forum.image.sc/tags/omero

The OMERO.server installation documentation begins here and you can find OMERO.web deployment documentation here.

System failure logging into server omero.insight

Postby OscarAndre » Wed Jan 23, 2019 2:06 pm

Hi,

Im currently using Omero to store my images, and my institution have a server setup that I'm using. However, I am now unable to access the server through the Omero.Insight client (which I have been using previously without failure).

I can access the server and my images by a connection through both MATLAB and FIJI, as well as log in on my coworkers computer(windows) running the same version of the client (5.4.9). Im using the latest version of mac OS, and have been for quite some time without failure.

To try and solve the problem I've reinstalled the latest version of java as well as the client itself, but I get the same error popping up in the log file. Since I can connect to the server through alternative methods, there shouldn't be a problem on the server-side as far as Im concerned.

Everything seems to stem from the javax.net.ssl.SSLHandshakeException protocol error which is why I reinstalled java. But my expertise with computers doesn't extend further than this.

Can anyone help me? :)

Heres the log file.

Code: Select all
2019-01-23 13:49:55,377 INFO  [o.o.shoola.env.rnd.PixelsServicesFactory] (nitializer) Heap memory usage: max 954728448
2019-01-23 13:49:55,382 INFO  [         o.o.shoola.env.init.TaskBarInit] (nitializer) Loaded L&F: com.apple.laf.AquaLookAndFeel
2019-01-23 13:50:10,100 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.bmc.lu.se
User Name: ******** -- 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:802)
   at omero.client.createSession(client.java:723)
   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.bmc.lu.se
User Name: ******** -- 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:802)
   at omero.client.createSession(client.java:723)
   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"

2019-01-23 13:51:03,450 INFO  [o.o.shoola.env.rnd.PixelsServicesFactory] (nitializer) Heap memory usage: max 954728448
2019-01-23 13:51:03,454 INFO  [         o.o.shoola.env.init.TaskBarInit] (nitializer) Loaded L&F: com.apple.laf.AquaLookAndFeel
2019-01-23 13:51:06,980 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.bmc.lu.se
User Name: ******** -- 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:802)
   at omero.client.createSession(client.java:723)
   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.bmc.lu.se
User Name: ******** -- 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:802)
   at omero.client.createSession(client.java:723)
   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"

2019-01-23 14:35:34,438 INFO  [o.o.shoola.env.rnd.PixelsServicesFactory] (nitializer) Heap memory usage: max 954728448
2019-01-23 14:35:34,443 INFO  [         o.o.shoola.env.init.TaskBarInit] (nitializer) Loaded L&F: com.apple.laf.AquaLookAndFeel
2019-01-23 14:35:40,390 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.bmc.lu.se
User Name: ******** -- 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:802)
   at omero.client.createSession(client.java:723)
   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.bmc.lu.se
User Name: ******** -- 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:802)
   at omero.client.createSession(client.java:723)
   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"

2019-01-23 14:52:27,329 INFO  [o.o.shoola.env.rnd.PixelsServicesFactory] (nitializer) Heap memory usage: max 954728448
2019-01-23 14:52:27,335 INFO  [         o.o.shoola.env.init.TaskBarInit] (nitializer) Loaded L&F: com.apple.laf.AquaLookAndFeel
2019-01-23 14:52:29,646 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.bmc.lu.se
User Name: ******** -- 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:802)
   at omero.client.createSession(client.java:723)
   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.bmc.lu.se
User Name: ******** -- 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:802)
   at omero.client.createSession(client.java:723)
   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"

2019-01-23 14:52:48,157 INFO  [o.o.shoola.env.rnd.PixelsServicesFactory] (nitializer) Heap memory usage: max 954728448
2019-01-23 14:52:48,162 INFO  [         o.o.shoola.env.init.TaskBarInit] (nitializer) Loaded L&F: com.apple.laf.AquaLookAndFeel
2019-01-23 14:52:50,395 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.bmc.lu.se
User Name: ******** -- 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:802)
   at omero.client.createSession(client.java:723)
   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.bmc.lu.se
User Name: ******** -- 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:802)
   at omero.client.createSession(client.java:723)
   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"

2019-01-23 14:55:39,658 INFO  [o.o.shoola.env.rnd.PixelsServicesFactory] (nitializer) Heap memory usage: max 954728448
2019-01-23 14:55:39,662 INFO  [         o.o.shoola.env.init.TaskBarInit] (nitializer) Loaded L&F: com.apple.laf.AquaLookAndFeel
OscarAndre
 
Posts: 1
Joined: Fri Oct 19, 2018 12:38 pm

Re: System failure logging into server omero.insight

Postby mtbc » Wed Jan 23, 2019 3:30 pm

Hello. I'm afraid this looks very much like viewtopic.php?f=4&t=8662. The links there should explain a bit more and we're working on a fix. Sorry to hear you've run into it too!

Cheers,
Mark
User avatar
mtbc
Team Member
 
Posts: 282
Joined: Tue Oct 23, 2012 10:59 am
Location: Dundee, Scotland

Re: System failure logging into server omero.insight

Postby manics » Thu Jan 24, 2019 4:30 pm

We've just realised a new version of Insight which should fix this problem: https://www.openmicroscopy.org/2019/01/ ... -4-10.html
You can download the new Insight here: https://www.openmicroscopy.org/omero/downloads/
User avatar
manics
Team Member
 
Posts: 261
Joined: Mon Oct 08, 2012 11:01 am
Location: Dundee


Return to Installation and Deployment

Who is online

Users browsing this forum: Google [Bot] and 1 guest