If you can provide more info we may be able to help.

What version of CAS?

What version of Tomcat?

What are you using for Ticket Registry? 

Are you running a clustered CAS deployment or a single server?

Have you tried setting the debug settings to Info or Debug?

Try adding this section to your /WEB-INF/classes/log4j.xml

<logger name="org.jasig.ticket" additivity="true">
    <level value="DEBUG" />
    <appender-ref ref="cas" />
</logger>

-Andrew

On Oct 26, 2011, at 2:16 PM, Jared Hoover wrote:

> On 10/26/2011 05:18 AM, Christophe Durand wrote:
>> Hello,
>> 
>> since a couple of weeks our cas goes unavailable at random times. I checked 
>> the catalina.out logfile and confirmed that the Tomcat service stays online.
>> In the logfile I see the entries below at the moments when cas isn't 
>> available (not just the cas service but the whole login page is not showing 
>> up). When we restart the Tomcat service everything is working fine again. 
>> Does this issue ring a bell? Or can anybody help me to set me on the right 
>> track to resolve this issue?
>> 
>> 2011-10-23 19:00:58,977 INFO 
>> [org.jasig.cas.ticket.registry.support.DefaultTicketRegistryCleaner] 
>> -<Starting cleaning of expired tickets from ticket registry at [Sun Oct 23 
>> 19:00:58 CEST 2011]>
>> 
>> 2011-10-23 19:00:58,977 INFO 
>> [org.jasig.cas.ticket.registry.support.DefaultTicketRegistryCleaner] -<0 
>> found to be removed.  Removing now.>
>> 
>> 2011-10-23 19:00:58,977 INFO 
>> [org.jasig.cas.ticket.registry.support.DefaultTicketRegistryCleaner] 
>> -<Finished cleaning of expired tickets from ticket registry at [Sun Oct 23 
>> 19:00:58 CEST 2011]>
>>   
> We are experiencing the same issue you are and so far I have not been able to 
> solve it.
> 
> -- 
> 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

Reply via email to