You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@roller.apache.org by Nick Hortovanyi <ni...@toasttechnology.com.au> on 2008/01/03 09:09:11 UTC

Re: ResetHitCountsTask doesn't reset my hitcounts?

Running Postgres with Apache Roller 4.0 and am having the same problems.

Reset the scheduled jobs in the database after the upgrade but it is 
still not running the "ResetHitCountsTask" on a nightly basis.

How do I get Apache Roller 4.0 working properly with Postgres?

Dave wrote:
> On Dec 17, 2007 9:16 AM, ries van Twisk <rv...@dds.nl> wrote:
>   
>> not sure where the line feeds came from but it's one line comma separated, to be sure
>> I checked for any hidden characters in a hex editor.
>>
>> The evidence I see is this in my logs.
>>
>> INFO  2007-12-15 04:30:41,266 ThreadManagerImpl:initialize -
>> Initializing task: ScheduledEntriesTask
>> INFO  2007-12-15 04:30:41,329 ThreadManagerImpl:initialize -
>> Initializing task: ResetHitCountsTask
>> INFO  2007-12-15 04:30:41,345 ThreadManagerImpl:initialize -
>> Initializing task: TurnoverReferersTask
>> INFO  2007-12-15 04:30:41,362 ThreadManagerImpl:initialize -
>> Initializing task: PingQueueTask
>> INFO  2007-12-15 04:30:41,381 ThreadManagerImpl:initialize -
>> Initializing task: SyncWebsitesTask
>>
>> Does the above means that it's running, or just initialized?
>>     
>
> That means they are initialized.
>
>
>   
>> The only runtask I see is there one :
>> INFO  2007-12-15 00:01:00,224 SyncWebsitesTask:runTask - Syncing local
>> weblogs with planet subscriptions list
>>     
>
> So your SyncWebsites task is running. That's a good sign.
>
> You might be able to learn more by setting the logging to DEBUG in the
> tasks manager package. You can do this by adding the following to your
> roller-custom.properties file:
>
>    log4j.category.org.apache.roller.weblogger.business.runnable=DEBUG
>
> - Dave
>
>
>
>