I get that error whenever I do not provide the "service" parameter, fwiw.
From: Scott Battaglia [mailto:[email protected]] Sent: Saturday, March 26, 2011 10:46 PM To: [email protected] Subject: Re: [cas-user] cas unavilable error First you should not be adding your code to our jars. You should be maintaining it separately. Second, can you post any of your code? (removing any private/secret stuff). The auditing is failing because the resource is null. Cheers, Scott On Wed, Mar 23, 2011 at 4:50 PM, mala <[email protected]<mailto:[email protected]>> wrote: i implemented custom handle in cas-server-core module. i deploy that cas-server-core.jar file in tomcat/cas-server-webapp. when i used my credintials to login at cas-login page then it thows exception. "CAS is Unavailable There was an error trying to complete your request. Please notify your support desk or try again." I attached tomcat.logs. log file has this exception: java.lang.IllegalArgumentException: resourceOperatedUpon cannot be null at com.github.inspektr.audit.AuditActionContext.assertNotNull(AuditActionContext.java:81) at com.github.inspektr.audit.AuditActionContext.<init>(AuditActionContext.java:64) at can anybody tell me what i m doing wrong here. -- You are currently subscribed to [email protected]<mailto:[email protected]> as: [email protected]<mailto:[email protected]> To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user -- 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 -- 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
