docToolchain icon indicating copy to clipboard operation
docToolchain copied to clipboard

asciidoctor-diagram: ERROR: Failed to generate image: PlantUML image generation failed:

Open azngeek opened this issue 5 years ago • 3 comments

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. image

azngeek avatar Jan 21 '20 11:01 azngeek

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.

rdmueller avatar Jan 22 '20 19:01 rdmueller

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.

stehlih avatar Jan 25 '20 20:01 stehlih

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.

stale[bot] avatar Aug 13 '20 14:08 stale[bot]

TODO: test and close.

mh182 avatar Apr 27 '23 08:04 mh182

docToolchain 2.2.1 generates images from PlantUML fine.

mh182 avatar Apr 28 '23 20:04 mh182

We upgraded to the newest org.asciidoctor.asciidoctorj-diagram to latest version 2.2.7. On Linux PlantUML renders fine.

mh182 avatar May 01 '23 09:05 mh182