java.lang.IllegalStateException: Cannot find color #000005

0 votes
asked Feb 11, 2021 in Bug by MiHuy

Recently we upgraded our PlantUML plugin on our Confluence test environment. When I do a healthcheck of my PlantUML (6.48) and Graphviz (2.44.0) installation everything seems fine.
But with certain macro's we get below error message:
java.lang.IllegalStateException: Cannot find color #000005
Any idea what's the cause of this? I builded Graphviz from source with Libexpat on my system -> expat-2.1.0-12.el7.i686 & expat-2.1.0-12.el7.x86_64
 

1 Answer

0 votes
answered Feb 11, 2021 by plantuml (294,960 points)
"Cannot find color #00005" generally means that GraphViz has been built without HTML support. Are you sure that you have build GraphViz with libexpat support ?

Or maybe PlantUML is not launching the appropriate "dot" exec, if you have several ones on your server.

Can you reproduce this issue using command line ?
commented Feb 12, 2021 by MiHuy
First of all thanks for your quick reply!

Below rpm's were installed on my server during Graphviz build from source:

expat-2.1.0-12.el7.i686
expat-2.1.0-12.el7.x86_64

So I assume that's fine?
How can I check that I have different dot versions on my system?
...