<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<br>
<br>
<div class="moz-cite-prefix">On 3/29/21 8:14 PM, mc36 wrote:<br>
</div>
<blockquote type="cite" cite="mid:AzZ8fg.qBOdc5ZWgV8p.0OQlIBHpoxg77jWvfDZ@freemail.hu">
hi,<br>
please dont! i got ~15 and the issue is gone!<br>
</blockquote>
<br>
please don't do what ?<br>
<br>
<blockquote type="cite" cite="mid:AzZ8fg.qBOdc5ZWgV8p.0OQlIBHpoxg77jWvfDZ@freemail.hu">
(but answering line by line, who knows)<br>
thanks,<br>
cs<br>
</blockquote>
<br>
Ok. So it looks like you are using some debian build of openjdk and
it seems likely<br>
it can't find the system libharfbuzz.so since that symbol is very
basic.<br>
<br>
If you use the one from <a class="moz-txt-link-freetext" href="https://jdk.java.net/17/">https://jdk.java.net/17/</a> I
expect it will work since it does<br>
what the JDK 15 does that I suggested.<br>
<br>
I can't tell what the JDK 16 you have does since I'd need to see an
ls -l of your<br>
/lib/jvm/java-16-openjdk-amd64/lib/libfontmanager.so<br>
<br>
-phil.<br>
<br>
<blockquote type="cite" cite="mid:AzZ8fg.qBOdc5ZWgV8p.0OQlIBHpoxg77jWvfDZ@freemail.hu">
<br>
<br>
On 3/29/21 6:41 PM, Philip Race wrote:
<blockquote style="color: #007cff;" type="cite">Moving this to the
right list.<br>
<br>
There's lots of missing information in your email.<br>
<br>
1) I don't know what a debian sid is. Internet suggests it is
some upstream dev version<br>
Is this reproducible on any shipping distro ?</blockquote>
yesss, it is. <a class="moz-txt-link-freetext" href="https://www.debian.org/" moz-do-not-send="true">https://www.debian.org/</a><br>
the only difference that you replace stable to
unstable/sid/experimental,depending how brave you're.... :)<br>
<br>
<blockquote style="color: #007cff;" type="cite"><br>
2) Where exactly did you get the openjdk build 17 ? Was it from
<a class="moz-txt-link-freetext" href="https://jdk.java.net/17/" moz-do-not-send="true">https://jdk.java.net/17/</a> or
somewhere else ?<br>
Please show the output of "java -version" to help confirm it.</blockquote>
<br>
sudo apt install openjdk-17-jre -- to get the latest build of
them....<br>
at the moment i see the following version:<br>
<br>
mc36@noti:~$ java -version<br>
openjdk version "17-ea" 2021-09-14<br>
OpenJDK Runtime Environment (build 17-ea+15-Debian-1)<br>
OpenJDK 64-Bit Server VM (build 17-ea+15-Debian-1, mixed mode,
sharing)<br>
mc36@noti:~$<br>
<br>
<blockquote style="color: #007cff;" type="cite"><br>
3) What does "ls -l lib/libfontmanager.so" show ?<br>
</blockquote>
<br>
mc36@noti:~$ find <i class="moz-txt-slash"><span class="moz-txt-tag">/</span>lib<span class="moz-txt-tag">/</span></i>
-name libfontmanager.so<br>
/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libfontmanager.so<br>
/lib/jvm/java-15-openjdk-amd64/lib/libfontmanager.so<br>
/lib/jvm/java-16-openjdk-amd64/lib/libfontmanager.so<br>
/lib/jvm/java-13-openjdk-amd64/lib/libfontmanager.so<br>
/lib/jvm/java-11-openjdk-amd64/lib/libfontmanager.so<br>
/lib/jvm/java-14-openjdk-amd64/lib/libfontmanager.so<br>
/lib/jvm/java-17-openjdk-amd64/lib/libfontmanager.so<br>
mc36@noti:~$ ls -lsa
/lib/jvm/java-17-openjdk-amd64/lib/libfontmanager.so<br>
56 -rw-r--r-- 1 root root 55960 Mar 25 10:31
/lib/jvm/java-17-openjdk-amd64/lib/libfontmanager.so<br>
mc36@noti:~$<br>
<br>
<br>
<blockquote style="color: #007cff;" type="cite">4) What was the
JDK version you had immediately before this and where did you
get that ?<br>
</blockquote>
i have all that is available in the distro, but it depends, my
older installations have something from java6 times :)<br>
<br>
<blockquote style="color: #007cff;" type="cite">5) Does either JDK
11u or JDK15u work in this respect on that system ?<br>
</blockquote>
<br>
yesss, right now, every installed jvm works perfectly, i olny saw
the issue with 17~14!!!!<br>
then, for a while i sudo update-alternatives --config java 'ed to
16, but when they bumped<br>
to ~15, the i reverted to auto, that is 17, and the issue is
completely gone, now all the<br>
jvms i have works fine!<br>
<br>
<br>
</blockquote>
<br>
</body>
</html>