Hi,

I'm on JbossCache-1.4.0GA. I seem to have problem creating TreeCache using an 
already connected JChannel.

=========================
Channel channel = new JChannel();
channel.connect("COCO");
TreeCache tcache = new TreeCache((JChannel)channel);
tcache.setClusterName("COCO_CACHE");
tcache.setCacheMode(TreeCache.REPL_SYNC);
tcache.startService();
=========================

startService() hangs at 
stateLock.wait() of fetchStateOnStartup()

I'm probably not using it correctly. Thanks for any help.

Joe

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960139
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to