Hi All

I am using JBossCache in a my java application as a distributed cache. 
Ocassionally i am running into a issue where TreeCacheAOP intitalization/start 
never returns. I see the following error
(hosname replaced)
-------------------------------------------------------
GMS: address is myhostname:37009
-------------------------------------------------------
- handleJoin(myhostname:37009) failed, retrying
- handleJoin(myhostname:37009) failed, retrying
- handleJoin(myhostname:37009) failed, retrying
- handleJoin(myhostname:37009) failed, retrying
-

This continues for a long time.

Here is the configuration of the cache

  | <mbean code="org.jboss.cache.TreeCache" 
name="jboss.cache:service=TreeCache">
  |     <depends>jboss:service=Naming</depends> 
  |     <depends>jboss:service=TransactionManager</depends> 
  |     <attribute name="InitialStateRetrievalTimeout">10000</attribute> 
  |     <attribute name="SyncReplTimeout">20000</attribute> 
  |     <attribute 
name="TransactionManagerLookupClass">org.jboss.cache.DummyTransactionManagerLookup</attribute>
 
  |     <attribute name="IsolationLevel">READ_UNCOMMITTED</attribute> 
  |     <attribute name="CacheMode">REPL_SYNC</attribute> 
  |     <attribute name="UseReplQueue">false</attribute> 
  |     <attribute name="ReplQueueInterval">0</attribute> 
  |     <attribute name="ReplQueueMaxElements">0</attribute> 
  |     <attribute name="ClusterName">CFP_SIT</attribute> 
  |     <attribute name="ClusterConfig">
  |             <config>
  |                     <UDP mcast_recv_buf_size="80000" 
mcast_send_buf_size="150000" ip_mcast="true" mcast_port="41988" 
  |                     ucast_recv_buf_size="80000" mcast_addr="239.255.23.45" 
loopback="false" ucast_send_buf_size="150000" ip_ttl="64" /> 
  |                     <PING timeout="2000" down_thread="false" 
num_initial_members="3" up_thread="false" /> 
  |                     <MERGE2 max_interval="20000" min_interval="10000" /> 
  |                     <VERIFY_SUSPECT timeout="1500" down_thread="false" 
up_thread="false" /> 
  |                     <pbcast.NAKACK max_xmit_size="8192" down_thread="false" 
gc_lag="50" up_thread="false" retransmit_timeout="600,1200,2400,4800" /> 
  |                     <UNICAST timeout="600,1200,2400" down_thread="false" 
min_threshold="10" window_size="100" /> 
  |                     <pbcast.STABLE desired_avg_gossip="20000" 
down_thread="false" up_thread="false" /> 
  |                     <FRAG frag_size="8192" down_thread="false" 
up_thread="false" /> 
  |                     <pbcast.GMS print_local_addr="true" join_timeout="5000" 
join_retry_timeout="2000" shun="true" /> 
  |                     <pbcast.STATE_TRANSFER down_thread="true" 
up_thread="true" /> 
  |             </config>
  |     </attribute>
  |     <attribute name="FetchStateOnStartup">true</attribute> 
  |     <attribute name="InitialStateRetrievalTimeout">5000</attribute> 
  |     <attribute name="SyncReplTimeout">10000</attribute> 
  |     <attribute name="LockAcquisitionTimeout">15000</attribute> 
  | </mbean>
  | 
Anyone knows what is the problem? Please let me know. 

Thanks & Regards
Kamesh

P.S: I have seen similar postings in Jboss clustering forum and they did not 
have any answers too.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3867805#3867805

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3867805


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to