由于我们已经使用我们的应用程序从JBoss 6迁移到JBoss 7或wildfly 10,因此我们看到以下错误:
05:47:26,696 ERROR [com.hazelcast.spi.OperationService] (hz.GMP-HZ [2126@arod].response) [127.0.0.1]:5701 [gmp1@arod] [3.2.1] While processing response...: com.hazelcast.core.HazelcastException: No call for response:NormalResponse\{callId=2, urgent=true, value=false, backupCount=0}
at com.hazelcast.spi.impl.BasicOperationService$ResponseProcessor.notifyRemoteCall(BasicOperationService.java:804)
at com.hazelcast.spi.impl.BasicOperationService$ResponseProcessor.run(BasicOperationService.java:817)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
at com.hazelcast.util.executor.SingleExecutorThreadFactory$ManagedThread.run(SingleExecutorThreadFactory.java:45)
05:47:26,718 WARN [com.hazelcast.partition.InternalPartitionService] (hz.GMP-HZ [2126@arod].global-operation.thread-52) [127.0.0.1]:5702 [gmp1@arod] [3.2.1] This is the master node and received a PartitionRuntimeState from Address[127.0.0.1]:5701. Ignoring incoming state!
05:47:26,719 ERROR [com.hazelcast.partition.InternalPartitionService] (hz.GMP-HZ [2126@arod].global-operation.thread-46) [127.0.0.1]:5703 [gmp1@arod] [3.2.1] Received a ClusterRuntimeState from an unknown member! => Sender: Address[127.0.0.1]:5701, Master: Address[127.0.0.1]:5702!
05:47:26,747 WARN [com.hazelcast.partition.InternalPartitionService] (hz.GMP-HZ [2126@arod].global-operation.thread-33) [127.0.0.1]:5704 [gmp1@arod] [3.2.1] Received a ClusterRuntimeState, but its sender doesn't seem to be master! => Sender: Address[127.0.0.1]:5702, Master: Address[127.0.0.1]:5701! (Ignore if master node has changed recently.)
这是在Solaris 11.1 SPARC上运行的。在Red Hat Linux上它很好。对此有任何帮助将非常感激。