2016-06-03 14:40:07,885 [http-nio-8080-exec-1] DEBUG org.jasig.cas.util.RegexUtils - Pattern http://localhost:8080/CasTest/shiro-cas is a valid regex.
2016-06-03 14:40:07,886 [http-nio-8080-exec-1] DEBUG org.jasig.cas.services.web.RegisteredServiceThemeBasedViewResolver - View resolved: /WEB-INF/view/jsp/default/ui/casLoginView.jsp
2016-06-03 14:40:07,948 [http-nio-8080-exec-1] INFO org.jasig.cas.authentication.PolicyBasedAuthenticationManager - AcceptUsersAuthenticationHandler failed authenticating admin
2016-06-03 14:40:07,948 [http-nio-8080-exec-1] DEBUG org.jasig.cas.authentication.PolicyBasedAuthenticationManager - AcceptUsersAuthenticationHandler exception details: No user can be accepted because none is defined
2016-06-03 14:40:07,953 [http-nio-8080-exec-1] DEBUG org.jasig.cas.audit.spi.TicketOrCredentialPrincipalResolver - Resolving argument [AuthenticationTransaction] for audit
2016-06-03 14:40:07,954 [http-nio-8080-exec-1] DEBUG org.jasig.cas.audit.spi.TicketOrCredentialPrincipalResolver - Resolving argument [UsernamePasswordCredential] for audit
2016-06-03 14:40:07,957 [http-nio-8080-exec-1] INFO org.jasig.inspektr.audit.support.Slf4jLoggingAuditTrailManager - Audit trail record BEGIN
=============================================================
WHO: admin
WHAT: Supplied credentials: [admin]
ACTION: AUTHENTICATION_FAILED
APPLICATION: CAS
WHEN: Fri Jun 03 14:40:07 IST 2016
CLIENT IP ADDRESS: 10.5.5.30
SERVER IP ADDRESS: 10.5.5.50
=============================================================
2016-06-03 14:40:07,961 [http-nio-8080-exec-1] DEBUG org.jasig.cas.web.flow.AuthenticationViaFormAction - 1 errors, 0 successes
org.jasig.cas.authentication.AuthenticationException: 1 errors, 0 successes
Compare your configuration with this:
--
You received this message because you are subscribed to the Google Groups "CAS Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cas-user+u...@apereo.org.
To post to this group, send email to cas-...@apereo.org.
Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/.
To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/45c51101-265a-4b44-b636-e3027304189a%40apereo.org.
For more options, visit https://groups.google.com/a/apereo.org/d/optout.
To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/1fbd50f6-e9ce-426d-bfd6-c93c0ce239c9%40apereo.org.
On Jun 3, 2016, at 11:35 AM, John Rellis <john.d...@gmail.com> wrote:Hi Dimitry,I am using https://github.com/apereo/cas-overlay-template to create a war and yes propertyFileDescriptor.xml is where I have copied that xml from.Once deployed it is in apache-tomcat-8.0.33/webapps/cas/WEB-INF/spring-configuration/propertyFileConfigurer.xmlDo you need any more info?Thanks!John
On Jun 3, 2016, at 11:50 AM, John Rellis <john.d...@gmail.com> wrote:Thanks Dmitriy,Are you saying that I need to move propertyFileConfigurer.xml from where the cas-overlay-template mvn pakage puts it?I'll try customising what Misagh linked to, thanks to you both. Hopefully I won't have to come back with more questions.Thanks,John