...
[12:31:05 CST(-0600)] <EricDalquist> just rm -Rf the cas directory under overlays
[12:31:39 CST(-0600)] <dd> ok
[12:31:45 CST(-0600)] <dd> do i need the cas-proxy-test-portlet?
[12:31:49 CST(-0600)] <dd> i had that commented out too
[12:32:26 CST(-0600)] <EricDalquist> no
[12:32:35 CST(-0600)] <EricDalquist> you can comment that out as well
[14:56:36 CST(-0600)] <EricDalquist> getting closer on aggregation ...
[14:56:56 CST(-0600)] <athena> ooo
[14:57:01 CST(-0600)] <EricDalquist> just testing the interval handling now
[14:57:06 CST(-0600)] <athena> yay!
[14:57:35 CST(-0600)] <EricDalquist> yay lock recovery works!
[14:57:35 CST(-0600)] <EricDalquist> WARN [uPortal-LockExecutor-4] Jan/09 14:56:32,197 locking.JpaClusterLockDao.[] - Unlocking abandoned ClusterMutex [id=2, name=org.jasig.portal.events.aggr.PortalEventAggregationManagerImpl.AGGREGATION_LOCK, locked=true, serverId=bohemia, lockStart=2012-01-09 14:50:44.721, lastUpdate=2012-01-09 14:50:58.835, lockEnd=2012-01-09 14:50:00.193]
[15:00:49 CST(-0600)] <athena> ooo
[15:01:17 CST(-0600)] <EricDalquist> yeah, we have have a service that lets you run things exclusively on one machine in one thread
[15:01:38 CST(-0600)] <EricDalquist> and it recovers automatically if a jvm dies, thread dies, etc
[15:01:52 CST(-0600)] <EricDalquist> kinda needed it for the aggregation stuff
[15:02:10 CST(-0600)] <athena> makes sense