[JBoss-user] [JBossCache] - Re: NullPointerException in LRUPolicy.nodeAdded

2006-02-24 Thread [EMAIL PROTECTED]
Can you do me one more favor by running a more recent version if JBossCache 
(like 1.2.3 or 1.2.4SP2). I vageuly remember we fixed something back then but 
can't be sure.

If the problem still persists, please open up a Jira for it.

Thanks,

-Ben

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: NullPointerException in LRUPolicy.nodeAdded

2006-02-23 Thread hjshi2000
yes it has descriptor
  jboss.cache:service=SessionCache

where jboss.cache:service=SessionCache is the name of TreeCacheMBean

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: NullPointerException in LRUPolicy.nodeAdded

2006-02-23 Thread [EMAIL PROTECTED]
I don't think you have answered my question. Do your MBean has put a explict 
dependency on TreeCacheMBean?

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: NullPointerException in LRUPolicy.nodeAdded

2006-02-21 Thread hjshi2000
Yes. it's working in single machine.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: NullPointerException in LRUPolicy.nodeAdded

2006-02-21 Thread [EMAIL PROTECTED]
and did  your MBean have a explicit depency on TreeCacheMbean?

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: NullPointerException in LRUPolicy.nodeAdded

2006-02-18 Thread hjshi2000
It happens right after state transfer. I can dupliate 
the problem.

Seems there is a race condition, where the MBean has not 
yet finishing reading evict policy config at that time.

I created the cache in startSerice():
protected void startService() throws Exception {
if (cacheName == null)
throw new IllegalStateException("TreeCacheMBean ObjectName is not se

if (cache == null)
cache = (TreeCacheMBean) MBeanProxyExt.create(TreeCacheMBean.class,
eName, server);

//bindXML();
addInvocationInterface(SessionServer.class);
}



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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: NullPointerException in LRUPolicy.nodeAdded

2006-02-17 Thread [EMAIL PROTECTED]
Are you saying this error happened during Machine B's restart? If it is, it is 
weird because state transfer should not trigger the eviction yet.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: NullPointerException in LRUPolicy.nodeAdded

2006-02-17 Thread hjshi2000
my Eviction config is as follows:
org.jboss.cache.eviction.LRUPolicy
  
 
10


2
0
0



2
7200
0

 



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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: NullPointerException in LRUPolicy.nodeAdded

2006-02-17 Thread hjshi2000
Sorry I mean I am running JBOSS TreeCache 1.2.3

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user