Re: [cas-user] How to disable CasMetricsConfiguration in CAS 5.2.3?

2018-12-12 Thread Ray Bon
By 'application log files', do you mean catalina.out? First make sure you are editing the correct file. You can force a particular file with a setting like this in cas.properties: logging.config: file:/home/uvtomcat/config/log4j2.xml Perhaps there is a more general logger that picks up the

Re: [cas-user] How to disable CasMetricsConfiguration in CAS 5.2.3?

2018-12-12 Thread Mr Rao
Thanks for your response. I tried commenting out and it started routing the logs to application log files which didn't solve the issue. On Wednesday, December 12, 2018 at 9:28:43 AM UTC-8, Jon Anderson wrote: > > I fought with the same issue a few months ago, and I did not figure out > how

[cas-user] Re: Issues getting GoogleApps working on 5.3.6

2018-12-12 Thread JF Poulin
After a lot of debugging, I have discovered that the XML is not being properly inflated in AbstractSaml20ObjectBuilder at line 442: CompressionUtils.inflate(decodedBytes); java is complaining about the zip header -- - Website: https://apereo.github.io/cas - Gitter Chatroom:

[cas-user] What does cas.authn.policy.requiredHandlerAuthenticationPolicyEnabled=false do?

2018-12-12 Thread Jac Fitzgerald
I haven't found a description of what this setting really controls - is it saying whether or not any authentication is required at all? Or can I use it to say that a specific handler is required to pass? Does someone have a more detailed guide to setting up authentication policies? (My

RE: [cas-user] How to disable CasMetricsConfiguration in CAS 5.2.3?

2018-12-12 Thread Jon Anderson
I fought with the same issue a few months ago, and I did not figure out how to suppress that log. I'm pretty sure that I tried commenting out the log4j entry as well as other tweaks, but nothing worked for me. If it works I'll have to try again... Jon From:

Re: [cas-user] How to disable CasMetricsConfiguration in CAS 5.2.3?

2018-12-12 Thread Ray Bon
Rao, You can comment it out in log4j2.xml: Ray On Tue, 2018-12-11 at 18:32 -0800, Mr Rao wrote: Hi, We have decided to disable CasMetricsConfiguration I couldn't find property in cas.properties file to disable this? I do not want any perfStatsLogger at all. Any help is greatly

[cas-user] Re: Issues getting GoogleApps working on 5.3.6

2018-12-12 Thread JF Poulin
I've traced the problem to the SamlServiceFactory class. It seems as though service and requestBody are always null. Trying to debug the issue. -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions:

Re: [cas-user] HA Redis Crash

2018-12-12 Thread Ramakrishna G
Mac, You really saved my!! Thanks you so much. On Wed, Dec 12, 2018 at 6:38 PM Mac Reid wrote: > Hi, > > Our repo is based on the overlay. You can find the version of spring boot > here: https://github.com/apereo/cas-overlay-template/tree/5.3 > > Another thing I noticed is the node option

Re: [cas-user] HA Redis Crash

2018-12-12 Thread Mac Reid
Hi, Our repo is based on the overlay. You can find the version of spring boot here: https://github.com/apereo/cas-overlay-template/tree/5.3 Another thing I noticed is the node option does not end with an `s`, meaning it should look like: cas.ticket.registry.redis.sentinel.master=mymaster

Re: [cas-user] HA Redis Crash

2018-12-12 Thread Ramakrishna G
Hi Mac, I tried your solution but didn't work!!. Do you any dependency added in your pom file apart from "cas-server-support-redis-ticket-registry"? Also what is the version of springboot used? Thanks Ramakrishna G On Wed, Dec 12, 2018 at 1:23 AM Mac Reid wrote: > Hi, > > You cannot