-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.lang.NullPointerException when using C4-PlantUML #476
Comments
I tried this out locally, but wasn't able to reproduce the NPE. It's hard to say based on the available information what the difference between the two execution environments might be. Perhaps a Graphviz version issue? |
I've added initial support for PlantUML's |
Thanks for the reply. Have in mind that I'm not really familiar with java and ruby so I'm using my intuition here. :) What I did since your message:
The error stays the same, but what drew my attention is that the version of PlantUML in the error stays the same Can I provide any more info that will be useful? Have I done the upgrade properly? |
Maybe some of this comments sparks an idea for you:
|
Hi, Another line of research... : Regards, |
Hi, As mentioned here: You must install Enjoy, |
Just FYI, there is actually logic in place to try and locate It's a shame that PlantUML doesn't produce a better error message out of the box in this situation. Perhaps I could set the 'use smetana' flag when |
Hi,
We will take the action. Regards, |
I want to draw a simple diagram using C4-PlantUML.
the diagram is placed in asciidoc. But when rendering a pdf from asciidoctor it shows such error:
My diagram look like this:
And it is generated normally in Rider PlantUML plugin.
The error is displayed in PDF and HTML render as well.
What am I missing?
The text was updated successfully, but these errors were encountered: