Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Default Macro Metadata Provider is disable after upgrade to 5.2.3

Pablo Parada September 26, 2013

Hi folks,

Since we've upgraded our test environment to 5.2.3, none os macros appears at Macro Browser while editing a blog or page. Atlassian have several pages on their own Confluence with solutions for this issue, but nothing works.

At the end we disabled all Confluence User Installed Plugins, restarted Confluence a dozen times, but this didn't solve the problem at all.

Do you have any idea?

Cheers,

Pablo

9 answers

2 votes
Mark Ellevsen October 29, 2013

Thank you Hieu! I've been struggling with this for 2 days, had a support incident open with Atlassian, all to no avail. I had already read this thread, but Heiu hadn't put his response yet, so thank you Hieu for sharing!

Here's my expanded instructions for easy copy/paste :-):

1. Execute this SQL command:

select * from BANDANA where BANDANAKEY='plugin.manager.state.Map';

2. Save the contents of BANDANAVALUE, just in case you need to rollback.

3. Execute this SQL command:

update BANDANA set BANDANAKEY='' where BANDANAKEY='plugin.manager.state.Map';

4. Restart the Confluence service.

Voila! Confluence recreates the value automatically without any corruption upon its restart.

Thanks again Hieu - you're a lifesaver!

Regards,
Mark

Hieu Le Trung October 29, 2013

You need to have <map></map> otherwise there's NPE at start-up, the update command is as following

update BANDANA set BANDANAKEY='<map></map>' where BANDANAKEY='plugin.manager.state.Map';

Seongho Jang April 8, 2014

Thank you all.
You saved me also.

My Confluecen version is 5.4.3.

1 vote
Hieu Le Trung October 28, 2013

I solve the issue as following:

Stop the Confluence

Login to Confluence DB and execute following command

select * from bandana where bandanakey='plugin.manager.state.Map';

Then there's a record of default metadata plugin inside the map

Remove it by doing an update SQL

0 votes
Cheyenne Bryant February 6, 2014

I have the same issue -- it's breaking our diagramly plugin, which is a HUGE problem. I uninstalled the Adaptavist Rate Macro and was still having a problem after our recent upgrade to 5.3 -- this ticket is a life saver.

0 votes
Aigars Polis December 5, 2013

Hi,

This saved my day! After upgrade to 5.3.4 I runned in same problem when "macro metadata provider" plugin was disabled.

0 votes
Shannon S
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 4, 2013

This has occurred more recently due to incompatible plugins, especially the Adaptavist Rate Macro:

https://confluence.atlassian.com/display/CONFKB/Default+Macro+Metadata+Provider+Plugin+Disabled+After+Upgrade

0 votes
Mark Ellevsen October 30, 2013

I found that Confluence (v5.2.3) automatically created that value at startup.

0 votes
Hieu Le Trung October 27, 2013

I have same issue after upgrade to 5.3.1

0 votes
Deleted user October 24, 2013

We also have this problem after upgrade to 5.3.1.

0 votes
Aaron Wyatt October 10, 2013

We also have this problem after going to 5.2.5.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events