Hi, I have been trying to upload documents but bumped into some errors. One of these errors related to jodconverter not being able to find soffice.bin. The variable office.path was correctly set and the soffice.bin was in the correct location.
What solved the problem was creating a directory and linking soffice.bin to this new directory: # mkdir -p /usr/lib/libreoffice/program # cd /usr/lib/libreoffice/program # ln -s /usr/lib64/libreoffice/program/soffice.bin . Not quite nice, but I could move a little bit forward and jodconverter is now able to find soffice.bin. Now I have a different problem, jodconverter is crashing and the files do not get converted. There are tons of java error messages, I am trying to make some sense of them. Rubens