https://bugzilla.suse.com/show_bug.cgi?id=1231333 Bug ID: 1231333 Summary: Java:packages/plantuml: No default for environment variable JAVACMD Classification: openSUSE Product: openSUSE.org Version: unspecified Hardware: Other OS: openSUSE Tumbleweed Status: NEW Severity: Normal Priority: P5 - None Component: 3rd party software Assignee: mardnh@gmx.de Reporter: ahasenkopf@suse.com QA Contact: screening-team-bugs@suse.de CC: ahasenkopf@suse.com, fstrba@suse.com Target Milestone: --- Found By: --- Blocker: --- Using plantuml (version 1.2024.4) in the TW container image (version 20241002.33.28) `plantuml` does not work out-of-the-box after installation: Immediately, after installation, plantuml prints this error when called: ``` $ docker run -it $ zypper in plantuml $ plantuml -version /usr/bin/plantuml: Failed to set JAVACMD /usr/share/java-utils/java-functions: line 251: exec: : not found ``` Only after setting this environment variable, plantuml behaves: ``` $ export JAVACMD=`which java` $ plantuml -version PlantUML version 1.2024.4 (Sat Apr 06 14:33:20 UTC 2024) (GPL source distribution) Java Runtime: OpenJDK Runtime Environment JVM: OpenJDK 64-Bit Server VM Default Encoding: UTF-8 Language: en Country: US PLANTUML_LIMIT_SIZE: 4096 Error: Dot executable does not exist Error: only sequence diagrams will be generated ``` -- You are receiving this mail because: You are on the CC list for the bug.