Hello everyone,

I have been battling with the manager for many days and I have not been 
able to succeed with the configuration, it always generates the message 
"Access Denied".
I have to configure CAS to authenticate with LDAP AD, this part I have 
succeeded in, not the correct way of assigning properties in the 
cas.propeties file located in "/etc/cas/config" because it does not 
recognize it in windows, even if I put the Values ​​to 
cas.standalone.config as "file:/etc/cas/config" or "/etc/cas/config" or 
"/etc/cas/config/cas.properties" does not load them. If someone knows the 
answer, I would be grateful if you could tell me how to solve it.

I follow.

I compile the manager-overlay, I modify the user as follows: userid = 
userid, ROLE_ADMIN as in version 4.2.7 to have the admin users in file, but 
I do not think that this file is loaded as well because the propety is in 
the external management.properties War in "/etc/cas/config".
I clarify that all this is in windows 7, in case there is any doubt, the 
routes I have also put the value "file:///c:/etc/cas/config" and gives the 
same.

What am I doing wrong?. I have read the documentation and it is quite 
complex to understand to apply a few simple configuration parameters, it is 
very generic, you have to guess anyone who is new to CAS configuration, it 
will take more than two or four days doing wonders to achieve something 
stable.

Should the manager be configured with the LDAP settings just like the CAS 
so that it does not generate that message?
Are there any additional settings?
I have tested with versions 5.0.5 and now with the 5.1 I think is more 
stable.

The other problem that has arisen when I activate SAML and SAML2 is an 
error of a class that does not find, this was not happening with version 
5.0.5, it can be a problem since it does not solve the repository of 
shibboleth and I had to download Manually the dependencies and place them 
in my local Maven repository, but even so when it starts the CAS-Server 5.1 
generates that error.

I appreciate the help that I can offer to configure them correctly. 
Reconosco that I am not skilled in this of configurations as I dedicate 
myself to the development of front-ent and backend.
Thank you

*Error trace SAML*
2017-06-08 13:19:04,527 DEBUG 
[org.opensaml.core.config.InitializationService] - <Initializing module 
initializer implementation: 
org.opensaml.xmlsec.config.ApacheXMLSecurityInitializer>
2017-06-08 13:19:04,528 DEBUG 
[org.opensaml.xmlsec.config.ApacheXMLSecurityInitializer] - <Apache 
XMLSecurity library was already initialized, skipping...>
2017-06-08 13:19:04,529 DEBUG 
[org.opensaml.core.config.InitializationService] - <Initializing module 
initializer implementation: 
org.opensaml.xmlsec.config.GlobalSecurityConfigurationInitializer>
2017-06-08 13:19:04,581 DEBUG 
[org.apereo.cas.support.saml.OpenSamlConfigBean] - <Initialized OpenSaml 
successfully.>
2017-06-08 13:19:06,408 INFO 
[org.apereo.cas.support.saml.web.idp.metadata.TemplatedMetadataAndCertificatesGenerationService]
 
- <Metadata directory location is at [URL [file:/etc/cas/saml]] with 
entityID [https://cas.pso.com:8443/cas/idp]>
2017-06-08 13:19:06,408 DEBUG 
[org.apereo.cas.support.saml.web.idp.metadata.TemplatedMetadataAndCertificatesGenerationService]
 
- <Preparing to generate metadata for entityId 
[https://cas.pso.com:8443/cas/idp]>
2017-06-08 13:19:06,408 INFO 
[org.apereo.cas.support.saml.web.idp.metadata.TemplatedMetadataAndCertificatesGenerationService]
 
- <Metadata is available at [\etc\cas\saml\idp-metadata.xml]>
2017-06-08 13:19:06,440 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 'samlIdPObjectSignatureValidator' defined in class 
path resource [org/apereo/cas/config/SamlIdPConfiguration.class]: Bean 
instantiation via factory method failed; nested exception is 
org.springframework.beans.BeanInstantiationException: Failed to instantiate 
[org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectSignatureValidator]:
 
Factory method 'samlIdPObjectSignatureValidator' threw exception; nested 
exception is org.springframework.beans.factory.BeanCreationException: Error 
creating bean with name 'casSamlIdPMetadataResolver' defined in class path 
resource [org/apereo/cas/config/SamlIdPConfiguration.class]: Bean 
instantiation via factory method failed; nested exception is 
org.springframework.beans.BeanInstantiationException: Failed to instantiate 
[org.opensaml.saml.metadata.resolver.MetadataResolver]: Factory method 
'casSamlIdPMetadataResolver' threw exception; nested exception is 
java.lang.NoClassDefFoundError: 
net/shibboleth/ext/spring/resource/ResourceHelper>
2017-06-08 13:19:06,461 WARN 
[org.apereo.cas.services.ServiceRegistryConfigWatcher] - <Directory key is 
no longer valid. Quitting watcher service>
2017-06-08 13:19:06,473 ERROR [org.springframework.boot.SpringApplication] 
- <Application startup failed>
org.springframework.beans.factory.BeanCreationException: Error creating 
bean with name 'samlIdPObjectSignatureValidator' defined in class path 
resource [org/apereo/cas/config/SamlIdPConfiguration.class]: Bean 
instantiation via factory method failed; nested exception is 
org.springframework.beans.BeanInstantiationException: Failed to instantiate 
[org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectSignatureValidator]:
 
Factory method 'samlIdPObjectSignatureValidator' threw exception; nested 
exception is org.springframework.beans.factory.BeanCreationException: Error 
creating bean with name 'casSamlIdPMetadataResolver' defined in class path 
resource [org/apereo/cas/config/SamlIdPConfiguration.class]: Bean 
instantiation via factory method failed; nested exception is 
org.springframework.beans.BeanInstantiationException: Failed to instantiate 
[org.opensaml.saml.metadata.resolver.MetadataResolver]: Factory method 
'casSamlIdPMetadataResolver' threw exception; nested exception is 
java.lang.NoClassDefFoundError: 
net/shibboleth/ext/spring/resource/ResourceHelper
at 
org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:599)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1173)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1067)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:761)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:866)
 
~[spring-context-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:542)
 
~[spring-context-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:122)
 
~[spring-boot-1.5.3.RELEASE.jar:1.5.3.RELEASE]
at 
org.springframework.boot.SpringApplication.refresh(SpringApplication.java:737) 
~[spring-boot-1.5.3.RELEASE.jar:1.5.3.RELEASE]
at 
org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:370)
 
~[spring-boot-1.5.3.RELEASE.jar:1.5.3.RELEASE]
at 
org.springframework.boot.SpringApplication.run(SpringApplication.java:314) 
~[spring-boot-1.5.3.RELEASE.jar:1.5.3.RELEASE]
at 
org.springframework.boot.web.support.SpringBootServletInitializer.run(SpringBootServletInitializer.java:151)
 
~[spring-boot-1.5.3.RELEASE.jar:1.5.3.RELEASE]
at 
org.springframework.boot.web.support.SpringBootServletInitializer.createRootApplicationContext(SpringBootServletInitializer.java:131)
 
~[spring-boot-1.5.3.RELEASE.jar:1.5.3.RELEASE]
at 
org.springframework.boot.web.support.SpringBootServletInitializer.onStartup(SpringBootServletInitializer.java:86)
 
~[spring-boot-1.5.3.RELEASE.jar:1.5.3.RELEASE]
at 
org.springframework.web.SpringServletContainerInitializer.onStartup(SpringServletContainerInitializer.java:169)
 
~[spring-web-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5196)
 
~[catalina.jar:8.5.15]
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) 
~[catalina.jar:8.5.15]
at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:752) 
~[catalina.jar:8.5.15]
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:728) 
~[catalina.jar:8.5.15]
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:734) 
~[catalina.jar:8.5.15]
at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:952) 
~[catalina.jar:8.5.15]
at 
org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1823) 
~[catalina.jar:8.5.15]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 
~[?:1.8.0_71]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_71]
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) 
[?:1.8.0_71]
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
[?:1.8.0_71]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_71]
Caused by: org.springframework.beans.BeanInstantiationException: Failed to 
instantiate 
[org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectSignatureValidator]:
 
Factory method 'samlIdPObjectSignatureValidator' threw exception; nested 
exception is org.springframework.beans.factory.BeanCreationException: Error 
creating bean with name 'casSamlIdPMetadataResolver' defined in class path 
resource [org/apereo/cas/config/SamlIdPConfiguration.class]: Bean 
instantiation via factory method failed; nested exception is 
org.springframework.beans.BeanInstantiationException: Failed to instantiate 
[org.opensaml.saml.metadata.resolver.MetadataResolver]: Factory method 
'casSamlIdPMetadataResolver' threw exception; nested exception is 
java.lang.NoClassDefFoundError: 
net/shibboleth/ext/spring/resource/ResourceHelper
at 
org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:189)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
... 31 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error 
creating bean with name 'casSamlIdPMetadataResolver' defined in class path 
resource [org/apereo/cas/config/SamlIdPConfiguration.class]: Bean 
instantiation via factory method failed; nested exception is 
org.springframework.beans.BeanInstantiationException: Failed to instantiate 
[org.opensaml.saml.metadata.resolver.MetadataResolver]: Factory method 
'casSamlIdPMetadataResolver' threw exception; nested exception is 
java.lang.NoClassDefFoundError: 
net/shibboleth/ext/spring/resource/ResourceHelper
at 
org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:599)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1173)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1067)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.obtainBeanInstanceFromFactory(ConfigurationClassEnhancer.java:389)
 
~[spring-context-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:361)
 
~[spring-context-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.apereo.cas.config.SamlIdPConfiguration$$EnhancerBySpringCGLIB$$2462edf4.casSamlIdPMetadataResolver(<generated>)
 
~[cas-server-support-saml-idp-5.1.0.jar:5.1.0]
at 
org.apereo.cas.config.SamlIdPConfiguration.samlIdPObjectSignatureValidator(SamlIdPConfiguration.java:260)
 
~[cas-server-support-saml-idp-5.1.0.jar:5.1.0]
at 
org.apereo.cas.config.SamlIdPConfiguration$$EnhancerBySpringCGLIB$$2462edf4.CGLIB$samlIdPObjectSignatureValidator$20(<generated>)
 
~[cas-server-support-saml-idp-5.1.0.jar:5.1.0]
at 
org.apereo.cas.config.SamlIdPConfiguration$$EnhancerBySpringCGLIB$$2462edf4$$FastClassBySpringCGLIB$$cd19e0c1.invoke(<generated>)
 
~[cas-server-support-saml-idp-5.1.0.jar:5.1.0]
at 
org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228) 
~[spring-core-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:358)
 
~[spring-context-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.apereo.cas.config.SamlIdPConfiguration$$EnhancerBySpringCGLIB$$2462edf4.samlIdPObjectSignatureValidator(<generated>)
 
~[cas-server-support-saml-idp-5.1.0.jar:5.1.0]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_71]
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
~[?:1.8.0_71]
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 
~[?:1.8.0_71]
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_71]
at 
org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
... 31 more
Caused by: org.springframework.beans.BeanInstantiationException: Failed to 
instantiate [org.opensaml.saml.metadata.resolver.MetadataResolver]: Factory 
method 'casSamlIdPMetadataResolver' threw exception; nested exception is 
java.lang.NoClassDefFoundError: 
net/shibboleth/ext/spring/resource/ResourceHelper
at 
org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:189)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1173)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1067)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.obtainBeanInstanceFromFactory(ConfigurationClassEnhancer.java:389)
 
~[spring-context-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:361)
 
~[spring-context-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.apereo.cas.config.SamlIdPConfiguration$$EnhancerBySpringCGLIB$$2462edf4.casSamlIdPMetadataResolver(<generated>)
 
~[cas-server-support-saml-idp-5.1.0.jar:5.1.0]
at 
org.apereo.cas.config.SamlIdPConfiguration.samlIdPObjectSignatureValidator(SamlIdPConfiguration.java:260)
 
~[cas-server-support-saml-idp-5.1.0.jar:5.1.0]
at 
org.apereo.cas.config.SamlIdPConfiguration$$EnhancerBySpringCGLIB$$2462edf4.CGLIB$samlIdPObjectSignatureValidator$20(<generated>)
 
~[cas-server-support-saml-idp-5.1.0.jar:5.1.0]
at 
org.apereo.cas.config.SamlIdPConfiguration$$EnhancerBySpringCGLIB$$2462edf4$$FastClassBySpringCGLIB$$cd19e0c1.invoke(<generated>)
 
~[cas-server-support-saml-idp-5.1.0.jar:5.1.0]
at 
org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228) 
~[spring-core-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:358)
 
~[spring-context-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.apereo.cas.config.SamlIdPConfiguration$$EnhancerBySpringCGLIB$$2462edf4.samlIdPObjectSignatureValidator(<generated>)
 
~[cas-server-support-saml-idp-5.1.0.jar:5.1.0]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_71]
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
~[?:1.8.0_71]
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 
~[?:1.8.0_71]
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_71]
at 
org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
... 31 more
Caused by: java.lang.NoClassDefFoundError: 
net/shibboleth/ext/spring/resource/ResourceHelper
at 
org.apereo.cas.config.SamlIdPConfiguration.casSamlIdPMetadataResolver(SamlIdPConfiguration.java:425)
 
~[cas-server-support-saml-idp-5.1.0.jar:5.1.0]
at 
org.apereo.cas.config.SamlIdPConfiguration$$EnhancerBySpringCGLIB$$2462edf4.CGLIB$casSamlIdPMetadataResolver$24(<generated>)
 
~[cas-server-support-saml-idp-5.1.0.jar:5.1.0]
at 
org.apereo.cas.config.SamlIdPConfiguration$$EnhancerBySpringCGLIB$$2462edf4$$FastClassBySpringCGLIB$$cd19e0c1.invoke(<generated>)
 
~[cas-server-support-saml-idp-5.1.0.jar:5.1.0]
at 
org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228) 
~[spring-core-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:358)
 
~[spring-context-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.apereo.cas.config.SamlIdPConfiguration$$EnhancerBySpringCGLIB$$2462edf4.casSamlIdPMetadataResolver(<generated>)
 
~[cas-server-support-saml-idp-5.1.0.jar:5.1.0]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_71]
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
~[?:1.8.0_71]
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 
~[?:1.8.0_71]
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_71]
at 
org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1173)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1067)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.obtainBeanInstanceFromFactory(ConfigurationClassEnhancer.java:389)
 
~[spring-context-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:361)
 
~[spring-context-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.apereo.cas.config.SamlIdPConfiguration$$EnhancerBySpringCGLIB$$2462edf4.casSamlIdPMetadataResolver(<generated>)
 
~[cas-server-support-saml-idp-5.1.0.jar:5.1.0]
at 
org.apereo.cas.config.SamlIdPConfiguration.samlIdPObjectSignatureValidator(SamlIdPConfiguration.java:260)
 
~[cas-server-support-saml-idp-5.1.0.jar:5.1.0]
at 
org.apereo.cas.config.SamlIdPConfiguration$$EnhancerBySpringCGLIB$$2462edf4.CGLIB$samlIdPObjectSignatureValidator$20(<generated>)
 
~[cas-server-support-saml-idp-5.1.0.jar:5.1.0]
at 
org.apereo.cas.config.SamlIdPConfiguration$$EnhancerBySpringCGLIB$$2462edf4$$FastClassBySpringCGLIB$$cd19e0c1.invoke(<generated>)
 
~[cas-server-support-saml-idp-5.1.0.jar:5.1.0]
at 
org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228) 
~[spring-core-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:358)
 
~[spring-context-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.apereo.cas.config.SamlIdPConfiguration$$EnhancerBySpringCGLIB$$2462edf4.samlIdPObjectSignatureValidator(<generated>)
 
~[cas-server-support-saml-idp-5.1.0.jar:5.1.0]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_71]
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
~[?:1.8.0_71]
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 
~[?:1.8.0_71]
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_71]
at 
org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
... 31 more
Caused by: java.lang.ClassNotFoundException: 
net.shibboleth.ext.spring.resource.ResourceHelper
at 
org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1285)
 
~[catalina.jar:8.5.15]
at 
org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1119)
 
~[catalina.jar:8.5.15]
at 
org.apereo.cas.config.SamlIdPConfiguration.casSamlIdPMetadataResolver(SamlIdPConfiguration.java:425)
 
~[cas-server-support-saml-idp-5.1.0.jar:5.1.0]
at 
org.apereo.cas.config.SamlIdPConfiguration$$EnhancerBySpringCGLIB$$2462edf4.CGLIB$casSamlIdPMetadataResolver$24(<generated>)
 
~[cas-server-support-saml-idp-5.1.0.jar:5.1.0]
at 
org.apereo.cas.config.SamlIdPConfiguration$$EnhancerBySpringCGLIB$$2462edf4$$FastClassBySpringCGLIB$$cd19e0c1.invoke(<generated>)
 
~[cas-server-support-saml-idp-5.1.0.jar:5.1.0]
at 
org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228) 
~[spring-core-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:358)
 
~[spring-context-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.apereo.cas.config.SamlIdPConfiguration$$EnhancerBySpringCGLIB$$2462edf4.casSamlIdPMetadataResolver(<generated>)
 
~[cas-server-support-saml-idp-5.1.0.jar:5.1.0]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_71]
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
~[?:1.8.0_71]
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 
~[?:1.8.0_71]
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_71]
at 
org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1173)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1067)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.obtainBeanInstanceFromFactory(ConfigurationClassEnhancer.java:389)
 
~[spring-context-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:361)
 
~[spring-context-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.apereo.cas.config.SamlIdPConfiguration$$EnhancerBySpringCGLIB$$2462edf4.casSamlIdPMetadataResolver(<generated>)
 
~[cas-server-support-saml-idp-5.1.0.jar:5.1.0]
at 
org.apereo.cas.config.SamlIdPConfiguration.samlIdPObjectSignatureValidator(SamlIdPConfiguration.java:260)
 
~[cas-server-support-saml-idp-5.1.0.jar:5.1.0]
at 
org.apereo.cas.config.SamlIdPConfiguration$$EnhancerBySpringCGLIB$$2462edf4.CGLIB$samlIdPObjectSignatureValidator$20(<generated>)
 
~[cas-server-support-saml-idp-5.1.0.jar:5.1.0]
at 
org.apereo.cas.config.SamlIdPConfiguration$$EnhancerBySpringCGLIB$$2462edf4$$FastClassBySpringCGLIB$$cd19e0c1.invoke(<generated>)
 
~[cas-server-support-saml-idp-5.1.0.jar:5.1.0]
at 
org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228) 
~[spring-core-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:358)
 
~[spring-context-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.apereo.cas.config.SamlIdPConfiguration$$EnhancerBySpringCGLIB$$2462edf4.samlIdPObjectSignatureValidator(<generated>)
 
~[cas-server-support-saml-idp-5.1.0.jar:5.1.0]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_71]
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
~[?:1.8.0_71]
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 
~[?:1.8.0_71]
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_71]
at 
org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at 
org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588)
 
~[spring-beans-4.3.8.RELEASE.jar:4.3.8.RELEASE]
... 31 more



-- 
- CAS gitter chatroom: https://gitter.im/apereo/cas
- CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html
- CAS documentation website: https://apereo.github.io/cas
- CAS project website: https://github.com/apereo/cas
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/042fc812-9387-45d1-a9ac-bd78ae288c10%40apereo.org.

Reply via email to