Default FailFast configuration leading to intermittent failures in spring wiring

Hendley, Sam Sam.Hendley at sensus.com
Mon Jul 25 14:00:05 EDT 2016


Thanks for the quick reply. I will give that a try. This problem has been confounding since a lot of the experiments I have tried have appeared to fix the issue for that system but same thing doesn't work on another system. I hate this sort of "debugging by coincidence" since I won't really know if this change has really solved anything or just pushed the problem around some more. Always hard to prove a negative I guess.

Sam

-----Original Message-----
From: users [mailto:users-bounces at shibboleth.net] On Behalf Of Tom Zeller
Sent: Monday, July 25, 2016 1:32 PM
To: Shib Users
Subject: Re: Default FailFast configuration leading to intermittent failures in spring wiring


> Is there any way to disable the “reloading” thread?

See idp.home/conf/services.properties, and note the comment towards the top :

 checkInterval = PT0S means never reload (this is the default)

So, to disable relying party reloading, set :

 idp.service.relyingparty.checkInterval = PT0S

-- 
To unsubscribe from this list send an email to users-unsubscribe at shibboleth.net


More information about the users mailing list