-
Bug
-
Resolution: Fixed
-
Medium
-
3.1.1
Using the macro browser in any theme except the shipped default theme will result in a pop up box saying:
There has been an error loading the macro browser. Please try again or see your system administrator.
Errors in the logs appear as:
2010-02-03 09:42:19,938 ERROR [http-8080-5] [atlassian.confluence.servlet.ConfluenceServletDispatcher] serviceAction There is no Action mapped for namespace /pages/undefined/plugins/macrobrowser and action name browse-macros -- url: /pages/undefined/plugins/macrobrowser/browse-macros.action | userName: admin | referer: http://localhost:8080/pages/editpage.action?pageId=753673
This seems to occur regardless of whether the theme is third party or supported. Switching to the default theme resolves the problem.
In addition pressing on the preview tab causes the preview to Spin forever for all themes but the default theme (e.g. leftnav theme, clickr theme
Hi,
We are currently testing Confluence 3.2.1. Macro browser/Preview tab/Image uploader seem to be broken in spaces using the Confluence Classic Theme. Moreover, when 'Browse Project' is clicked in such a space the following System error is thrown
---------------------------------------------------------------------------------
java.lang.RuntimeException: Error rendering template for decorator root
at com.atlassian.confluence.setup.velocity.ApplyDecoratorDirective.render(ApplyDecoratorDirective.java:211)
caused by: java.lang.RuntimeException: Error rendering template for decorator space
at com.atlassian.confluence.setup.velocity.ApplyDecoratorDirective.render(ApplyDecoratorDirective.java:211)
caused by: org.apache.velocity.exception.MethodInvocationException: Invocation of method 'getDisplayableItems' in class com.atlassian.confluence.plugin.descriptor.web.ConfluenceWebInterfaceManager threw exception java.lang.NullPointerException at components/classic/space.vmd[line 51, column 120]
at org.apache.velocity.runtime.parser.node.ASTMethod.handleInvocationException(ASTMethod.java:337)
caused by: java.lang.NullPointerException
at com.atlassian.confluence.plugin.descriptor.web.ConfluenceWebInterfaceManager.makeContext(ConfluenceWebInterfaceManager.java:97)
---------------------------------------------------------------------------------
In such a case, not able to go to Space Admin at all to change the Theme!
Please can you advise whats wrong here?
Note -
#parse ("/template/includes/global-settings.vm")
code is already there in main.vmd file.
Regards