This is lines from my log with " ERROR " string: 2016-11-10 16:00:34,461 WARN [org.springframework.web.context.support.XmlWebApplicationContext] - <Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'samlServletContextListener': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.jasig.cas.support.saml.web.SamlValidateController org.jasig.cas.support.saml.SamlServletContextListener.samlValidateController; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'samlValidateController': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.jasig.cas.authentication.AuthenticationSystemSupport org.jasig.cas.web.AbstractServiceValidateController.authenticationSystemSupport; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultAuthenticationSystemSupport': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.jasig.cas.authentication.AuthenticationTransactionManager org.jasig.cas.authentication.DefaultAuthenticationSystemSupport.authenticationTransactionManager; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultAuthenticationTransactionManager': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.jasig.cas.authentication.AuthenticationManager org.jasig.cas.authentication.DefaultAuthenticationTransactionManager.authenticationManager; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authenticationManager': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authenticationHandlersResolvers': Cannot resolve reference to bean 'primaryPrincipalResolver' while setting bean property 'sourceMap' with key [<primaryAuthenticationHandler>]; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'primaryPrincipalResolver' is defined>
And second error, it is huge so i paste it on gist: https://gist.github.com/MarcinJanowski/f2768c77d5f02feaedf33abe272c9b53 W dniu poniedziałek, 14 listopada 2016 18:10:42 UTC+1 użytkownik Marcin napisał: > > Hello, i need help with authentication from MsSQL database and next from > AD. This is my configuration and debug log: > https://gist.github.com/MarcinJanowski/71cfbbac448c0e8419582b6b691fe73c > . Please tell me, what i doing wrong? On tcpdump i dont seen any package to > 1443 port. And i dont know which class i should set to debug to show dbeug > logs from sql. > -- - 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 [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/22b83f65-9a43-427f-8950-afaac2856388%40apereo.org.
