Advertisement
empfangsfehler

error-messages

Jun 8th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.01 KB | None | 0 0
  1. [2018-06-08T10:24:05,641][ERROR][c.f.s.a.BackendRegistry ] Not yet initialized (you may need to run sgadmin)
  2. [2018-06-08T10:24:05,992][ERROR][c.f.s.s.t.SearchGuardSSLNettyTransport] [scvelastic01.pankl.local] SSL Problem General SSLEngine problem
  3. javax.net.ssl.SSLHandshakeException: General SSLEngine problem
  4. at sun.security.ssl.Handshaker.checkThrown(Handshaker.java:1529) ~[?:?]
  5. at sun.security.ssl.SSLEngineImpl.checkTaskThrown(SSLEngineImpl.java:535) ~[?:?]
  6. at sun.security.ssl.SSLEngineImpl.readNetRecord(SSLEngineImpl.java:813) ~[?:?]
  7. at sun.security.ssl.SSLEngineImpl.unwrap(SSLEngineImpl.java:781) ~[?:?]
  8. at javax.net.ssl.SSLEngine.unwrap(SSLEngine.java:624) ~[?:1.8.0_171]
  9. at io.netty.handler.ssl.SslHandler$SslEngineType$3.unwrap(SslHandler.java:281) ~[netty-handler-4.1.16.Final.jar:4.1.16.Final]
  10. at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1215) ~[netty-handler-4.1.16.Final.jar:4.1.16.Final]
  11. at io.netty.handler.ssl.SslHandler.decodeJdkCompatible(SslHandler.java:1127) ~[netty-handler-4.1.16.Final.jar:4.1.16.Final]
  12. at io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1162) ~[netty-handler-4.1.16.Final.jar:4.1.16.Final]
  13. at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:489) ~[netty-codec-4.1.16.Final.jar:4.1.16.Final]
  14. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:428) ~[netty-codec-4.1.16.Final.jar:4.1.16.Final]
  15. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:265) ~[netty-codec-4.1.16.Final.jar:4.1.16.Final]
  16. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
  17. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
  18. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
  19. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1359) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
  20. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
  21. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
  22. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:935) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
  23. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:134) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
  24. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:645) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
  25. at io.netty.channel.nio.NioEventLoop.processSelectedKeysPlain(NioEventLoop.java:545) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
  26. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:499) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
  27. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:459) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
  28. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [netty-common-4.1.16.Final.jar:4.1.16.Final]
  29. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  30. Caused by: javax.net.ssl.SSLHandshakeException: General SSLEngine problem
  31. at sun.security.ssl.Alerts.getSSLException(Alerts.java:192) ~[?:?]
  32. at sun.security.ssl.SSLEngineImpl.fatal(SSLEngineImpl.java:1728) ~[?:?]
  33. at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:330) ~[?:?]
  34. at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:322) ~[?:?]
  35. at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1614) ~[?:?]
  36. at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:216) ~[?:?]
  37. at sun.security.ssl.Handshaker.processLoop(Handshaker.java:1052) ~[?:?]
  38. at sun.security.ssl.Handshaker$1.run(Handshaker.java:992) ~[?:?]
  39. at sun.security.ssl.Handshaker$1.run(Handshaker.java:989) ~[?:?]
  40. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_171]
  41. at sun.security.ssl.Handshaker$DelegatedTask.run(Handshaker.java:1467) ~[?:?]
  42. at io.netty.handler.ssl.SslHandler.runDelegatedTasks(SslHandler.java:1364) ~[?:?]
  43. at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1272) ~[?:?]
  44. ... 19 more
  45. Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  46. at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:397) ~[?:?]
  47. at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:302) ~[?:?]
  48. at sun.security.validator.Validator.validate(Validator.java:260) ~[?:?]
  49. at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:324) ~[?:?]
  50. at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:281) ~[?:?]
  51. at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:136) ~[?:?]
  52. at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1601) ~[?:?]
  53. at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:216) ~[?:?]
  54. at sun.security.ssl.Handshaker.processLoop(Handshaker.java:1052) ~[?:?]
  55. at sun.security.ssl.Handshaker$1.run(Handshaker.java:992) ~[?:?]
  56. at sun.security.ssl.Handshaker$1.run(Handshaker.java:989) ~[?:?]
  57. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_171]
  58. at sun.security.ssl.Handshaker$DelegatedTask.run(Handshaker.java:1467) ~[?:?]
  59. at io.netty.handler.ssl.SslHandler.runDelegatedTasks(SslHandler.java:1364) ~[?:?]
  60. at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1272) ~[?:?]
  61. ... 19 more
  62. Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  63. at sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBuilder.java:141) ~[?:?]
  64. at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:126) ~[?:?]
  65. at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:280) ~[?:1.8.0_171]
  66. at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:392) ~[?:?]
  67. at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:302) ~[?:?]
  68. at sun.security.validator.Validator.validate(Validator.java:260) ~[?:?]
  69. at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:324) ~[?:?]
  70. at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:281) ~[?:?]
  71. at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:136) ~[?:?]
  72. at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1601) ~[?:?]
  73. at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:216) ~[?:?]
  74. at sun.security.ssl.Handshaker.processLoop(Handshaker.java:1052) ~[?:?]
  75. at sun.security.ssl.Handshaker$1.run(Handshaker.java:992) ~[?:?]
  76. at sun.security.ssl.Handshaker$1.run(Handshaker.java:989) ~[?:?]
  77. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_171]
  78. at sun.security.ssl.Handshaker$DelegatedTask.run(Handshaker.java:1467) ~[?:?]
  79. at io.netty.handler.ssl.SslHandler.runDelegatedTasks(SslHandler.java:1364) ~[?:?]
  80. at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1272) ~[?:?]
  81. ... 19 more
  82. [2018-06-08T10:24:05,991][ERROR][c.f.s.s.t.SearchGuardSSLNettyTransport] [scvelastic01.pankl.local] SSL Problem General SSLEngine problem
  83. javax.net.ssl.SSLHandshakeException: General SSLEngine problem
  84. at sun.security.ssl.Handshaker.checkThrown(Handshaker.java:1529) ~[?:?]
  85. at sun.security.ssl.SSLEngineImpl.checkTaskThrown(SSLEngineImpl.java:535) ~[?:?]
  86. at sun.security.ssl.SSLEngineImpl.readNetRecord(SSLEngineImpl.java:813) ~[?:?]
  87. at sun.security.ssl.SSLEngineImpl.unwrap(SSLEngineImpl.java:781) ~[?:?]
  88. at javax.net.ssl.SSLEngine.unwrap(SSLEngine.java:624) ~[?:1.8.0_171]
  89. at io.netty.handler.ssl.SslHandler$SslEngineType$3.unwrap(SslHandler.java:281) ~[netty-handler-4.1.16.Final.jar:4.1.16.Final]
  90. at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1215) ~[netty-handler-4.1.16.Final.jar:4.1.16.Final]
  91. at io.netty.handler.ssl.SslHandler.decodeJdkCompatible(SslHandler.java:1127) ~[netty-handler-4.1.16.Final.jar:4.1.16.Final]
  92. at io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1162) ~[netty-handler-4.1.16.Final.jar:4.1.16.Final]
  93. at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:489) ~[netty-codec-4.1.16.Final.jar:4.1.16.Final]
  94. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:428) ~[netty-codec-4.1.16.Final.jar:4.1.16.Final]
  95. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:265) ~[netty-codec-4.1.16.Final.jar:4.1.16.Final]
  96. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
  97. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
  98. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
  99. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1359) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
  100. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
  101. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
  102. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:935) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
  103. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:134) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
  104. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:645) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
  105. at io.netty.channel.nio.NioEventLoop.processSelectedKeysPlain(NioEventLoop.java:545) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
  106. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:499) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
  107. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:459) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
  108. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [netty-common-4.1.16.Final.jar:4.1.16.Final]
  109. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  110. Caused by: javax.net.ssl.SSLHandshakeException: General SSLEngine problem
  111. at sun.security.ssl.Alerts.getSSLException(Alerts.java:192) ~[?:?]
  112. at sun.security.ssl.SSLEngineImpl.fatal(SSLEngineImpl.java:1728) ~[?:?]
  113. at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:330) ~[?:?]
  114. at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:322) ~[?:?]
  115. at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1614) ~[?:?]
  116. at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:216) ~[?:?]
  117. at sun.security.ssl.Handshaker.processLoop(Handshaker.java:1052) ~[?:?]
  118. at sun.security.ssl.Handshaker$1.run(Handshaker.java:992) ~[?:?]
  119. at sun.security.ssl.Handshaker$1.run(Handshaker.java:989) ~[?:?]
  120. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_171]
  121. at sun.security.ssl.Handshaker$DelegatedTask.run(Handshaker.java:1467) ~[?:?]
  122. at io.netty.handler.ssl.SslHandler.runDelegatedTasks(SslHandler.java:1364) ~[?:?]
  123. at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1272) ~[?:?]
  124. ... 19 more
  125. Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  126. at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:397) ~[?:?]
  127. at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:302) ~[?:?]
  128. at sun.security.validator.Validator.validate(Validator.java:260) ~[?:?]
  129. at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:324) ~[?:?]
  130. at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:281) ~[?:?]
  131. at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:136) ~[?:?]
  132. at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1601) ~[?:?]
  133. at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:216) ~[?:?]
  134. at sun.security.ssl.Handshaker.processLoop(Handshaker.java:1052) ~[?:?]
  135. at sun.security.ssl.Handshaker$1.run(Handshaker.java:992) ~[?:?]
  136. at sun.security.ssl.Handshaker$1.run(Handshaker.java:989) ~[?:?]
  137. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_171]
  138. at sun.security.ssl.Handshaker$DelegatedTask.run(Handshaker.java:1467) ~[?:?]
  139. at io.netty.handler.ssl.SslHandler.runDelegatedTasks(SslHandler.java:1364) ~[?:?]
  140. at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1272) ~[?:?]
  141. ... 19 more
  142. Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  143. at sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBuilder.java:141) ~[?:?]
  144. at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:126) ~[?:?]
  145. at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:280) ~[?:1.8.0_171]
  146. at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:392) ~[?:?]
  147. at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:302) ~[?:?]
  148. at sun.security.validator.Validator.validate(Validator.java:260) ~[?:?]
  149. at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:324) ~[?:?]
  150. at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:281) ~[?:?]
  151. at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:136) ~[?:?]
  152. at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1601) ~[?:?]
  153. at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:216) ~[?:?]
  154. at sun.security.ssl.Handshaker.processLoop(Handshaker.java:1052) ~[?:?]
  155. at sun.security.ssl.Handshaker$1.run(Handshaker.java:992) ~[?:?]
  156. at sun.security.ssl.Handshaker$1.run(Handshaker.java:989) ~[?:?]
  157. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_171]
  158. at sun.security.ssl.Handshaker$DelegatedTask.run(Handshaker.java:1467) ~[?:?]
  159. at io.netty.handler.ssl.SslHandler.runDelegatedTasks(SslHandler.java:1364) ~[?:?]
  160. at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1272) ~[?:?]
  161. ... 19 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement