I've fixed the below error by manually removing the references to
thestar.com from the roller database.
Is it possible that my irregular/broken feed responses are a result of
my database being out-of-sync somehow? Would it be
do-able/safe/advisable to delete all of my configured custom feeds,
delete all entries from the rag_* tables and recreate them from using
"Syncronize Roller Weblogs"?
stumped,
jonathan.
jonathan wrote:
I *am* now seeing some errors in my logs, though this started after I
was already seeing problems with the planet feeds, so I'm unsure
how/if they're related to my original problem:
INFO 2007-02-01 11:13:38,743
HibernatePlanetManagerImpl:refreshEntries - 0 - 0.0040 seconds to
process (0) entries of
http://weblogs.ijvt.ryerson.ca/roller//workitout/feed/entries/rss
INFO 2007-02-01 11:13:38,768 DiskFeedInfoCache:getFeedInfo - Cache
MISS!INFO 2007-02-01 11:13:39,042
HibernatePlanetManagerImpl:refreshEntries - 0 - 0.28 seconds to
process (0) entries of
http://weblogs.ijvt.ryerson.ca/roller/stackofjava/feed/entries/rss
ERROR 2007-02-01 11:13:39,432 HibernatePlanetManagerImpl:getNewEntries
- ERROR processing subscription entry
java.lang.NullPointerException at
org.apache.roller.pojos.PlanetEntryData.initFromRomeEntry(PlanetEntryData.java:115)
at
org.apache.roller.pojos.PlanetEntryData.<init>(PlanetEntryData.java:81)
at
org.apache.roller.business.hibernate.HibernatePlanetManagerImpl.getNewEntries(HibernatePlanetManagerImpl.java:549)
at
org.apache.roller.business.hibernate.HibernateRollerPlanetManagerImpl.getNewEntries(HibernateRollerPlanetManagerImpl.java:80)
at
org.apache.roller.business.hibernate.HibernatePlanetManagerImpl.refreshEntries(HibernatePlanetManagerImpl.java:458)
at
org.apache.roller.ui.core.tasks.RefreshEntriesTask.run(RefreshEntriesTask.java:65)
at
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown
Source) at java.lang.Thread.run(Thread.java:595)
INFO 2007-02-01 11:13:39,492
HibernatePlanetManagerImpl:refreshEntries - 10 - 0.447 seconds to
process (10) entries of
http://www.thestar.com/rss/82848?searchMode=Query&categories=300
INFO 2007-02-01 11:13:39,493
HibernatePlanetManagerImpl:refreshEntries - --- DONE --- Refreshed
entries in 3.002 seconds
www.thestar.com/rss... isn't in any of my planet groups anymore, but
planet is still syncing it. It seems it hasn't been cleared out from
the rag_subscription table?
I'm still seeing odd results when setting up a custom planet group. I
name the group and point it at some rss feeds (either roller feeds
internally, or other external feeds). When I point my reader at
<site>/roller/planetrss?group=<grouphandle> I'm often getting a
different group than <grouphandle> returned.
jonathan.
jonathan wrote:
I'm trying to get the Planet aggregator working here (Roller 3.0),
but things don't seem to be behaving correctly:
The .../planetrss feed looked ok originally, and is syncing using
tasks.hourly. Since adding custom group, things are behaving
erratically - some load occasionally, or load without giving any
<item> data. Often I'll link to ...planetrss?group=testgroup, but
get planetrss?group=jblog instead. I'll link to .../planetrss and
get .../planetrss?group=jblog instead.
roller.log doesn't show errors.
Can anyone provide some insight here? Help would be most appreciated.
jonathan.