Hi Ray, We are just executing shutdown.sh on tomcat 9.0.27
-Gary From: [email protected] <[email protected]> On Behalf Of Ray Bon Sent: Tuesday, December 10, 2019 11:18 AM To: [email protected] Subject: Re: [cas-user] 6.1 CAS and Groovy Post Processor Shutdown Problem Gary, What command are you using to perform the shutdown? Ray On Tue, 2019-12-10 at 17:17 +0000, Maxwell, Gary wrote: Hi all, I was curious to find out if anyone has ran into the following problem. After Groovy Post Processor was implemented, CAS no longer will shut down all the way. Even if we don’t login , CAS will keep running after we initiate a shutdown. We are using the following basic Groovy script that is documented with CAS. cas.authn.engine.groovyPostProcessor.location=file:/opt/test/GroovyPostProcessor.groovy import org.apereo.cas.* import org.apereo.cas.authentication.* import org.apereo.cas.authentication.credential.* import java.net.* def run(Object[] args) { def builder = args[0] def transaction = args[1] def logger = args[2] true } def supports(Object[] args) { def credential = args[0] def logger = args[1] true } Any thoughts or ideas would be great! -Gary -- Ray Bon Programmer Analyst Development Services, University Systems 2507218831 | CLE 019 | [email protected]<mailto:[email protected]> I respectfully acknowledge that my place of work is located within the ancestral, traditional and unceded territory of the Songhees, Esquimalt and WSÁNEĆ Nations. -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/7b7c8865a7a896f1e911dd18682c65dad381717b.camel%40uvic.ca<https://groups.google.com/a/apereo.org/d/msgid/cas-user/7b7c8865a7a896f1e911dd18682c65dad381717b.camel%40uvic.ca?utm_medium=email&utm_source=footer>. -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/CY4PR03MB2823F6DCDB5ADAF5EABBC14E955B0%40CY4PR03MB2823.namprd03.prod.outlook.com.
