Tim,
On 1/25/23 11:26, Tim K wrote:
Can you post the rest of that stack trace?
Yes, here are 2 stack traces that were encountered. We basically had
the cluster working for a few years. We introduced a new Valve for
authentication purposes. Also, with this change we had to set a proxy
in CATA
> Can you post the rest of that stack trace?
Yes, here are 2 stack traces that were encountered. We basically had
the cluster working for a few years. We introduced a new Valve for
authentication purposes. Also, with this change we had to set a proxy
in CATALINA_OPTS, I'm not sure if that affect
Tim,
On 1/15/23 12:26, Tim K wrote:
I hate to bring back my original thread and I am probably not doing
this correctly, but I've been seeing this message occur on my cluster.
My tomcat is now at 9.0.70. Possibly there was a breaking change
since I first started using the cluster?
java.lang.NoC
I hate to bring back my original thread and I am probably not doing
this correctly, but I've been seeing this message occur on my cluster.
My tomcat is now at 9.0.70. Possibly there was a breaking change
since I first started using the cluster?
java.lang.NoClassDefFoundError: Could not initialize
On Tue, Feb 12, 2019, 3:17 AM Keiichi Fujino wrote:
>
> Are you using SSO(org.apache.catalina.authenticator.SingleSignOn)?
> DeltaManager/BackupManager replicate sessions. They do not replicate SSO
> entries.
>
> If you want to replicate SSO Entry in cluster, you can use
> ClusterSingleSignOn.
>
2019年2月12日(火) 1:28 Tim K :
> On Fri, Jan 18, 2019, 12:44 PM Tim K wrote:
>
> > On Fri, Jan 18, 2019 at 11:05 AM Christopher Schultz
> > wrote:
> > >
> > > -BEGIN PGP SIGNED MESSAGE-
> > > Hash: SHA256
> > >
> > > Tim,
> > >
> > > On 1/18/19 06:38, Tim K wrote:
> > > > Thanks for this. T
On Fri, Jan 18, 2019, 12:44 PM Tim K wrote:
> On Fri, Jan 18, 2019 at 11:05 AM Christopher Schultz
> wrote:
> >
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA256
> >
> > Tim,
> >
> > On 1/18/19 06:38, Tim K wrote:
> > > Thanks for this. The video helps explain it a bit better than the
> >
On Fri, Jan 18, 2019 at 11:05 AM Christopher Schultz
wrote:
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Tim,
>
> On 1/18/19 06:38, Tim K wrote:
> > Thanks for this. The video helps explain it a bit better than the
> > documentation. So I set it up with a backup manager instead of t
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Tim,
On 1/18/19 06:38, Tim K wrote:
> Thanks for this. The video helps explain it a bit better than the
> documentation. So I set it up with a backup manager instead of the
> delta manager, changing the channelSendOptions to 6 for the
> cluster.
On Fri, Jan 18, 2019, 4:55 AM Mark Thomas On 18/01/2019 01:40, Tim K wrote:
> > On Thu, Jan 17, 2019, 3:36 PM Mark Thomas >
> >> On 17/01/2019 15:28, Tim K wrote:
> >>
> >>> With the DeltaManager, instead of it notifying all nodes when sessions
> >> get
> >>> established, is there a way for it to
On 18/01/2019 01:40, Tim K wrote:
> On Thu, Jan 17, 2019, 3:36 PM Mark Thomas
>> On 17/01/2019 15:28, Tim K wrote:
>>
>>> With the DeltaManager, instead of it notifying all nodes when sessions
>> get
>>> established, is there a way for it to only share that single node's
>>> sessions during a shu
On Thu, Jan 17, 2019, 3:36 PM Mark Thomas On 17/01/2019 15:28, Tim K wrote:
>
> > With the DeltaManager, instead of it notifying all nodes when sessions
> get
> > established, is there a way for it to only share that single node's
> > sessions during a shutdown event of that particular node? For
On 17/01/2019 15:28, Tim K wrote:
> With the DeltaManager, instead of it notifying all nodes when sessions get
> established, is there a way for it to only share that single node's
> sessions during a shutdown event of that particular node? For example,
> node 1 of 8 has 5 sessions on it. When n
On Tue, Jan 15, 2019, 3:14 PM Mark Thomas On 15/01/2019 18:36, Tim K wrote:
>
> > Question: what's considered a "large" cluster I've seen a lot of
> > documentation about small vs large but I'd like to know what is
> considered
> > large. Could the DeltaManager handle one single cluster (all-to-
On 15/01/2019 18:36, Tim K wrote:
> Question: what's considered a "large" cluster I've seen a lot of
> documentation about small vs large but I'd like to know what is considered
> large. Could the DeltaManager handle one single cluster (all-to-all) with
> 8 members with 8GB allocated to each jvm
On Tue, Jan 15, 2019, 12:51 PM Tim K On Tue, Jan 15, 2019, 4:10 AM Keiichi Fujino
>> Hi
>>
>> If you use StaticMembershipInterceptor, you must set the
>> Cluster#channelStartOptions to 3 to avoid starting membershipservice.
>> If you are using Tomcat 9, you can also use StaticMembershipService
>>
On Tue, Jan 15, 2019, 4:10 AM Keiichi Fujino Hi
>
> If you use StaticMembershipInterceptor, you must set the
> Cluster#channelStartOptions to 3 to avoid starting membershipservice.
> If you are using Tomcat 9, you can also use StaticMembershipService instead
> of StaticMembershipInterceptor.
>
>
>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Keiichi,
On 1/15/19 04:10, Keiichi Fujino wrote:
> Hi
>
> If you use StaticMembershipInterceptor, you must set the
> Cluster#channelStartOptions to 3 to avoid starting
> membershipservice. If you are using Tomcat 9, you can also use
> StaticMember
Hi
If you use StaticMembershipInterceptor, you must set the
Cluster#channelStartOptions to 3 to avoid starting membershipservice.
If you are using Tomcat 9, you can also use StaticMembershipService instead
of StaticMembershipInterceptor.
2019年1月10日(木) 22:39 Tim K :
> On Wed, Jan 9, 2019, 2:16 P
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Tim,
On 1/10/19 08:30, Tim K wrote:
> On Wed, Jan 9, 2019, 2:16 PM Christopher Schultz <
> ch...@christopherschultz.net wrote:
>
> Tim,
>
> On 1/9/19 10:39, Tim K wrote:
I'm trying to split 4 separate tomcat instances into 2
clusters (2
On Wed, Jan 9, 2019, 2:16 PM Christopher Schultz <
ch...@christopherschultz.net wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Tim,
>
> On 1/9/19 10:39, Tim K wrote:
> > I'm trying to split 4 separate tomcat instances into 2 clusters
> > (2x2) to try and avoid the all-to-all traffi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Tim,
On 1/9/19 10:39, Tim K wrote:
> I'm trying to split 4 separate tomcat instances into 2 clusters
> (2x2) to try and avoid the all-to-all traffic, but even when
> setting up the Receiver and Static members to only speak to 1 other
> instance, som
22 matches
Mail list logo