0

While running conversions in test suites using jodconverter, it was randomly crashing and tests failed.

We are using Libreoffice with jodconverter running tests in docker. Took too much time to figure this out, so created this question.

Ishmeet Singh
  • 1,218
  • 1
  • 8
  • 10

1 Answers1

0

Solution : Use -PuseLibreOffice with the test command to signal jodconverter to use libs for libreoffice. Default is open office. ./gradlew test -PuseLibreOffice

Ishmeet Singh
  • 1,218
  • 1
  • 8
  • 10