On 10/17/07, Steve <[EMAIL PROTECTED]> wrote: > The debug seems to show references to the task, but I cannot find much more > in the debug. Still the blogs do not show up in the planet listing. Not > whether this is all required, but I seem to have to rebuild indesxes and > flush the casche, then go to planet and then start the build process. Just > once I did not build the indesxes and still nothing happened. > > > %2007-10-17 05:01:02,308 [main] DEBUG org.apache.roller.config.RollerConfig > -tasks.hourly=org.apache.roller.planet.tasks.RefreshEntriesTask, > org.apache.roller.planet.tasks.SyncWebsitesTask > > %2007-10-17 05:01:02,308 [main] DEBUG org.apache.roller.config.RollerConfig > -tasks.hourly=org.apache.roller.planet.tasks.RefreshEntriesTask, > org.apache.roller.planet.tasks.SyncWebsitesTask > %2007-10-17 05:01:02,308 [main] DEBUG org.apache.roller.config.RollerConfig > - > tasks.RefreshEntriesTask.class=org.apache.roller.planet.tasks.RefreshEntriesTask > %2007-10-17 05:01:02,309 [main] DEBUG org.apache.roller.config.RollerConfig > -tasks.SyncWebsitesTask.startTime=startOfDay > %2007-10-17 05:01:02,309 [main] DEBUG org.apache.roller.config.RollerConfig > -tasks.RefreshEntriesTask.startTime=startOfHour > %2007-10-17 05:01:02,310 [main] DEBUG org.apache.roller.config.RollerConfig > -tasks.RefreshEntriesTask.interval=60 > %2007-10-17 05:01:02,330 [main] DEBUG org.apache.roller.config.RollerConfig > -
OK, so it looks like your aggregation tasks are running. You should see some debug output each hour when the RefreshEntriesTask runs. Do you see any? Another thing to check: when the refresh-entries task runs, it puts entries in the table "rag_entry" -- is that table being populated in your Roller install? - Dave
