I moved my smart client installation (2019.3.0 -releaseNumber 3412) to a new server and data broadcasting is failing and I’m getting some errors in the logs.
2023-11-06 12:06:29,643 ERROR [pool-4-thread-66] ClientManager - Error flushing message buffer to client 326BD240-A151-4F80-87E7-312697B9F56B
java.rmi.RemoteException: Method is not Remote: interface com.servoy.j2db.dataprocessing.IClient::public abstract boolean com.servoy.j2db.dataprocessing.IClient.isAlive() throws java.rmi.RemoteException
at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(Unknown Source) ~[?:1.8.0_341]
at java.rmi.server.RemoteObjectInvocationHandler.invoke(Unknown Source) ~[?:1.8.0_341]
at com.sun.proxy.$Proxy43.isAlive(Unknown Source) ~[?:?]
at com.servoy.j2db.server.dataprocessing.ClientProxy.Zc(ClientProxy.java:90) ~[j2dbdev.jar:2019.3.0.3412]
at com.servoy.j2db.server.dataprocessing.Zq.run(Zq.java:11) [j2dbdev.jar:2019.3.0.3412]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_341]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_341]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_341]
2023-11-06 12:06:29,643 WARN [pool-4-thread-66] ClientManager - Unregistering client after queueing timeout: 326BD240-A151-4F80-87E7-312697B9F56B
The users are also getting the message:
Reconnect failed
Old transaction,old locks or in-memory data sources found, need to restart the solution
I did restart the solution and the issues are still happening. Any ideas?