Skip to content
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

PlantUML Stuck With No Responding #16

Closed
thiner opened this issue May 8, 2019 · 2 comments
Closed

PlantUML Stuck With No Responding #16

thiner opened this issue May 8, 2019 · 2 comments
Labels
Can't Fix Issue lies outside of this project.
Milestone

Comments

@thiner
Copy link

thiner commented May 8, 2019

Hi Richardo,

I was trying to use C4-PlantUML to render a C4 diagram, 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

And my .puml file content like below:

@startuml Basic Sample
!includeurl https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/release/1-0/C4_Container.puml

Person(admin, "Administrator")
System_Boundary(c1, "Sample System") {
    Container(web_app, "Web Application", "C#, ASP.NET Core 2.1 MVC", "Allows users to compare multiple Twitter timelines")
}
System(twitter, "Twitter")

Rel(admin, web_app, "Uses", "HTTPS")
Rel(web_app, twitter, "Gets tweets from", "HTTPS")
@enduml

Could you please tell what's going wrong here?

@stale
Copy link

stale bot commented Nov 22, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Nov 22, 2020
@Potherca
Copy link
Member

If I run your code at http://www.plantuml.com/plantuml/

It seems to work just fine:

I am closing this issue as can not be fixed in this repo.

@Potherca Potherca added Can't Fix Issue lies outside of this project. and removed wontfix This will not be worked on labels Nov 22, 2020
@Potherca Potherca added this to the v2.0.0 milestone Apr 4, 2021
@Potherca Potherca moved this to Todo in All Projects Jul 3, 2022
@Potherca Potherca moved this from Todo to Done in All Projects Jul 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Can't Fix Issue lies outside of this project.
Projects
Status: Done
Development

No branches or pull requests

2 participants