2017-09-22 7 views
0

の原因となります。だから私は、SSL接続でロケータにGFSHを接続しよう:のGeode SSLはJmxManagerLocatorResponse ClassCastExceptionが

gfsh>connect --locator=#.#.#.#[10334] --use-ssl Please specify these SSL Configuration properties: key-store: trusted.keystore key-store-password: ******** trust-store: trusted.keystore trust-store-password: ******** ciphers: protocols: Connecting to Locator at [host=#.#.#.#, port=10334] ..

エラー

java.lang.ClassCastException: java.lang.Class cannot be cast to org.apache.geode.management.internal.JmxManagerLocatorResponse

また、ロケータログがCluster configuration service start up completed successfully and is now running ....情報を示したが、その後に来るがあります繰り返されるエラーは次のようになります。

[info 2017/09/22 14:35:10.213 BST IsLocator <locator request thread[3]> tid=0x58] Exception in processing request from #.#.#.# javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection? at sun.security.ssl.InputRecord.handleUnknownRecord(InputRecord.java:710) at sun.security.ssl.InputRecord.read(InputRecord.java:527) at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:983) at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1385) at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1413) at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1397) at org.apache.geode.internal.net.SocketCreator.configureServerSSLSocket(SocketCreator.java:1011) at org.apache.geode.distributed.internal.tcpserver.TcpServer.lambda$processRequest$0(TcpServer.java:345) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748)

通信しようとしているロケータは何ですか?

+0

ロケータは '指定されていない場合でも、それは同じエラーだあたりのSSL証明書にkeyalg=ECを設定したいないとやってたと思う--J = -Dgemfire.jmx-managerの開始= true - J = -Dgemfire.jmx-manager = true' – rupweb

答えて

関連する問題