Return to Jive Software

Skip navigation

This Question is Not Answered

1 "correct" answer available (4 pts) 2 "helpful" answers available (2 pts)
4,707 Views 6 Replies Last post: Aug 25, 2007 4:00 AM by aznidin RSS
Novice 30 posts since
Jun 12, 2006
Currently Being Moderated

Aug 23, 2007 5:39 AM

[BUG]: Delete Blog -> Aggregate Blogs. HELP!

As far as I could remember the scenario, I originally have a few blogs aggregated in root space and sub-spaces. Then I deleted a few blogs in the Blogs::Management page. Going back to Spaces::Settings::Blog Settings I got all aggregated blog lists messed up including in the sub-coms. They don't show! I couldn't even add new Aggregated blogs. The action status says "Blog added successfully", but are not seen in the aggregated list. Browsing through the related tables in the db, the blog IDs are there. The jive.debug.log shows:

 

2007.08.23 19:09:35 Blog 1011 could not be loaded from the database.

com.jivesoftware.community.BlogNotFoundException: Blog 1011 could not be loaded from the database.

        at com.jivesoftware.community.impl.DbBlog.loadFromDb(DbBlog.java:1473)

        at com.jivesoftware.community.impl.DbBlog.<init>(DbBlog.java:142)

        at com.jivesoftware.community.impl.DbBlogManager.getBlog(DbBlogManager.java:380)

        at com.jivesoftware.community.impl.DatabaseObjectLoader$10.loadObject(DatabaseObjectLoader.java:214)

 

I stopped tomcat and manually deleted references of the deleted blog id from jiveCommunityBlog, then restarted tomcat. The log stopped showing the error but still the aggregated list won't show up in the admin console. Now I really need some help fixing the problem.

ajohnson1200 Jive Employee 1,229 posts since
Jan 7, 2004
Currently Being Moderated
Aug 23, 2007 9:46 AM in response to: aznidin
Re: [BUG]: Delete Blog -> Aggregate Blogs. HELP!

hi aznidin,

 

I was able to create a blog, add it to a space, delete the blog and then go back and view the list of blogs aggregated by the space without any problems. What version of Clearspace are you using?  Can you run this query against your database:

 

SELECT blogID FROM jiveCommunityBlog WHERE blogID NOT IN (SELECT blogID FROM jiveBlog)

 

If you get any results from that query, that's what the problem is.

 

Cheers,

 

AJ

ajohnson1200 Jive Employee 1,229 posts since
Jan 7, 2004
Currently Being Moderated
Aug 24, 2007 10:35 PM in response to: aznidin
Re: [BUG]: Delete Blog -> Aggregate Blogs. HELP!

hi aznidin,

 

The only thing I can think of that would cause this would be that you somehow have locked down view access to the blog that you're trying to add to a permission that the current user doesn't have. Have you set any specific permissions on that blog?  Do you see any errors in your log files?

 

Cheers,

 

AJ

More Like This

  • Retrieving data ...

Bookmarked By (0)