picoweb "No diagram found"

0 votes
asked Jul 7, 2021 in Question / help by Serge Wenger Work (15,620 points)

Hello,

I run on a new PC :

C:\Users\aaa>java.exe -jar C:\PgmFiles\plantuml.jar -picoweb
No diagram found

It is the same version as my old PC (1.2021.8) 

An idea?

commented Jul 7, 2021 by The-Lu (63,920 points)

Hello S.,

When I test, I observe:

> java -jar plantuml.jar -picoweb
webPort=8080

Regards,
Th.

commented Jul 8, 2021 by Serge Wenger Work (15,620 points)
Hello,

On my old PC, it is the same as you. My colleague has the same problem, so it is not only on my new PC...

1 Answer

0 votes
answered Jul 8, 2021 by plantuml (294,960 points)
Can you double-check your version :

java -jar plantuml.jar -version

And also try with the -v flag (verbose):

java -jar plantuml.jar -version -picoweb
commented Jul 8, 2021 by Serge Wenger Work (15,620 points)

I find the problem: I copy the line 

java -jar plantuml.jar -picoweb

 from mail. The mail was UTF8. So the "-" of -picoweb was coded with 3 characters. 

I discover this with an hex viewer.

Thanks for the support

commented Jul 9, 2021 by The-Lu (63,920 points)

Private joke of Unicode... wink
(Often I observe the same thing with the non-breaking spaces...)

...