Msg to pdf conversion is hanging in java

I try to convert an msg file to pdf using maven dependency version 24.9. But the conversion is hanging
at the convert step. Here is the code

String licensePath = “GroupDocs.ConversionforJava.lic”;
License license = new License();
license.setLicense(Main.class.getClassLoader().getResource(licensePath).getPath());
Converter converter = new Converter(Main.class.getClassLoader().getResource(“message.msg”).getPath());
converter.convert(“msg-groupdocs.pdf”, new PdfConvertOptions());

@a.bonnafont

Can you please attach the file so we could reproduce the issue at our end?
Please also share what OS you’re using and version of Java.

Thanks

The os is Ubuntu 22.04.4 LTS.
The java version is openjdk 21.0.1.
It is not possible to share .msg files in the conv, so i prefix it with .pdf.
message.msg.pdf (102.5 KB)

thanks for your help,

@a.bonnafont
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): CONVERSIONJAVA-2585

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

Do you have any news on this issue?

@a.bonnafont I reproduced the issue, but still work on it. I will update you soon.