> 2011-04-26 20:49:36,777 INFO
> [org.jasig.cas.ticket.registry.support.DefaultTicketRegistryCleaner] - Could
> not obtain lock.  Aborting cleanup.

This is expected behavior in a clustered CAS environment where
multiple nodes are competing for the lock to clean up the database and
all nodes except the elected cleaner would fail as above.  If you're
not clustered, then you should use the NoOpLockingStrategy, which is
the default.

It's possible for lock cleanup to fail, e.g. you kill the CAS Java
process while it holds the lock.  In that case you need to manually
clean up the orphaned lock entry by issuing the following query:

DELETE FROM locks;

M

-- 
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