You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by "Dick Davies (JIRA)" <ji...@apache.org> on 2008/08/20 11:09:20 UTC

[jira] Created: (ROL-1744) deleted blogs not being deleted from Planet

deleted blogs not being deleted from Planet
-------------------------------------------

                 Key: ROL-1744
                 URL: https://issues.apache.org/roller/browse/ROL-1744
             Project: Roller
          Issue Type: Bug
    Affects Versions: 4.0
         Environment: Solaris 10, Glassfish v2, jdk 1.6, roller 4.0.1
            Reporter: Dick Davies
            Assignee: Roller Unassigned
            Priority: Minor


(This is on roller 4.0.1 (from Daves codedrop), but I've seen it on 4.0 too).

When we delete a blog from our Roller install, Planet doesn't notice it's gone.
Should Roller notify it somehow?

WARN  2008-08-20 01:00:00,079 SingleThreadedFeedUpdater:updateSubscriptions - Error updating subscription - weblogger:spherical
Local feed - weblogger:spherical no longer exists in weblogger
INFO  2008-08-20 01:00:06,790 SingleThreadedFeedUpdater:updateSubscriptions - --- DONE --- Updated subscriptions in 6.724 second
s

We clean it up by deleting the offending row from rag_subscription .

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ROL-1744) deleted blogs not being deleted from Planet

Posted by "Manos Batsis (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/roller/browse/ROL-1744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14519#action_14519 ] 

Manos Batsis commented on ROL-1744:
-----------------------------------

I take that back. Adding these to planet-custom.properties does *not* resolve the issue.

> deleted blogs not being deleted from Planet
> -------------------------------------------
>
>                 Key: ROL-1744
>                 URL: https://issues.apache.org/roller/browse/ROL-1744
>             Project: Roller
>          Issue Type: Bug
>    Affects Versions: 4.0
>         Environment: Solaris 10, Glassfish v2, jdk 1.6, roller 4.0.1
>            Reporter: Dick Davies
>            Assignee: Roller Unassigned
>            Priority: Minor
>
> (This is on roller 4.0.1 (from Daves codedrop), but I've seen it on 4.0 too).
> When we delete a blog from our Roller install, Planet doesn't notice it's gone.
> Should Roller notify it somehow?
> WARN  2008-08-20 01:00:00,079 SingleThreadedFeedUpdater:updateSubscriptions - Error updating subscription - weblogger:spherical
> Local feed - weblogger:spherical no longer exists in weblogger
> INFO  2008-08-20 01:00:06,790 SingleThreadedFeedUpdater:updateSubscriptions - --- DONE --- Updated subscriptions in 6.724 second
> s
> We clean it up by deleting the offending row from rag_subscription .

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ROL-1744) deleted blogs not being deleted from Planet

Posted by "Manos Batsis (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/roller/browse/ROL-1744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14517#action_14517 ] 

Manos Batsis commented on ROL-1744:
-----------------------------------

I also stumbled on this yesterday, but it seems I just missed this from my planet-custom.properties, mainly the tasks.enabled stuff:


planet.aggregator.enabled=true
# Tasks which are enabled. Only tasks listed here will be run.
tasks.enabled=ScheduledEntriesTask,ResetHitCountsTask,\
TurnoverReferersTask,PingQueueTask,RefreshRollerPlanetTask,SyncWebsitesTask
# Set of page models specifically for site-wide rendering
rendering.siteModels=\
org.apache.roller.weblogger.ui.rendering.model.SiteModel,\
org.apache.roller.weblogger.ui.rendering.model.PlanetModel

> deleted blogs not being deleted from Planet
> -------------------------------------------
>
>                 Key: ROL-1744
>                 URL: https://issues.apache.org/roller/browse/ROL-1744
>             Project: Roller
>          Issue Type: Bug
>    Affects Versions: 4.0
>         Environment: Solaris 10, Glassfish v2, jdk 1.6, roller 4.0.1
>            Reporter: Dick Davies
>            Assignee: Roller Unassigned
>            Priority: Minor
>
> (This is on roller 4.0.1 (from Daves codedrop), but I've seen it on 4.0 too).
> When we delete a blog from our Roller install, Planet doesn't notice it's gone.
> Should Roller notify it somehow?
> WARN  2008-08-20 01:00:00,079 SingleThreadedFeedUpdater:updateSubscriptions - Error updating subscription - weblogger:spherical
> Local feed - weblogger:spherical no longer exists in weblogger
> INFO  2008-08-20 01:00:06,790 SingleThreadedFeedUpdater:updateSubscriptions - --- DONE --- Updated subscriptions in 6.724 second
> s
> We clean it up by deleting the offending row from rag_subscription .

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.