SSL Errors

Hi,

I’m getting a lot of the following messages in the Server CMd window:

javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
at com.sun.net.ssl.internal.ssl.InputRecord.b(DashoA12275)
at com.sun.net.ssl.internal.ssl.InputRecord.read(DashoA12275)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA12275)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.j(DashoA12275)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA12275)
at com.sun.net.ssl.internal.ssl.AppInputStream.read(DashoA12275)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
at java.io.DataInputStream.readInt(DataInputStream.java:443)
at com.servoy.j2db.util.a.e$b.accept(Unknown Source)
at sun.rmi.transport.tcp.TCPTransport.run(TCPTransport.java:334)
at java.lang.Thread.run(Thread.java:534)

They start to happen when I run Developer and then start up Clients. Does it mean I do something wrong in a method anywhere? In the Clients or Developer itself I’m not receiving these messages.

Once it starts, they keep repeating, sometimes multiple times per second, sometimes once every 10-20 seconds or so

Any thoughts appreciated

Paul