Re: Clarification on Apache Tribes setup docs

2018-03-05 Thread Mark Thomas
On 03/03/18 05:50, Arumugam, Santhosh wrote: > Hey there, > > We are planning to implement Apache Tribes(on our Tomcat-7) in our network > for server to server communication. > > I am looking at https://tomcat.apache.org/tomcat-7.0-doc/tribes/setup.html to > learn mor

Clarification on Apache Tribes setup docs

2018-03-02 Thread Arumugam, Santhosh
Hey there, We are planning to implement Apache Tribes(on our Tomcat-7) in our network for server to server communication. I am looking at https://tomcat.apache.org/tomcat-7.0-doc/tribes/setup.html to learn more about Apache Tribes, but seems documentation is not yet published. Please correct

WARNING [Tribes-Task-Receiver-3] org.apache.catalina.ha.session.ClusterSessionListener.messageReceived Context manager doesn't exist

2015-09-08 Thread Martijn Bos
080-exec-9] org.apache.catalina.core.ApplicationContext.log HTMLManager: list: Listing contexts for virtual host 'bloemkool.bos' - And logging from the host which fails: - 08-Sep-2015 12:55:35.789 WARNING [T

Tribes mcast address

2015-06-18 Thread Elvis Dominguez
Hi all, I'm implementing Tribes in my project. In the server xml I have the following cluster configuration: Cluster className=org.apache.cataline.ha.tcp.SimpleTcpCluster Channel className=org.apache.cataline.tribes.group.GroupChannel Membership className

Re: overcoming a message-size limitation in tribes parallel messaging with NioSender

2013-03-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vince, On 3/5/13 8:15 PM, Vince Stewart wrote: My database replication system works fine till a user saves an image bigger than about half megabyte at which time the process fails. [snip] However the time-out detection does not care if a

Re: unwanted tcp6 protocol in tribes listener socket;

2013-02-10 Thread Vince Stewart
.x but instead was one of two machines addressed by 127.0.1.1 meaning the dsl could not resolve the address and initial 'hand shake' failed. The whole process of getting tribes to communicate remote-peer-to-peer took almost a week which made it so gratifying to finally get it running. thanks again

Re: unwanted tcp6 protocol in tribes listener socket;

2013-02-03 Thread Tim Watts
On Mon, 2013-02-04 at 14:39 +1300, Vince Stewart wrote: Using Tomcat 7.0.35 embedded in Java standalone application. Java SE 1.7.0. Ubuntu 12.04 Hi All, I have an experimental class below. The aim is just to open a listening port on port 4000 in the localhost address. When this has run,

Re: unwanted tcp6 protocol in tribes listener socket;

2013-02-03 Thread Vince Stewart
Hi Tim, thanks so much for your reply netstat -t -l yields that includes: Active Internet connections (only servers) Proto Recv-Q Send-QLocal Address Foreign Address State tcp6 0 0 myComputerName:4000 [::]:*

Re: unwanted tcp6 protocol in tribes listener socket;

2013-02-03 Thread Tim Watts
On Mon, 2013-02-04 at 17:51 +1300, Vince Stewart wrote: Hi Tim, thanks so much for your reply netstat -t -l yields that includes: Active Internet connections (only servers) Proto Recv-Q Send-QLocal Address Foreign Address State tcp6 0 0

Tribes ManagedChannel

2012-08-22 Thread Afkham Azeez
Hi, Is it possible to programmatically add a new ChannelListener to a ManagedChannel after the channel has been started? -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com, *Member; Apache Software Foundation; **http://www.apache.org/*http://www.apache.org/ * * *email:

Re: How to plug a customized membership service to Tribes

2012-08-20 Thread Sajith Kariyawasam
Anyone please? On Thu, Aug 16, 2012 at 3:08 PM, Sajith Kariyawasam saj...@gmail.comwrote: Hi all, I'm trying to understand how Tribes can be used to solve our needs, so I'm going through the source. There I found membershipService property

RE: Signing and Encrypting messages using Apache tribes

2012-05-01 Thread Filip Hanik (mailing lists)
-Original Message- From: Madhav Bhargava [mailto:unmarsh...@gmail.com] Sent: Monday, April 30, 2012 4:16 PM To: users@tomcat.apache.org Subject: Signing and Encrypting messages using Apache tribes Hi All, We use apache tribes for inter node communication via multicast

RE: Tribes coordinator

2012-05-01 Thread Filip Hanik (mailing lists)
-Original Message- From: Afkham Azeez [mailto:afk...@gmail.com] Sent: Tuesday, April 24, 2012 2:39 AM To: Tomcat Users List Subject: Re: Tribes coordinator Hi Filip, I have integrated the NonBlockingCoordinator committed to the Axis2 trunk. One thing I noticed is that even

Signing and Encrypting messages using Apache tribes

2012-04-30 Thread Madhav Bhargava
Hi All, We use apache tribes for inter node communication via multicast. For securing inter node communication two things are required: 1. Establishing the identity of a node as valid who is sending the message 2. Encrypting selective messages which are sensitive in nature. This topic

Re: Tribes coordinator

2012-04-24 Thread Afkham Azeez
Hanik Mailing Lists devli...@hanik.com wrote: http://tomcat.apache.org/tomcat-7.0-doc/api/org/apache/catalina/tribes/group/interceptors/package-summary.html Take a look at SimpleCoordinator and NonBlockingCoordinator Equally simple to implement your own based on the requirement you have

Re: Tribes coordinator

2012-04-23 Thread Filip Hanik Mailing Lists
http://tomcat.apache.org/tomcat-7.0-doc/api/org/apache/catalina/tribes/group/interceptors/package-summary.html Take a look at SimpleCoordinator and NonBlockingCoordinator Equally simple to implement your own based on the requirement you have for leader election. It does depend on what you need

Re: Tribes coordinator

2012-04-23 Thread Afkham Azeez
Thanks for the pointers Filip. I will take a look. On Mon, Apr 23, 2012 at 9:12 PM, Filip Hanik Mailing Lists devli...@hanik.com wrote: http://tomcat.apache.org/tomcat-7.0-doc/api/org/apache/catalina/tribes/group/interceptors/package-summary.html Take a look at SimpleCoordinator

Re: Apache tribes deserialization issues

2012-01-09 Thread Filip Hanik - Dev Lists
your workaround is valid I would not expect thread context class loader to work, as the thread for deserializing is the thread from the tribes TCP thread pool On 12/29/2011 5:06 AM, Madhav Bhargava wrote: Hi All, We are using Apache tribes library for presence and inter node communication

Apache tribes deserialization issues

2011-12-29 Thread Madhav Bhargava
Hi All, We are using Apache tribes library for presence and inter node communication within an OSGi runtime environment. We have a central node (say node A) receiving messages from other nodes ( say node B, C). The message passed is a custom class which is present as part of the API defined

What is the lifecycle of the apache tribes channel?

2010-10-18 Thread Michael Knümann
Hi, I'm using apache tribes for messaging between nodes within a cluster. My implementation bases on the quickstart example that is part of the related documentation. At the moment there is Context Listener that starts the communication during the deployment of the webapp like

What is the lifecycle of the apache tribes channel?

2010-10-15 Thread Michael Knümann
Hi, I'm using apache tribes for messaging between nodes within a cluster. My implementation bases on the quickstart example that is part of the related documentation. At the moment there is Context Listener that starts the communication like this: myChannel = new GroupChannel

Re: What is the lifecycle of the apache tribes channel?

2010-10-15 Thread Pid
On 15/10/2010 16:45, Michael Knümann wrote: Hi, I'm using apache tribes for messaging between nodes within a cluster. My implementation bases on the quickstart example that is part of the related documentation. At the moment there is Context Listener that starts the communication like

question on tribes member alive time

2010-03-11 Thread Eddie Hsiung
Hi I'm trying to debug a vendor product which uses Apache Tribes as its cluster communication implementation. I've identified that each member of the cluster derives the master node instance using the aliveTime field of all members of the cluster. The member with the largest aliveTime

Re: question on tribes member alive time

2010-03-11 Thread Filip Hanik - Dev Lists
On 03/11/2010 01:46 AM, Eddie Hsiung wrote: Hi I'm trying to debug a vendor product which uses Apache Tribes as its cluster communication implementation. I've identified that each member of the cluster derives the master node instance using the aliveTime field of all members of the cluster

RE: Tribes

2009-08-17 Thread Martin Gainty
Subject: Re: Tribes From: knst.koli...@gmail.com To: users@tomcat.apache.org Martin, maybe you have not noticed them, but the JavaDocs are already there, http://tomcat.apache.org/tomcat-6.0-doc/api/index.html http://tomcat.apache.org/tomcat-6.0-doc/api/org/apache/catalina/tribes/package

Re: Tribes

2009-08-08 Thread Konstantin Kolinko
Martin, maybe you have not noticed them, but the JavaDocs are already there, http://tomcat.apache.org/tomcat-6.0-doc/api/index.html http://tomcat.apache.org/tomcat-6.0-doc/api/org/apache/catalina/tribes/package-summary.html#package_description Also, they are included into the fulldocs bundle

RE: Tribes

2009-08-08 Thread Martin Gainty
. Date: Sat, 8 Aug 2009 18:52:26 +0400 Subject: Re: Tribes From: knst.koli...@gmail.com To: users@tomcat.apache.org Martin, maybe you have not noticed them, but the JavaDocs are already there, http://tomcat.apache.org/tomcat-6.0-doc/api/index.html http://tomcat.apache.org/tomcat-6.0-doc

Re: Tribes

2009-08-03 Thread nash4403X
Filip- Needless to say a product is as good as its documentation. I wanted to try tribes but without proper docs/articles and my limited knowledge it's tough and make me look at other options. All I wanted to do is messaging with help of tribes in between 5 tomcat instances. I wanted to have

Re: Tribes

2009-08-03 Thread Filip Hanik - Dev Lists
I will work on better docs, in the mean time, quick start is here http://tomcat.apache.org/tomcat-6.0-doc/tribes/introduction.html On 08/03/2009 06:02 AM, nash4403X wrote: Filip- Needless to say a product is as good as its documentation. I wanted to try tribes but without proper docs

RE: Tribes

2009-08-03 Thread Martin Gainty
manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. Date: Mon, 3 Aug 2009 08:52:27 -0600 From: devli...@hanik.com To: users@tomcat.apache.org Subject: Re: Tribes I will work on better docs, in the mean time, quick start is here http://tomcat.apache.org

Apache Tribes: does anything actually use securePort

2009-04-29 Thread william . m . smith
I am trying to figure out whether it is possible to have Apache 6.0.18 use an encrypted connection to replicate sessions within a cluster. There appears to be a way to specify a securePort on a ChannelReceiver but it does not looks as if Tomcat actually uses that setting. Has anyone had

Re: Apache Tribes: does anything actually use securePort

2009-04-29 Thread Filip Hanik - Dev Lists
Hi Bill, it's not yet implemented. So having the setting in the API, lets us do the implementation. But NIO/SSL is generally a pain in the neck, so I haven't gotten around to it yet if you wish to contribute, please let us know Filip william.m.sm...@gmail.com wrote: I am trying to figure out

Re: Tribes

2009-02-19 Thread Filip Hanik - Dev Lists
let me know Filip Jorge Medina wrote: Is there a way to get more documentation on the Tribes package ? I would like to reuse the dynamic membership discovery feature of Tribes, but many of the links are not working on the page http://tomcat.apache.org/tomcat-6.0-doc/tribes/introduction.html

Tribes

2009-02-18 Thread Jorge Medina
Is there a way to get more documentation on the Tribes package ? I would like to reuse the dynamic membership discovery feature of Tribes, but many of the links are not working on the page http://tomcat.apache.org/tomcat-6.0-doc/tribes/introduction.html Thanks -Jorge

Tribes Startup Help

2009-01-07 Thread Mike Wannamaker
Hi, We are using 5.5.27 and using tribes, however instead of tomcat initializing and starting tribes we are doing it ourselves. Below is my code. I was just wondering if you see anything wrong with what I'm doing. public synchronized void startup() { if(_tribesChannel == null

Re: Tribes Startup Help

2009-01-07 Thread Filip Hanik - Dev Lists
have set. To disable this behavior, you would receiver.setAutoBind(0); Filip Mike Wannamaker wrote: Hi, We are using 5.5.27 and using tribes, however instead of tomcat initializing and starting tribes we are doing it ourselves. Below is my code. I was just wondering if you see anything wrong

Tribes and IPv6 Support

2008-12-02 Thread Mike Wannamaker
I'm having an issue starting tribes under tomcat 5.5 on Windows 2008 Server, IPv6 only setup. Get the following exception Dec 1, 2008 11:25:07 AM org.apache.catalina.tribes.transport.ReceiverBase bind INFO: Unable to bind server socket to:/fe80:0:0:0:c8cb:7933:1d84:c05d:4099 throwing error

Re: Tribes and IPv6 Support

2008-12-02 Thread Filip Hanik - Dev Lists
an issue starting tribes under tomcat 5.5 on Windows 2008 Server, IPv6 only setup. Get the following exception Dec 1, 2008 11:25:07 AM org.apache.catalina.tribes.transport.ReceiverBase bind INFO: Unable to bind server socket to:/fe80:0:0:0:c8cb:7933:1d84:c05d:4099 throwing error. Dec 1, 2008 11:25

RE: Basic Tribes Questions

2008-10-08 Thread Mike Wannamaker
Cool, Is there a repository to just get the tribes jar or just the tribes source without having to get all of tomcat to get it? Like a SVN or CVS repository I could get the fix from and build myself? Thanks Mike -Original Message- From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED

Re: Basic Tribes Questions

2008-10-08 Thread Peter Rossbach
HI Mike, tribes is part of tomcat. Yoo can find the svn repo links at http://tomcat.apache.org/svn.html Peter Am 08.10.2008 um 17:18 schrieb Mike Wannamaker: Cool, Is there a repository to just get the tribes jar or just the tribes source without having to get all of tomcat to get

Re: Basic Tribes Questions

2008-10-08 Thread Filip Hanik - Dev Lists
catalina-tribes.jar it depends on tomcat-juli.jar both of them are in the binary distribution for Tomcat Filip Mike Wannamaker wrote: Cool, Is there a repository to just get the tribes jar or just the tribes source without having to get all of tomcat to get it? Like a SVN or CVS

RE: Basic Tribes Questions

2008-10-08 Thread Mike Wannamaker
- Dev Lists [mailto:[EMAIL PROTECTED] Sent: October 8, 2008 3:09 PM To: Tomcat Users List Subject: Re: Basic Tribes Questions catalina-tribes.jar it depends on tomcat-juli.jar both of them are in the binary distribution for Tomcat Filip Mike Wannamaker wrote: Cool, Is there a repository

Re: Basic Tribes Questions

2008-10-08 Thread Filip Hanik - Dev Lists
To: Tomcat Users List Subject: Re: Basic Tribes Questions catalina-tribes.jar it depends on tomcat-juli.jar both of them are in the binary distribution for Tomcat Filip Mike Wannamaker wrote: Cool, Is there a repository to just get the tribes jar or just the tribes source without having

RE: Basic Tribes Questions

2008-10-07 Thread Mike Wannamaker
: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: October 6, 2008 11:28 AM To: Tomcat Users List Subject: Re: Basic Tribes Questions there are getters and setters for everything and they are all documented here http://tomcat.apache.org/tomcat-6.0-doc/config/cluster-channel.html each component

Re: Basic Tribes Questions

2008-10-07 Thread Filip Hanik - Dev Lists
I take it I get the 2 DISAPPEARED messages because I have another interceptor, but is this the correct behaviour? TIA Mike -Original Message- From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: October 6, 2008 11:28 AM To: Tomcat Users List Subject: Re: Basic Tribes

RE: Basic Tribes Questions

2008-10-06 Thread Mike Wannamaker
would think the heartbeat is running in a separate thread for both send/receive? How to solve this, bump the heartbeat timeout? TIA Mike -Original Message- From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: October 3, 2008 2:51 PM To: Tomcat Users List Subject: Re: Basic Tribes

Re: Basic Tribes Questions

2008-10-06 Thread Filip Hanik - Dev Lists
to solve this, bump the heartbeat timeout? TIA Mike -Original Message- From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: October 3, 2008 2:51 PM To: Tomcat Users List Subject: Re: Basic Tribes Questions answers inline Mike Wannamaker wrote: Hi, I am currently trying

Basic Tribes Questions

2008-10-03 Thread Mike Wannamaker
Hi, I am currently trying to use Tribes as the clustering layer on our server. My startup code looks like this. if(_tribesChannel == null) { // nothing to do if already running try { _tribesChannel = new GroupChannel

Re: Basic Tribes Questions

2008-10-03 Thread Filip Hanik - Dev Lists
answers inline Mike Wannamaker wrote: Hi, I am currently trying to use Tribes as the clustering layer on our server. My startup code looks like this. if(_tribesChannel == null) { // nothing to do if already running try { _tribesChannel

Re: The troubles with tribes

2008-03-12 Thread Tom van Wietmarschen
Filip Hanik - Dev Lists wrote: The biggest issue I have is that I keep getting memberAdded/memberDisappeared events from the same member. I've made a small test app (based on the example on the Tribes introduction page) that I run on a client PC and a similar implementation that I start from

Re: The troubles with tribes

2008-03-12 Thread Filip Hanik - Dev Lists
Tom van Wietmarschen wrote: Tom van Wietmarschen wrote: Filip Hanik - Dev Lists wrote: The biggest issue I have is that I keep getting memberAdded/memberDisappeared events from the same member. I've made a small test app (based on the example on the Tribes introduction page) that I run

The troubles with tribes

2008-03-11 Thread Tom van Wietmarschen
L.S., After investigating several possibilities I decided to test Tribes for messaging in an application I'm developing. However, I've run in to several problems which I can't figure out by myself. I hope this is the correct place to ask these questions since there seems to be no separate

Re: The troubles with tribes

2008-03-11 Thread Filip Hanik - Dev Lists
Tom van Wietmarschen wrote: L.S., After investigating several possibilities I decided to test Tribes for messaging in an application I'm developing. However, I've run in to several problems which I can't figure out by myself. I hope this is the correct place to ask these questions since