I tried that first, but it didn't work. What really worked was the symbolic link. Perhaps the office.path key is being ignored?
Rubens On Fri, Aug 3, 2012 at 3:23 PM, Maxim Solodovnik <solomax...@gmail.com>wrote: > office.path should point to /usr/lib64/libreoffice on your system > solution with symbolic link is also good option > > On Sat, Aug 4, 2012 at 1:12 AM, Rubens Queiroz de Almeida < > rubens.quei...@gmail.com> wrote: > >> 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 >> >> >> >> >> > > > -- > WBR > Maxim aka solomax >