Hello everyone, I have a problem with Firefox giving me the "Page isn't redirecting properly" error and was wondering if I could get some assistance. I've set up SSL via a keystore and imported it into my jre's cacerts. I have tomcat working over SSL and everything seems fine from the CAS server end.
I am trying to integrate JasperReports using acegi security but it is giving me a TicketCreationException and for the life of me I cannot understand why. Here is the error: 2008-01-08 10:38:21,461 DEBUG [org.jasig.cas.authentication.handler.support.HttpBasedServiceCredentialsAuthenticationHandler] - <Attempting to resolve credentials for https://acpdev.ucsd.edu/jasperserver/casProxy/receptor> 2008-01-08 10:38:21,461 DEBUG [org.jasig.cas.util.HttpClient] - <Response Code did not match any of the acceptable response codes. Code returned was 404> 2008-01-08 10:38:21,461 INFO [org.jasig.cas.authentication.AuthenticationManagerImpl] - <AuthenticationHandler: org.jasig.cas.authentication.handler.support.HttpBasedServiceCredentialsAuthenticationHandler failed to authenticate the user which provided the following credentials: https://acpdev.ucsd.edu/jasperserver/casProxy/receptor> 2008-01-08 10:38:21,461 ERROR [org.jasig.cas.web.ServiceValidateController] - <TicketException generating ticket for: https://acpdev.ucsd.edu/jasperserver/casProxy/receptor> org.jasig.cas.ticket.TicketCreationException: error.authentication.credentials.bad at org.jasig.cas.CentralAuthenticationServiceImpl.delegateTicketGrantingTicket(CentralAuthenticationServiceImpl.java:271) at org.jasig.cas.web.ServiceValidateController.handleRequestInternal(ServiceValidateController.java:125) at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153) at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:857) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:792) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:475) at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:430) at javax.servlet.http.HttpServlet.service(HttpServlet.java:690) at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) at org.jasig.cas.web.init.SafeDispatcherServlet.service(SafeDispatcherServlet.java:115) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:874) at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528) at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689) at java.lang.Thread.run(Unknown Source) Caused by: error.authentication.credentials.bad at org.jasig.cas.authentication.handler.BadCredentialsAuthenticationException.<clinit>(BadCredentialsAuthenticationException.java:25) at org.jasig.cas.authentication.AuthenticationManagerImpl.authenticate(AuthenticationManagerImpl.java:108) at org.jasig.cas.CentralAuthenticationServiceImpl.delegateTicketGrantingTicket(CentralAuthenticationServiceImpl.java:242) ... 24 more 2008-01-08 10:38:21,461 DEBUG [org.jasig.cas.ticket.registry.DefaultTicketRegistry] - <Attempting to retrieve ticket [ST-7-dKQza4JWLrE4J301HacJ]> 2008-01-08 10:38:21,461 DEBUG [org.jasig.cas.ticket.registry.DefaultTicketRegistry] - <Ticket [ST-7-dKQza4JWLrE4J301HacJ] found in registry.> 2008-01-08 10:38:21,461 DEBUG [org.jasig.cas.ticket.registry.DefaultTicketRegistry] - <Removing ticket [ST-7-dKQza4JWLrE4J301HacJ] from registry> 10:38:21,476 WARN LoggerListener,http-443-Processor25:55 - Authentication event AuthenticationSuccessEvent: jlee; details: null 10:38:21,476 WARN LoggerListener,http-443-Processor25:55 - Authentication event InteractiveAuthenticationSuccessEvent: jlee; details: [EMAIL PROTECTED]: RemoteIpAddress: 132.239.230.102; SessionId: A0C79C5C118E0A2FC410DBB7C41EB34E Does anyone know if/how I can get more insight into this error? Thank you very much, Jin Lee -- View this message in context: http://www.nabble.com/page-redirect-problem-in-firefox%2C-ssl-seems-fine-though-tp14696390p14696390.html Sent from the CAS Users mailing list archive at Nabble.com. _______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
