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

Error rendering WebPanel (templates/quick-comment-header.vm): No renderer found for resource type: confluence-velocity

Christian Czaia _Decadis AG_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 13, 2012

Hey everyone,

after an upgrade to Confluence 4.2.1 we encountered the following error showing on top of every page (even on the login page). Seems to be related to the quick comments plugin. Quick comments are not working and if I disable the plugin the message disappears. Any ideas on how I could fix this? We are using refined Wiki if that makes any difference which I doubt...

Thanks in advance,

Christian

3 answers

1 accepted

1 vote
Answer accepted
Septa Cahyadiputra
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 13, 2012

Hi Christian,

Please try the following workaround

  1. Shutdown Confluence
  2. Please backup your database for safety precaution
  3. Execute the following SQL query
  4. SELECT BANDANAVALUE FROM BANDANA WHERE BANDANAKEY = 'plugin.manager.state.Map';
  5. Select all, copy and paste the result of the SQL query into your notepad
  6. Find the following lines

<entry>

<string>confluence.web.panel.renderers</string>

<boolean>false</boolean>

</entry>

Delete the above lines from your notepad and saved it

Execute the following SQL query

UPDATE BANDANA set BANDANAVALUE = '<Put the entire strings from your notepad here>' WHERE BANDANAKEY = 'plugin.manager.state.Map';

Restart Confluence

Hope it helps.

Cheers,
Septa Cahyadiputra

Christian Czaia _Decadis AG_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 14, 2012

Hey Septa,

thank you very much. Eyerything works fine...

Cheers Christian

Septa Cahyadiputra
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 14, 2012

My pleasure :).

Cheers

Travis Crowder October 30, 2012

Unfortunately the aforementioned query does not work with 5.1.7. :(

Chris Keeble May 22, 2013

This fixed the problem for me too. Thanks!

Not sure what caused the issue, would be good if this could be fed back to the development team for them to resolve as I suspect it was caused during recent updates to both Confluence (5.1.2) and JIRA (6.0)

0 votes
Chris Keeble May 22, 2013

This fixed the problem for me too. Thanks!

Not sure what caused the issue, would be good if this could be fed back to the development team for them to resolve as I suspect it was caused during recent updates to both Confluence (5.1.2) and JIRA (6.0)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events