Please ignore the environment parameter.It is omitted. On Tue, Apr 5, 2022, 4:39 PM Vikash Chandra Ansh <[email protected]> wrote:
> Below is my docker file. > > environment: > > - T2-Europe/London > > volumes: > > - "/etc/localtime:/etc/localtime" > > "/etc/timezone: /etc/timezone" > > container_name: cas-service > > Thanks & Regards > Vikash Chandra > > On Tue, Apr 5, 2022, 4:36 PM Vikash Chandra Ansh < > [email protected]> wrote: > >> Hi All, >> >> I am using cas version 6.3.7.4. >> >> I am getting below exception during application startup. I am deploying >> my application on docker. >> >> ERROR [org.apereo.cas.ticket.registry.DefaultTicketRegistryCleaner] >> <clock> >> >> 2022-03-30 14:48:21,909 INFO [stdout] (Log4j2-TF-13-AsyncLoggerConfig-7) >> java.lang.NullPointerException: clock >> >> 2022-03-30 14:48:21,909 INFO 2022-03-30 14:48:21,909 INFO >> >> [stdout] (Log4j2-TF-13-AsyncLoggerConfig-7) [stdout] >> >> at java.util.Objects.requireNonNull(Objects.java:246) -[?:?] >> (Log4j2-TF-13-AsyncLoggerConfig-7) at >> java.time.ZonedDateTime.now(ZonedDateTime.java:232) -[?:?] >> >> 2022-03-30 14:48:21,910 INFO [stdout] (Log4j2-TF-13-AsyncLoggerConfig-7) >> >> org.apereo.cas.ticket.expiration. TicketGrantingTicketExpiration >> Policy.isExpired (TicketGrantingTicketExpirationPolicy.java:66) >> [cas-server-core-tickets-api >> >> 6.3.7.4.jar:6.3.7.4] >> >> 2022-03-30 14:48:21,910 INFO [stdout] (Log4j2-TF-13-AsyncLoggerConfig-7) >> at org.apereo.cas.ticket.Abstract Ticket.isExpired (Abstract >> Ticket.java:144) ~[cas >> >> server-core-tickets-api-6.3.7.4.jar:6.3.7.4] >> >> 2022-03-30 14:48:21,910 INFO [stdout] (Log4j2-TF-13-AsyncLoggerConfig-7). >> >> Can somebody help me with this. >> > -- - 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/CA%2Bdrvxgjj9URdMF2aHAW6rWz256Xg5wQeegOuao43uFgdYdL1Q%40mail.gmail.com.
