Mar 22, 2020 4:30:54 PM com.hazelcast.core.LifecycleService
INFO: [10.0.0.36]:5701 [dev] [4.0] [10.0.0.36]:5701 is STARTED
Mar 22, 2020 4:31:26 PM com.hazelcast.internal.nio.tcp.TcpIpConnection
WARNING: [10.0.0.36]:5701 [dev] [4.0] Connection[id=1, /10.0.0.36:5701->/10.0.1.156:42108, qualifier=null, endpoint=null, alive=false, connectionType=NONE] closed. Reason: Exception in Connection[id=1, /10.0.0.36:5701->/10.0.1.156:42108, qualifier=null, endpoint=null, alive=true, connectionType=NONE], thread=hz.modest_yonath.IO.thread-in-2
java.lang.IllegalStateException: Unknown protocol: CB2
at com.hazelcast.internal.nio.tcp.UnifiedProtocolDecoder.onRead(UnifiedProtocolDecoder.java:116)
at com.hazelcast.internal.networking.nio.NioInboundPipeline.process(NioInboundPipeline.java:137)
at com.hazelcast.internal.networking.nio.NioThread.processSelectionKey(NioThread.java:382)
at com.hazelcast.internal.networking.nio.NioThread.processSelectionKeys(NioThread.java:367)
at com.hazelcast.internal.networking.nio.NioThread.selectLoop(NioThread.java:293)
at com.hazelcast.internal.networking.nio.NioThread.run(NioThread.java:248)
Mar 22, 2020 4:31:29 PM com.hazelcast.internal.nio.tcp.TcpIpConnection
WARNING: [10.0.0.36]:5701 [dev] [4.0] Connection[id=2, /10.0.0.36:5701->/10.0.1.156:42110, qualifier=null, endpoint=null, alive=false, connectionType=NONE] closed. Reason: Exception in Connection[id=2, /10.0.0.36:5701->/10.0.1.156:42110, qualifier=null, endpoint=null, alive=true, connectionType=NONE], thread=hz.modest_yonath.IO.thread-in-0
java.lang.IllegalStateException: Unknown protocol: CB2
at com.hazelcast.internal.nio.tcp.UnifiedProtocolDecoder.onRead(UnifiedProtocolDecoder.java:116)
at com.hazelcast.internal.networking.nio.NioInboundPipeline.process(NioInboundPipeline.java:137)
at com.hazelcast.internal.networking.nio.NioThread.processSelectionKey(NioThread.java:382)
at com.hazelcast.internal.networking.nio.NioThread.processSelectionKeys(NioThread.java:367)
at com.hazelcast.internal.networking.nio.NioThread.selectLoop(NioThread.java:293)
at com.hazelcast.internal.networking.nio.NioThread.run(NioThread.java:248)
client code is as following
---------------
import hazelcast
from hazelcast.config import ClientProperties
config = hazelcast.ClientConfig()
config.network_config.addresses.append("10.0.0.36:5701")
config.set_property(ClientProperties.INVOCATION_TIMEOUT_SECONDS.name, 2)
client = hazelcast.HazelcastClient(config)
personnel_map = client.get_map("personnel-map")
personnel_map.put("Alice", "IT")
personnel_map.put("Bob", "IT")
personnel_map.put("Clark", "IT")
print("Added IT personnel. Printing all known personnel")
for person, department in personnel_map.entry_set().result():
print("{} is in {} department".format(person, department))
client.shutdown()
--------------
On Mar 22, 2020, at 10:06 PM, wang...@gmail.com wrote:
--
You received this message because you are subscribed to the Google Groups "Hazelcast" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hazelcast+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hazelcast/c47a981a-1daf-4bdc-90b1-096a2d4b8750%40googlegroups.com.
You received this message because you are subscribed to a topic in the Google Groups "Hazelcast" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/hazelcast/Kc5NOR_0ewE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to hazelcast+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hazelcast/70446E37-1F87-4F62-BF56-36B80C448D2D%40hazelcast.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hazelcast/CAOyVZsWM39bq-0FsoMYJOWA12QT%3Doj8iCdvjnRTJg%2B1%3DjiDUuA%40mail.gmail.com.