Hello Maxim, Thanks a lot, that's it then.
All the best, Rubens On Sat, Aug 4, 2012 at 6:35 AM, Maxim Solodovnik <[email protected]>wrote: > Hello Rubens > > usually people are pointing office.home to the location of soffice.bin > but it is wrong :) it should point to the location of program/soffice.bin > > so this is *wrong* > office.home=/usr/lib64/libreoffice/program > and this is *right* > office.home=/usr/lib64/libreoffice > > > On Sat, Aug 4, 2012 at 1:41 AM, Rubens Queiroz de Almeida < > [email protected]> wrote: > >> 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 <[email protected]>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 < >>> [email protected]> 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 >>> >> >> > > > -- > WBR > Maxim aka solomax >
