> When i set the username and the password on the login page, appears the > message "CAS is Unavailable", and the next trace in the server console:
I don't believe the error below is directly related to CAS unavailable. The error is coming out the system log since it's happening on a background thread that services the auditing process. You need to review the cas.log file for errors; that likely has the root cause of your login error. > 12:33:27,899 ERROR > [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/cas-server].[ca > s]] Servlet.service() for servlet cas throws exception: > java.lang.IllegalArgumentException: 'princip > al' cannot be null. > Check the correctness of @Audit annotation at the following audit point: > execution(public abstract o > rg.jasig.cas.authentication.Authentication > org.jasig.cas.authentication.AuthenticationManager.authen > ticate(org.jasig.cas.authentication.principal.Credentials)) > at > com.github.inspektr.audit.AuditActionContext.assertNotNull(AuditActionContext.java:81) We'd need to see your deployerConfigContext.xml and auditContext.xml files to help determine why the principal is null. May be due to a misconfiguration related to "CAS Unavailable." M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
