Code Monkey home page Code Monkey logo

cas-overlay-demo's Introduction

Introduction

CAS in the cloud is a full-stacked project to deploy your CAS server in the cloud.

It is based on the CAS server (and CAS management webapp) v5.0.

The tickets are handled via Memcached and the services are defined as JSON files.

Everything is dockerized for the cloud.

Installation

Hosts

You need to locally add the cas-server and cas-management hosts by updating your /etc/hosts/ file:

127.0.0.1     localhost     cas-server     cas-management

Build the CAS webapps

You can build the CAS webapps via the following command at the root directory: ./package.sh

Launch CAS in the cloud

You can run the CAS stack using the following command at the root directory: docker-compose up.

The CAS server is available on the following URL: http://cas-server:8080/login. You can login using leleuj/leleuj or jleleu/jleleu, but of course, the default authentication handler MUST be changed.

The CAS management webapp is available on the following URL: http://cas-management:8081.

cas-overlay-demo's People

Contributors

cfont avatar leleuj avatar yawn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cas-overlay-demo's Issues

Application Not Authorized to Use CAS

Thanks very much, for giving this example!

I was getting error - Application Not Authorized to Use CAS.
I had to edit file localhost-2.json located at cas-overlay-demo-master/cas-overlay-server-demo/src/main/resources/services/.
Changed
"serviceId" : "^https?://localhost.",
to
"serviceId" : "^http?://localhost.
",

After this, it worked.

Doesn't seem to be working in Tomcat

I was able to successfully build the war file using mvn clean package and copied the resulting war file over to my tomcat /webapps directory. Tomcat is running and reports that the war file should be available at /cas but I always get 404 errors such as the following:

HTTP Status 404 – Not Found

Type Status Report

Message The requested resource [/cas/login] is not available

Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.

Apache Tomcat/10.0.22

Any suggestions on what might be going wrong?

Spring Framework - Context Initialization failed

After following the build instructions I receive a runtime error on Spring startup. It looks like there are dependencies missing? The application cannot find this class: org.jasig.cas.authentication.handler.support.SimpleTestUsernamePasswordAuthenticationHandler

Do you have suggestions on a fix?

Stack trace below:

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'memcachedTicketRegistry': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.jasig.cas.util.CipherExecutor org.jasig.cas.ticket.registry.encrypt.AbstractCrypticTicketRegistry.cipherExecutor; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [org.jasig.cas.authentication.handler.support.SimpleTestUsernamePasswordAuthenticationHandler] for bean with name 'primaryAuthenticationHandler' defined in ServletContext resource [/WEB-INF/deployerConfigContext.xml]; nested exception is java.lang.ClassNotFoundException: org.jasig.cas.authentication.handler.support.SimpleTestUsernamePasswordAuthenticationHandler

Exception occurs while trying to run the application

As written in the Readme file, I did
mvn clean install

and then mvn jetty:run
It throws exception. Could you please tell me, what this is related to.

$ mvn -version
Apache Maven 3.1.0 (893ca28a1da9d5f51ac03827af98bb730128f9f2; 2013-06-28 08:00:32+0545)
Maven home: c:\Programs\apache-maven-3.1.0
Java version: 1.7.0_17, vendor: Oracle Corporation
Java home: c:\Program Files\Java\jdk1.7.0_17\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"

Exception:
$ mvn jetty:run
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building CAS Overlay server demo 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] >>> jetty-maven-plugin:8.1.7.v20120910:run (default-cli) @ cas-overlay-server-demo >>>
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cas-overlay-server-demo ---
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platfo
rm dependent!
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ cas-overlay-server-demo ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cas-overlay-server-dem
o ---
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platfo
rm dependent!
[INFO] skip non existing resourceDirectory d:\OdeskProjects\EC2_cloud\codes\Experiments\cas-overlay-
demo\cas-overlay-demo\cas-overlay-server-demo\src\test\resources
[INFO]

[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ cas-overlay-server-demo -

[INFO] No sources to compile
[INFO]
[INFO] <<< jetty-maven-plugin:8.1.7.v20120910:run (default-cli) @ cas-overlay-server-demo <<<
[INFO]
[INFO] --- jetty-maven-plugin:8.1.7.v20120910:run (default-cli) @ cas-overlay-server-demo ---
[INFO] Configuring Jetty for project: CAS Overlay server demo
[INFO] webAppSourceDirectory d:\OdeskProjects\EC2_cloud\codes\Experiments\cas-overlay-demo\cas-overl
ay-demo\cas-overlay-server-demo\src\main\webapp does not exist. Defaulting to d:\OdeskProjects\EC2_c
loud\codes\Experiments\cas-overlay-demo\cas-overlay-demo\cas-overlay-server-demo\src\main\webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = D:\OdeskProjects\EC2_cloud\codes\Experiments\cas-overlay-demo\cas-overlay-demo\cas-
overlay-server-demo\target\classes
[INFO] Context path = /cas
[INFO] Tmp directory = D:\OdeskProjects\EC2_cloud\codes\Experiments\cas-overlay-demo\cas-overlay-dem
o\cas-overlay-server-demo\target\tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides = none
[INFO] web.xml file = null
[INFO] Webapp directory = D:\OdeskProjects\EC2_cloud\codes\Experiments\cas-overlay-demo\cas-overlay-
demo\cas-overlay-server-demo\src\main\webapp
2014-10-26 17:59:16.884:INFO:oejs.Server:jetty-8.1.7.v20120910
2014-10-26 17:59:17.350:INFO:omjp.MavenWebInfConfiguration:Adding overlay: file:/D:/OdeskProjects/EC
2_cloud/codes/Experiments/cas-overlay-demo/cas-overlay-demo/cas-overlay-server-demo/target/tmp/cas-s
erver-webapp-4_1_0-SNAPSHOT_war/
2014-10-26 17:59:21.082:INFO:oejpw.PlusConfiguration:No Transaction manager found - if your webapp r
equires one, please configure one.
2014-10-26 18:00:40.485:INFO:/cas:No Spring WebApplicationInitializer types detected on classpath
2014-10-26 18:00:41.975:INFO:oejsh.ContextHandler:started o.m.j.p.JettyWebAppContext{/cas,[file:/D:/
OdeskProjects/EC2_cloud/codes/Experiments/cas-overlay-demo/cas-overlay-demo/cas-overlay-server-demo/
src/main/webapp/, file:/D:/OdeskProjects/EC2_cloud/codes/Experiments/cas-overlay-demo/cas-overlay-de
mo/cas-overlay-server-demo/target/tmp/cas-server-webapp-4_1_0-SNAPSHOT_war/]},file:/D:/OdeskProjects
/EC2_cloud/codes/Experiments/cas-overlay-demo/cas-overlay-demo/cas-overlay-server-demo/src/main/weba
pp/
2014-10-26 18:00:41.977:INFO:oejsh.ContextHandler:started o.m.j.p.JettyWebAppContext{/cas,[file:/D:/
OdeskProjects/EC2_cloud/codes/Experiments/cas-overlay-demo/cas-overlay-demo/cas-overlay-server-demo/
src/main/webapp/, file:/D:/OdeskProjects/EC2_cloud/codes/Experiments/cas-overlay-demo/cas-overlay-de
mo/cas-overlay-server-demo/target/tmp/cas-server-webapp-4_1_0-SNAPSHOT_war/]},file:/D:/OdeskProjects
/EC2_cloud/codes/Experiments/cas-overlay-demo/cas-overlay-demo/cas-overlay-server-demo/src/main/weba
pp/
2014-10-26 18:00:41.979:INFO:oejsh.ContextHandler:started o.m.j.p.JettyWebAppContext{/cas,[file:/D:/
OdeskProjects/EC2_cloud/codes/Experiments/cas-overlay-demo/cas-overlay-demo/cas-overlay-server-demo/
src/main/webapp/, file:/D:/OdeskProjects/EC2_cloud/codes/Experiments/cas-overlay-demo/cas-overlay-de
mo/cas-overlay-server-demo/target/tmp/cas-server-webapp-4_1_0-SNAPSHOT_war/]},file:/D:/OdeskProjects
/EC2_cloud/codes/Experiments/cas-overlay-demo/cas-overlay-demo/cas-overlay-server-demo/src/main/weba
pp/
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/C:/Users/power/.m2/repository/org/jasig/cas/cas-server-core/4.1.0
-SNAPSHOT/cas-server-core-4.1.0-SNAPSHOT.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/C:/Users/power/.m2/repository/org/slf4j/slf4j-log4j12/1.7.7/slf4j
-log4j12-1.7.7.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/D:/OdeskProjects/EC2_cloud/codes/Experiments/cas-overlay-demo/cas
-overlay-demo/cas-overlay-server-demo/target/tmp/cas-server-webapp-4_1_0-SNAPSHOT_war/WEB-INF/lib/ca
s-server-core-4.1.0-SNAPSHOT.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/D:/OdeskProjects/EC2_cloud/codes/Experiments/cas-overlay-demo/cas
-overlay-demo/cas-overlay-server-demo/target/tmp/cas-server-webapp-4_1_0-SNAPSHOT_war/WEB-INF/lib/sl
f4j-log4j12-1.7.7.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Multiple ILoggerFactory bindings are found on the classpath:
2014-10-26 18:00:42.607:WARN:oejuc.AbstractLifeCycle:FAILED o.m.j.p.JettyWebAppContext{/cas,[file:/D
:/OdeskProjects/EC2_cloud/codes/Experiments/cas-overlay-demo/cas-overlay-demo/cas-overlay-server-dem
o/src/main/webapp/, file:/D:/OdeskProjects/EC2_cloud/codes/Experiments/cas-overlay-demo/cas-overlay-
demo/cas-overlay-server-demo/target/tmp/cas-server-webapp-4_1_0-SNAPSHOT_war/]},file:/D:/OdeskProjec
ts/EC2_cloud/codes/Experiments/cas-overlay-demo/cas-overlay-demo/cas-overlay-server-demo/src/main/we
bapp/: java.lang.ExceptionInInitializerError
java.lang.ExceptionInInitializerError
at org.slf4j.LoggerFactory.bind(LoggerFactory.java:129)
at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:108)
at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:302)
at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:276)
at org.apache.commons.logging.impl.SLF4JLogFactory.getInstance(SLF4JLogFactory.java:156)
at org.apache.commons.logging.impl.SLF4JLogFactory.getInstance(SLF4JLogFactory.java:132)
at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:274)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.jav
a:282)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderLis
tener.java:106)
at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.jav
a:771)
at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHand
ler.java:411)
at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:763)
at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:2
47)
at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1238)
at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:706)
at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:480)
at org.mortbay.jetty.plugin.JettyWebAppContext.doStart(JettyWebAppContext.java:293)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:229)
at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollectio
n.java:172)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:229)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95)
at org.eclipse.jetty.server.Server.doStart(Server.java:277)
at org.mortbay.jetty.plugin.JettyServer.doStart(JettyServer.java:65)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
at org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:511)
at org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:364)
at org.mortbay.jetty.plugin.JettyRunMojo.execute(JettyRunMojo.java:516)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.j
ava:106)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBu
ilder.java:84)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBu
ilder.java:59)
at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter
.java:183)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:318)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:153)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:555)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:214)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:158)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:414)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:357)
Caused by:
java.lang.NullPointerException
at org.slf4j.impl.CasLoggerFactory.(CasLoggerFactory.java:67)
at org.slf4j.impl.StaticLoggerBinder.(StaticLoggerBinder.java:60)
at org.slf4j.impl.StaticLoggerBinder.(StaticLoggerBinder.java:38)
at org.slf4j.LoggerFactory.bind(LoggerFactory.java:129)
at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:108)
at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:302)
at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:276)
at org.apache.commons.logging.impl.SLF4JLogFactory.getInstance(SLF4JLogFactory.java:156)
at org.apache.commons.logging.impl.SLF4JLogFactory.getInstance(SLF4JLogFactory.java:132)
at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:274)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.jav
a:282)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderLis
tener.java:106)
at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.jav
a:771)
at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHand
ler.java:411)
at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:763)
at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:2
47)
at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1238)
at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:706)
at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:480)
at org.mortbay.jetty.plugin.JettyWebAppContext.doStart(JettyWebAppContext.java:293)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:229)
at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollectio
n.java:172)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:229)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95)
at org.eclipse.jetty.server.Server.doStart(Server.java:277)
at org.mortbay.jetty.plugin.JettyServer.doStart(JettyServer.java:65)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
at org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:511)
at org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:364)
at org.mortbay.jetty.plugin.JettyRunMojo.execute(JettyRunMojo.java:516)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.j
ava:106)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBu
ilder.java:84)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBu
ilder.java:59)
at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter
.java:183)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:318)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:153)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:555)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:214)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:158)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:414)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:357)
2014-10-26 18:00:42.780:INFO:oejw.WebInfConfiguration:Extract jar:file:/D:/OdeskProjects/EC2_cloud/c
odes/Experiments/cas-overlay-demo/cas-overlay-demo/cas-overlay-management-demo/target/cas-overlay-ma
nagement-demo.war!/ to D:\OdeskProjects\EC2_cloud\codes\Experiments\cas-overlay-demo\cas-overlay-dem
o\cas-overlay-management-demo\target\cas-overlay-management-demo
2014-10-26 18:00:46.299:INFO:oejsh.ContextHandler:started o.e.j.w.WebAppContext{/cas-management,file
:/D:/OdeskProjects/EC2_cloud/codes/Experiments/cas-overlay-demo/cas-overlay-demo/cas-overlay-managem
ent-demo/target/cas-overlay-management-demo/},d:\OdeskProjects\EC2_cloud\codes\Experiments\cas-overl
ay-demo\cas-overlay-demo\cas-overlay-server-demo/../cas-overlay-management-demo/target/cas-overlay-m
anagement-demo.war
2014-10-26 18:00:46.301:INFO:oejsh.ContextHandler:started o.e.j.w.WebAppContext{/cas-management,file
:/D:/OdeskProjects/EC2_cloud/codes/Experiments/cas-overlay-demo/cas-overlay-demo/cas-overlay-managem
ent-demo/target/cas-overlay-management-demo/},d:\OdeskProjects\EC2_cloud\codes\Experiments\cas-overl
ay-demo\cas-overlay-demo\cas-overlay-server-demo/../cas-overlay-management-demo/target/cas-overlay-m
anagement-demo.war
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/D:/OdeskProjects/EC2_cloud/codes/Experiments/cas-overlay-demo/cas
-overlay-demo/cas-overlay-management-demo/target/cas-overlay-management-demo/WEB-INF/lib/cas-server-
core-4.1.0-SNAPSHOT.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/D:/OdeskProjects/EC2_cloud/codes/Experiments/cas-overlay-demo/cas
-overlay-demo/cas-overlay-management-demo/target/cas-overlay-management-demo/WEB-INF/lib/slf4j-log4j
12-1.7.7.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Multiple ILoggerFactory bindings are found on the classpath:
2014-10-26 18:00:46.642:WARN:oejuc.AbstractLifeCycle:FAILED o.e.j.w.WebAppContext{/cas-management,fi
le:/D:/OdeskProjects/EC2_cloud/codes/Experiments/cas-overlay-demo/cas-overlay-demo/cas-overlay-manag
ement-demo/target/cas-overlay-management-demo/},d:\OdeskProjects\EC2_cloud\codes\Experiments\cas-ove
rlay-demo\cas-overlay-demo\cas-overlay-server-demo/../cas-overlay-management-demo/target/cas-overlay
-management-demo.war: java.lang.ExceptionInInitializerError
java.lang.ExceptionInInitializerError
at org.slf4j.LoggerFactory.bind(LoggerFactory.java:129)
at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:108)
at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:302)
at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:276)
at org.apache.commons.logging.impl.SLF4JLogFactory.getInstance(SLF4JLogFactory.java:156)
at org.apache.commons.logging.impl.SLF4JLogFactory.getInstance(SLF4JLogFactory.java:132)
at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:645)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.jav
a:282)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderLis
tener.java:106)
at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.jav
a:771)
at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHand
ler.java:411)
at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:763)
at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:2
47)
at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1238)
at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:706)
at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:480)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:229)
at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollectio
n.java:172)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:229)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95)
at org.eclipse.jetty.server.Server.doStart(Server.java:277)
at org.mortbay.jetty.plugin.JettyServer.doStart(JettyServer.java:65)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
at org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:511)
at org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:364)
at org.mortbay.jetty.plugin.JettyRunMojo.execute(JettyRunMojo.java:516)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.j
ava:106)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBu
ilder.java:84)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBu
ilder.java:59)
at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter
.java:183)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:318)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:153)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:555)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:214)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:158)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:414)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:357)
Caused by:
java.lang.NullPointerException
at org.slf4j.impl.CasLoggerFactory.(CasLoggerFactory.java:67)
at org.slf4j.impl.StaticLoggerBinder.(StaticLoggerBinder.java:60)
at org.slf4j.impl.StaticLoggerBinder.(StaticLoggerBinder.java:38)
at org.slf4j.LoggerFactory.bind(LoggerFactory.java:129)
at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:108)
at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:302)
at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:276)
at org.apache.commons.logging.impl.SLF4JLogFactory.getInstance(SLF4JLogFactory.java:156)
at org.apache.commons.logging.impl.SLF4JLogFactory.getInstance(SLF4JLogFactory.java:132)
at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:645)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.jav
a:282)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderLis
tener.java:106)
at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.jav
a:771)
at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHand
ler.java:411)
at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:763)
at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:2
47)
at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1238)
at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:706)
at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:480)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:229)
at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollectio
n.java:172)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:229)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95)
at org.eclipse.jetty.server.Server.doStart(Server.java:277)
at org.mortbay.jetty.plugin.JettyServer.doStart(JettyServer.java:65)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
at org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:511)
at org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:364)
at org.mortbay.jetty.plugin.JettyRunMojo.execute(JettyRunMojo.java:516)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.j
ava:106)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBu
ilder.java:84)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBu
ilder.java:59)
at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter
.java:183)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:318)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:153)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:555)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:214)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:158)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:414)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:357)
2014-10-26 18:00:46.657:WARN:oejuc.AbstractLifeCycle:FAILED org.eclipse.jetty.server.handler.Context
HandlerCollection@2a2ffe86: MultiException[java.lang.ExceptionInInitializerError, java.lang.Exceptio
nInInitializerError]
MultiException[java.lang.ExceptionInInitializerError, java.lang.ExceptionInInitializerError]
at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:189)
at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollectio
n.java:172)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:229)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95)
at org.eclipse.jetty.server.Server.doStart(Server.java:277)
at org.mortbay.jetty.plugin.JettyServer.doStart(JettyServer.java:65)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
at org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:511)
at org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:364)
at org.mortbay.jetty.plugin.JettyRunMojo.execute(JettyRunMojo.java:516)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.j
ava:106)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBu
ilder.java:84)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBu
ilder.java:59)
at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter
.java:183)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:318)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:153)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:555)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:214)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:158)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:414)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:357)
2014-10-26 18:00:46.661:WARN:oejuc.AbstractLifeCycle:FAILED org.eclipse.jetty.server.handler.Handler
Collection@34ef250d: MultiException[java.lang.ExceptionInInitializerError, java.lang.ExceptionInInit
ializerError]
MultiException[java.lang.ExceptionInInitializerError, java.lang.ExceptionInInitializerError]
at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:189)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95)
at org.eclipse.jetty.server.Server.doStart(Server.java:277)
at org.mortbay.jetty.plugin.JettyServer.doStart(JettyServer.java:65)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
at org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:511)
at org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:364)
at org.mortbay.jetty.plugin.JettyRunMojo.execute(JettyRunMojo.java:516)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.j
ava:106)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBu
ilder.java:84)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBu
ilder.java:59)
at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter
.java:183)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:318)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:153)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:555)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:214)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:158)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:414)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:357)
2014-10-26 18:00:46.665:WARN:oejuc.AbstractLifeCycle:FAILED org.mortbay.jetty.plugin.JettyServer@1ee
015d5: MultiException[java.lang.ExceptionInInitializerError, java.lang.ExceptionInInitializerError]
MultiException[java.lang.ExceptionInInitializerError, java.lang.ExceptionInInitializerError]
at org.eclipse.jetty.server.Server.doStart(Server.java:270)
at org.mortbay.jetty.plugin.JettyServer.doStart(JettyServer.java:65)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
at org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:511)
at org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:364)
at org.mortbay.jetty.plugin.JettyRunMojo.execute(JettyRunMojo.java:516)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.j
ava:106)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBu
ilder.java:84)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBu
ilder.java:59)
at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter
.java:183)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:318)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:153)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:555)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:214)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:158)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:414)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:357)
[INFO] Jetty server exiting.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:35.656s
[INFO] Finished at: Sun Oct 26 18:00:46 NPT 2014
[INFO] Final Memory: 35M/384M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.mortbay.jetty:jetty-maven-plugin:8.1.7.v20120910:run (default-cli
) on project cas-overlay-server-demo: Failure: Multiple exceptions -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following arti
cles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

Error reading configuration file back-1.json

Hi all,

I am getting following error on clean installation with just Java 1.8 and maven installed. Please help, I have not made any changes in the code.

C:\code\cas-overlay-demo>java -jar cas-overlay-server-demo/target/cas.war

�[36m


/ / / | / \ / | \
| | | | / _ \ _
\ | |
| | | |
/ ___ \ ) | | |
| | _
|/
/ _|___/ | |
_\ /
/

CAS Version: 5.0.0.RC1
Build Date/Time: 2017-11-06T13:58:09.693Z
Java Home: C:\Program Files\Java\jre1.8.0_144
Java Vendor: Oracle Corporation
Java Version: 1.8.0_144
OS Architecture: amd64
OS Name: Windows 10
OS Version: 10.0

�[0m
2017-11-07 12:22:11,491 INFO [org.apereo.cas.web.CasWebApplication] -
2017-11-07 12:22:27,939 INFO [org.apache.catalina.core.StandardService] -
2017-11-07 12:22:27,947 INFO [org.apache.catalina.core.StandardEngine] - <Starting Servlet Engine: Apache Tomcat/8.5.4>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/velocity-1.7.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-modules-cache-0.8.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-orm-4.3.2.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/snakeyaml-1.17.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/pac4j-core-1.9.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-context-support-4.3.2.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/serializer-2.7.2.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/objenesis-2.4.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/tomcat-embed-el-8.5.4.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/thymeleaf-spring4-2.1.4.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/cas-server-core-audit-5.0.0.RC1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/jline-2.12.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-boot-actuator-1.4.0.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/cas-server-core-monitor-5.0.0.RC1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/validation-api-1.1.0.Final.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/annotations-2.0.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-js-2.4.4.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/groovy-swing-2.4.7.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/commons-beanutils-1.8.3.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/log4j-jcl-2.6.2.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/tomcat-embed-websocket-8.5.4.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-tuple-1.0.0.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-retry-1.1.2.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/person-directory-api-1.8.2.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/commons-cli-1.3.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-cloud-stream-1.0.2.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/metrics-annotation-3.1.2.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/shiro-core-1.2.6.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/jose4j-0.5.2.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/ognl-2.6.11.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/cas-server-webapp-config-5.0.0.RC1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/httpcore-4.4.4.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/JavaEWAH-0.7.9.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/log4j-api-2.6.2.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-security-core-4.1.1.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-cloud-starter-config-1.1.1.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/cas-server-core-configuration-5.0.0.RC1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/groovy-jsr223-2.4.7.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/stormpath-sdk-impl-0.9.3.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/cas-server-support-pm-5.0.0.RC1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/el-api-2.2.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-webmvc-pac4j-1.1.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/cas-server-core-authentication-5.0.0.RC1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/cas-server-core-web-5.0.0.RC1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/oscache-2.1.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/antlr-2.7.7.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/jandex-2.0.0.Final.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-cloud-config-client-1.1.3.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/hjson-2.0.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/cas-server-core-api-events-5.0.0.RC1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/cas-server-core-webflow-5.0.0.RC1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-messaging-4.3.2.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/metrics-jvm-3.1.2.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-boot-starter-web-1.4.0.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/pac4j-oauth-1.9.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/pac4j-http-1.9.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/jackson-annotations-2.8.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/jaxb-core-2.2.7.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-cloud-config-server-1.1.3.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/cas-client-core-3.4.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/cas-server-core-api-protocol-5.0.0.RC1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/ldaptive-beans-1.2.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/hibernate-commons-annotations-5.0.1.Final.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/activation-1.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/httpcore-4.4.5.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/cas-server-support-themes-5.0.0.RC1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/jackson-core-2.8.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/metrics-json-3.1.2.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-cloud-commons-1.1.1.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/cas-server-core-logging-5.0.0.RC1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-webflow-client-repo-1.0.3.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-expression-4.3.2.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-core-4.3.2.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/cdi-api-1.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/qdox-1.5.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-web-4.3.2.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/concurrent-1.3.4.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/kryo-shaded-3.0.3.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/groovy-console-2.4.7.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/log4j-slf4j-impl-2.6.2.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/istack-commons-runtime-2.16.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/pac4j-config-1.9.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/cas-server-support-reports-5.0.0.RC1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/groovy-groovysh-2.4.7.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/jstl-1.2.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-boot-autoconfigure-1.4.0.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/hibernate-validator-5.2.4.Final.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-retry-1.1.3.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/cas-server-support-ldap-core-5.0.0.RC1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/jcip-annotations-1.0-1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/cas-server-core-services-5.0.0.RC1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/cas-server-core-events-5.0.0.RC1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/pac4j-stormpath-1.9.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/reflections-0.9.10.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-security-core-4.1.2.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,137 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/jsch-0.1.50.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:28,418 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/META-INF/MANIFEST.MF] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,154 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/classes/META-INF/MANIFEST.MF] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,170 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/classes] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,170 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/velocity-1.7.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,170 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-modules-cache-0.8.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,170 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-orm-4.3.2.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,170 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/snakeyaml-1.17.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,170 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/pac4j-core-1.9.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,170 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-context-support-4.3.2.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,170 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/serializer-2.7.2.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,170 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/objenesis-2.4.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,170 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/tomcat-embed-el-8.5.4.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,170 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/thymeleaf-spring4-2.1.4.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,170 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/cas-server-core-audit-5.0.0.RC1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,170 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/jline-2.12.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,170 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-boot-actuator-1.4.0.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/cas-server-core-monitor-5.0.0.RC1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/validation-api-1.1.0.Final.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/annotations-2.0.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-js-2.4.4.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/groovy-swing-2.4.7.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/commons-beanutils-1.8.3.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/log4j-jcl-2.6.2.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/tomcat-embed-websocket-8.5.4.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-tuple-1.0.0.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-retry-1.1.2.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/person-directory-api-1.8.2.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/commons-cli-1.3.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-cloud-stream-1.0.2.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/metrics-annotation-3.1.2.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/shiro-core-1.2.6.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/jose4j-0.5.2.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/ognl-2.6.11.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/cas-server-webapp-config-5.0.0.RC1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/httpcore-4.4.4.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/JavaEWAH-0.7.9.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/log4j-api-2.6.2.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-security-core-4.1.1.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-cloud-starter-config-1.1.1.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/cas-server-core-configuration-5.0.0.RC1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/groovy-jsr223-2.4.7.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/stormpath-sdk-impl-0.9.3.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/cas-server-support-pm-5.0.0.RC1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/el-api-2.2.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-webmvc-pac4j-1.1.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/cas-server-core-authentication-5.0.0.RC1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/cas-server-core-web-5.0.0.RC1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/oscache-2.1.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/antlr-2.7.7.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/jandex-2.0.0.Final.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-cloud-config-client-1.1.3.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/hjson-2.0.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/cas-server-core-api-events-5.0.0.RC1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/cas-server-core-webflow-5.0.0.RC1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-messaging-4.3.2.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/metrics-jvm-3.1.2.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-boot-starter-web-1.4.0.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/pac4j-oauth-1.9.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/pac4j-http-1.9.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/jackson-annotations-2.8.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/jaxb-core-2.2.7.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-cloud-config-server-1.1.3.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/cas-client-core-3.4.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/cas-server-core-api-protocol-5.0.0.RC1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/ldaptive-beans-1.2.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/hibernate-commons-annotations-5.0.1.Final.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/activation-1.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/httpcore-4.4.5.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/cas-server-support-themes-5.0.0.RC1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/jackson-core-2.8.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/metrics-json-3.1.2.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-cloud-commons-1.1.1.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/cas-server-core-logging-5.0.0.RC1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-webflow-client-repo-1.0.3.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-expression-4.3.2.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-core-4.3.2.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/cdi-api-1.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/qdox-1.5.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-web-4.3.2.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/concurrent-1.3.4.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/kryo-shaded-3.0.3.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/groovy-console-2.4.7.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/log4j-slf4j-impl-2.6.2.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/istack-commons-runtime-2.16.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/pac4j-config-1.9.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/cas-server-support-reports-5.0.0.RC1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/groovy-groovysh-2.4.7.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/jstl-1.2.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-boot-autoconfigure-1.4.0.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/hibernate-validator-5.2.4.Final.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-retry-1.1.3.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/cas-server-support-ldap-core-5.0.0.RC1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/jcip-annotations-1.0-1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/cas-server-core-services-5.0.0.RC1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/cas-server-core-events-5.0.0.RC1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/pac4j-stormpath-1.9.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/reflections-0.9.10.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-security-core-4.1.2.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:31,185 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/jsch-0.1.50.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:34,725 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/httpcore-4.4.4.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:34,741 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/cas-server-core-tickets-5.0.0.RC1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:34,757 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/cas-server-support-reports-5.0.0.RC1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:34,757 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/annotations-2.0.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:34,757 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/stormpath-sdk-httpclient-0.9.3.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:34,803 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/userinfo-java-1.1.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:34,835 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/cas-client-support-saml-3.4.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:34,835 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/retrofit-1.6.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:34,835 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/groovy-templates-2.4.7.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:34,850 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/pac4j-stormpath-1.9.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:34,850 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/commons-attributes-api-2.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:34,850 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/pac4j-mongo-1.9.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:34,850 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/jsr250-api-1.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:34,870 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/jool-0.9.11.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:34,876 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/objenesis-2.4.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:34,876 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/cas-server-core-logging-5.0.0.RC1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:34,891 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-tuple-1.0.0.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:34,891 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/cas-server-core-events-5.0.0.RC1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:34,891 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/groovy-jsr223-2.4.7.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:34,891 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/reflections-0.9.10.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:34,908 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/cas-server-core-api-monitor-5.0.0.RC1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:34,915 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/cas-server-core-api-services-5.0.0.RC1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:34,920 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/inspektr-audit-1.5.GA.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:34,923 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/cas-server-webapp-config-5.0.0.RC1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:34,923 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/cas-server-support-actions-5.0.0.RC1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:34,923 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/cas-server-core-5.0.0.RC1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:34,923 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/tomcat-embed-websocket-8.5.4.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:34,938 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/commons-cli-1.3.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:34,938 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-webflow-client-repo-1.0.3.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:34,938 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/pac4j-saml-1.9.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:34,954 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/jfiglet-0.0.7.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:34,954 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/lang-tag-1.4.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:34,954 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/thymeleaf-layout-dialect-1.4.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:34,985 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-cloud-starter-1.1.1.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:34,985 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-retry-1.1.3.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:34,985 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/cas-server-core-api-authentication-5.0.0.RC1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:34,985 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/metrics-jvm-3.1.2.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:35,001 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/jcip-annotations-1.0-1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:35,001 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/qdox-1.5.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:35,016 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/serializer-2.7.2.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:35,032 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/cas-server-support-validation-5.0.0.RC1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:35,032 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/cas-server-core-logout-5.0.0.RC1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:35,032 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/inspektr-error-1.5.GA.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:35,048 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-security-core-4.1.1.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:35,048 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-websocket-4.3.2.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:35,063 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/shiro-core-1.2.6.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:35,157 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/hjson-2.0.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:35,173 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/cglib-nodep-2.1_3.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:35,173 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/cas-server-core-api-ticket-5.0.0.RC1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:35,173 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/spring-cloud-config-client-1.1.3.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:35,188 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/oro-2.0.8.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:35,188 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/cas-server-core-webflow-5.0.0.RC1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:35,188 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/metrics-healthchecks-3.1.2.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:35,188 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/pac4j-oidc-1.9.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:35,204 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/commons-attributes-compiler-2.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:35,204 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/lib/velocity-1.7.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:35,220 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/classes] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:35,220 WARN [org.apache.catalina.webresources.Cache] - <Unable to add the resource at [/WEB-INF/classes/META-INF] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache>
2017-11-07 12:22:59,995 INFO [org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/cas]] -
2017-11-07 12:23:00,386 INFO [org.apereo.cas.services.AbstractResourceBasedServiceRegistryDao] - <Watching service registry directory at C:\Users\F3825914\AppData\Local\Temp\cas\services>
2017-11-07 12:23:00,881 INFO [org.apereo.cas.services.DefaultServicesManagerImpl] - <Loaded 5 services from JsonServiceRegistryDao.>
2017-11-07 12:23:08,140 WARN [org.apereo.cas.config.CasSecurityContextConfiguration] - <>
2017-11-07 12:23:08,155 WARN [org.apereo.cas.config.CasSecurityContextConfiguration] - <


/ | | | / _ \ | _ \ | |
_
\ | | | | | || |
) || |
) | | | | || || __/ ||
|
/ || ___/ || ()

CAS is configured to accept a static list of credentials for authentication.
While this is generally useful for demo purposes, it is STRONGLY recommended
that you DISABLE this authentication method (by SETTING 'cas.authn.accept.users'
to a blank value) and switch to a mode that is more suitable for production.

2017-11-07 12:23:08,155 WARN [org.apereo.cas.config.CasSecurityContextConfiguration] - <>
2017-11-07 12:23:08,593 ERROR [org.apereo.cas.services.AbstractResourceBasedServiceRegistryDao] -
java.io.FileNotFoundException: C:\Users\F3825914\AppData\Local\Temp\cas\services\back-1.json (The process cannot access the file because it is being used by another process)
at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_144]
at java.io.FileInputStream.open(Unknown Source) ~[?:1.8.0_144]
at java.io.FileInputStream.(Unknown Source) ~[?:1.8.0_144]
at org.apereo.cas.services.AbstractResourceBasedServiceRegistryDao.load(AbstractResourceBasedServiceRegistryDao.java:206) ~[cas-server-core-services-5.0.0.RC1.jar!/:5.0.0.RC1]
at org.apereo.cas.services.AbstractResourceBasedServiceRegistryDao.lambda$load$1(AbstractResourceBasedServiceRegistryDao.java:159) ~[cas-server-core-services-5.0.0.RC1.jar!/:5.0.0.RC1]
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[?:1.8.0_144]
at java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[?:1.8.0_144]
at java.util.LinkedList$LLSpliterator.forEachRemaining(Unknown Source) ~[?:1.8.0_144]
at java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[?:1.8.0_144]
at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[?:1.8.0_144]
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[?:1.8.0_144]
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[?:1.8.0_144]
at java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[?:1.8.0_144]
at java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[?:1.8.0_144]
at org.apereo.cas.services.AbstractResourceBasedServiceRegistryDao.load(AbstractResourceBasedServiceRegistryDao.java:158) ~[cas-server-core-services-5.0.0.RC1.jar!/:5.0.0.RC1]
at org.apereo.cas.services.ServiceRegistryConfigWatcher.handleDeleteEvent(ServiceRegistryConfigWatcher.java:155) ~[cas-server-core-services-5.0.0.RC1.jar!/:5.0.0.RC1]
at org.apereo.cas.services.ServiceRegistryConfigWatcher.lambda$handleEvent$1(ServiceRegistryConfigWatcher.java:119) ~[cas-server-core-services-5.0.0.RC1.jar!/:5.0.0.RC1]
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[?:1.8.0_144]
at java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[?:1.8.0_144]
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[?:1.8.0_144]
at java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[?:1.8.0_144]
at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[?:1.8.0_144]
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[?:1.8.0_144]
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[?:1.8.0_144]
at java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[?:1.8.0_144]
at java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[?:1.8.0_144]
at org.apereo.cas.services.ServiceRegistryConfigWatcher.handleEvent(ServiceRegistryConfigWatcher.java:104) ~[cas-server-core-services-5.0.0.RC1.jar!/:5.0.0.RC1]
at org.apereo.cas.services.ServiceRegistryConfigWatcher.run(ServiceRegistryConfigWatcher.java:75) ~[cas-server-core-services-5.0.0.RC1.jar!/:5.0.0.RC1]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_144]
2017-11-07 12:23:08,593 WARN [org.apereo.cas.services.AbstractResourceBasedServiceRegistryDao] - <Could not load service definition from file C:\Users\F3825914\AppData\Local\Temp\cas\services\back-1.json>
2017-11-07 12:23:08,609 WARN [org.apereo.cas.services.AbstractResourceBasedServiceRegistryDao] - <1 errors encountered when loading service definitions. New definitions are not loaded until errors are corrected>
2017-11-07 12:23:08,609 WARN [org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext] - <Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceRegistryInitializer' defined in class path resource [org/apereo/cas/config/CasCoreServicesConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apereo.cas.services.ServiceRegistryInitializer]: Factory method 'serviceRegistryInitializer' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'embeddedJsonServiceRegistry' defined in class path resource [org/apereo/cas/config/CasCoreServicesConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apereo.cas.services.ServiceRegistryDao]: Factory method 'embeddedJsonServiceRegistry' threw exception; nested exception is java.lang.RuntimeException: java.io.IOException: Unable to delete file: C:\Users\F3825914\AppData\Local\Temp\cas\services\localhost-2.json>
2017-11-07 12:23:08,624 INFO [org.apache.catalina.core.StandardService] -
Exception in thread "main" java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:87)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:50)
at org.springframework.boot.loader.WarLauncher.main(WarLauncher.java:59)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceRegistryInitializer' defined in class path resource [org/apereo/cas/config/CasCoreServicesConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apereo.cas.services.ServiceRegistryInitializer]: Factory method 'serviceRegistryInitializer' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'embeddedJsonServiceRegistry' defined in class path resource [org/apereo/cas/config/CasCoreServicesConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apereo.cas.services.ServiceRegistryDao]: Factory method 'embeddedJsonServiceRegistry' threw exception; nested exception is java.lang.RuntimeException: java.io.IOException: Unable to delete file: C:\Users\F3825914\AppData\Local\Temp\cas\services\localhost-2.json
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:599)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1123)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1018)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:776)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:861)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:541)
at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:122)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:759)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:369)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:313)
at org.springframework.boot.builder.SpringApplicationBuilder.run(SpringApplicationBuilder.java:134)
at org.apereo.cas.web.CasWebApplication.main(CasWebApplication.java:61)
... 8 more
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apereo.cas.services.ServiceRegistryInitializer]: Factory method 'serviceRegistryInitializer' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'embeddedJsonServiceRegistry' defined in class path resource [org/apereo/cas/config/CasCoreServicesConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apereo.cas.services.ServiceRegistryDao]: Factory method 'embeddedJsonServiceRegistry' threw exception; nested exception is java.lang.RuntimeException: java.io.IOException: Unable to delete file: C:\Users\F3825914\AppData\Local\Temp\cas\services\localhost-2.json
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:189)
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588)
... 25 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'embeddedJsonServiceRegistry' defined in class path resource [org/apereo/cas/config/CasCoreServicesConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apereo.cas.services.ServiceRegistryDao]: Factory method 'embeddedJsonServiceRegistry' threw exception; nested exception is java.lang.RuntimeException: java.io.IOException: Unable to delete file: C:\Users\F3825914\AppData\Local\Temp\cas\services\localhost-2.json
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:599)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1123)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1018)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207)
at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:380)
at org.apereo.cas.config.CasCoreServicesConfiguration$$EnhancerBySpringCGLIB$$59644b09.embeddedJsonServiceRegistry()
at org.apereo.cas.config.CasCoreServicesConfiguration.serviceRegistryInitializer(CasCoreServicesConfiguration.java:126)
at org.apereo.cas.config.CasCoreServicesConfiguration$$EnhancerBySpringCGLIB$$59644b09.CGLIB$serviceRegistryInitializer$5()
at org.apereo.cas.config.CasCoreServicesConfiguration$$EnhancerBySpringCGLIB$$59644b09$$FastClassBySpringCGLIB$$58bd3c99.invoke()
at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:356)
at org.apereo.cas.config.CasCoreServicesConfiguration$$EnhancerBySpringCGLIB$$59644b09.serviceRegistryInitializer()
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)
... 26 more
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apereo.cas.services.ServiceRegistryDao]: Factory method 'embeddedJsonServiceRegistry' threw exception; nested exception is java.lang.RuntimeException: java.io.IOException: Unable to delete file: C:\Users\F3825914\AppData\Local\Temp\cas\services\localhost-2.json
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:189)
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588)
... 47 more
Caused by: java.lang.RuntimeException: java.io.IOException: Unable to delete file: C:\Users\F3825914\AppData\Local\Temp\cas\services\localhost-2.json
at com.google.common.base.Throwables.propagate(Throwables.java:160)
at org.apereo.cas.util.ResourceUtils.prepareClasspathResourceIfNeeded(ResourceUtils.java:136)
at org.apereo.cas.services.AbstractResourceBasedServiceRegistryDao.(AbstractResourceBasedServiceRegistryDao.java:87)
at org.apereo.cas.config.CasCoreServicesConfiguration$EmbeddedServiceRegistryDao.(CasCoreServicesConfiguration.java:156)
at org.apereo.cas.config.CasCoreServicesConfiguration.embeddedJsonServiceRegistry(CasCoreServicesConfiguration.java:136)
at org.apereo.cas.config.CasCoreServicesConfiguration$$EnhancerBySpringCGLIB$$59644b09.CGLIB$embeddedJsonServiceRegistry$9()
at org.apereo.cas.config.CasCoreServicesConfiguration$$EnhancerBySpringCGLIB$$59644b09$$FastClassBySpringCGLIB$$58bd3c99.invoke()
at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:356)
at org.apereo.cas.config.CasCoreServicesConfiguration$$EnhancerBySpringCGLIB$$59644b09.embeddedJsonServiceRegistry()
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)
... 48 more
Caused by: java.io.IOException: Unable to delete file: C:\Users\F3825914\AppData\Local\Temp\cas\services\localhost-2.json
at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:2381)
at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1679)
at org.apereo.cas.util.ResourceUtils.prepareClasspathResourceIfNeeded(ResourceUtils.java:111)
... 61 more

Demo not working

CAS Version: 5.0.0
Build Date/Time: 2016-11-10T10:00:20.500Z
System Temp Directory: C:\Users\lihao\AppData\Local\Temp\
Java Home: C:\Program Files\Java\jre1.8.0_91
Java Vendor: Oracle Corporation
Java Version: 1.8.0_91
JCE Installed: no
OS Architecture: amd64
OS Name: Windows 10
OS Version: 10.0

2016-11-10 18:03:46,247 WARN [org.apereo.cas.config.CasSecurityContextConfiguration] - <>
2016-11-10 18:03:46,250 WARN [org.apereo.cas.config.CasSecurityContextConfiguration] - <

 ____   _____   ___   ____   _
/ ___| |_   _| / _ \ |  _ \ | |
\___ \   | |  | | | || |_) || |
 ___) |  | |  | |_| ||  __/ |_|
|____/   |_|   \___/ |_|    (_)


CAS is configured to accept a static list of credentials for authentication.
While this is generally useful for demo purposes, it is STRONGLY recommended
that you DISABLE this authentication method (by SETTING 'cas.authn.accept.users'
to a blank value) and switch to a mode that is more suitable for production.
>
2016-11-10 18:03:46,250 WARN [org.apereo.cas.config.CasSecurityContextConfiguration] - <>
2016-11-10 18:03:46,444 WARN [org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext] - <Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceRegistryInitializer' defined in class path resource [org/apereo/cas/config/CasCoreServicesConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apereo.cas.services.ServiceRegistryInitializer]: Factory method 'serviceRegistryInitializer' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'embeddedJsonServiceRegistry' defined in class path resource [org/apereo/cas/config/CasCoreServicesConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apereo.cas.services.ServiceRegistryDao]: Factory method 'embeddedJsonServiceRegistry' threw exception; nested exception is java.lang.RuntimeException: java.io.IOException: Unable to delete file: C:\Users\lihao\AppData\Local\Temp\cas\services\localhost-2.json>
2016-11-10 18:03:46,451 WARN [org.apereo.cas.services.ServiceRegistryConfigWatcher] - <Directory key is no longer valid. Quitting watcher service>
2016-11-10 18:03:46,452 INFO [org.apache.catalina.core.StandardService] - <Stopping service Tomcat>
Exception in thread "main" java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48)
        at org.springframework.boot.loader.Launcher.launch(Launcher.java:87)
        at org.springframework.boot.loader.Launcher.launch(Launcher.java:50)
        at org.springframework.boot.loader.WarLauncher.main(WarLauncher.java:59)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceRegistryInitializer' defined in class path resource [org/apereo/cas/config/CasCoreServicesConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apereo.cas.services.ServiceRegistryInitializer]: Factory method 'serviceRegistryInitializer' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'embeddedJsonServiceRegistry' defined in class path resource [org/apereo/cas/config/CasCoreServicesConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apereo.cas.services.ServiceRegistryDao]: Factory method 'embeddedJsonServiceRegistry' threw exception; nested exception is java.lang.RuntimeException: java.io.IOException: Unable to delete file: C:\Users\lihao\AppData\Local\Temp\cas\services\localhost-2.json
        at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:599)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1128)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1023)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
        at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
        at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
        at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:751)
        at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:861)
        at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:541)
        at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:122)
        at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:761)
        at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:371)
        at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
        at org.springframework.boot.builder.SpringApplicationBuilder.run(SpringApplicationBuilder.java:134)
        at org.apereo.cas.web.CasWebApplication.main(CasWebApplication.java:61)
        ... 8 more
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apereo.cas.services.ServiceRegistryInitializer]: Factory method 'serviceRegistryInitializer' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'embeddedJsonServiceRegistry' defined in class path resource [org/apereo/cas/config/CasCoreServicesConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apereo.cas.services.ServiceRegistryDao]: Factory method 'embeddedJsonServiceRegistry' threw exception; nested exception is java.lang.RuntimeException: java.io.IOException: Unable to delete file: C:\Users\lihao\AppData\Local\Temp\cas\services\localhost-2.json
        at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:189)
        at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588)
        ... 25 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'embeddedJsonServiceRegistry' defined in class path resource [org/apereo/cas/config/CasCoreServicesConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apereo.cas.services.ServiceRegistryDao]: Factory method 'embeddedJsonServiceRegistry' threw exception; nested exception is java.lang.RuntimeException: java.io.IOException: Unable to delete file: C:\Users\lihao\AppData\Local\Temp\cas\services\localhost-2.json
        at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:599)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1128)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1023)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
        at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
        at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
        at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207)
        at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:380)
        at org.apereo.cas.config.CasCoreServicesConfiguration$$EnhancerBySpringCGLIB$$208eab0d.embeddedJsonServiceRegistry(<generated>)
        at org.apereo.cas.config.CasCoreServicesConfiguration.serviceRegistryInitializer(CasCoreServicesConfiguration.java:126)
        at org.apereo.cas.config.CasCoreServicesConfiguration$$EnhancerBySpringCGLIB$$208eab0d.CGLIB$serviceRegistryInitializer$8(<generated>)
        at org.apereo.cas.config.CasCoreServicesConfiguration$$EnhancerBySpringCGLIB$$208eab0d$$FastClassBySpringCGLIB$$4b324680.invoke(<generated>)
        at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
        at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:356)
        at org.apereo.cas.config.CasCoreServicesConfiguration$$EnhancerBySpringCGLIB$$208eab0d.serviceRegistryInitializer(<generated>)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)
        ... 26 more
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apereo.cas.services.ServiceRegistryDao]: Factory method 'embeddedJsonServiceRegistry' threw exception; nested exception is java.lang.RuntimeException: java.io.IOException: Unable to delete file: C:\Users\lihao\AppData\Local\Temp\cas\services\localhost-2.json
        at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:189)
        at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588)
        ... 47 more
Caused by: java.lang.RuntimeException: java.io.IOException: Unable to delete file: C:\Users\lihao\AppData\Local\Temp\cas\services\localhost-2.json
        at com.google.common.base.Throwables.propagate(Throwables.java:160)
        at org.apereo.cas.util.ResourceUtils.prepareClasspathResourceIfNeeded(ResourceUtils.java:146)
        at org.apereo.cas.services.AbstractResourceBasedServiceRegistryDao.<init>(AbstractResourceBasedServiceRegistryDao.java:87)
        at org.apereo.cas.config.CasCoreServicesConfiguration$EmbeddedServiceRegistryDao.<init>(CasCoreServicesConfiguration.java:156)
        at org.apereo.cas.config.CasCoreServicesConfiguration.embeddedJsonServiceRegistry(CasCoreServicesConfiguration.java:136)
        at org.apereo.cas.config.CasCoreServicesConfiguration$$EnhancerBySpringCGLIB$$208eab0d.CGLIB$embeddedJsonServiceRegistry$7(<generated>)
        at org.apereo.cas.config.CasCoreServicesConfiguration$$EnhancerBySpringCGLIB$$208eab0d$$FastClassBySpringCGLIB$$4b324680.invoke(<generated>)
        at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
        at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:356)
        at org.apereo.cas.config.CasCoreServicesConfiguration$$EnhancerBySpringCGLIB$$208eab0d.embeddedJsonServiceRegistry(<generated>)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)
        ... 48 more
Caused by: java.io.IOException: Unable to delete file: C:\Users\lihao\AppData\Local\Temp\cas\services\localhost-2.json
        at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:2381)
        at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1679)
        at org.apereo.cas.util.ResourceUtils.prepareClasspathResourceIfNeeded(ResourceUtils.java:120)
        ... 61 more

Unable to access http://localhost:8080/management

I have problem reaching the managment url. I have followed the instructions

  • cd cas-overlay-demo
  • mvn clean install
  • cd cas-overlay-server-demo
  • mvn jetty:run
  • call the http://localhost:8080/management url to access the CAS services management webapp
  • be redirected to CAS server and authenticate (username: jleleu, password: jleleu)
  • be redirected back to the CAS services management webapp, being successfully authenticated.

But in the last step I get redirected to http://localhost:8080/cas-management/j_spring_cas_security_check?ticket=...
which only shows

HTTP ERROR: 404
Problem accessing /cas-management/j_spring_cas_security_check. Reason:
Not Found
Powered by Jetty://

The only error message I can see is the warning on the CAS authenticate page: "Non-secure Connection. You are currently accessing CAS over a non-secure connection. Single Sign On WILL NOT WORK. In order to have single sign on work, you MUST log in over HTTPS."

Stacktrace while accessing /cas-management

I get a runtime exception when I try to access /cas-management:

Error creating bean with name 'validationAnnotationBeanPostProcessor' defined in ServletContext resource [/WEB-INF/spring-configuration/applicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoSuchFieldError: NULL
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'validationAnnotationBeanPostProcessor' defined in ServletContext resource [/WEB-INF/spring-configuration/applicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoSuchFieldError: NULL
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:532)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:461)
    at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:295)
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223)
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:292)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:198)
    at org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors(AbstractApplicationContext.java:753)
    at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:464)
    at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:272)
    at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:196)
    at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
    at org.jasig.cas.web.init.SafeContextLoaderListener.contextInitialized_aroundBody0(SafeContextLoaderListener.java:75)
    at org.jasig.cas.web.init.SafeContextLoaderListener.contextInitialized_aroundBody1$advice(SafeContextLoaderListener.java:54)
    at org.jasig.cas.web.init.SafeContextLoaderListener.contextInitialized(SafeContextLoaderListener.java:1)
    at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:771)
    at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:411)
    at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:763)
    at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:247)
    at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1238)
    at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:706)
    at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:480)
    at org.mortbay.jetty.plugin.JettyWebAppContext.doStart(JettyWebAppContext.java:293)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
    at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:229)
    at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:172)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
    at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:229)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
    at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95)
    at org.eclipse.jetty.server.Server.doStart(Server.java:277)
    at org.mortbay.jetty.plugin.JettyServer.doStart(JettyServer.java:65)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
    at org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:511)
    at org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:364)
    at org.mortbay.jetty.plugin.JettyRunMojo.execute(JettyRunMojo.java:516)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:106)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:317)
    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:152)
    at org.apache.maven.cli.MavenCli.execute(MavenCli.java:555)
    at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:214)
    at org.apache.maven.cli.MavenCli.main(MavenCli.java:158)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by:
java.lang.NoSuchFieldError: NULL
    at org.springframework.expression.TypedValue.<clinit>(TypedValue.java:31)
    at org.springframework.expression.spel.support.StandardEvaluationContext.setRootObject(StandardEvaluationContext.java:82)
    at org.springframework.expression.spel.support.StandardEvaluationContext.<init>(StandardEvaluationContext.java:71)
    at org.springframework.context.expression.StandardBeanExpressionResolver.evaluate(StandardBeanExpressionResolver.java:124)
    at org.springframework.beans.factory.support.AbstractBeanFactory.evaluateBeanDefinitionString(AbstractBeanFactory.java:1306)
    at org.springframework.beans.factory.support.BeanDefinitionValueResolver.evaluate(BeanDefinitionValueResolver.java:225)
    at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:201)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1393)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1134)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:522)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:461)
    at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:295)
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223)
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:292)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:198)
    at org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors(AbstractApplicationContext.java:753)
    at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:464)
    at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:272)
    at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:196)
    at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
    at org.jasig.cas.web.init.SafeContextLoaderListener.contextInitialized_aroundBody0(SafeContextLoaderListener.java:75)
    at org.jasig.cas.web.init.SafeContextLoaderListener.contextInitialized_aroundBody1$advice(SafeContextLoaderListener.java:54)
    at org.jasig.cas.web.init.SafeContextLoaderListener.contextInitialized(SafeContextLoaderListener.java:1)
    at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:771)
    at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:411)
    at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:763)
    at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:247)
    at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1238)
    at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:706)
    at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:480)
    at org.mortbay.jetty.plugin.JettyWebAppContext.doStart(JettyWebAppContext.java:293)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
    at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:229)
    at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:172)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
    at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:229)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
    at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95)
    at org.eclipse.jetty.server.Server.doStart(Server.java:277)
    at org.mortbay.jetty.plugin.JettyServer.doStart(JettyServer.java:65)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
    at org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:511)
    at org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:364)
    at org.mortbay.jetty.plugin.JettyRunMojo.execute(JettyRunMojo.java:516)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:106)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:317)
    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:152)
    at org.apache.maven.cli.MavenCli.execute(MavenCli.java:555)
    at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:214)
    at org.apache.maven.cli.MavenCli.main(MavenCli.java:158)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)

My guess is that is has to do with the fact that multiple versions of Spring are available at runtime. Can we fix the Spring version in the pom.xml?

Which version should I use

When building master branch there was error: Error assembling WAR: webxml attribute is required (or pre-existing WEB-INF/web.xml if executing in update mode) -> [Help 1]

I know there a bug for that error, so I tried branch 4.2.x and got different error: [ERROR] Failed to execute goal on project cas-overlay-server-demo: Could not resolve dependencies for project org.leleuj
:cas-overlay-server-demo:war:4.2.0-SNAPSHOT: Failure to find org.jasig.cas:cas-server-integration-restlet:jar:4.2.0-RC2
in https://build.shibboleth.net/nexus/content/groups/public was cached in the local repository, resolution will not be r
eattempted until the update interval of shibboleth-public-repo has elapsed or updates are forced -> [Help 1]

Which version is working right now?

The CAS management webapp is Unavailable

After use jleleu/jleleu login

web view:
The CAS management webapp is Unavailable
There was an error trying to complete your request. Please notify your support desk or try again.

console :

015-03-27 23:20:26.109:WARN:oejs.ServletHandler:/cas-management/manage.html
javax.el.PropertyNotFoundException: The class 'org.jasig.cas.services.RegexRegisteredService' does not have the property 'enabled'.
at javax.el.BeanELResolver.getBeanProperty(BeanELResolver.java:664)
at javax.el.BeanELResolver.getValue(BeanELResolver.java:293)
at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:188)
at com.sun.el.parser.AstValue.getValue(AstValue.java:138)
at com.sun.el.parser.AstValue.getValue(AstValue.java:183)
at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:224)
at org.apache.jasper.runtime.PageContextImpl.evaluateExpression(PageContextImpl.java:1009)
at org.apache.jsp.WEB_002dINF.view.jsp.manage_jsp._jspx_meth_c_forEach_0(manage_jsp.java:916)
at org.apache.jsp.WEB_002dINF.view.jsp.manage_jsp._jspService(manage_jsp.java:223)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:111)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:403)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:492)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:378)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:648)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:577)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1072)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
at org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:276)
at org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:103)
at org.springframework.web.servlet.view.InternalResourceView.renderMergedOutputModel(InternalResourceView.java:168)
at org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:303)
at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1228)
at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1011)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:955)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:877)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:966)
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:857)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:735)
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:842)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:648)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1336)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:344)
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:261)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:118)
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:84)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:103)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:154)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
at org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter.doFilter(DefaultLoginPageGeneratingFilter.java:155)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:199)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:199)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:110)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:50)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192)
at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:160)
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:344)
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:261)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
at com.github.inspektr.common.web.ClientInfoThreadLocalFilter.doFilter(ClientInfoThreadLocalFilter.java:63)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:559)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1072)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:255)
at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:154)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
at org.eclipse.jetty.server.Server.handle(Server.java:365)
at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:926)
at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:988)
at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:635)
at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:627)
at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:51)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
at java.lang.Thread.run(Thread.java:744)

The class 'org.jasig.cas.services.RegexRegisteredService' does not have the property 'anonymousAccess'

2014-11-24 22:10:35.665:WARN:oejs.ServletHandler:/cas-management/manage.html
javax.el.PropertyNotFoundException: The class 'org.jasig.cas.services.RegexRegisteredService' does not have the property 'anonymousAccess'.
    at javax.el.BeanELResolver.getBeanProperty(BeanELResolver.java:664)
    at javax.el.BeanELResolver.getValue(BeanELResolver.java:293)
    at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:188)
    at com.sun.el.parser.AstValue.getValue(AstValue.java:120)
    at com.sun.el.parser.AstValue.getValue(AstValue.java:167)
    at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:224)
    at org.apache.jasper.runtime.PageContextImpl.evaluateExpression(PageContextImpl.java:1009)
    at org.apache.jsp.WEB_002dINF.view.jsp.manage_jsp._jspx_meth_c_forEach_0(manage_jsp.java:927)
    at org.apache.jsp.WEB_002dINF.view.jsp.manage_jsp._jspService(manage_jsp.java:223)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:111)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:403)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:492)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:378)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
    at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:648)
    at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
    at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
    at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:577)
    at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
    at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1072)
    at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
    at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
    at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
    at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
    at org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:276)
    at org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:103)
    at org.springframework.web.servlet.view.InternalResourceView.renderMergedOutputModel(InternalResourceView.java:172)
    at org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:303)
    at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1228)
    at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1011)
    at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:955)
    at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:877)
    at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:966)
    at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:857)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:735)
    at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:842)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
    at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:648)
    at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1336)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
    at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:108)
    at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:84)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
    at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
    at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:64)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
    at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
    at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:154)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
    at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
    at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
    at org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter.doFilter(DefaultLoginPageGeneratingFilter.java:155)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
    at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:199)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
    at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:199)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
    at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:110)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:101)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
    at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:65)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
    at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192)
    at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166)
    at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:344)
    at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:261)
    at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
    at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:118)
    at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:84)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
    at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
    at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:103)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
    at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
    at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:154)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
    at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
    at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
    at org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter.doFilter(DefaultLoginPageGeneratingFilter.java:155)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
    at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:199)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
    at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:199)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
    at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:110)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
    at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:50)
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
    at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
    at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192)
    at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:160)
    at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:344)
    at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:261)
    at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
    at com.github.inspektr.common.web.ClientInfoThreadLocalFilter.doFilter(ClientInfoThreadLocalFilter.java:63)
    at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
    at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
    at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
    at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:559)
    at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
    at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1072)
    at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
    at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
    at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
    at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
    at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:255)
    at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:154)
    at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
    at org.eclipse.jetty.server.Server.handle(Server.java:365)
    at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
    at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:926)
    at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:988)
    at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:635)
    at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
    at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
    at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:627)
    at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:51)
    at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
    at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
    at java.lang.Thread.run(Thread.java:745)

cas-management 503

[WARNING] Failed startup of context o.m.j.p.JettyWebAppContext{/cas,[file:/E:/wo
rkspace/cas421/cas-overlay-server-demo/src/main/webapp/, file:/E:/workspace/cas4
21/cas-overlay-server-demo/target/tmp/cas-server-webapp-4_2_1_war/]},file:/E:/wo
rkspace/cas421/cas-overlay-server-demo/src/main/webapp/
org.springframework.beans.factory.BeanDefinitionStoreException: Could not resolv
e bean definition resource pattern [/WEB-INF/spring-configuration/*.xml]; nested
 exception is java.io.FileNotFoundException: ServletContext resource [/WEB-INF/s
pring-configuration/] cannot be resolved to URL because it does not exist
        at org.springframework.beans.factory.support.AbstractBeanDefinitionReade
r.loadBeanDefinitions(AbstractBeanDefinitionReader.java:229)
        at org.springframework.beans.factory.support.AbstractBeanDefinitionReade
r.loadBeanDefinitions(AbstractBeanDefinitionReader.java:188)
        at org.springframework.web.context.support.XmlWebApplicationContext.load
BeanDefinitions(XmlWebApplicationContext.java:125)
        at org.springframework.web.context.support.XmlWebApplicationContext.load
BeanDefinitions(XmlWebApplicationContext.java:94)
        at org.springframework.context.support.AbstractRefreshableApplicationCon
text.refreshBeanFactory(AbstractRefreshableApplicationContext.java:129)
        at org.springframework.context.support.AbstractApplicationContext.obtain
FreshBeanFactory(AbstractApplicationContext.java:608)
        at org.springframework.context.support.AbstractApplicationContext.refres
h(AbstractApplicationContext.java:509)
        at org.springframework.web.context.ContextLoader.configureAndRefreshWebA
pplicationContext(ContextLoader.java:446)
        at org.springframework.web.context.ContextLoader.initWebApplicationConte
xt(ContextLoader.java:328)
        at org.springframework.web.context.ContextLoaderListener.contextInitiali
zed(ContextLoaderListener.java:107)
        at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialize
d(ContextHandler.java:771)
        at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialize
d(ServletContextHandler.java:411)
        at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextH
andler.java:763)
        at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletC
ontextHandler.java:247)
        at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.jav
a:1238)
        at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandle
r.java:706)
        at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:480
)
        at org.mortbay.jetty.plugin.JettyWebAppContext.doStart(JettyWebAppContex
t.java:293)
        at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLife
Cycle.java:64)
        at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCol
lection.java:229)
        at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(Con
textHandlerCollection.java:172)
        at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLife
Cycle.java:64)
        at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCol
lection.java:229)
        at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLife
Cycle.java:64)
        at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrappe
r.java:95)
        at org.eclipse.jetty.server.Server.doStart(Server.java:277)
        at org.mortbay.jetty.plugin.JettyServer.doStart(JettyServer.java:65)
        at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLife
Cycle.java:64)
        at org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMo
jo.java:511)
        at org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.
java:364)
        at org.mortbay.jetty.plugin.JettyRunMojo.execute(JettyRunMojo.java:516)
        at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(Default
BuildPluginManager.java:134)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor
.java:207)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor
.java:153)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor
.java:145)
        at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProje
ct(LifecycleModuleBuilder.java:116)
        at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProje
ct(LifecycleModuleBuilder.java:80)
        at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThre
adedBuilder.build(SingleThreadedBuilder.java:51)
        at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(Lifecycl
eStarter.java:128)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
        at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
        at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Laun
cher.java:289)
        at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.jav
a:229)
        at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(La
uncher.java:415)
        at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:
356)
Caused by: java.io.FileNotFoundException: ServletContext resource [/WEB-INF/spri
ng-configuration/] cannot be resolved to URL because it does not exist
        at org.springframework.web.context.support.ServletContextResource.getURL
(ServletContextResource.java:156)
        at org.springframework.core.io.support.PathMatchingResourcePatternResolv
er.findPathMatchingResources(PathMatchingResourcePatternResolver.java:413)
        at org.springframework.core.io.support.PathMatchingResourcePatternResolv
er.getResources(PathMatchingResourcePatternResolver.java:287)
        at org.springframework.context.support.AbstractApplicationContext.getRes
ources(AbstractApplicationContext.java:1266)
        at org.springframework.beans.factory.support.AbstractBeanDefinitionReade
r.loadBeanDefinitions(AbstractBeanDefinitionReader.java:216)
        ... 52 more
四月 16, 2016 4:17:49 下午 org.apache.catalina.core.StandardContext listenerStart
严重: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'requestParameterAuthenticationPolicyWebflowEventResolver': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected org.springframework.web.util.CookieGenerator org.jasig.cas.web.flow.resolver.AbstractCasWebflowEventResolver.warnCookieGenerator; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.springframework.web.util.CookieGenerator] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@javax.validation.constraints.NotNull(message={javax.validation.constraints.NotNull.message}, groups=[], payload=[]), @org.springframework.beans.factory.annotation.Autowired(required=true), @org.springframework.beans.factory.annotation.Qualifier(value=warnCookieGenerator)}
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
    at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:772)
    at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:839)
    at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:538)
    at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:446)
    at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:328)
    at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:107)
    at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4994)
    at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5492)
    at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
    at org.apache.catalina.manager.ManagerServlet.start(ManagerServlet.java:1286)
    at org.apache.catalina.manager.HTMLManagerServlet.start(HTMLManagerServlet.java:694)
    at org.apache.catalina.manager.HTMLManagerServlet.doPost(HTMLManagerServlet.java:217)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:646)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
    at org.apache.catalina.filters.CsrfPreventionFilter.doFilter(CsrfPreventionFilter.java:213)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
    at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
    at org.apache.catalina.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:108)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:612)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
    at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:950)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:421)
    at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1070)
    at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:611)
    at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:316)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
    at java.lang.Thread.run(Thread.java:745)
Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected org.springframework.web.util.CookieGenerator org.jasig.cas.web.flow.resolver.AbstractCasWebflowEventResolver.warnCookieGenerator; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.springframework.web.util.CookieGenerator] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@javax.validation.constraints.NotNull(message={javax.validation.constraints.NotNull.message}, groups=[], payload=[]), @org.springframework.beans.factory.annotation.Autowired(required=true), @org.springframework.beans.factory.annotation.Qualifier(value=warnCookieGenerator)}
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:573)
    at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
    ... 47 more
Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.springframework.web.util.CookieGenerator] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@javax.validation.constraints.NotNull(message={javax.validation.constraints.NotNull.message}, groups=[], payload=[]), @org.springframework.beans.factory.annotation.Autowired(required=true), @org.springframework.beans.factory.annotation.Qualifier(value=warnCookieGenerator)}
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoSuchBeanDefinitionException(DefaultListableBeanFactory.java:1373)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1119)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1014)
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:545)
    ... 49 more

Not able to run this demo

I was able to run cas server last week (but cas-management does not work).
I get the newest version of code from master branch today, and firstly, I got following failure when building it:

[INFO] CAS Overlay demo ................................... SUCCESS [ 0.357 s]
[INFO] CAS Overlay server demo ............................ SUCCESS [ 11.574 s]
[INFO] CAS Overlay management demo ........................ FAILURE [ 3.659 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15.720 s
[INFO] Finished at: 2016-05-02T14:25:55-07:00
[INFO] Final Memory: 20M/1412M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-war-plugin:2.2:war (default-war) on project cas-overlay-management-demo: Error assembling WAR: webxml attribute is required (or pre-existing WEB-INF/web.xml if executing in update mode) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

then I add web.xml to management demo as following:

<?xml version="1.0" encoding="ISO-8859-1"?>
<web-app xmlns="http://java.sun.com/xml/ns/javaee"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
         version="3.0" metadata-complete="true">
</web-app>

After this change, I can build successfully. But there is error when I try to run the project, the 2 main errors are as following:
The first error is as following:

java.lang.ClassNotFoundException: org.jasig.cas.CasEnvironmentContextListener
at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50)
at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:247)
at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:429)
at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:382)
at org.eclipse.jetty.server.handler.ContextHandler.loadClass(ContextHandler.java:1514)
at org.eclipse.jetty.webapp.StandardDescriptorProcessor.visitListener(StandardDescriptorProcessor.java:1831)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.eclipse.jetty.webapp.IterativeDescriptorProcessor.visit(IterativeDescriptorProcessor.java:85)
at org.eclipse.jetty.webapp.IterativeDescriptorProcessor.process(IterativeDescriptorProcessor.java:72)
at org.eclipse.jetty.webapp.MetaData.resolve(MetaData.java:337)
at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1236)
at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:706)
at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:480)
at org.mortbay.jetty.plugin.JettyWebAppContext.doStart(JettyWebAppContext.java:293)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:229)
at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:172)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:229)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95)
at org.eclipse.jetty.server.Server.doStart(Server.java:277)
at org.mortbay.jetty.plugin.JettyServer.doStart(JettyServer.java:65)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
at org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:511)
at org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:364)
at org.mortbay.jetty.plugin.JettyRunMojo.execute(JettyRunMojo.java:516)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:862)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:286)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:197)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)

The second error is as following:

2016-05-02 14:02:28,951 ERROR [org.springframework.web.context.ContextLoader] - Context initialization failed
org.springframework.beans.factory.BeanDefinitionStoreException: Could not resolve bean definition resource pattern [/WEB-INF/spring-configuration/*.xml]; nested exception is java.io.FileNotFoundException: ServletContext resource [/WEB-INF/spring-configuration/] cannot be resolved to URL because it does not exist
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:229) ~[spring-beans-4.2.5.RELEASE.jar:4.2.5.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:188) ~[spring-beans-4.2.5.RELEASE.jar:4.2.5.RELEASE]
at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:125) ~[spring-web-4.2.5.RELEASE.jar:4.2.5.RELEASE]
at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:94) ~[spring-web-4.2.5.RELEASE.jar:4.2.5.RELEASE]
at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:129) ~[spring-context-4.2.5.RELEASE.jar:4.2.5.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:609) ~[spring-context-4.2.5.RELEASE.jar:4.2.5.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:510) ~[spring-context-4.2.5.RELEASE.jar:4.2.5.RELEASE]
at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:444) ~[spring-web-4.2.5.RELEASE.jar:4.2.5.RELEASE]
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:326) ~[spring-web-4.2.5.RELEASE.jar:4.2.5.RELEASE]
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:107) ~[spring-web-4.2.5.RELEASE.jar:4.2.5.RELEASE]
at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:771) ~[jetty-server-8.1.7.v20120910.jar:8.1.7.v20120910]
at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:411) ~[jetty-servlet-8.1.7.v20120910.jar:8.1.7.v20120910]
at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:763) ~[jetty-server-8.1.7.v20120910.jar:8.1.7.v20120910]
at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:247) ~[jetty-servlet-8.1.7.v20120910.jar:8.1.7.v20120910]
at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1238) ~[jetty-webapp-8.1.7.v20120910.jar:8.1.7.v20120910]
at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:706) ~[jetty-server-8.1.7.v20120910.jar:8.1.7.v20120910]
at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:480) ~[jetty-webapp-8.1.7.v20120910.jar:8.1.7.v20120910]
at org.mortbay.jetty.plugin.JettyWebAppContext.doStart(JettyWebAppContext.java:293) ~[jetty-maven-plugin-8.1.7.v20120910.jar:8.1.7.v20120910]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) ~[jetty-util-8.1.7.v20120910.jar:8.1.7.v20120910]
at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:229) ~[jetty-server-8.1.7.v20120910.jar:8.1.7.v20120910]
at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:172) ~[jetty-server-8.1.7.v20120910.jar:8.1.7.v20120910]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) ~[jetty-util-8.1.7.v20120910.jar:8.1.7.v20120910]
at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:229) ~[jetty-server-8.1.7.v20120910.jar:8.1.7.v20120910]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) ~[jetty-util-8.1.7.v20120910.jar:8.1.7.v20120910]
at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95) ~[jetty-server-8.1.7.v20120910.jar:8.1.7.v20120910]
at org.eclipse.jetty.server.Server.doStart(Server.java:277) ~[jetty-server-8.1.7.v20120910.jar:8.1.7.v20120910]
at org.mortbay.jetty.plugin.JettyServer.doStart(JettyServer.java:65) ~[jetty-maven-plugin-8.1.7.v20120910.jar:8.1.7.v20120910]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) ~[jetty-util-8.1.7.v20120910.jar:8.1.7.v20120910]
at org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:511) ~[jetty-maven-plugin-8.1.7.v20120910.jar:8.1.7.v20120910]
at org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:364) ~[jetty-maven-plugin-8.1.7.v20120910.jar:8.1.7.v20120910]
at org.mortbay.jetty.plugin.JettyRunMojo.execute(JettyRunMojo.java:516) ~[jetty-maven-plugin-8.1.7.v20120910.jar:8.1.7.v20120910]
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134) ~[?:?]
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208) ~[?:?]
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) ~[?:?]
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) ~[?:?]
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116) ~[?:?]
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80) ~[?:?]
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51) ~[?:?]
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) ~[?:?]
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307) ~[?:?]
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193) ~[?:?]
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106) ~[?:?]
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:862) ~[?:?]
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:286) ~[?:?]
at org.apache.maven.cli.MavenCli.main(MavenCli.java:197) ~[?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_60]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_60]
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_60]
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289) ~[?:?]
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229) ~[?:?]
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415) ~[?:?]
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356) ~[?:?]
Caused by: java.io.FileNotFoundException: ServletContext resource [/WEB-INF/spring-configuration/] cannot be resolved to URL because it does not exist
at org.springframework.web.context.support.ServletContextResource.getURL(ServletContextResource.java:156) ~[spring-web-4.2.5.RELEASE.jar:4.2.5.RELEASE]
at org.springframework.core.io.support.PathMatchingResourcePatternResolver.findPathMatchingResources(PathMatchingResourcePatternResolver.java:419) ~[spring-core-4.2.5.RELEASE.jar:4.2.5.RELEASE]
at org.springframework.core.io.support.PathMatchingResourcePatternResolver.getResources(PathMatchingResourcePatternResolver.java:287) ~[spring-core-4.2.5.RELEASE.jar:4.2.5.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.getResources(AbstractApplicationContext.java:1269) ~[spring-context-4.2.5.RELEASE.jar:4.2.5.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:216) ~[spring-beans-4.2.5.RELEASE.jar:4.2.5.RELEASE]

Manifest not found

Hey, I was trying to set up your cas server and I always get this error following your instructions, any idea?
/usr/lib/jvm/java-11-openjdk-11.0.14.0.9-2.el8_5.x86_64/bin/java -jar target/cas.war no hay ningún atributo de manifiesto principal en target/cas.war

Thanks

Demo not working: Application Not Authorized to Use CAS

Hello,

I followed the exact steps on the README, but it ends up with an

Application Not Authorized to Use CAS

error message on the management app.

I think it's also linked to the Warn log I'm getting on the CAS server:

 2016-09-26 12:09:25,749 WARN [org.apereo.cas.web.flow.ServiceAuthorizationCheck] - <Service Management: missing service. Service [http://localhost:8081/cas-management/callback?client_name=CasClient] is not found in service registry.>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.