-
Notifications
You must be signed in to change notification settings - Fork 20
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
local rendering does not work #19
Comments
I think that the path to plantuml jar is wrong. Should be |
We use Linux not widows. There is an error in the code that prevents it from publishing well. It seems to render but only to a temp directory. We wrote a script as a work around a long time ago. I am not sure our team is even using the tool anymore -------- Original message -------- I think that the path to plantuml jar is wrong. Should be Reply to this email directly or view it on GitHubhttps://github.com//issues/19#issuecomment-113522531. The information contained in this message, and any attachments, may contain privileged and/or proprietary information that is intended solely for the person or entity to which it is addressed. Moreover, it may contain export restricted technical data controlled by Export Administration Regulations (EAR) or the International Traffic in Arms Regulations (ITAR). Any review, retransmission, dissemination, or re-export to foreign or domestic entities by anyone other than the intended recipient in accordance with EAR and/or ITAR regulations is prohibited. |
@jkettsjr I use linux too. I did try the remote and local rendering, but both fail: i get a "prohibited sign" instead as well. Can u please help me with it? |
I also have this problem in windows . config items wrong or some other reason ? I'm sure the plantuml.jar and java runtime env are both ok.But I cant find any log infomation to solve this problem. |
Hi, Maybe this is obvious, but I just want to say it for the record. And I'm using the stand-alone version of DokuWiki. The problem is in the path to Java runtime interpreter. You cannot have a space there. So please try to use the following: The path to your Java runtime interpreter (eg. /usr/bin/java): "C:\Program Files\Java\jre1.8.0_112\bin\java.exe" BTW, if you check the box "Allow debug", there will be a debug.log under data/cache stating what went wrong. |
Following @MichaelLing83's advice I checked the log and I had mistyped the path to the |
Hi
thanks you for your plugin first.
it s a great feature for my electrnic notebook.
unfortunatly, he doen't work.
I succeed to generate a png with the simple command : c:/plantnum.jar test.txt
but when i used the dokuwiki plugin, it fails
my configuration is :
Render Locally = Yes
Path to Java = "C:/Program Files/Java/jre7/bin/java.exe"
Path to Plant UML jar File = /c:/plantnum.jar
Remote url of PlantUML servlet =
Enable "New UML Graph" button in editor = Yes
Image used to draw the toolbar button = res/icon1.png
i have a "prohibited sign" instead of my png
The text was updated successfully, but these errors were encountered: