I have set up primary and mirror Handle servers for 11337 & 11337.DL prefixes under Handle v. 7.3.1. The servers were setup from scratch using Handle v7.3.1 tools and use Postgres for handle datastore. There’s no errors in the Postgres logs. I can successfully list, create, edit, delete and resolve handles under these prefixes. I see that replication transactions also succeed. However, every 5 min I see these errors in the logs for primary: "2014-05-16 12:25:14.338-0500" 75 class net.handle.server.HdlTcpRequestHandler: Exception processing request: java.lang.Exception: Expecting 84 bytes, only received 0 java.lang.Exception: Expecting 84 bytes, only received 0 at net.handle.server.HdlTcpRequestHandler.run(HdlTcpRequestHandler.java:144) at java.lang.Thread.run(Thread.java:722) and mirror servers: "2014-05-16 12:28:10.251-0500" 75 class net.handle.server.HdlTcpRequestHandler: Exception processing request: HandleException (INTERNAL_ERROR) Unknown opCode in message: 0 HandleException (INTERNAL_ERROR) Unknown opCode in message: 0 at net.handle.hdllib.Encoder.decodeMessage(Encoder.java:398) at net.handle.server.HdlTcpRequestHandler.run(HdlTcpRequestHandler.java:207) at java.lang.Thread.run(Thread.java:722) As I understand, it indicates some sort of communication failure between the primary and mirror servers. What could that be and how can I fix this? Ev |