Tagged Questions
The jgroups tag has no wiki summary.
8
votes
1answer
2k views
JBoss 4.2.2 nodes start to cluster then suspect each other
I have a website running with JBoss 4.2.2 on an existing Red Hat server. I'm setting up a second server so as to have a clustered pair (which will then be load-balanced). However, I can't get them to ...
5
votes
5answers
2k views
experience with java clustering?
Would like to hear from people about their experience with java clustering (ie. implementing HA solutions). aka . terracotta, jgroups etc. It doesn't have to be web apps. Experience writing custom ...
3
votes
1answer
595 views
JGroups eating memory
I currently have a problem with my jgroups configuration, causing thousands of messages getting stuck in the NAKACK.xmit_table. Actually all of them seem to end up in the xmit_table, and a another ...
2
votes
4answers
130 views
Java Applications Replicating State
I have the same server side application running on multiple machines.
I would like to provide a way to push changes to all the applications. I'm more interested in state/property changes to the ...
2
votes
1answer
218 views
JGroups equivalent library in C++
at work we have been using JGroups and I have to say that I really like it, however, at home I primarily build with C/C++.
I'm wondering if anyone knows of any good/solid ports of JGroups to C++ or ...
2
votes
3answers
811 views
How Fast Might RMI Be?
I have seen this question (answer: JGroups) and I'm thinking about implementing something with JavaGroups or straight RMI but speed is of the essence. I'm not sending large amounts of data around ...
2
votes
2answers
515 views
Removing JGroups startup message : GMS
On startup JGroups 2.7.0. GA writes to System.out a message along the lines of:
---------------------------------------------------------
GMS: address is 10.0.3.35:48641 (cluster=blabla)
...
2
votes
4answers
4k views
org.jgroups.protocols.UDP - failed sending message to null
[hannel,192.168.0.46:40014] 15:08:03,642 - ERROR - org.jgroups.protocols.UDP - failed sending message to null (61 bytes)
java.lang.Exception: dest=/225.1.2.46:30446 (64 bytes)
at ...
1
vote
2answers
40 views
Jgroup get Physical Address
I have a few server that is mirrored with JGroup. Recently there are some unexpected behavior where it is out of synch and base on the log, the Jgroup will disconnect from time to time. I would like ...
1
vote
2answers
86 views
Is there a JGroups equivalent for .NET
Does anybody know of a JGroups equivalent for .NET, with similar features for cluster management and data distribution?
/Jon
1
vote
0answers
87 views
Integration Testing Distributed JEE Applications
We are having a setup of 3 different JavaEE Servers, all communicating with both JGroups and RMI. We are heavily unit testing our code and the whole team is totally in favor of TBD, but we are facing ...
1
vote
2answers
291 views
JAVA 1.5 in OSX 10.6.4
I am trying to debug a j2ee application in tomcat using Intellij Idea in an OS X 10.6.4 system. I need it specifically to run over a 1.5 JVM and 1.5 JDK so that the jgroups-all component doesn't crash ...
0
votes
1answer
15 views
How to get message statistics sent/received between members when using JGroups (TCP/UDP)?
I am using JGroups TCP protocol to maintain cluster. I have been trying to get some statistics of number of messages sent and received and size of each message to create some reports. Is there a way I ...
0
votes
0answers
23 views
Getting exception on removal of a node from the infinispan clusture
When i try to remove a node from my infinispan cluster which is using jgroups as transpor, I am getting the following exception
org.infinispan.remoting.transport.jgroups.SuspectException: One or more ...
0
votes
1answer
43 views
How to get all the cache names in an Infinispan cache clusture
I am using Infinispan with jgroups in java.
I want to get all the cache names in an infinispan cache clusture.
I have tried using
DefaultCacheManager.getCacheNames();
but it gives only the cache ...
0
votes
1answer
175 views
Replication Timeouts in Infinispan
I'm working with a 10-node Infinispan cluster used as a Hibernate Search backend. Our servers are running TC server 2.5 (tomcat 6.0.32) on Java 1.6_24. We are using jGroups 2.12.1.3 for handling ...
0
votes
0answers
42 views
Using JGroups with Tunnel
I have got JGroups to work locally using UDP/TCP but I can't make it work with tunnel. I need to be able to exchange messages between different machine (making a p2p application) so I need tunnel. It ...
0
votes
1answer
43 views
Java Api for distribuited systems communication
We're looking for some java api to use as middleware/bus to make java processes running on different hosts communicate.
The scenario is the following:
- we have a web application we want to use to ...
0
votes
1answer
55 views
JGroups: send(null, null, Message)vs send(Address, null, Message)
I've written simple test for using JGroups.
There are two simple applications like this
import org.jgroups.*;
import org.jgroups.conf.ConfiguratorFactory;
import ...
0
votes
1answer
60 views
JGroups Instances communication
I have two machines in which the JGroups is running. The Problem I am facing is, once a Instances is created in one of the machines, few seconds later I start the other Instances. Both of them ...
0
votes
1answer
79 views
observer-only jgroups cluster members?
We are using jGroups to build two clusters: "server" and "app". They are independent clusters, running on different machines (communicating with each-other over JMS). Some of our code needs to run on ...
0
votes
0answers
30 views
Jboss Tree Cache Error
we have implemented Jboss Tree cache in our application to store some privilege details in it.
I'm getting the following error in jboss cache frequently even if we remove the error by removing region ...
0
votes
1answer
20 views
How to Rediscover members of a TCP group using TCPPING or any other Discovery protocols
How can I rediscover members of a group by its cluster-name? I am using JGroups 2.7.0
In a particular situation, members are isolated and are not connected (network failure) and when the network is ...
0
votes
1answer
145 views
Does Alfresco 3.4e CE support clustering?
I have just a simple question to answer !
Does Alfresco 3.4e Community Edition support clustering ?
If yes, then what are the supported clustering methods (e.g is JGroups supported?) ?
Regards,
0
votes
1answer
28 views
Multi object Communication between instances in J groups
I have a program which needs to communicate itself under Multi Instances. It like if a instance has loaded a object from DB, other instances would jus use them.
The getState and setState in J-groups ...
0
votes
1answer
149 views
jgroup members can't join?
I use a ehcache that distributes via jgroups. I use UDP multicat for the distribution.
The ehcache lives within a webapp. There are several machines that run that webapp. For some reason I get a WARN ...
0
votes
0answers
114 views
oscache with jgroups
I added oscache.properties and which has one line
cache.event.listeners=com.opensymphony.oscache.plugins.clustersupport.JavaGroupsBroadcastingListener
and added all jars needed. and start the ...
0
votes
1answer
147 views
$1.class and $2.class not Serializable exception in jgroups
I am creating a demo stock exchange distributed program in Java using jgroups as middleware. My Stock class has a priority queue which has a comparator, and results in Stock$1.class and Stock$2.class ...
0
votes
1answer
347 views
Communication between 2 nodes in a cluster
I am trying to figure out how this will work out:
client-server communication via NIO/BIO
Server-server communication (replication, membership etc) via JGroups (replication of data can be a pain?)
...
0
votes
0answers
277 views
EhCache with JGroups usage in webapp
We are using EhCache with JGroups in our webapp for cache replication . But every time I hot deploy the webapp I find that net.sf.ehcache.distribution.jgroups.JGroupsCacheReplicator$ReplicationThread ...
0
votes
1answer
291 views
JGroups discovery, how it works? TCPPING
I need to grasp how works Jgroups TCPPING exactly.
If I specified 4 initial members (num_initial_members=4), should it mean that my members will not communicate until all 4 are running?
Re timeout ...
0
votes
1answer
341 views
JGroups, TCP_NIO multiple messages sent to nowhere
Messages sent to ports I never specified in my configuration file.
this is my config:
<TCP_NIO
bind_port="8855"
recv_buf_size="20000000"
send_buf_size="640000"
loopback="false"
...
0
votes
0answers
126 views
Sharing JGroups comm channel with EHCache
I'd like to use JGroups replication w/ EHCache and also share the communication channel with my own app. What's the recommended way to do this? (Similar to JBoss's "shared transport" feature)
I was ...
0
votes
1answer
151 views
How does Jgroup on UDP become reliable?
In my mind, UDP is fast but not reliable, and in a lot of places jgroup is based on UDP, is that reliable? I saw a lot of places use jgroup to transfer caching information. Does jgroup have to use TCP ...
0
votes
1answer
163 views
How to install jGroups for NetBeans 6.7.1
Newbie question - I am using NetBeans 6.7.1 (just installed it) and wanted to write an application using jGroups ...
From the sample I need to import org.jgroups.*, but in NetBeans I get the ...