On 10/11/07, Jonathan Chen <[EMAIL PROTECTED]> wrote:
> On 12/10/2007, Dave <[EMAIL PROTECTED]> wrote:
> > On 10/10/07, Jonathan Chen <[EMAIL PROTECTED]> wrote:
> > > I've been running 4.0 RC7 with PostgreSQL on Geronimo2 for almost a
> > > week now, and I'm noticing that it doesn't appear to reset the
> > > "Today's Hits" with the frontpage-theme; nor the count on [Create &
> > > Edit] -> [Referrers] -> "Hits Counted Today" on a user's login. Is
> > > anyone else seeing this?
> >
> > Could this be a caching issue? Are the values being reset in the
> > database? What happens if you clear the cache. Do you see any evidence
> > in the logs that the tasks are running?
>
> I had a look in the database, and I noticed that referer.reftime is
> null for all the rows in the table. Perhaps this could be the cause
> for the non-expiry?

Hmm... I don't think that would stop the reset. I guess it is more
likely that the reset is not running or hitting some other error.

Are you seeing the task manager startup like so:

INFO  2007-10-11 17:01:03,115 ThreadManagerImpl:initialize -
Initializing task: ResetHitCountsTask
INFO  2007-10-11 17:01:03,181 ThreadManagerImpl:initialize -
Initializing task: TurnoverReferersTask
INFO  2007-10-11 17:01:03,197 ThreadManagerImpl:initialize -
Initializing task: PingQueueTask
INFO  2007-10-11 17:01:03,228 ThreadManagerImpl:initialize -
Initializing task: RefreshRollerPlanetTask
INFO  2007-10-11 17:01:03,260 ThreadManagerImpl:initialize -
Initializing task: SyncWebsitesTask

For more debug output, turn up debugging on task manager like so:
    log4j.category.org.apache.roller.weblogger.business.runnable=DEBUG

And watch what happens when tasks start and stop.

- Dave

Reply via email to