On Dec 17, 2007 9:16 AM, ries van Twisk <[EMAIL PROTECTED]> 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
