Søg på hele sitet
Viser resultater for tags 'osx'.
Fandt 1 resultat
-
Jeg har ladet mig fortælle at .199 firmwaren skulle være mere stabil end .220 på hw 6.1, så jeg har prøvet at nedgradere den dertil. Nu er jeg løbet ind i lidt java problemer. Jeg kører med den nyeste java 8 på min mac. Openhab vil ikke connecte til min controller. Jeg tænker at OS ikke rigtigt afgør hvis der er noget der skal rettes, så håber på der er nogen herinde, der muligvis har noget erfaring med hvad jeg skal rette til, eller hvilken version java i kører med? Nuværende java 8.0.152 IHC hw 6.1 fw .199 OSX 10.12.6 Og her er debug fra min log 07:11:07.560 [INFO ] [nhab.binding.ihc.internal.IhcBinding] - Connecting to IHC / ELKO LS controller [IP='*******' Username='*******' Password='******']. 07:11:07.587 [WARN ] [nhab.binding.ihc.internal.IhcBinding] - Can't open connection to controller org.openhab.binding.ihc.ws.IhcExecption: javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake at org.openhab.binding.ihc.ws.IhcHttpsClient.sendQuery(IhcHttpsClient.java:103)[181:org.openhab.binding.ihc:1.10.0] at org.openhab.binding.ihc.ws.IhcAuthenticationService.authenticate(IhcAuthenticationService.java:54)[181:org.openhab.binding.ihc:1.10.0] at org.openhab.binding.ihc.ws.IhcClient.openConnection(IhcClient.java:195)[181:org.openhab.binding.ihc:1.10.0] at org.openhab.binding.ihc.internal.IhcBinding.connect(IhcBinding.java:160)[181:org.openhab.binding.ihc:1.10.0] at org.openhab.binding.ihc.internal.IhcBinding.execute(IhcBinding.java:198)[181:org.openhab.binding.ihc:1.10.0] at org.openhab.core.binding.AbstractActiveBinding$BindingActiveService.execute(AbstractActiveBinding.java:157)[182:org.openhab.core.compat1x:2.1.0] at org.openhab.core.service.AbstractActiveService$RefreshThread.run(AbstractActiveService.java:169)[182:org.openhab.core.compat1x:2.1.0] Caused by: javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1002)[:1.8.0_152] at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1385)[:1.8.0_152] at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1413)[:1.8.0_152] at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1397)[:1.8.0_152] at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:394)[181:org.openhab.binding.ihc:1.10.0] at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:353)[181:org.openhab.binding.ihc:1.10.0] at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134)[181:org.openhab.binding.ihc:1.10.0] at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353)[181:org.openhab.binding.ihc:1.10.0] at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380)[181:org.openhab.binding.ihc:1.10.0] at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)[181:org.openhab.binding.ihc:1.10.0] at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)[181:org.openhab.binding.ihc:1.10.0] at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)[181:org.openhab.binding.ihc:1.10.0] at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)[181:org.openhab.binding.ihc:1.10.0] at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)[181:org.openhab.binding.ihc:1.10.0] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)[181:org.openhab.binding.ihc:1.10.0] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)[181:org.openhab.binding.ihc:1.10.0] at org.openhab.binding.ihc.ws.IhcHttpsClient.sendQ(IhcHttpsClient.java:119)[181:org.openhab.binding.ihc:1.10.0] at org.openhab.binding.ihc.ws.IhcHttpsClient.sendQuery(IhcHttpsClient.java:87)[181:org.openhab.binding.ihc:1.10.0] ... 6 more Caused by: java.io.EOFException: SSL peer shut down incorrectly at sun.security.ssl.InputRecord.read(InputRecord.java:505)[:1.8.0_152] at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:983)[:1.8.0_152] ... 23 more