Remote port not open

Creating a macro - Writing a Script - Using the API (OpenOffice Basic, Python, BeanShell, JavaScript)
Post Reply
cdschorsch
Posts: 2
Joined: Fri Apr 17, 2015 10:12 am

Remote port not open

Post by cdschorsch »

Hello,

I installed Open Office 4.1.1 on Ubuntu Server 14.04 LTS.
I start Open Office with:

Code: Select all

/opt/openoffice4/program/soffice --nofirststartwizard --nologo --headless --accept=socket,host=192.168.2.219,port=9000;urp;StarOffice.ServiceManager
I can see the process soffice and soffice.bin in the process list.

Code: Select all

 1285 pts/0    00:00:00 soffice
 1295 pts/0    00:00:00 soffice.bin
BUT the port 9000 is not open.

Code: Select all

root@ubuntu:~# netstat -a
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State
tcp        0      0 *:ssh                   *:*                     LISTEN
tcp        0     52 ubuntu.demmtop.loca:ssh 192.168.2.25:61673      ESTABLISHED
tcp6       0      0 [::]:ssh                [::]:*                  LISTEN
udp        0      0 *:63782                 *:*
udp        0      0 *:bootpc                *:*
udp6       0      0 [::]:7092               [::]:*
It is a bug or what is the problem?
OpenOffice 4.1.1 on Ubuntu 14.04
User avatar
Villeroy
Volunteer
Posts: 31269
Joined: Mon Oct 08, 2007 1:35 am
Location: Germany

Re: Remote port not open

Post by Villeroy »

Code: Select all

$ netstat -nlp | grep soffice
(Es konnten nicht alle Prozesse identifiziert werden; Informationen über
nicht-eigene Processe werden nicht angezeigt; Root kann sie anzeigen.)
unix  2      [ ACC ]     STREAM     HÖRT         1016952  21764/soffice.bin   /tmp/OSL_PIPE_1000_SingleOfficeIPC_e1d748ff78f0e69cbcf6ee17f967ad89
with German warning about not all processes being shown due to limited user privileges. HÖRT=LISTENING
Please, edit this topic's initial post and add "[Solved]" to the subject line if your problem has been solved.
Ubuntu 18.04 with LibreOffice 6.0, latest OpenOffice and LibreOffice
Post Reply