Hey list, I have a newly clustered 3.5.0 instance that I am having some issues integrating with services. Right now I am working on integrating with Google Apps. I've made the changes listed here<https://wiki.jasig.org/pages/viewpage.action?pageId=6063484>and here<https://wiki.jasig.org/display/CASUM/Google+Apps+from+MS-AD+using+the+%27mail%27+attribute>, and as far as I can tell everything should be working, except that when I log in to the CAS portal I get directed to a "CAS is currently unavailable" page instead of being redirected back to google apps.
I've turned on full debug mode, and there are a lot of logs to look at. One thing I noticed immediately was this: 2012-12-11 15:08:55,963 DEBUG [org.springframework.webflow.engine.impl.FlowExecutionImpl] - <Attempting to handle [org.springframework.webflow.execution.ActionExecution Exception: Exception thrown executing org.springframework.webflow.action.ViewFactoryActionAdapter@16d9f3ce in state 'postView' of flow 'login' -- action execution attributes were 'map[[empty]]'] with root cause [java.lang.ClassNotFoundException: org.apache.jsp.WEB_002dINF.view.jsp.protocol.casPostResponseView_jsp]> 2012-12-11 15:08:55,963 DEBUG [org.springframework.webflow.engine.impl.FlowExecutionImpl] - <Rethrowing unhandled flow execution exception> 2012-12-11 15:08:55,963 DEBUG [org.springframework.web.servlet.DispatcherServlet] - <Could not complete request> org.springframework.webflow.execution.ActionExecutionException: Exception thrown executing org.springframework.webflow.action.ViewFactoryActionAdapter@16d9f3ce in state 'postView' of flow 'login' -- action execution attributes were 'map[[empty]]' So I guess I have two questions. 1) Why am I getting the class not found exception? I can walk the folder structure to the caspostresponseview.jsp file. Is the malformation of "WEB_002dINF" creating the issue, and if so where should I start to look? 2) Is the attribute map supposed to appear empty? What is the best way to verify attributes are being correctly mapped and released? Ok, I guess that was more than two questions. Any help is appreciated. -- 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
