Hi,I am a Hazelcast newbie trying to use it in a Tomcat server using Spring config. I just have 1 server that has both client and server in it for now. I am using the default Hazelcast configHere is my spring config for Hazelcast:I keep getting the following error:<hz:hazelcast id="hzinstance"><hz:config><hz:group name="${hcast.grp.name}" password="${hcast.grp.password}" /><hz:network port="5701" port-auto-increment="false"><hz:join><hz:multicast enabled="false" multicast-group="224.2.2.3"multicast-port="54327" /><hz:tcp-ip enabled="true"><hz:members>${hcast.grp.ips}</hz:members></hz:tcp-ip></hz:join></hz:network><hz:map name="messageMap" backup-count="2" max-size="0"eviction-percentage="30" read-backup-data="true" cache-value="true"eviction-policy="NONE" merge-policy="hz.ADD_NEW_ENTRY" /></hz:config></hz:hazelcast><hz:client id="hzclient" group-name="${hcast.grp.name}"group-password="${hcast.grp.password}" depends-on="hzinstance"><hz:member>${hcast.grp.ips}</hz:member></hz:client><hz:queue id="hzqueue" instance-ref="hzclient" name="hzqueue"lazy-init="true" depends-on="hzinstance" />WARNING: Server didn't respond to client's requests for 30 seconds. Assuming it is dead, closing the connection!Jan 02, 2013 6:40:41 PM com.hazelcast.client.ConnectionManagerWARNING: Connection to Connection [8] [jisu.ws/127.0.0.1:5701 -> 127.0.0.1:5701] is lostJan 02, 2013 6:40:41 PM com.hazelcast.nio.ConnectionINFO: [127.0.0.1]:5701 [dev] Connection [Address[127.0.0.1]:56113] lost. Reason: java.io.IOException[An existing connection was forcibly closed by the remote host]Jan 02, 2013 6:40:41 PM com.hazelcast.nio.ReadHandlerCould you please let me know what could be cause of the error?Thanks.Geeth
--
You received this message because you are subscribed to the Google Groups "Hazelcast" group.
To post to this group, send email to haze...@googlegroups.com.
To unsubscribe from this group, send email to hazelcast+...@googlegroups.com.
Visit this group at http://groups.google.com/group/hazelcast?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.