On Fri, Feb 25, 2011 at 9:25 AM, Marvin Addison <[email protected]> wrote: >> 2011-02-25 07:45:50,469 ERROR >> [btpool0-8://zimbra-test.infinityhealthcare.com//zimbra/public/preauth.jsp?ticket=ST-753-lV297jpoOz6FBWmE9VP4-cas] >> [] XmlUtils - org.xml.sax.SAXParseException: The element type "br" >> must be terminated by the matching end-tag "</br>". >> org.xml.sax.SAXParseException: The element type "br" must be >> terminated by the matching end-tag "</br>". > > I'd imagine that you're getting an HTML response, e.g. server 500 > error page, when you hit the CAS ticket validation URL. What do the > server-side logs show?
I assume you mean the "CAS" server (as opposed to the "zimbra" server). The CAS server is being run via tomcat. I don't seem to have any web-server-styled logs, but the catalina.out has this excerpt: <excerpt> 2011-02-25 09:37:48,054 INFO [org.jasig.cas.authentication.AuthenticationManagerImpl] - <AuthenticationHandler: org.ja sig.cas.adaptors.ldap.FastBindLdapAuthenticationHandler successfully authenticated the user which provided the followi ng credentials: [username: jdetert]> 2011-02-25 09:37:48,054 INFO [org.jasig.cas.CentralAuthenticationServiceImpl] - <Granted service ticket [ST-1079-Y7DJy3JcTxfZPDjPesTp-cas] for service [https://zimbra-test.infinityhealthcare.com/zimbra/public/preauth.jsp] for user [jdetert]> Feb 25, 2011 9:37:48 AM org.apache.tomcat.util.http.Parameters processParameters WARNING: Parameters: Invalid chunk '' ignored. </excerpt> The CAS server is being front-ended by apache (which proxies requests for /cas to the CAS tomcat server). Apache has this excerpt: <excerpt> 74.203.205.10 - - [25/Feb/2011:09:37:41 -0600] "GET /cas/login?service=https%3A%2F%2Fzimbra-test.infinityhealthcare.com%2Fzimbra%2Fpublic%2Fpreauth.jsp HTTP/1.1" 200 3573 74.203.205.10 - - [25/Feb/2011:09:37:41 -0600] "GET /cas/css/cas.css HTTP/1.1" 200 6314 74.203.205.10 - - [25/Feb/2011:09:37:42 -0600] "GET /cas/js/common_rosters.js HTTP/1.1" 200 6620 74.203.205.10 - - [25/Feb/2011:09:37:42 -0600] "GET /cas/images/company_logo2.jpg HTTP/1.1" 200 15797 74.203.205.10 - - [25/Feb/2011:09:37:42 -0600] "GET /cas/images/bar.gif HTTP/1.1" 200 22512 74.203.205.10 - - [25/Feb/2011:09:37:42 -0600] "GET /cas/images/key-point_tl.gif HTTP/1.1" 200 103 74.203.205.10 - - [25/Feb/2011:09:37:42 -0600] "GET /cas/images/key-point_bl.gif HTTP/1.1" 200 102 74.203.205.10 - - [25/Feb/2011:09:37:42 -0600] "GET /cas/images/key-point_tr.gif HTTP/1.1" 200 107 74.203.205.10 - - [25/Feb/2011:09:37:42 -0600] "GET /cas/images/key-point_br.gif HTTP/1.1" 200 386 74.203.205.10 - - [25/Feb/2011:09:37:42 -0600] "GET /cas/favicon.ico;jsessionid=396BC523A88B205BB6959A4A43F52D9C HTTP/1.1" 200 1406 74.203.205.10 - - [25/Feb/2011:09:37:48 -0600] "POST /cas/login;jsessionid=396BC523A88B205BB6959A4A43F52D9C?service=https%3A%2F%2Fzimbra-test.infinityhealthcare.com%2Fzimbra%2Fpublic%2Fpreauth.jsp HTTP/1.1" 302 - 74.203.205.24 - - [25/Feb/2011:09:37:48 -0600] "GET /cas/login/serviceValidate?&ticket=ST-1079-Y7DJy3JcTxfZPDjPesTp-cas&service=https%3A%2F%2Fzimbra-test.infinityhealthcare.com%2Fzimbra%2Fpublic%2Fpreauth.jsp HTTP/1.1" 302 - 74.203.205.24 - - [25/Feb/2011:09:37:48 -0600] "GET /cas/login?&ticket=ST-1079-Y7DJy3JcTxfZPDjPesTp-cas&service=https%3A%2F%2Fzimbra-test.infinityhealthcare.com%2Fzimbra%2Fpublic%2Fpreauth.jsp HTTP/1.1" 200 3622 </excerpt> I can't tell what this signifies for sure. Is the 2nd to the last log entry a redirect, and the last entry the subsequent redirected request? In any case, the last 2 log entries seem to both plausibly have to do with validating the ticket, and neither gives any indication of failure. Can you tell what this signifies? Thanks, Jon -- 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
