PlantUML Not Responding

0 votes
asked May 8, 2019 in Question / help by Sebastian

I was trying to use PlantUML to render a C4 Model diagram, which rendered by C4-PlantUML https://github.com/RicardoNiepel/C4-PlantUML

But the application is stuck there, and the log like below:

java -jar plantuml.jar /Users/x/Documents/MyTechDocs/C4PumlTest.puml -v
(0.000 - 245 Mo) 237 Mo - PlantUML Version 1.2019.03
(0.013 - 245 Mo) 237 Mo - GraphicsEnvironment.isHeadless() false
(0.013 - 245 Mo) 237 Mo - Forcing resource load on OpenJdk
(1.254 - 245 Mo) 236 Mo - Found 1 files
(1.254 - 245 Mo) 236 Mo - Working on /Users/x/Documents/MyTechDocs/C4PumlTest.puml
(1.265 - 245 Mo) 236 Mo - Setting current dir: .
(1.265 - 245 Mo) 236 Mo - Setting current dir: /Users/x/Documents/MyTechDocs
(1.268 - 245 Mo) 236 Mo - Using default charset
(1.271 - 245 Mo) 236 Mo - Reading from C4PumlTest.puml
(1.271 - 245 Mo) 236 Mo - Creating AParentFolderRegular /Users/x/Documents/MyTechDocs
(1.283 - 245 Mo) 234 Mo - ImportedFiles::getAFile nameOrPath = /Users/x/Documents/Arch/C4PlantUML/C4_Container.puml
(1.284 - 245 Mo) 234 Mo - ImportedFiles::getAFile currentDir = AParentFolderRegular::/Users/x/Documents/MyTechDocs
(1.285 - 245 Mo) 234 Mo - Using default charset
(1.285 - 245 Mo) 234 Mo - Reading from /Users/x/Documents/Arch/C4PlantUML/C4_Container.puml
(1.292 - 245 Mo) 234 Mo - Using default charset
(1.292 - 245 Mo) 234 Mo - Reading from /Users/x/Documents/Arch/C4PlantUML/C4_Container.puml
(1.292 - 245 Mo) 234 Mo - Getting parent of AFileRegular::/Users/x/Documents/Arch/C4PlantUML/C4_Container.puml
(1.292 - 245 Mo) 234 Mo - Creating AParentFolderRegular /Users/x/Documents/Arch/C4PlantUML
(1.292 - 245 Mo) 234 Mo - -->The parent is AParentFolderRegular::/Users/x/Documents/Arch/C4PlantUML
(1.293 - 245 Mo) 234 Mo - Creating AParentFolderRegular /Users/x/Documents/Arch/C4PlantUML
(1.294 - 245 Mo) 234 Mo - Using default charset

My test PUML code:

@startuml test

!include /Users/x/Documents/Arch/C4PlantUML/C4_Container.puml

'!includeurl https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/release/1-0/C4_Container.puml

Person(personAlias, "Label", "Optional Description")

Container(containerAlias, "Label", "Technology", "Optional Description")

System(systemAlias, "Label", "Optional Description")

Rel(personAlias, containerAlias, "Label", "Optional Technology")

@enduml

Could you please tell what's happening here?

1 Answer

0 votes
answered May 8, 2019 by plantuml (295,000 points)

Does http://www.plantuml.com/plantuml/uml/KypCIyufJKbLi4asqNSsYNVEpoj9pCnBBRBZuWf8BIhEpzCe05EEEPc9nJeAIZw9IQavIa26Vq59PdvUOew2IsfnSb4ccAUaoGKtG2CPniBG6fAQd96NdvEVNed7eE3AufBKN8rYC4MixK6fEQZkXJi2jmb8hj440000

work for you ?

And could you test your GraphViz dot version :

@startuml
testdot
@enduml

And also your Java version:

@startuml
version
@enduml

...