On Thu, 17 Jan 2008 09:46:11 -0600
"Andrew R Feller" <[EMAIL PROTECTED]> wrote:

> I can tell you that the ";jsessionid=..." and "login?null" are not your 
> issues though it is weird that you are being infinitely redirected to
> the login page.
>
> What does your Tomcat error logs show?  Are any exceptions being thrown?

Not much :-( -- I configured log4j to log into its own file (I'm still
puzzled by the log4j warning below BTW, but I'm not sure it has
something to do with my problem); here is what I get :

* catalina.out :

Jan 17, 2008 4:10:59 PM org.apache.catalina.core.AprLifecycleListener 
lifecycleEvent INFO: The Apache Tomcat Native library which allows optimal 
performance in production environments was not found on the java.library.path: 
/usr/java/jdk1.5.0_10/jre/lib/i386/server:/usr/java/jdk1.5.0_10/jre/lib/i386:/usr/java/jdk1.5.0_10/jre/../lib/i386
Jan 17, 2008 4:10:59 PM org.apache.coyote.http11.Http11BaseProtocol init INFO: 
Initializing Coyote HTTP/1.1 on http-cas.genoscope.cns.fr%2F195.83.222.166-8443
Jan 17, 2008 4:10:59 PM org.apache.catalina.startup.Catalina load INFO: 
Initialization processed in 1063 ms
Jan 17, 2008 4:10:59 PM org.apache.catalina.users.MemoryUserDatabase save 
WARNING: User database is not persistable - no write permissions on directory
Jan 17, 2008 4:10:59 PM org.apache.catalina.core.StandardService start INFO: 
Starting service Catalina
Jan 17, 2008 4:10:59 PM org.apache.catalina.core.StandardEngine start INFO: 
Starting Servlet Engine: Apache Tomcat/5.5.23
Jan 17, 2008 4:10:59 PM org.apache.catalina.core.StandardHost start INFO: XML 
validation disabled
log4j:WARN No appenders could be found for logger 
(org.apache.commons.digester.Digester.sax).
log4j:WARN Please initialize the log4j system properly.
Jan 17, 2008 4:11:03 PM org.apache.coyote.http11.Http11BaseProtocol start INFO: 
Starting Coyote HTTP/1.1 on http-cas.genoscope.cns.fr%2F195.83.222.166-8443
Jan 17, 2008 4:11:03 PM org.apache.catalina.storeconfig.StoreLoader load INFO: 
Find registry server-registry.xml at classpath resource
Jan 17, 2008 4:11:03 PM org.apache.catalina.startup.Catalina start INFO: Server 
startup in 4162 ms

* cas.log :

2008-01-17 16:11:03,405 DEBUG 
[org.jasig.cas.services.web.ManageRegisteredServicesMultiActionController] - 
Found action method [public org.springframework.web.servlet.ModelAndView 
org.jasig.cas.services.web.ManageRegisteredServicesMultiActionController.deleteRegisteredService(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)]
2008-01-17 16:11:03,405 DEBUG 
[org.jasig.cas.services.web.ManageRegisteredServicesMultiActionController] - 
Found action method [public org.springframework.web.servlet.ModelAndView 
org.jasig.cas.services.web.ManageRegisteredServicesMultiActionController.manage(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)]
2008-01-17 16:11:03,483 INFO 
[org.jasig.cas.web.flow.AuthenticationViaFormAction] - FormObjectClass not set. 
 Using default class of 
org.jasig.cas.authentication.principal.UsernamePasswordCredentials with 
formObjectName credentials and validator 
org.jasig.cas.validation.UsernamePasswordCredentialsValidator.
2008-01-17 16:11:22,117 INFO 
[org.jasig.cas.ticket.registry.support.DefaultTicketRegistryCleaner] - Starting 
cleaning of expired tickets from ticket registry at [Thu Jan 17 16:11:22 CET 
2008]
2008-01-17 16:11:22,117 INFO 
[org.jasig.cas.ticket.registry.support.DefaultTicketRegistryCleaner] - 0 found 
to be removed.  Removing now.
2008-01-17 16:11:22,118 INFO 
[org.jasig.cas.ticket.registry.support.DefaultTicketRegistryCleaner] - Finished 
cleaning of expired tickets from ticket registry at [Thu Jan 17 16:11:22 CET 
2008]


Simon
_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas

Reply via email to