docToolchain
docToolchain copied to clipboard
asciidoctor-diagram: ERROR: Failed to generate image: PlantUML image generation failed:
Describe the bug
asciidoctor-diagram: ERROR: Failed to generate image: PlantUML image generation failed:
To Reproduce
Install DocToolChain (https://doctoolchain.github.io/docToolchain/#_how_to_install_doctoolchain) Edit any page and add a plantuml diagram
Expected behavior The Toolchain should render a plantuml diagram using graphviz
Screenshots
If applicable, add screenshots to help explain your problem.

interesting. Could you please copy & paste the whole stacktrace? PlantUML should work if graphviz dot is installed on the command line. Windows or Linux?
btw: you can also use PlantUML without Graphviz as explained here: https://docs-as-co.de/news/plantuml-without-graphviz/
This blog also shows you how to check if PlantUML recognized your graphviz installation.
Which graphviz version do you use?
PlantUML isn‘t working with versions newer than 2.38.
See https://plantuml.com/de/faq for more information.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Just add a small comment to keep it open. Thank you for your contributions.
TODO: test and close.
docToolchain 2.2.1 generates images from PlantUML fine.
We upgraded to the newest org.asciidoctor.asciidoctorj-diagram to latest version 2.2.7.
On Linux PlantUML renders fine.