# Adresse du Serveur CAS
cas.server.name=https://cas.osnetworking.com:8443
cas.server.prefix=https://cas.osnetworking.com:8443/cas
#cas.server.prefix=${cas.server.name}/cas
logging.config=file:/etc/cas/config/log4j2-management.xml
##################################################################
# Update this URL to point at server running this management app #
##################################################################
#cas.mgmt.serverName: ${cas.server.name}
mgmt.serverName=https://casmanagement.osnetworking.com:8443
server.context-path=/cas-management
#server.port=8443
spring.thymeleaf.mode = HTML
mgmt.adminRoles[0]=ROLE_ADMIN
mgmt.userRoles[0]=ROLE_USER
mgmt.userPropertiesFile=file:/etc/cas/config/users.json
######################################
# Gestion des Logs de cas-management #
######################################
logging.config=file:/etc/cas/config/log4j2-management.xml
################################
# Gestion des services en JSON #
################################
cas.serviceRegistry.json.location=file:/etc/cas/services
cas.serviceRegistry.initFromJson = true
############################################################
# Liste des attributs sélectionables depuis le CAS-Manager #
############################################################
cas.authn.attributeRepository.stub.attributes.UDC_IDENTIFIER: Â UDC_IDENTIFIER
cas.authn.attributeRepository.stub.attributes.cn: Â Â Â Â Â Â Â cn
cas.authn.attributeRepository.stub.attributes.displayName: Â Â Â displayName
cas.authn.attributeRepository.stub.attributes.givenName: Â Â Â Â givenName
cas.authn.attributeRepository.stub.attributes.mail: Â Â Â Â Â Â mail
cas.authn.attributeRepository.stub.attributes.sn: Â Â Â Â Â Â Â sn
cas.authn.attributeRepository.stub.attributes.uid: Â Â Â Â Â Â Â uid
/*
  * Wildcard service définition that applies to any https or imaps url.
  * Do not use this definition in a production environment.
  */
{
 "@class" :       "org.apereo.cas.services.RegexRegisteredService",
 "serviceId" :     "^https://casmanagment.osnetworking.com/cas-management/.*",
 "name" :        "CAS Services Management",
 "id" :         1563530823,
 "description" : "CAS services management webapp",
 "evaluationOrder" : 5500
 "allowedAttributes":["cn","sAMAccountName","mail"]
}| Hello, |
[2019-07-22 08:57:43] [info] 2019-07-22 08:57:43,429 main ERROR Could not create plugin of type class org.apache.logging.log4j.core.appender.RollingFileAppender for element RollingFile: java.lang.IllegalStateException: ManagerFactory [org.apache.logging.log4j.core.appender.rolling.RollingFileManager$RollingFileManagerFactory@6ea59bb2] unable to create manager for [/var/log/cas-management/cas-management.log] with data [org.apache.logging.log4j.core.appender.rolling.RollingFileManager$FactoryData@506344b1[pattern=/var/log/cas-management/cas-%d{yyyy-MM-dd-HH}-%i.log, append=true, bufferedIO=true, bufferSize=8192, policy=CompositeTriggeringPolicy(policies=[OnStartupTriggeringPolicy, SizeBasedTriggeringPolicy(size=10485760), TimeBasedTriggeringPolicy(nextRolloverMillis=0, interval=1, modulate=false)]), strategy=DefaultRolloverStrategy(min=1, max=5, useMax=true), advertiseURI=null, layout=%highlight{%d %p [%c] - <%m>%n}, filePermissions=null, fileOwner=null]] java.lang.IllegalStateException: ManagerFactory [org.apache.logging.log4j.core.appender.rolling.RollingFileManager$RollingFileManagerFactory@6ea59bb2] unable to create manager for [/var/log/cas-management/cas-management.log] with data [org.apache.logging.log4j.core.appender.rolling.RollingFileManager$FactoryData@506344b1[pattern=/var/log/cas-management/cas-%d{yyyy-MM-dd-HH}-%i.log, append=true, bufferedIO=true, bufferSize=8192, policy=CompositeTriggeringPolicy(policies=[OnStartupTriggeringPolicy, SizeBasedTriggeringPolicy(size=10485760), TimeBasedTriggeringPolicy(nextRolloverMillis=0, interval=1, modulate=false)]), strategy=DefaultRolloverStrategy(min=1, max=5, useMax=true), advertiseURI=null, layout=%highlight{%d %p [%c] - <%m>%n}, filePermissions=null, fileOwner=null]]
[2019-07-22 08:57:43] [info] 2019-07-22 08:57:43,442 main ERROR Null object returned for RollingFile in Appenders.
[2019-07-22 08:57:45] [info] 2019-07-22 08:57:45,023 main ERROR RollingFileManager (/var/log/cas-management/cas-management.log) java.io.FileNotFoundException: /var/log/cas-management/cas-management.log (Read-only file system) java.io.FileNotFoundException: /var/log/cas-management/cas-management.log (Read-only file system)--
DAVID A. CURRY, CISSP
DIRECTOR • INFORMATION SECURITY & PRIVACY
THE NEW SCHOOL • INFORMATION TECHNOLOGY
71 FIFTH AVE., 9TH FL., NEW YORK, NY 10003
+1 646 909-4728 • david...@newschool.edu
--
- 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 cas-user+u...@apereo.org.
To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/774ca497-366e-4a20-ac7b-81a933eb55ad%40apereo.org.
[2019-07-22 08:57:45] [info] 2019-07-22 08:57:45,023 main ERROR RollingFileManager (/var/log/cas-management/cas-management.log) java.io.FileNotFoundException: /var/log/cas-management/cas-management.log (Read-only file system)Is your file system mounted read-only? Is the directory writable by the tomcat user (or whatever user is running the tomcat process)? RollingFileAppenders need write permission to the directory the log files are in, not just the log files themselves.--
DAVID A. CURRY, CISSP
DIRECTOR • INFORMATION SECURITY & PRIVACY
THE NEW SCHOOL • INFORMATION TECHNOLOGY71 FIFTH AVE., 9TH FL., NEW YORK, NY 10003
+1 646 909-4728 • david...@newschool.edu
On Wed, Jul 24, 2019 at 2:14 AM alain ubfc <alai...@gmail.com> wrote:
Hello,In fact I noticed that the/var/log/case-management file has nothing in it.Yet I set the rights for the file cas-management.log with the chown -R tomcat:tomcat/var/log/cas-management command.
[2019-07-22 08:57:43] [info] 2019-07-22 08:57:43,429 main ERROR Could not create plugin of type class org.apache.logging.log4j.core.appender.RollingFileAppender for element RollingFile: java.lang.IllegalStateException: ManagerFactory [org.apache.logging.log4j.core.appender.rolling.RollingFileManager$RollingFileManagerFactory@6ea59bb2] unable to create manager for [/var/log/cas-management/cas-management.log] with data [org.apache.logging.log4j.core.appender.rolling.RollingFileManager$FactoryData@506344b1[pattern=/var/log/cas-management/cas-%d{yyyy-MM-dd-HH}-%i.log, append=true, bufferedIO=true, bufferSize=8192, policy=CompositeTriggeringPolicy(policies=[OnStartupTriggeringPolicy, SizeBasedTriggeringPolicy(size=10485760), TimeBasedTriggeringPolicy(nextRolloverMillis=0, interval=1, modulate=false)]), strategy=DefaultRolloverStrategy(min=1, max=5, useMax=true), advertiseURI=null, layout=%highlight{%d %p [%c] - <%m>%n}, filePermissions=null, fileOwner=null]] java.lang.IllegalStateException: ManagerFactory [org.apache.logging.log4j.core.appender.rolling.RollingFileManager$RollingFileManagerFactory@6ea59bb2] unable to create manager for [/var/log/cas-management/cas-management.log] with data [org.apache.logging.log4j.core.appender.rolling.RollingFileManager$FactoryData@506344b1[pattern=/var/log/cas-management/cas-%d{yyyy-MM-dd-HH}-%i.log, append=true, bufferedIO=true, bufferSize=8192, policy=CompositeTriggeringPolicy(policies=[OnStartupTriggeringPolicy, SizeBasedTriggeringPolicy(size=10485760), TimeBasedTriggeringPolicy(nextRolloverMillis=0, interval=1, modulate=false)]), strategy=DefaultRolloverStrategy(min=1, max=5, useMax=true<span style="color:rgb(102,102,0
--
DAVID A. CURRY, CISSP
DIRECTOR • INFORMATION SECURITY & PRIVACY
THE NEW SCHOOL • INFORMATION TECHNOLOGY
71 FIFTH AVE., 9TH FL., NEW YORK, NY 10003
+1 646 909-4728 • david...@newschool.edu
--
- 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 cas-user+u...@apereo.org.
To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/5e999c26-0b23-4cc9-a521-cbdfa36fa1a1%40apereo.org.
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> Â <type> Â <options> Â Â Â <dump> Â <pass>
/dev/mapper/casermgnt--vg-root / Â Â Â Â Â Â Â ext4 Â Â errors=remount-ro 0 Â Â Â 1
# /boot was on /dev/sda1 during installation
UUID=af1e7cbd-4161-4099-9000-a7ebbb14c336 /boot      ext2   defaults     0    2
/dev/mapper/casermgnt--vg-home /home      ext4   defaults     0    2
/dev/mapper/casermgnt--vg-tmp /tmp       ext4   defaults     0    2
/dev/mapper/casermgnt--vg-var /var       ext4   defaults     0    2
/dev/mapper/casermgnt--vg-swap_1 none       swap   sw        0    0
/dev/sr0     /media/cdrom0  udf,iso9660 user,noauto   0    0
[2019-07-22 08:57:45] [info] 2019-07-22 08:57:45,023 main ERROR RollingFileManager (/var/log/cas-management/cas-management.log) java.io.FileNotFoundException: /var/log/cas-management/cas-management.log (Read-only file system)Is your file system mounted read-only? Is the directory writable by the tomcat user (or whatever user is running the tomcat process)? RollingFileAppenders need write permission to the directory the log files are in, not just the log files themselves.--
DAVID A. CURRY, CISSP
DIRECTOR • INFORMATION SECURITY & PRIVACY
THE NEW SCHOOL • INFORMATION TECHNOLOGY71 FIFTH AVE., 9TH FL., NEW YORK, NY 10003
+1 646 909-4728 • david...@newschool.edu
On Wed, Jul 24, 2019 at 2:14 AM alain ubfc <alai...@gmail.com> wrote:
Hello,In fact I noticed that the/var/log/case-management file has nothing in it.Yet I set the rights for the file cas-management.log with the chown -R tomcat:tomcat/var/log/cas-management command.
--
DAVID A. CURRY, CISSP
DIRECTOR • INFORMATION SECURITY & PRIVACY
THE NEW SCHOOL • INFORMATION TECHNOLOGY
71 FIFTH AVE., 9TH FL., NEW YORK, NY 10003
+1 646 909-4728 • david...@newschool.edu
--
- 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 cas-user+u...@apereo.org.
To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/cd674a0f-844e-4397-a374-fbbe0b7d1219%40apereo.org.
casermgnt@casermgnt:~$ cat /proc/mounts
sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
udev /dev devtmpfs rw,nosuid,relatime,size=1005320k,nr_inodes=251330,mode=755 0 0
devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
tmpfs /run tmpfs rw,nosuid,noexec,relatime,size=204244k,mode=755 0 0
/dev/mapper/casermgnt--vg-root / ext4 rw,relatime,errors=remount-ro 0 0
securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0
tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
tmpfs /run/lock tmpfs rw,nosuid,nodev,noexec,relatime,size=5120k 0 0
tmpfs /sys/fs/cgroup tmpfs ro,nosuid,nodev,noexec,mode=755 0 0
cgroup2 /sys/fs/cgroup/unified cgroup2 rw,nosuid,nodev,noexec,relatime,nsdelegate 0 0
cgroup /sys/fs/cgroup/systemd cgroup rw,nosuid,nodev,noexec,relatime,xattr,name=systemd 0 0
pstore /sys/fs/pstore pstore rw,nosuid,nodev,noexec,relatime 0 0
bpf /sys/fs/bpf bpf rw,nosuid,nodev,noexec,relatime,mode=700 0 0
cgroup /sys/fs/cgroup/net_cls,net_prio cgroup rw,nosuid,nodev,noexec,relatime,net_cls,net_prio 0 0
cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 0 0
cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0
cgroup /sys/fs/cgroup/perf_event cgroup rw,nosuid,nodev,noexec,relatime,perf_event 0 0
cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0
cgroup /sys/fs/cgroup/pids cgroup rw,nosuid,nodev,noexec,relatime,pids 0 0
cgroup /sys/fs/cgroup/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0
cgroup /sys/fs/cgroup/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0
cgroup /sys/fs/cgroup/rdma cgroup rw,nosuid,nodev,noexec,relatime,rdma 0 0
cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0
systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=28,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=10494 0 0
hugetlbfs /dev/hugepages hugetlbfs rw,relatime,pagesize=2M 0 0
debugfs /sys/kernel/debug debugfs rw,relatime 0 0
mqueue /dev/mqueue mqueue rw,relatime 0 0
/dev/sda1 /boot ext2 rw,relatime,block_validity,barrier,user_xattr,acl 0 0
/dev/mapper/casermgnt--vg-home /home ext4 rw,relatime 0 0
/dev/mapper/casermgnt--vg-tmp /tmp ext4 rw,relatime 0 0
/dev/mapper/casermgnt--vg-var /var ext4 rw,relatime 0 0
tmpfs /run/user/1000 tmpfs rw,nosuid,nodev,relatime,size=204240k,mode=700,uid=1000,gid=1000 0 0
logging.config=file:/etc/cas/config/log4j2-management.xml
systemctl restart tomcat9.service
[2019-07-22 08:57:43] [info] 2019-07-22 08:57:43,429 main ERROR Could not create plugin of type class org.apache.logging.log4j.core.appender.RollingFileAppender for element RollingFile: java.lang.IllegalStateException: ManagerFactory [org.apache.<span st
main ERROR Could not create plugin of type class org.apache.logging.log4j.core.appender.RollingFileAppender for element RollingFile: java.lang.IllegalStateException: ManagerFactory [org.apache.logging.log4j.core.appender.rolling.RollingFileManager$RollingFileManagerFactory@22624097] unable to create manager for [/var/log/cas-management/cas-management.log] with data [org.apache.logging.log4j.core.appender.rolling.RollingFileManager$FactoryData@25503263[pattern=/var/log/cas-management/cas-%d{yyyy-MM-dd-HH}-%i.log, append=true, bufferedIO=true, bufferSize=8192, policy=CompositeTriggeringPolicy(policies=[OnStartupTriggeringPolicy, SizeBasedTriggeringPolicy(size=10485760), TimeBasedTriggeringPolicy(nextRolloverMillis=0, interval=1, modulate=false)]), strategy=DefaultRolloverStrategy(min=1, max=5, useMax=true), advertiseURI=null, layout=%highlight{%d %p [%c] - <%m>%n}, filePermissions=null, fileOwner=null]] java.lang.IllegalStateException: ManagerFactory [org.apache.logging.log4j.core.appender.rolling.RollingFileManager$RollingFileManagerFactory@22624097] unable to create manager for [/var/log/cas-management/cas-management.log] with data [org.apache.logging.log4j.core.appender.rolling.RollingFileManager$FactoryData@25503263[pattern=/var/log/cas-management/cas-%d{yyyy-MM-dd-HH}-%i.log, append=true, bufferedIO=true, bufferSize=8192, policy=CompositeTriggeringPolicy(policies=[OnStartupTriggeringPolicy, SizeBasedTriggeringPolicy(size=10485760), TimeBasedTriggeringPolicy(nextRolloverMillis=0, interval=1, modulate=false)]), strategy=DefaultRolloverStrategy(min=1, max=5, useMax=true), advertiseURI=null, layout=%highlight{%d %p [%c] - <%m>%n}, filePermissions=null, fileOwner=null]]
main ERROR Unable to invoke factory method in class org.apache.logging.log4j.core.appender.RollingFileAppender for element RollingFile: java.lang.IllegalStateException: No factory method found for class org.apache.logging.log4j.core.appender.RollingFileAppender java.lang.IllegalStateException: No factory method found for class org.apache.logging.log4j.core.appender.RollingFileAppender
main ERROR Could not create plugin of type class org.apache.logging.log4j.core.appender.RollingFileAppender for element RollingFile: java.lang.IllegalStateException: ManagerFactory [org.apache.logging.log4j.core.appender.rolling.RollingFileManager$RollingFileManagerFactory@22624097] unable to create manager for [/var/log/cas-management/cas-management.log] with data [org.apache.logging.log4j.core.appender.rolling.RollingFileManager$FactoryData@37b55625[pattern=/var/log/cas-management/cas-%d{yyyy-MM-dd-HH}-%i.log, append=true, bufferedIO=true, bufferSize=8192, policy=CompositeTriggeringPolicy(policies=[OnStartupTriggeringPolicy, SizeBasedTriggeringPolicy(size=10485760), TimeBasedTriggeringPolicy(nextRolloverMillis=0, interval=1, modulate=false)]), strategy=DefaultRolloverStrategy(min=1, max=5, useMax=true), advertiseURI=null, layout=%highlight{%d %p [%c] - <%m>%n}, filePermissions=null, fileOwner=null]] java.lang.IllegalStateException: ManagerFactory [org.apache.logging.log4j.core.appender.rolling.RollingFileManager$RollingFileManagerFactory@22624097] unable to create manager for [/var/log/cas-management/cas-management.log] with data [org.apache.logging.log4j.core.appender.rolling.RollingFileManager$FactoryData@37b55625[pattern=/var/log/cas-management/cas-%d{yyyy-MM-dd-HH}-%i.log, append=true, bufferedIO=true, bufferSize=8192, policy=CompositeTriggeringPolicy(policies=[OnStartupTriggeringPolicy, SizeBasedTriggeringPolicy(size=10485760), TimeBasedTriggeringPolicy(nextRolloverMillis=0, interval=1, modulate=false)]), strategy=DefaultRolloverStrategy(min=1, max=5, useMax=true), advertiseURI=null, layout=%highlight{%d %p [%c] - <%m>%n}, filePermissions=null, fileOwner=null]]
main ERROR Could not create plugin of type class org.apache.logging.log4j.core.appender.RollingFileAppender for element RollingFile: java.lang.IllegalStateException: ManagerFactory [org.apache.logging.log4j.core.appender.rolling.RollingFileManager$RollingFileManagerFactory@22624097] unable to create manager for [/var/log/cas-management/cas-management.log] with data [org.apache.logging.log4j.core.appender.rolling.RollingFileManager$FactoryData@79d66388[pattern=/var/log/cas-management/cas-management-%d{yyyy-MM-dd-HH}-%i.log.gz, append=true, bufferedIO=true, bufferSize=8192, policy=CompositeTriggeringPolicy(policies=[TimeBasedTriggeringPolicy(nextRolloverMillis=0, interval=1, modulate=true)]), strategy=DefaultRolloverStrategy(min=1, max=7, useMax=true), advertiseURI=null, layout=%d %p [%c] - %m%n, filePermissions=null, fileOwner=null]] java.lang.IllegalStateException: ManagerFactory [org.apache.logging.log4j.core.appender.rolling.RollingFileManager$RollingFileManagerFactory@22624097] unable to create manager for [/var/log/cas-management/cas-management.log] with data [org.apache.logging.log4j.core.appender.rolling.RollingFileManager$FactoryData@79d66388[pattern=/var/log/cas-management/cas-management-%d{yyyy-MM-dd-HH}-%i.log.gz, append=true, bufferedIO=true, bufferSize=8192, policy=CompositeTriggeringPolicy(policies=[TimeBasedTriggeringPolicy(nextRolloverMillis=0, interval=1, modulate=true)]), strategy=DefaultRolloverStrategy(min=1, max=7, useMax=true), advertiseURI=null, layout=%d %p [%c] - %m%n, filePermissions=null, fileOwner=null]]
ERROR [org.apereo.cas.CasEmbeddedContainerUtils] - <class org.apereo.cas.CasEmbeddedContainerUtils cannot access a member of class org.apereo.cas.mgmt.CasManagementEmbeddedContainerUtils$1 with modifiers "">
Error creating bean with name 'cachingAttributeRepository' defined in class path resource [org/apereo/cas/config/CasPersonDirectoryConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apereo.services.persondir.IPersonAttributeDao]: Factory method 'cachingAttributeRepository' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'aggregatingAttributeRepository' defined in class path resource [org/apereo/cas/config/CasPersonDirectoryConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apereo.services.persondir.IPersonAttributeDao]: Factory method 'aggregatingAttributeRepository' threw exception; nested exception is java.lang.IllegalStateException: No Scope registered for scope name 'refresh'
[info] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apereo.services.persondir.IPersonAttributeDao]: Factory method 'cachingAttributeRepository' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'aggregatingAttributeRepository' defined in class path resource [org/apereo/cas/config/CasPersonDirectoryConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apereo.services.persondir.IPersonAttributeDao]: Factory method 'aggregatingAttributeRepository' threw exception; nested exception is java.lang.IllegalStateException: No Scope registered for scope name 'refresh'
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'aggregatingAttributeRepository' defined in class path resource [org/apereo/cas/config/CasPersonDirectoryConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apereo.services.persondir.IPersonAttributeDao]: Factory method 'aggregatingAttributeRepository' threw exception; nested exception is java.lang.IllegalStateException: No Scope registered for scope name 'refresh'
[crit] Erreur lors du déploiement de l'archive [/var/lib/tomcat9/webapps/cas-management.war] de l'application web
[2019-07-25 10:52:51] [crit] java.lang.IllegalStateException: Erreur lors du démarrage du conteneur fils
To unsubscribe from this group and stop receiving emails from it, send an email to cas-...@apereo.org.
--
DAVID A. CURRY, CISSP
DIRECTOR • INFORMATION SECURITY & PRIVACY
THE NEW SCHOOL • INFORMATION TECHNOLOGY
71 FIFTH AVE., 9TH FL., NEW YORK, NY 10003
+1 646 909-4728 • david...@newschool.edu
Hello David,