https://bugs.documentfoundation.org/show_bug.cgi?id=152261
Stéphane Guillou (stragu) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |stephane.guillou@libreoffic | |e.org --- Comment #2 from Stéphane Guillou (stragu) <[email protected]> --- re-tested with jodconverter 4.4.7 and libobasis24.2-sdk 24.2.3.2-2 To update the scripts, I used: grep -Irl "jodconverter" . | xargs sed -i 's/4.4.4/4.4.7/g' With runfailing1.sh, I get the same as Buovjaga: [...] Starting loadStyles Exception in thread "main" org.jodconverter.core.office.OfficeException: Task did not complete within timeout (120000 ms): LocalConversionTask{source=SourceDocumentSpecsFromFile{file=test-big-notok.xhtml, format=html}, loadProperties={ReadOnly=true, Hidden=true, UpdateDocMode=0}, target=TargetDocumentSpecsFromFile{file=result-test5.odt, format=odt}, storeProperties={FilterName=writerweb8_writer}, useStreamAdapters=false} at org.jodconverter.core.office.AbstractOfficeManagerPoolEntry.waitTaskCompletion(AbstractOfficeManagerPoolEntry.java:120) at org.jodconverter.core.office.AbstractOfficeManagerPoolEntry.execute(AbstractOfficeManagerPoolEntry.java:86) at org.jodconverter.core.office.AbstractOfficeManagerPool.execute(AbstractOfficeManagerPool.java:216) at org.jodconverter.local.LocalConverter$LocalConversionJob.doExecute(LocalConverter.java:188) at org.jodconverter.core.job.AbstractConversionJob.execute(AbstractConversionJob.java:63) at Main.main(Main.java:86) Caused by: java.util.concurrent.TimeoutException at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:204) at org.jodconverter.core.office.AbstractOfficeManagerPoolEntry.waitTaskCompletion(AbstractOfficeManagerPoolEntry.java:95) ... 5 more But even runworking.sh fails in the same way, although later in the process. Is that expected, Ludovic? -- You are receiving this mail because: You are the assignee for the bug.
