Our caches ran for about a week without any problems, until this morning. We
restarted one of the instances, and gor the following errors:
2005-11-30 08:05:19 WARN GMS: join(192.168.100.79:61443) failed
(coord=192.168.100.79:53397), retrying
I guess what happened here was that the group still
We are running jgroups 2.2.9rc1.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3908655#3908655
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3908655
---
This SF.Net
On further investigation it does not seem to be related to the transaction
manager.
The following error:
2005-11-23 10:19:13 WARN GMS: join(192.168.100.82:59955) failed
(coord=192.168.100.79:62951), retrying
refers to a coordinator on 192.168.100.82, but the cache instance on that
particular
I'm having the same problem in a similar situation:
We are running a JBossCache on JBoss 4.0.3, and multiple external instances
outside of JBoss, using JBossCache 1.2.4 and JGroups 2.2.9rc1. The JBoss
instance is using a JBossTransactionManager and the external instances
DummyTransactionManage
We are using JBossCache 1.2.4 in a highly concurrent IM application. We have
four applications each on a different machine, and not using JBoss AS. The load
on these machines in terms of cache activity is quite high.
The cache size is usually around 40,000 entries.
The problem is that from tim
Change code="net.sf.hibernate.jmx.HibernateService" to
code="net.sf.hibernate.jmx.Hibernate", and change the name to something else,
e.g. name="your.app:service=Hibernate"
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863923#3863923
Reply to the post :
htt
Sorry, I did not check the package, I meant:
org.jboss.hibernate.jmx.Hibernate
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864056#3864056
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864056
JBoss 3.0 does not have a har deployer, upgrade to the latest version (4.0.1).
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863960#3863960
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863960
--