[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: JBoss Distribute Cache's error?

2004-09-20 Thread norbert
the NPE is due to regionManager being null in LRUPolicy.nodeAdded(Fqn): | public void nodeAdded(Fqn fqn) | { | if(fqn.equals(ROOT)) | return; | if(log_.isDebugEnabled()) | log_.debug(nodeAdded(): fqn- + fqn); | Region region

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: JBoss Distribute Cache's error?

2004-09-20 Thread bwang00
Hmmn, this is a problem in 1.1 release after re-factoring then. Previously in 1.02, the event nofitication happens before the state transfer. I will fix this. Thanks for the effort, -Ben View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848812#3848812 Reply to

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: JBoss Distribute Cache's error?

2004-09-19 Thread Savagearts
Hi Ben,Please check your mail. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848714#3848714 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3848714 --- This SF.Net email

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: JBoss Distribute Cache's error?

2004-09-17 Thread bwang00
This is weird. The second cache is doing state transfer during which to register / in the evition queue. LRUPolicy code should skip this one but it didn't and therefore NPE. I simply can't re-produce it from my setup. Can you zip your test case and send it to [EMAIL PROTECTED] Thanks, -Ben

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: JBoss Distribute Cache's error?

2004-09-16 Thread Savagearts
Following is Debug message from the second node: 46509 [main] INFO org.jboss.cache.TreeCache - setClusterConfig(): setting cluster properties from xml to:

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: JBoss Distribute Cache's error?

2004-09-16 Thread Savagearts
51130 [DownHandler (GMS)] DEBUG org.jgroups.protocols.pbcast.ClientGmsImpl - new_view=[s66:43651|7] [s66:43651, s58:41282] | 51131 [DownHandler (GMS)] DEBUG org.jgroups.protocols.pbcast.GMS - [local_addr=s58:41282] view is [s66:43651|7] [s66:43651, s58:41282] | 51138 [DownHandler (GMS)]

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: JBoss Distribute Cache's error?

2004-09-16 Thread Savagearts
BTW: Although the second node contains error,But the replication still works well. And i found the Evicate Timer does not work! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848525#3848525 Reply to the post :

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: JBoss Distribute Cache's error?

2004-09-15 Thread Savagearts
I'm currently using JBoss cache 1.1 . I'll post my configuration tomorrow and more detail informations. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848337#3848337 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3848337

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: JBoss Distribute Cache's error?

2004-09-15 Thread Savagearts
The message of First Node: --- GMS: address is s66:43103 --- The message of Second Node: --- | GMS: address is s58:40892 |

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: JBoss Distribute Cache's error?

2004-09-15 Thread Savagearts
My configuration: ?xml version=1.0 encoding=UTF-8? | | server | | classpath codebase=./lib archives=jboss-cache.jar, jgroups.jar/ | | !-- -- | !-- Defines TreeCache configuration

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: JBoss Distribute Cache's error?

2004-09-15 Thread bwang00
Which version of JBossCache you are using? The latest one is 1.1. If this is the one you are using, please post a test case. Thanks, -Ben View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848331#3848331 Reply to the post :

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: JBoss Distribute Cache's error?

2004-09-15 Thread Savagearts
Sometimes: The First Node: 48949 [main] INFO org.jboss.cache.PropertyConfigurator - configure(): attribute size: 18 | 49246 [main] INFO org.jboss.cache.TreeCache - setEvictionPolicyConfig(): [config: null] | 49473 [main] INFO org.jboss.cache.TreeCache TreeCache - interceptor chain is:

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: JBoss Distribute Cache's error?

2004-09-15 Thread bwang00
Is the log tracing set to DEBUG? E.g., org.jboss.cache? It will help me to debug this problem. Thanks, -Ben View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848405#3848405 Reply to the post :