jgroups

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 stand alone servers would be great also. UPDATE - I will be a bit more specific -> not that interested in Web App clustering (unless it ca...

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 org.jgroups.protocols.UDP._send(UDP.java:333) at org.jgroups.protocols.UDP.sendToAllMembers(UDP.java:283) at org.jgroups.protocols.TP.doSend(TP.java...

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) --------------------------------------------------------- I want to either suppress it or redirect it using Log4j ( which the rest of the framework u...

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 following error: package org.jgroups does not exist So, went on the net and download jGroups (src and bin), been trying to figure out how to ge...

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 (content of MIDI Messages, so 3 bytes each, no more than say two messages every three milliseconds) and this will be all on the same machine. ...

JGroups - failed sending message to null

Hi, We are getting the following error in the log files. Need to know why this error is thrown and what effect it has. We are using JGroups 2.7. ERROR - [org.jgroups.protoco ls.TP] failed sending message to null (180 bytes) java.lang.Exception: dest=/<add>:<port> (183 bytes) at org.jgroups.protocols.UDP._send(UDP.java:212) ...

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 dump from a few hours later indicates that they never intend to leave either... This is the protocol stack configuration UDP(bind_addr=xxx.x...

JBoss 4.2.2 nodes start to cluster then suspect each other

Hi, 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 cluster successfully. The existing server starts up JBoss with: run.sh -c default -b 0.0.0.0 (I know the 'default' configuration d...

JAVA 1.5 in OSX 10.6.4

Hello, 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 the application through this error: class: java.lang.ClassNotFoundException: [Lorg.jgroups.Address; at com.opensymphony.osca...