|
List Info
Thread: R oller 2.1 Planet problems
|
|
| R oller 2.1 Planet problems |

|
2006-03-04 19:54:53 |
No entries ever appear in planet.
winXP and linux: Tomcat 5.5.15 w/ jdk1.5
Has anyone done a clean install and gotten planet to work as
advertised?
Getting the same errors that I got on RC3 and RC4.
WARN 2006-03-04 12:11:12,640 ErrorCounter:reportWarning -
*** WARNING:
Keyword 'group' is being intepreted as an identifier due
to: expecting
IDENT, found 'group'
WARN 2006-03-04 12:11:12,640 ErrorCounter:reportWarning -
*** WARNING:
Keyword 'group' is being intepreted as an identifier due
to: expecting
IDENT, found 'group'
INFO 2006-03-04 12:11:12,968
HibernatePlanetManagerImpl:getAggregation -
Generated aggregation in 0.468 seconds
INFO 2006-03-04 12:11:12,968
HibernatePlanetManagerImpl:getAggregation -
Generated aggregation in 0.0 seconds
INFO 2006-03-04 12:11:12,984
HibernatePlanetManagerImpl:getAggregation -
Generated aggregation in 0.016 seconds
ERROR 2006-03-04 12:11:29,671
HibernateWeblogManagerImpl:getComments -
org.hibernate.TransientObjectException: object references an
unsaved
transient instance - save the transient instance before
flushing:
org.roller.pojos.WeblogEntryData
INFO 2006-03-04 12:11:41,218
PlanetManagerImpl:refreshEntries - 0 -
0.062 seconds to process (0) entries of
http://localho
st:8080/roller//rss/dave
INFO 2006-03-04 12:11:41,281
PlanetManagerImpl:refreshEntries - 0 -
0.063 seconds to process (0) entries of
http://localho
st:8080/roller//rss/road
INFO 2006-03-04 12:11:41,281
PlanetManagerImpl:refreshEntries - --- DONE
--- Refreshed entries in 0.281 seconds
INFO 2006-03-04 12:11:51,031
PlanetManagerImpl:refreshEntries - 0
- 0.11seconds to process (0) entries of
http://localho
st:8080/roller//rss/dave
INFO 2006-03-04 12:11:51,062
PlanetManagerImpl:refreshEntries - 0 -
0.031 seconds to process (0) entries of
http://localho
st:8080/roller//rss/road
INFO 2006-03-04 12:11:51,062
PlanetManagerImpl:refreshEntries - --- DONE
--- Refreshed entries in 0.141 seconds
Installation Guide Says:
... go to the Planet:Configuration page and set full-path to
the directory
you choose for the planet-cache.
Currently, you must specify the location of the planet-cache
directory
through the Roller web UI (but we planning to move it to
roller.propertiesbecause it is really a startup property).
Where is this entry field in the UI?
What is the trick to getting this to work?
|
|
| R oller 2.1 Planet problems |

|
2006-03-06 17:47:02 |
On Mar 4, 2006, at 2:54 PM, Dave Lindsey wrote:
> No entries ever appear in planet.
>
> winXP and linux: Tomcat 5.5.15 w/ jdk1.5
>
> Has anyone done a clean install and gotten planet to
work as
> advertised?
>
> Getting the same errors that I got on RC3 and RC4.
>
>
> WARN 2006-03-04 12:11:12,640
ErrorCounter:reportWarning - ***
> WARNING:
> Keyword 'group' is being intepreted as an identifier
due to:
> expecting
> IDENT, found 'group'
> WARN 2006-03-04 12:11:12,640
ErrorCounter:reportWarning - ***
> WARNING:
> Keyword 'group' is being intepreted as an identifier
due to:
> expecting
> IDENT, found 'group'
> INFO 2006-03-04 12:11:12,968
> HibernatePlanetManagerImpl:getAggregation -
> Generated aggregation in 0.468 seconds
> INFO 2006-03-04 12:11:12,968
> HibernatePlanetManagerImpl:getAggregation -
> Generated aggregation in 0.0 seconds
> INFO 2006-03-04 12:11:12,984
> HibernatePlanetManagerImpl:getAggregation -
> Generated aggregation in 0.016 seconds
> ERROR 2006-03-04 12:11:29,671
HibernateWeblogManagerImpl:getComments -
> org.hibernate.TransientObjectException: object
references an unsaved
> transient instance - save the transient instance before
flushing:
> org.roller.pojos.WeblogEntryData
> INFO 2006-03-04 12:11:41,218
PlanetManagerImpl:refreshEntries -
> 0 -
> 0.062 seconds to process (0) entries of
> http://localho
st:8080/roller//rss/dave
> INFO 2006-03-04 12:11:41,281
PlanetManagerImpl:refreshEntries -
> 0 -
> 0.063 seconds to process (0) entries of
> http://localho
st:8080/roller//rss/road
> INFO 2006-03-04 12:11:41,281
PlanetManagerImpl:refreshEntries -
> --- DONE
> --- Refreshed entries in 0.281 seconds
> INFO 2006-03-04 12:11:51,031
PlanetManagerImpl:refreshEntries - 0
> - 0.11seconds to process (0) entries of
> http://localho
st:8080/roller//rss/dave
> INFO 2006-03-04 12:11:51,062
PlanetManagerImpl:refreshEntries -
> 0 -
> 0.031 seconds to process (0) entries of
> http://localho
st:8080/roller//rss/road
> INFO 2006-03-04 12:11:51,062
PlanetManagerImpl:refreshEntries -
> --- DONE
> --- Refreshed entries in 0.141 seconds
> Installation Guide Says:
>
> ... go to the Planet:Configuration page and set
full-path to the
> directory
> you choose for the planet-cache.
> Currently, you must specify the location of the
planet-cache directory
> through the Roller web UI (but we planning to move it
to
> roller.propertiesbecause it is really a startup
property).
>
> Where is this entry field in the UI?
We need to fix that message in the docs. The planet cache
directory
must be set in your Roller properties override file.
Although, from
the look of your log file, Roller is finding the cache
directory.
Maybe this is a dumbb question, but are there any entries to
be
aggregated at http://localho
st:8080/roller//rss/road and http://
localhost:8080/roller//rss/dave?
- Dave
|
|
| R oller 2.1 Planet problems |

|
2006-03-06 18:21:55 |
On 3/6/06, David M Johnson <Davidm.Johnson sun.com> wrote:
>
>
> On Mar 4, 2006, at 2:54 PM, Dave Lindsey wrote:
> > No entries ever appear in planet.
> .
>
> Maybe this is a dumbb question, but are there any
entries to be
> aggregated at http://localho
st:8080/roller//rss/road and http://
> localhost:8080/roller//rss/dave?
- Dave
Yes it seems to be finding planet-cache directory.
I thought that directory should be set in
roller-custom.properties,
and that the docs needed to be updated.
Yes, there are posted entries in both blogs.
Could this be related to not finding fetcher.properties?
(posted after
this)
Thanks,
Dave
|
|
| R oller 2.1 Planet problems |

|
2006-03-24 09:27:55 |
i have the same problem too,
my roller creates planetcache, but always says there is 0
entry.
-koji
--
View this message in context: http://www.nabble.com/R-oller-2.1-
Planet-problems-t1225775c12275.html#a3567953
Sent from the Roller - Dev forum at Nabble.com.
|
|
| R oller 2.1 Planet problems |

|
2006-03-24 20:35:13 |
koji,
thanks for verifying this.
I think I have discovered what the issue is. I want to
verify later today
(on the RC if I can) and will post what I find.
Dave L
On 3/24/06, kang-sze lin <koji.lin gmail.com> wrote:
>
>
> i have the same problem too,
> my roller creates planetcache, but always says there is
0 entry.
>
>
> -koji
> --
> View this message in context:
> http://www.nabble.com/R-oller-2.1-
Planet-problems-t1225775c12275.html#a3567953
> Sent from the Roller - Dev forum at Nabble.com.
>
>
|
|
| R oller 2.1 Planet problems |

|
2006-03-25 12:46:45 |
And...
i didnt find in the any document, does roller planet support
parsing
feedburnner?
sometimes planet parsing the blog succesfully, but it will
make all entries
publishing day wrong...
ex: Blog A has 3 posts at 3/12, 3/1 , 2/10
but it will become 3/12, 3/11, 3/10....
or confusing the entries owner, like Blog B's entry shows
that it is A's
post in planet page..
i will try to view the source, too..
thanks..
koji
--
View this message in context: http://www.nabble.com/R-oller-2.1-
Planet-problems-t1225775c12275.html#a3586393
Sent from the Roller - Dev forum at Nabble.com.
|
|
| R oller 2.1 Planet problems |

|
2006-03-27 04:28:34 |
Koji,
I tried to test 2.2RC, but Planet is really hosed there.
You can't even add
a subscription.
Anyway, I've gotten the 2.1 planet to kind or work. See if
this works for
you.
In a blog, Settings >> Preferences
I have to set Category for posts to something other than
"/ " before
entries will appear in planet.
Enable Blogger and MetaWeblog APIs for your weblog?
Category for posts received via Blogger API / /Track /Etc
I don't see why that should be related to Planet, but see
if that gets yours
to work.
Not practical to set every blog category, but maybe this
will help track
down the problem.
We have to use the admin testing buttons to get the planet
started every
day.
On 3/25/06, kang-sze lin <koji.lin gmail.com> wrote:
>
>
> And...
> i didnt find in the any document, does roller planet
support parsing
> feedburnner?
> sometimes planet parsing the blog succesfully, but it
will make all
> entries
> publishing day wrong...
> ex: Blog A has 3 posts at 3/12, 3/1 , 2/10
> but it will become 3/12, 3/11, 3/10....
> or confusing the entries owner, like Blog B's entry
shows that it is A's
> post in planet page..
>
> i will try to view the source, too..
> thanks..
>
> koji
>
>
> --
> View this message in context:
> http://www.nabble.com/R-oller-2.1-
Planet-problems-t1225775c12275.html#a3586393
> Sent from the Roller - Dev forum at Nabble.com.
>
>
|
|
| R oller 2.1 Planet problems |

|
2006-03-27 07:32:36 |
hi Dave,
sorry i didnt write my problem in detail,
i try to add some friends blogs which are outside the roller
site, like
blogspot..etc
and they just provide feedburnner for planet parsing.
i found it is hard to parsing it, i have found 3 problems,
1.sometimes it always finds there is 0 entry for each blogs.
2.if it parses successfully(i dont know how, i just add or
remove theirs
blogs few times, and sometimes it will be ok),planet will
make worng publish
day for each entry.
3.if it parses, planet will make wrong mapping for owner to
entries
ex:i add 2 users blogs which are not in roller, and planet
will just show 1
users entries twice and finally shows that two users have
the same entries
in the page.
koji
--
View this message in context: http://www.nabble.com/R-oller-2.1-
Planet-problems-t1225775c12275.html#a3605217
Sent from the Roller - Dev forum at Nabble.com.
|
|
| R oller 2.1 Planet problems |

|
2006-03-27 07:37:06 |
And..
if i dont use feedburnner, it looks like working pretty
well.
koji
--
View this message in context: http://www.nabble.com/R-oller-2.1-
Planet-problems-t1225775c12275.html#a3605293
Sent from the Roller - Dev forum at Nabble.com.
|
|
| R oller 2.1 Planet problems |

|
2006-03-27 15:19:48 |
I just added ROL-1094 to the 2.2 fix-for list and I hope to
look at
it today.
- Dave
On Mar 26, 2006, at 11:28 PM, Dave Lindsey wrote:
> Koji,
>
> I tried to test 2.2RC, but Planet is really hosed
there. You can't
> even add
> a subscription.
>
> Anyway, I've gotten the 2.1 planet to kind or work.
See if this
> works for
> you.
>
> In a blog, Settings >> Preferences
> I have to set Category for posts to something other
than "/ "
> before
> entries will appear in planet.
>
> Enable Blogger and MetaWeblog APIs for your weblog?
> Category for posts received via Blogger API / /Track
/Etc
>
> I don't see why that should be related to Planet, but
see if that
> gets yours
> to work.
> Not practical to set every blog category, but maybe
this will help
> track
> down the problem.
>
> We have to use the admin testing buttons to get the
planet started
> every
> day.
>
>
>
>
>
>
>
>
>
> On 3/25/06, kang-sze lin <koji.lin gmail.com> wrote:
>>
>>
>> And...
>> i didnt find in the any document, does roller
planet support parsing
>> feedburnner?
>> sometimes planet parsing the blog succesfully, but
it will make all
>> entries
>> publishing day wrong...
>> ex: Blog A has 3 posts at 3/12, 3/1 , 2/10
>> but it will become 3/12, 3/11, 3/10....
>> or confusing the entries owner, like Blog B's
entry shows that it
>> is A's
>> post in planet page..
>>
>> i will try to view the source, too..
>> thanks..
>>
>> koji
>>
>>
>> --
>> View this message in context:
>> ht
tp://www.nabble.com/R-oller-2.1-Planet-problems-
>> t1225775c12275.html#a3586393
>> Sent from the Roller - Dev forum at Nabble.com.
>>
>>
|
|
|
|