[jboss-user] [JBossCache] - TreeCache.startService() hang

guava do-not-reply at jboss.com
Sat Jul 22 19:37:04 EDT 2006


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



More information about the jboss-user mailing list