This server will be upgraded at 3pm Sydney time on December 3rd (December 2nd, 8pm PST) and will be down for up to 30 minutes.

Plugins Information Plugin

Name Plugins Information Plugin
Vendor Atlassian Software Systems (Website)
Authors Mike Cannon-Brookes, Agnes Ro
Homepage http://confluence.atlassian.com/display/CONFEXT/Plugins+Information+Plugin
Issue Management http://developer.atlassian.com/jira/browse/PLINF
Continuous Integration n/a
Categories Content Macros
Most Recent Version 0.3
Availability Confluence v2.0 to v2.10
State Stable
Support Unsupported Plugins
License Freeware / Open Source (BSD)
Price Free
Release Docs http://confluence.atlassian.com/display/CONFEXT/Plugins+Information+Plugin
Java API Docs n/a
Download Source https://svn.atlassian.com/svn/public/contrib/confluence/plugininfo-plugin/tags/0.3/
Download JAR plugininfo-confluence-plugin-0.3.jar
This plugin now accessable through the Confluence Repository Client.

Description/Features

A simple set of macros to display information about the state of plugins within Confluence.

Usage

To install, simply upload into Confluence.

Examples

There are two macros right now:

{macro-list}

Lists all the macros which are currently enabled in this installation of Confluence.

{shortcut-list}

Lists all the shortcuts which have been setup in this installation of Confluence.

Version History

  • 0.2 - Added shortcut-list macro
  • 0.1 - Initial release

Screenshots

Labels

macro macro Delete
plugin plugin Delete
repository_current repository_current Delete
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.
  1. Mar 01, 2006

    David Peterson [CustomWare] says:

    It would be handy to have a macro which lists the '@xxx' shortcuts (eg [CONF-XXX...

    It would be handy to have a macro which lists the '@xxx' shortcuts (eg [CONF-XXX@jira]) set on the server - currently that info is only available to administrators, unless they document it manually on a page somewhere...

    1. Mar 01, 2006

      Mike Cannon-Brookes says:

      Your wish is my command... give me 10 mins.

      Your wish is my command... give me 10 mins.

      1. Mar 01, 2006

        David Peterson [CustomWare] says:

        Wow - great service

        Wow - great service

      2. Mar 01, 2006

        Bob Swift says:

        Thank you! I had just implemented a Shortcut page to let people know what was o...

        Thank you! I had just implemented a Shortcut page to let people know what was out there to use. Prior to this I had to cut/paste a screen shot everytime I updated it. The macro list is nice being alphabetical. It gives a different ordering than the Notation guide.

  2. Mar 01, 2006

    Rajendra says:

    Thanks a lot Mike!

    Thanks a lot Mike!

  3. Mar 13, 2006

    Dan Hardiker says:

    The 0.2 jar claims to be v0.1 when in the Plugin Manager This will be caused by...

    The 0.2 jar claims to be v0.1 when in the Plugin Manager

    This will be caused by the atlassian-plugin.xml being missed in the version number bump. I'd suggest rereleasing 0.2 - if you have no objections I'll do it myself.

    1. Mar 13, 2006

      Jonathan Nolen says:

      Go ahead.

      Go ahead.

      1. Mar 14, 2006

        Dan Hardiker says:

        Done The project.xml was out of date too.

        Done The project.xml was out of date too.

  4. Mar 18, 2006

    Kyle Adams says:

    It would be nice if we could (by setting a flag on a parameter) display the JAR ...

    It would be nice if we could (by setting a flag on a parameter) display the JAR name containing the plugin. That would be useful when moving from one Confluence install to another, as far as knowing which JARs in WEB-INF/lib need to get moved over.

    1. Mar 26, 2006

      Matt Ryall (Atlassian) says:

      Unfortunately, it's not possible to tell which JAR a class came from if it loade...

      Unfortunately, it's not possible to tell which JAR a class came from if it loaded from WEB-INF/lib. These get loaded automatically before Confluence even starts (because they're typically Confluence dependencies).

      Hopefully as we improve our plugin infrastructure, you will be able to install more plugins dynamically (through the upload plugin screen). The upload puts the JARs in your Confluence home directory, and automatically includes them when you backup and restore.

  5. Apr 25, 2006

    Neil Arrowsmith says:

    A useful macro, but would be even more useful if it could display the user macro...

    A useful macro, but would be even more useful if it could display the user macros set up on the system too.

  6. Apr 25, 2006

    Russell Warren says:

    It looks like many macro developers have very long whitespace-free strings as th...

    It looks like many macro developers have very long whitespace-free strings as their example usage strings (or whatever they are called) for their macros. This is making the first column of the {macro-list} table pretty gigantic.

    eg: if you have {create-page} installed, it's sample usage is really long and the table stretches out like so:

    {create-page:parent=pagename|boilerplate=myboilerplate|template=mytemplate|prefix=before|postfix=after|addspace=false|space=myspacekey|prompt=Please enter the new page name}link text{create-page} blah blah

    Since it is unlikely to get all developers to add some whitespace to satisfy {macro-list}, it would be nice if {macro-list} snipped up the run-ons (with occasional newlines?) so this doesn't happen.

  7. Feb 07, 2007

    Liz Heier says:

    After upgrading to 2.3.1 from 2.2.8, the macro-list plugin no longer renders cor...

    After upgrading to 2.3.1 from 2.2.8, the macro-list plugin no longer renders correctly. The page that has the macro displays "Error formatting macro: macro-list: java.lang.IncompatibleClassChangeError". I can see a very long stacktrace in my log files:

    2007-02-07 16:00:23,563 ERROR [http-80-Processor1] [renderer.v2.components.MacroRendererComponent] processMacro Unexpected error formatting macro: macro-list
    java.lang.IncompatibleClassChangeError
    at com.atlassian.confluence.ext.plugininfo.MacroListMacro$1.compare(MacroListMacro.java:46)
    at java.util.Arrays.mergeSort(Arrays.java:1284)
    at java.util.Arrays.mergeSort(Arrays.java:1295)
    at java.util.Arrays.mergeSort(Arrays.java:1295)
    at java.util.Arrays.mergeSort(Arrays.java:1295)
    at java.util.Arrays.mergeSort(Arrays.java:1295)
    at java.util.Arrays.mergeSort(Arrays.java:1295)
    at java.util.Arrays.sort(Arrays.java:1223)
    at java.util.Collections.sort(Collections.java:159)
    at com.atlassian.confluence.ext.plugininfo.MacroListMacro.execute(MacroListMacro.java:41)
    at com.atlassian.renderer.v2.macro.ResourceAwareMacroDecorator.execute(ResourceAwareMacroDecorator.java:45)
    at com.atlassian.renderer.v2.components.MacroRendererComponent.processMacro(MacroRendererComponent.java:336)
    at com.atlassian.renderer.v2.components.MacroRendererComponent.makeMacro(MacroRendererComponent.java:237)
    at com.atlassian.renderer.v2.components.MacroRendererComponent.makeMacro(MacroRendererComponent.java:130)
    at com.atlassian.renderer.v2.components.MacroRendererComponent.handlePotentialMacro(MacroRendererComponent.java:115)
    at com.atlassian.renderer.v2.components.MacroRendererComponent.render(MacroRendererComponent.java:77)
    ...

    I've tried uninstalling and reinstalling this plugin every way I know how and I always end up with the same error. Any help would be appreciated.

    1. Feb 07, 2007

      Tony Cheah Tong Nyee says:

      Hi Liz, Thanks for reporting this. We have created a bug report for this: ht...

      Hi Liz,

      Thanks for reporting this. We have created a bug report for this:

      http://jira.atlassian.com/browse/CONF-7823

      Please cast your vote to increase its popularity and add yourself as a watcher so that you will be notified for updates of the issue.

      Regards,
      Tony

  8. Apr 16, 2007

    André Bangma says:

    Hello,  I'm using Confluence 2.4.4 and when i typ in in the editor a...

    Hello,

     I'm using Confluence 2.4.4 and when i typ in

    in the editor and click on view i get the following output:

    Error formatting macro: macro-list: java.lang.IncompatibleClassChangeError With kind regards,

    André Bangma

    Technical Administrator/moderator KIS (Confluenced based)

    DICTU Servicedesk WPO Central

    Ministrie of Agriculture
    Mandemaat 3
    9405 TG ASSEN
    The Netherlands
    tel. +31-592-327301 / +31-6-46378851 a.bangma@minlnv.nl\\

    1. Apr 19, 2007

      Ivan Benko says:

      FYI the CONF-7823 problem has now been resolved and a patch is provided on the ...

      FYI the CONF-7823
      problem has now been resolved and a patch is provided on the JIRA ticket.
      Please open a support ticket on http://support.atlassian.com should you have further problems.
      Thanks,
      Ib

  9. Apr 19, 2007

    Byalpel says:

    Hi, I'm using 2.4.4 version of Confluence, and try to use the {shortcut} macro....

    Hi,

    I'm using 2.4.4 version of Confluence, and try to use the {shortcut} macro. Obviously in your screenshot, everything works fine but when I try to set it up on my page, I get a table like this :

    Shortcut URL
    name of shortcut 1
    com.atlassian.confluence.renderer.ShortcutLinkConfig@10e8267
    name of shortcut 2
    com.atlassian.confluence.renderer.ShortcutLinkConfig@1d4e26

    Have I done something wrong ?

    Thanks.

    David

    1. Jul 18, 2007

      hormemrk says:

      Same problem here, Confluence 2.5.4. on a Windows machine though. Has anyon...

      Same problem here, Confluence 2.5.4. on a Windows machine though. Has anyone an idea how to solve this?

      1. Jul 18, 2007

        Tony Cheah Tong Nyee says:

        Hi there, Thanks for reporting this. I have raised a bug issue on behalf of thi...

        Hi there,

        Thanks for reporting this. I have raised a bug issue on behalf of this at:

        Feel free to add yourself as a watcher so that you will be notified if there are any updates to the issue.

        Cheers,
        Tony

  10. May 09, 2007

    Brian Yakura says:

    This seems like it is not working with Version 2.5.1, getting Error formatting ...

    This seems like it is not working with Version 2.5.1, getting
    Error formatting macro: macro-list: java.lang.IncompatibleClassChangeError: Found interface com.atlassian.confluence.plugin.descriptor.MacroModuleDescriptor, but class was expected
    Error for

    Unknown macro: {macro-list}

    command.

    This is using stock standalone zip download.

    1. May 14, 2007

      Tony Cheah Tong Nyee says:

      Hi Brian, I believe you have encountered a bug already being tracked here: h...

      Hi Brian,

      I believe you have encountered a bug already being tracked here:

      This is fixed for plugin version 0.3. Hence, please give a try to the latest version of plugin available in the bug issue (plugininfo-confluence-plugin-0.3.jar) to resolve your problem.

      Cheers,
      Tony

  11. Jun 20, 2007

    Ville Valtasaari says:

    Is 0.3 supposed to work with Confluence version 2.2.9? I get that same Error for...

    Is 0.3 supposed to work with Confluence version 2.2.9? I get that same Error formatting macro: macro-list: java.lang.IncompatibleClassChangeError error that's been reported here in connection with later versions of Confluence.

    r. Ville

    1. Jun 21, 2007

      Fennie Ng says:

      Hi, Could you please create a support ticket for the mentioned problem and atta...

      Hi,

      Could you please create a support ticket for the mentioned problem and attach a zip backup of Confluence logs directory to the support ticket? Thanks

      Regards,
      Fennie.

  12. Jun 28, 2007

    Peter R. says:

    I've opened CONF-8793 to address the rendering issue we're having, whereby conte...

    I've opened CONF-8793 to address the rendering issue we're having, whereby content doesn't have table lines and scrolls horizontally at least a screen width, as shown in this screenshot.

  13. Nov 01, 2007

    Adam Graffunder says:

    I'd like to see a plugin or a feature of this plugin that will list the plugins ...

    I'd like to see a plugin or a feature of this plugin that will list the plugins currently installed for display to users.

    The plugin manager and repository provide this for admins, but users have no way of seeing concisely what plugins are installed without trying to figure it out from the macro list. 

    thanks.

    1. Nov 01, 2007

      Mei Yan Chan says:

      Hi Adam, Unfortunately, the plugins information plugin doesn't support this fea...

      Hi Adam,

      Unfortunately, the plugins information plugin doesn't support this feature. However, I had raised a feature request on your behalf at:

      Regards,
      Mei

  14. Oct 28

    S. Lohrum says:

    Hello, I'm working with Confluence 2.9. After installing the plugin I get error...

    Hello,

    I'm working with Confluence 2.9. After installing the plugin I get errors like whenever it renders a page containing the makro >>macro-list<<.
    .

    2008-10-28 11:32:15,494 ERROR [http-8000-Processor15] [confluence.util.velocity.VelocityUtils] getRenderedTemplate Error occurred rendering template: templates/macros/relatedlabelsmacro-help.vm
     -- url: /display/Organisation/Informationen+zu+Plugins+und+Makros | userName: lohrum | action: viewpage | page: 8847364
    org.apache.velocity.exception.ResourceNotFoundException: Unable to find resource 'templates/macros/relatedlabelsmacro-help.vm'
        at com.atlassian.confluence.util.velocity.ConfigurableResourceManager.loadResource(ConfigurableResourceManager.java:400)
        at com.atlassian.confluence.util.velocity.ConfigurableResourceManager.getResource(ConfigurableResourceManager.java:304)
        at org.apache.velocity.runtime.RuntimeInstance.getTemplate(RuntimeInstance.java:1102)
        at org.apache.velocity.app.VelocityEngine.getTemplate(VelocityEngine.java:549)
        at com.atlassian.confluence.util.velocity.VelocityUtils.getTemplate(VelocityUtils.java:85)
        at com.atlassian.confluence.util.velocity.VelocityUtils.getRenderedTemplateWithoutSwallowingErrors(VelocityUtils.java:51)
        at com.atlassian.confluence.util.velocity.VelocityUtils.getRenderedTemplate(VelocityUtils.java:34)
        at com.atlassian.confluence.util.velocity.VelocityUtils.getRenderedTemplate(VelocityUtils.java:27)
        at com.atlassian.confluence.plugin.descriptor.ConfluenceVelocityModuleDescriptor.getHtml(ConfluenceVelocityModuleDescriptor.java:51)
        at com.atlassian.confluence.plugin.descriptor.ConfluenceVelocityModuleDescriptor.getHtml(ConfluenceVelocityModuleDescriptor.java:34)
        at com.atlassian.confluence.plugin.descriptor.CustomMacroModuleDescriptor.getHelp(CustomMacroModuleDescriptor.java:62)
        at sun.reflect.GeneratedMethodAccessor790.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:295)
        at com.atlassian.confluence.velocity.introspection.AnnotationBoxingMethod.invoke(AnnotationBoxingMethod.java:28)
        at com.atlassian.confluence.velocity.introspection.UnboxingMethod.invoke(UnboxingMethod.java:29)
        at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:245)
        at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:203)
        at org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:294)
        at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74)
        at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:88)
        at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74)
        at org.apache.velocity.runtime.directive.Foreach.render(Foreach.java:448)
        at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:170)
        at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74)
        at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:88)
        at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
        at org.apache.velocity.Template.merge(Template.java:254)
        at com.atlassian.confluence.util.velocity.VelocityUtils.getRenderedTemplateWithoutSwallowingErrors(VelocityUtils.java:56)
        at com.atlassian.confluence.util.velocity.VelocityUtils.getRenderedTemplate(VelocityUtils.java:34)
        at com.atlassian.confluence.util.velocity.VelocityUtils.getRenderedTemplate(VelocityUtils.java:27)
        at com.atlassian.confluence.ext.plugininfo.MacroListMacro.execute(MacroListMacro.java:53)
        at com.atlassian.renderer.v2.macro.ResourceAwareMacroDecorator.execute(ResourceAwareMacroDecorator.java:45)
        at com.atlassian.renderer.v2.components.MacroRendererComponent.executeMacro(MacroRendererComponent.java:297)
        at com.atlassian.renderer.v2.components.MacroRendererComponent.processMacro(MacroRendererComponent.java:255)
        at com.atlassian.renderer.v2.components.MacroRendererComponent.makeMacro(MacroRendererComponent.java:151)
        at com.atlassian.renderer.v2.components.WikiContentRendererHandler.handleMacro(WikiContentRendererHandler.java:18)
        at com.atlassian.renderer.v2.WikiMarkupParser.makeMacro(WikiMarkupParser.java:126)
        at com.atlassian.renderer.v2.WikiMarkupParser.makeMacro(WikiMarkupParser.java:114)
        at com.atlassian.renderer.v2.WikiMarkupParser.handlePotentialMacro(WikiMarkupParser.java:99)
        at com.atlassian.renderer.v2.WikiMarkupParser.parse(WikiMarkupParser.java:60)
        at com.atlassian.renderer.v2.components.MacroRendererComponent.render(MacroRendererComponent.java:47)
        at com.atlassian.renderer.v2.V2Renderer.render(V2Renderer.java:53)
        at com.atlassian.renderer.v2.plugin.PluggableV2Renderer.render(PluggableV2Renderer.java:30)
        at com.atlassian.renderer.v2.V2RendererFacade.convertWikiToXHtml(V2RendererFacade.java:57)
        at sun.reflect.GeneratedMethodAccessor346.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:304)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
        at com.atlassian.spring.interceptors.SpringProfilingInterceptor.invoke(SpringProfilingInterceptor.java:20)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
        at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
        at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
        at $Proxy47.convertWikiToXHtml(Unknown Source)
        at com.atlassian.confluence.pages.actions.ViewPageAction.execute(ViewPageAction.java:161)
        at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:168)
        at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:35)
        at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
        at com.opensymphony.xwork.interceptor.DefaultWorkflowInterceptor.intercept(DefaultWorkflowInterceptor.java:55)
        at com.atlassian.confluence.core.ConfluenceWorkflowInterceptor.intercept(ConfluenceWorkflowInterceptor.java:35)
        at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
        at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:35)
        at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
        at com.atlassian.confluence.security.interceptors.CaptchaInterceptor.intercept(CaptchaInterceptor.java:46)
        at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
        at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:35)
        at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
        at com.atlassian.confluence.util.LoggingContextInterceptor.intercept(LoggingContextInterceptor.java:48)
        at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
        at com.atlassian.confluence.core.CancellingInterceptor.intercept(CancellingInterceptor.java:23)
        at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
        at com.atlassian.confluence.security.actions.PermissionCheckInterceptor.intercept(PermissionCheckInterceptor.java:54)
        at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
        at com.atlassian.confluence.pages.actions.CommentAwareInterceptor.intercept(CommentAwareInterceptor.java:43)
        at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
        at com.atlassian.confluence.pages.actions.PageAwareInterceptor.intercept(PageAwareInterceptor.java:120)
        at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
        at com.atlassian.confluence.spaces.actions.SpaceAwareInterceptor.intercept(SpaceAwareInterceptor.java:67)
        at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
        at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:35)
        at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
        at com.atlassian.confluence.core.actions.LastModifiedInterceptor.intercept(LastModifiedInterceptor.java:39)
        at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
        at com.atlassian.confluence.core.ConfluenceAutowireInterceptor.intercept(ConfluenceAutowireInterceptor.java:25)
        at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
        at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:35)
        at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
        at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:35)
        at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
        at com.atlassian.xwork.interceptors.XWorkTransactionInterceptor.intercept(XWorkTransactionInterceptor.java:97)
        at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
        at com.atlassian.confluence.xwork.ParameterFilterInterceptor.intercept(ParameterFilterInterceptor.java:56)
        at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
        at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:35)
        at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
        at com.opensymphony.xwork.DefaultActionProxy.execute(DefaultActionProxy.java:115)
        at com.opensymphony.webwork.dispatcher.ServletDispatcher.serviceAction(ServletDispatcher.java:229)
        at com.opensymphony.webwork.dispatcher.ServletDispatcher.service(ServletDispatcher.java:199)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
        at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:691)
        at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:469)
        at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:403)
        at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
        at com.atlassian.confluence.servlet.simpledisplay.SimpleDisplayServlet.service(SimpleDisplayServlet.java:59)
        at com.atlassian.confluence.servlet.SpringManagedServlet.service(SpringManagedServlet.java:64)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
        at com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.java:118)
        at com.atlassian.confluence.util.profiling.ProfilingPageFilter.parsePage(ProfilingPageFilter.java:153)
        at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:54)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
        at com.atlassian.confluence.jmx.JmxFilter.doFilter(JmxFilter.java:109)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
        at com.atlassian.core.filters.ServletContextThreadLocalFilter.doFilter(ServletContextThreadLocalFilter.java:21)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
        at com.atlassian.confluence.util.LoggingContextFilter.doFilter(LoggingContextFilter.java:49)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
        at com.atlassian.confluence.util.UserThreadLocalFilter.doFilter(UserThreadLocalFilter.java:44)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
        at com.atlassian.seraph.filter.SecurityFilter.doFilter(SecurityFilter.java:192)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
        at com.atlassian.seraph.filter.TrustedApplicationsFilter.doFilter(TrustedApplicationsFilter.java:120)
        at com.atlassian.confluence.util.AbstractBootstrapHotSwappingFilter.doFilter(AbstractBootstrapHotSwappingFilter.java:28)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
        at com.atlassian.seraph.filter.BaseLoginFilter.doFilter(BaseLoginFilter.java:125)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
        at com.atlassian.confluence.util.ClusterHeaderFilter.doFilter(ClusterHeaderFilter.java:35)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
        at com.atlassian.johnson.filters.AbstractJohnsonFilter.doFilter(AbstractJohnsonFilter.java:72)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
        at org.springframework.orm.hibernate.support.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:170)
        at com.atlassian.spring.filter.FlushingSpringSessionInViewFilter.doFilterInternal(FlushingSpringSessionInViewFilter.java:29)
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:75)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
        at com.atlassian.util.profiling.filters.ProfilingFilter.doFilter(ProfilingFilter.java:142)
        at com.atlassian.core.filters.ProfilingAndErrorFilter.doFilter(ProfilingAndErrorFilter.java:27)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
        at com.atlassian.confluence.core.datetime.RequestTimeThreadLocalFilter.doFilter(RequestTimeThreadLocalFilter.java:34)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
        at com.atlassian.confluence.util.AccessLogFilter.doFilter(AccessLogFilter.java:45)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
        at com.atlassian.confluence.util.RequestCacheThreadLocalFilter.doFilter(RequestCacheThreadLocalFilter.java:25)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
        at com.atlassian.gzipfilter.GzipFilter.doFilterInternal(GzipFilter.java:94)
        at com.atlassian.gzipfilter.GzipFilter.doFilter(GzipFilter.java:64)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
        at com.atlassian.core.filters.AbstractEncodingFilter.doFilter(AbstractEncodingFilter.java:33)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:210)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870)
        at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
        at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
        at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
        at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)
        at java.lang.Thread.run(Thread.java:595)

    Similar error messages are:
    ERROR [confluence.util.velocity.VelocityUtils] getRenderedTemplate Error occurred rendering template: templates/macros/labelledcontent-help.vm
    ERROR [confluence.util.velocity.VelocityUtils] getRenderedTemplate Error occurred rendering template: templates/macros/listlabelsmacro-help.vm
    ERROR [confluence.util.velocity.VelocityUtils] getRenderedTemplate Error occurred rendering template: templates/macros/navmap-help.vm
    ERROR [confluence.util.velocity.VelocityUtils] getRenderedTemplate Error occurred rendering template: templates/macros/popularlabels-help.vm
    ERROR [confluence.util.velocity.VelocityUtils] getRenderedTemplate Error occurred rendering template: templates/macros/recentlyusedlabels-help.vm

    Googeling for  "relatedlabelsmacro-help.vm" led me to some JIRA issue http://developer.atlassian.com/jira/browse/ADVMACROS-4

    But I didn't undersand how this could help me to correct the error.

    Thanks in adnace

    -Stefan