I have CAS 5.2.0-RC1-SNAPSHOT up and running with Authentication against MongoDB. The software has been built using the overlay method. Everything works fine, I can log on to the system without any problems. However when I look into the metric logs the metrics for ticket.creation are always zero, even though I have an authenticated user in the system and can see the TGT in the ssosessions endpoint. Below is the log. While the *PolicyBasedAuthenticationManager.AUTHENTICATE_COUNT *metric displays the number of attempted authentications correctly the Counters marked in red stay at zero even though I logged in and out of the system repeatedly.
banke1 2017-07-14 10:11:21,174 INFO [perfStatsLogger] - type: COUNTER name: org.apereo.cas.DefaultCentralAuthenticationService$$EnhancerBySpringCGLIB$$2291a6ee.CREATE_PROXY_GRANTING_TICKET_COUNTER count: 0 * banke1 2017-07-14 10:11:21,174 INFO [perfStatsLogger] - type: COUNTER name: org.apereo.cas.DefaultCentralAuthenticationService$$EnhancerBySpringCGLIB$$2291a6ee.CREATE_TICKET_GRANTING_TICKET_COUNTER count: 0 * * banke1 2017-07-14 10:11:21,175 INFO [perfStatsLogger] - type: COUNTER name: org.apereo.cas.DefaultCentralAuthenticationService$$EnhancerBySpringCGLIB$$2291a6ee.DELETE_TICKET_COUNTER count: 0 banke1 2017-07-14 10:11:21,175 INFO [perfStatsLogger] - type: COUNTER name: org.apereo.cas.DefaultCentralAuthenticationService$$EnhancerBySpringCGLIB$$2291a6ee.DESTROY_TICKET_GRANTING_TICKET_COUNTER count: 0 * banke1 2017-07-14 10:11:21,175 INFO [perfStatsLogger] - type: COUNTER name: org.apereo.cas.DefaultCentralAuthenticationService$$EnhancerBySpringCGLIB$$2291a6ee.GET_TICKETS_COUNTER count: 0 banke1 2017-07-14 10:11:21,175 INFO [perfStatsLogger] - type: COUNTER name: org.apereo.cas.DefaultCentralAuthenticationService$$EnhancerBySpringCGLIB$$2291a6ee.GET_TICKET_COUNTER count: 0 banke1 2017-07-14 10:11:21,175 INFO [perfStatsLogger] - type: COUNTER name: org.apereo.cas.DefaultCentralAuthenticationService$$EnhancerBySpringCGLIB$$2291a6ee.GRANT_PROXY_TICKET_COUNTER count: 0 banke1 2017-07-14 10:11:21,175 INFO [perfStatsLogger] - type: COUNTER name: org.apereo.cas.DefaultCentralAuthenticationService$$EnhancerBySpringCGLIB$$2291a6ee.GRANT_SERVICE_TICKET_COUNTER count: 0 banke1 2017-07-14 10:11:21,175 INFO [perfStatsLogger] - type: COUNTER name: org.apereo.cas.DefaultCentralAuthenticationService$$EnhancerBySpringCGLIB$$2291a6ee.VALIDATE_SERVICE_TICKET_COUNTER count: 0 * banke1 2017-07-14 10:11:21,175 INFO [perfStatsLogger] - type: COUNTER name: org.apereo.cas.authentication.PolicyBasedAuthenticationManager.AUTHENTICATE_COUNT count: 4 * -- - CAS gitter chatroom: https://gitter.im/apereo/cas - CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html - CAS documentation website: https://apereo.github.io/cas - CAS project website: https://github.com/apereo/cas --- 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/ba3fc894-a3b5-42f7-a885-70db773b4719%40apereo.org.
