IllegalStateException when trying use case complete example

0 votes
asked Oct 26, 2018 in Question / help by Ulferin

When i launch the use case complete example listed here http://plantuml.com/use-case-diagram i get an "IllegalStateException: Cannot find color #000005".

I set the GRAPHVIZ_DOT variable but can't get this to work.

The png error: https://imgur.com/z4z3rKm

1 Answer

0 votes
answered Oct 26, 2018 by plantuml (295,000 points)
 
Best answer

Did you compile GraphViz yourself ?

This typically happens when some library are missing while compiling GraphViz (for example libexpat  ) See http://plantuml.com/faq

commented Oct 26, 2018 by Ulferin
I installed it via ubuntu packages on their site.
commented Oct 26, 2018 by plantuml (295,000 points)
Could you try to downgrade to GraphViz 2.38 ?
GraphViz 2.40 has issue with PlantUML
commented Oct 26, 2018 by Ulferin
Ok, it works! Thank you!
...