EOF Errors after Update to Server 7.3.1

I just moved from Server 7.3.0 build 2018 to Server 7.3.1 build 2022, with Sybase 10, and now get these errors in the Server Log:

2014-03-05 10:00 ClientExportNotifyListner[15] ERROR com.servoy.j2db.util.Debug Signalling channel lost when reading pings or client export notifies, removing ports:
java.io.EOFException
at java.io.DataInputStream.readInt(Unknown Source)
at com.servoy.j2db.rmi.ServerTwoWaySocketFactory$1.run(ServerTwoWaySocketFactory.java:126)

What changed ?

greg

( cont’d ) … And now my Server Log has turned completely RED, with connection errors, but everyone can still work

e.g.
Error flushing message buffer to client 2AFE3F1C-DC2C-4221-A702-9BE04D5C50A3

java.rmi.ConnectException: Connection refused to host: 192.168.1.117; nested exception is:
java.net.ConnectException: Connection timed out: connect
at sun.rmi.transport.tcp.TCPEndpoint.newSocket(Unknown Source)
at sun.rmi.transport.tcp.TCPChannel.createConnection(Unknown Source)
at sun.rmi.transport.tcp.TCPChannel.newConnection(Unknown Source)
at sun.rmi.server.UnicastRef.invoke(Unknown Source)
at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(Unknown Source)
at java.rmi.server.RemoteObjectInvocationHandler.invoke(Unknown Source)
at com.sun.proxy.$Proxy13.isAlive(Unknown Source)
at com.servoy.j2db.dataprocessing.ClientProxy.Zc(ClientProxy.java:164)
at com.servoy.j2db.dataprocessing.Zo.run(Zo.java:19)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection timed out: connect

Servoy suggested I not revert to the previous version, since 7.3.1 was a Security Update

greg