A bug makes lines have a weird behavior

0 votes
asked Oct 9, 2017 in Bug by maxime (120 points)

Hello,

I use PlantUML with Confluence, and since a few days all my diagrams are generated with a graphical bug with lines (all types of diagrams).

Here is an example with a sequence diagram:

@startuml

A->B
C->D

@enduml

1 Answer

+1 vote
answered Oct 9, 2017 by plantuml (294,960 points)
selected Oct 9, 2017 by maxime
 
Best answer
We have a similar report here:
http://plantuml.sourceforge.net/qa/?qa=4228/sourcestringreader-generateimage-outputstream-generates

However, this bug is very difficult to solve, because we cannot reproduce it.
It seems (can you confirm?) that it occurs after a certain delay.
Could you restart your confluence server ?

Our guess is that there are some kind of ressource/memory leaks somewhere.

If possible, could you contact us by email ? (plantuml@gmail.com)
Thanks!
commented Oct 9, 2017 by maxime (120 points)
Restarting the Confluence service fixed the issue. We will monitor the recurrence of this issue. Thank you !
...