[jboss-user] [JBossCache] - Re: when eviction is configured in the clustered environment

2007-02-09 Thread murthytvsn
Loaded I mean the data is added to cache. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4013951#4013951 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4013951 ___ jboss-user m

[jboss-user] [JBossCache] - Re: when eviction is configured in the clustered environment

2007-02-09 Thread [EMAIL PROTECTED]
What do you mean by "loaded"? Tomcat threads processing requests? Or the eviction region being full? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4013544#4013544 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4013544

[jboss-user] [JBossCache] - Re: when eviction is configured in the clustered environment

2007-02-05 Thread murthytvsn
Here is the summary from my findings. If eviction attribute is commented the tomcat is shutting down properly. But when eviction is uncommented the tomcat is not shutting down properly no matter cache is loaded or not loaded. After adding cache.stopservice code the server was shutdown properly w

[jboss-user] [JBossCache] - Re: when eviction is configured in the clustered environment

2007-02-05 Thread [EMAIL PROTECTED]
Commenting the eviction attribute fixed it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4011585#4011585 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011585 ___ jboss-user

[jboss-user] [JBossCache] - Re: when eviction is configured in the clustered environment

2007-02-05 Thread murthytvsn
I tried with 2.4.1, 2.2.8 and 2.2.9.1 But I was not succesfull. For time being I commented the eviction attribute. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4011561#4011561 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [JBossCache] - Re: when eviction is configured in the clustered environment

2007-02-05 Thread murthytvsn
I will try that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4011501#4011501 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011501 ___ jboss-user mailing list jboss-user@lis

[jboss-user] [JBossCache] - Re: when eviction is configured in the clustered environment

2007-02-04 Thread [EMAIL PROTECTED]
It's not clear to me what's going on in the messages you log. Apparently JGroups is reading a packet(s) with null data; that's what's causing the NPEs mentioned in the error messages. Perhaps this is preventing the threads associated with the UDP protocol stopping properly. But what the root

[jboss-user] [JBossCache] - Re: when eviction is configured in the clustered environment

2007-02-01 Thread murthytvsn
we are using jboss-cache-1.3.0.SP2.jar and jgroups-all-2.2.7.jar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009657#4009657 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4009657 __

[jboss-user] [JBossCache] - Re: when eviction is configured in the clustered environment

2007-02-01 Thread [EMAIL PROTECTED]
What JBoss Cache release? If you're not using the jgroups.jar that comes with that release, please advise the JGroups version as well. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009629#4009629 Reply to the post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBossCache] - Re: when eviction is configured in the clustered environment

2007-02-01 Thread murthytvsn
I used cache.stopService() in servlet destory and I can see in the log that code is executed View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009609#4009609 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4009609 _

[jboss-user] [JBossCache] - Re: when eviction is configured in the clustered environment

2007-02-01 Thread [EMAIL PROTECTED]
How are you stopping the cache; i.e. what code invokes stopService() and where is it invoked? Your log shows continuing operations of the JGroups channel, which should have stopped when stopService() returns. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=400

[jboss-user] [JBossCache] - Re: when eviction is configured in the clustered environment

2007-02-01 Thread murthytvsn
Here is the configuration | | | READ_COMMITTED | REPL_ASYNC | CacheStage | | | | | | | | |

[jboss-user] [JBossCache] - Re: when eviction is configured in the clustered environment

2007-02-01 Thread [EMAIL PROTECTED]
Can you post your config again? Use the 'code' button to surround it with 'code' tags; this will allow it to display properly. I'm guessing there's another thread not getting cleaned up properly; your config will likely indicate where. Although it's odd that we don't see this with the AS. Vie

[jboss-user] [JBossCache] - Re: when eviction is configured in the clustered environment

2007-01-31 Thread murthytvsn
After adding cache.stopService() the tomcat shuts down proeperly if the cache is not triggered(not added any data). If cache is triggered by adding nodes the tomcat doesn't shutdown properly. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009134#4009134 Rep

[jboss-user] [JBossCache] - Re: when eviction is configured in the clustered environment

2007-01-31 Thread murthytvsn
Tkanks bstansberry. I will add cache.stopService while undeploying the webapp View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009030#4009030 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4009030 _

[jboss-user] [JBossCache] - Re: when eviction is configured in the clustered environment

2007-01-31 Thread [EMAIL PROTECTED]
This is a bug -- http://jira.jboss.com/jira/browse/JBCACHE-963 . Thanks for reporting it. If Tomcat undeploys webapps as part of normal shutdown (not sure if it does -- JBoss AS definitely does), the workaround is to ensure that your webapp calls cache.stopService() as part of undeploy. You sho