ELK dont work

0 votes
asked Jun 11 in Bug by gerberiys (120 points)

PlantUML diagram

commented Jun 27 by kirchsth (6,660 points)

Hello @arnaudroques, and all contributors,

I assume it is the same problem as layout elk fails with NullPointerException - PlantUML Q&A 
(and the problem looks relative old).

I think only the elk-full.jar has to be deployed (again) to the online server..
Maybe you can add the fix as part of 1.2024.6 too?

Thank you and best regards
Helmut 

commented Jun 27 by kirchsth (6,660 points)

Could it be that the problem is diagram type specific?
e.g. Sequence diagram works on the online server:

@startuml
!pragma layout elk
A -> X : %version()
@enduml


and the component diagram produces an error

@startuml
!pragma layout elk
[A] -> [Y] : %version()
@enduml


BR Helmut
 

1 Answer

0 votes
answered Sep 26 by RW
ELK is still broken in the online server, but also when installing plantuml via choco. (2024.7). Even the simplest state chart does not work. It may work when writing activity charts.
...