In the Confluence Administration → Logging and Profiling section add a new Entry with Package de.griffel.confluence.plugins.plantuml
and Log Level INFO
.
After that you should see the rendering performance for each plantuml macro in the confluence.home/logs/atlassian-confluence.log
File:
2016-04-08 13:52:53,161 INFO [...] [confluence.plugins.plantuml.PlantUmlMacro] executeInternal Rendering UML diagram on page Foo:Bar took 375 ms. |
Check your installation using PlantUML Version Information.
Ensure that the correct version of Graphviz will be used either by setting the environment variable GRAPHVIZ_DOT
or by adding dot to the search path.
Usually, this is a problem with the installation of Confluence or Graphviz.
Check your graphviz installation.
Create a file
test.dot
with the following content:Let graphviz create a the image. Do this as user who runs Confluence and use the same Graphviz version as Confluence. You can check this as described in PlantUML Version Information.
test.png
. If the image is correct check Confluence. If not, you have to correct your Graphviz installatoin.Related Issues