Re: soffice headless on server consumes 100% CPU

2019-05-23 Thread Manfred Rebentisch
Hi Stephan, Am 23.05.19 um 17:33 schrieb Stephan Bergmann: > > The soffice --accept command-line option and the UNO > css.bridge.UnoUrlResolver service expect different kinds of arguments. > The latter is documented to expect a full uno URL (see >

Re: soffice headless on server consumes 100% CPU

2019-05-23 Thread Stephan Bergmann
On 23/05/2019 17:18, Manfred Rebentisch wrote: Hi, if I start soffice with --accept="socket,host=localhost,port=2083;urp;StarOffice.ServiceManager" it runs normal. But if I want to connect from client C++ programm: sConnectionString = "socket,host=localhost,port=2083;urp;StarOffice.ServiceMan

Re: soffice headless on server consumes 100% CPU

2019-05-23 Thread Manfred Rebentisch
Hi, if I start soffice with --accept="socket,host=localhost,port=2083;urp;StarOffice.ServiceManager" it runs normal. But if I want to connect from client C++ programm: sConnectionString = "socket,host=localhost,port=2083;urp;StarOffice.ServiceManager"; xContextM = ::cppu::defaultBootstrap_Init

Re: soffice headless on server consumes 100% CPU

2019-05-23 Thread Stephan Bergmann
On 23/05/2019 14:22, Jan-Marek Glogowski wrote: So at least the soffice --help documentation is wrong, so is probably bean/com/sun/star/comp/beans/LocalOfficeConnection.java, but maybe for Java the uno: prefix is still correct? The --help documentation got broken with

Re: soffice headless on server consumes 100% CPU

2019-05-23 Thread Jan-Marek Glogowski
Hi Manfred, Am 23.05.19 um 12:47 schrieb Manfred Rebentisch: > Am 23.05.19 um 12:29 schrieb Jan-Marek Glogowski:> Hi Manfred, >> >> Am 23.05.19 um 06:29 schrieb Manfred Rebentisch: >>> if I call the headless mode: >>> >>> # /usr/lib/libreoffice/program/soffice --headless --nologo --norestore >>>

Re: soffice headless on server consumes 100% CPU

2019-05-23 Thread Manfred Rebentisch
Hi Jan-Marek, Am 23.05.19 um 12:29 schrieb Jan-Marek Glogowski:> Hi Manfred, > > Am 23.05.19 um 06:29 schrieb Manfred Rebentisch: >> if I call the headless mode: >> >> # /usr/lib/libreoffice/program/soffice --headless --nologo --norestore >> --accept="uno:socket,host=localhost,port=2083;urp" & >

Re: soffice headless on server consumes 100% CPU

2019-05-23 Thread Jan-Marek Glogowski
Hi Manfred, Am 23.05.19 um 06:29 schrieb Manfred Rebentisch: > if I call the headless mode: > > # /usr/lib/libreoffice/program/soffice --headless --nologo --norestore > --accept="uno:socket,host=localhost,port=2083;urp" & > > then the computer needs all its power for that software. top shows 1

soffice headless on server consumes 100% CPU

2019-05-23 Thread Manfred Rebentisch
Hello, if I call the headless mode: # /usr/lib/libreoffice/program/soffice --headless --nologo --norestore --accept="uno:socket,host=localhost,port=2083;urp" & then the computer needs all its power for that software. top shows 100% and the fans working hard. What is wrong with this mode? #