2018-11-24 15:13:49,512 WARN [org.apereo.cas.services.RegisteredServiceAccessStrategyUtils] - <Unauthorized Service Access. Service [] is not found in service registry.>
2018-11-24 15:13:50,854 WARN [org.apereo.cas.services.RegisteredServiceAccessStrategyUtils] - <Unauthorized Service Access. Service [] is not found in service registry.>
cas.serviceRegistry.watcherEnabled=true
cas.serviceRegistry.repeatInterval=120000
cas.serviceRegistry.startDelay=15000
cas.serviceRegistry.initFromJson=true
cas.serviceRegistry.json.location=file:/usr/local/tomcat/etc/cas/services
cas.serviceRegistry.jpa.url=jdbc:postgresql://xxxxx/cas
cas.serviceRegistry.jpa.user=xxx
cas.serviceRegistry.jpa.password=xxxx
cas.serviceRegistry.jpa.ddlAuto=update
cas.serviceRegistry.jpa.driverClass=org.postgresql.Driver
cas.serviceRegistry.jpa.dialect=org.hibernate.dialect.PostgreSQL95Dialect
cas.serviceRegistry.jpa.autocommit=true
please help me