is00hcw / tungsten-replicator

Automatically exported from code.google.com/p/tungsten-replicator
0 stars 1 forks source link

ERROR thl.ConnectorHandler SSL handshake failed; ensure client replicator has SSL enabled: host=/127.0.0.1 #1075

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

adjust 3.0.0.524/cookbook/COMMON_NODES.sh
adjust 3.0.0.524/cookbook/NODES_MASTER_SLAVE.sh
adjust 3.0.0.524/cookbook/USER_VALUES.sh
export USE_TPM=1
export WITH_SECURITY=1
./cookbook/install_master_slave

What do you see?

Every 10 minutes a log entry:
INFO   | jvm 1    | 2014/12/15 05:28:29 | 2014-12-15 05:28:29,464 [notification 
- ConnectorHandler: initializing] ERROR thl.ConnectorHandler SSL handshake 
failed; ensure client replicator has SSL enabled: host=/127.0.0.1
INFO   | jvm 1    | 2014/12/15 05:38:29 | 2014-12-15 05:38:29,487 [notification 
- ConnectorHandler: initializing] ERROR thl.ConnectorHandler Received SSL 
handshake exception
INFO   | jvm 1    | 2014/12/15 05:38:29 | javax.net.ssl.SSLHandshakeException: 
Remote host closed connection during handshake
INFO   | jvm 1    | 2014/12/15 05:38:29 |       at 
sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
INFO   | jvm 1    | 2014/12/15 05:38:29 |       at 
sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)
INFO   | jvm 1    | 2014/12/15 05:38:29 |       at 
sun.security.ssl.SSLSocketImpl.writeRecord(Unknown Source)
INFO   | jvm 1    | 2014/12/15 05:38:29 |       at 
sun.security.ssl.AppOutputStream.write(Unknown Source)
INFO   | jvm 1    | 2014/12/15 05:38:29 |       at 
java.io.BufferedOutputStream.flushBuffer(Unknown Source)
INFO   | jvm 1    | 2014/12/15 05:38:29 |       at 
java.io.BufferedOutputStream.flush(Unknown Source)
INFO   | jvm 1    | 2014/12/15 05:38:29 |       at 
java.io.ObjectOutputStream$BlockDataOutputStream.flush(Unknown Source)
INFO   | jvm 1    | 2014/12/15 05:38:29 |       at 
java.io.ObjectOutputStream.flush(Unknown Source)
INFO   | jvm 1    | 2014/12/15 05:38:29 |       at 
com.continuent.tungsten.replicator.thl.Protocol.<init>(Protocol.java:112)
INFO   | jvm 1    | 2014/12/15 05:38:29 |       at 
com.continuent.tungsten.replicator.thl.Protocol.<init>(Protocol.java:133)
INFO   | jvm 1    | 2014/12/15 05:38:29 |       at 
com.continuent.tungsten.replicator.thl.ConnectorHandler.run(ConnectorHandler.jav
a:311)
INFO   | jvm 1    | 2014/12/15 05:38:29 |       at java.lang.Thread.run(Unknown 
Source)
INFO   | jvm 1    | 2014/12/15 05:38:29 | Caused by: java.io.EOFException: SSL 
peer shut down incorrectly
INFO   | jvm 1    | 2014/12/15 05:38:29 |       at 
sun.security.ssl.InputRecord.read(Unknown Source)
INFO   | jvm 1    | 2014/12/15 05:38:29 |       ... 12 more

What version of the product are you using?

Tungsten Replicator 3.0.0 build 524
MariaDB 10.0

On what operating system?

Linux Gentoo

Please provide any additional information below.

Notes:

...

Original issue reported on code.google.com by tomas.mo...@gmail.com on 15 Dec 2014 at 6:22