We are using JCache jboss-cache-dist-1.3.0.SP1.zip / JGroups 
JGroups-2.2.9.1.bin.zip and Websphere App server. 
We have defined 3 caches E1,E2,E3 on startup. The server is started and the 
cache is build. When a new treecache service is 

started on another machine with the same config file, we would expect it to 
identify the caches already setup, but it doesnt 

and throws the following exception. Also we have tried to use <FD_SOCK> without 
luck. After a few tries the network doesnt 

identify the other service at all.

Here is the configuration setting:
        
            
                    <UDP mcast_addr="228.1.2.3" mcast_port="48866"
                    ip_ttl="64" ip_mcast="true" 
                    mcast_send_buf_size="150000" mcast_recv_buf_size="80000"
                    ucast_send_buf_size="150000" ucast_recv_buf_size="80000"
                    loopback="true" enable_bundling="false" 
bind_to_all_interfaces="true"/>
                <PING timeout="2000" num_initial_members="3"
                    up_thread="false" down_thread="false"/>
                <MERGE2 min_interval="10000" max_interval="20000"/>
                                <FD_SOCK down_thread="false" up_thread="false"/>
                                <FD timeout="100000" max_tries="3" shun="true" 
down_thread="false" up_thread="false"/>        

                    <VERIFY_SUSPECT timeout="1500"
                    up_thread="false" down_thread="false"/>
                <pbcast.NAKACK gc_lag="50" 
retransmit_timeout="600,1200,2400,4800"
                    max_xmit_size="8192" up_thread="false" down_thread="false"/>
                <UNICAST timeout="600,1200,2400" window_size="100" 
min_threshold="10"
                    down_thread="false"/>
                <pbcast.STABLE desired_avg_gossip="20000"
                    up_thread="false" down_thread="false"/>
                <FRAG frag_size="8192"
                    down_thread="false" up_thread="false"/>
                <pbcast.GMS join_timeout="5000" join_retry_timeout="2000"
                    shun="true" print_local_addr="true"/>
                <pbcast.STATE_TRANSFER up_thread="true" down_thread="true"/>
            
        
Exception :
org.jboss.cache.ReplicationException: rsp=sender=xxx.xxx.xxx.xx:1166, 
retval=null, received=false, suspected=false 
at org.jboss.cache.TreeCache.callRemoteMethods(TreeCache.java:3290) 
at org.jboss.cache.TreeCache.callRemoteMethods(TreeCache.java:3311) 
at 
org.jboss.cache.interceptors.ReplicationInterceptor.handleReplicatedMethod(ReplicationInterceptor.java:122)
 
at 
org.jboss.cache.interceptors.ReplicationInterceptor.invoke(ReplicationInterceptor.java:87)
 
at org.jboss.cache.TreeCache.invokeMethod(TreeCache.java:4124) 
at org.jboss.cache.TreeCache.put(TreeCache.java:2868) 
at org.jboss.cache.TreeCache.put(TreeCache.java:2809) 

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

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


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to