OOo 4.0.1 on Ubuntu 13.10 fails to start

Issues with installing under all GNU/Linux Distributions
Post Reply
dansilva
Posts: 2
Joined: Fri Nov 08, 2013 5:47 am

OOo 4.0.1 on Ubuntu 13.10 fails to start

Post by dansilva »

I installed OpenOffice 4.0.1 on Ubuntu 13.10 as follows:

1) Downloaded Apache_OpenOffice_4.0.1_Linux_x86_install-deb_en-US.tar.gz
2) tar -zxvf Apache_OpenOffice_4.0.1_Linux_x86_install-deb_en-US.tar.gz
3) cd en-US/DEBS
4) sudo dpkg -i *.deb
5) cd desktop-integration
6) dpkg -i *.deb

No errors during install.

OpenOffice shows up in Applications. When I click on the OpenOffice icone, I get the "clock" but nothing starts up.

I ran the following commands:

dansilva@desktop:~$ openoffice4
javaldx: Could not find a Java Runtime Environment!
no suitable windowing system found, exiting.

dansilva@desktop:~$ java -version
java version "1.7.0_45"
Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)

dansilva@desktop:~$ whereis openoffice4
openoffice4: /usr/bin/openoffice4 /etc/openoffice4 /usr/bin/X11/openoffice4
Last edited by thomasjk on Fri Nov 08, 2013 6:14 am, edited 1 time in total.
Reason: Posts merged to avoid a duplicate thread.
OpenOffice 4.0.1 on Windows 7 Professional 64-bit / OpenOffice 4.0.1 on Ubuntu 13.10
dansilva
Posts: 2
Joined: Fri Nov 08, 2013 5:47 am

OOo 4.0.1 on Ubuntu 13.10 fails to start

Post by dansilva »

I installed OpenOffice 4.0.1 on Ubuntu 13.10 as follows:

1) Downloaded Apache_OpenOffice_4.0.1_Linux_x86_install-deb_en-US.tar.gz
2)

Code: Select all

tar -zxvf Apache_OpenOffice_4.0.1_Linux_x86_install-deb_en-US.tar.gz
3)

Code: Select all

cd en-US/DEBS
4)

Code: Select all

sudo dpkg -i *.deb
5)

Code: Select all

cd desktop-integration
6)

Code: Select all

dpkg -i *.deb
No errors during install.

OpenOffice shows up in Applications. When I click on the OpenOffice icone, I get the "clock" but nothing starts up.

I ran the following commands:

dansilva@desktop:~$

Code: Select all

openoffice4
javaldx: Could not find a Java Runtime Environment!
no suitable windowing system found, exiting.

dansilva@desktop:~$

Code: Select all

java -version
java version "1.7.0_45"
Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)

dansilva@desktop:~$

Code: Select all

whereis openoffice4
openoffice4: /usr/bin/openoffice4 /etc/openoffice4 /usr/bin/X11/openoffice4

dansilva@desktop:~/Downloads$

Code: Select all

whereis java
java: /usr/bin/java /usr/bin/X11/java /usr/share/java /usr/share/man/man1/java.1.gz

Has anyone seen this before? Thanks!
OpenOffice 4.0.1 on Windows 7 Professional 64-bit / OpenOffice 4.0.1 on Ubuntu 13.10
User avatar
Hagar Delest
Moderator
Posts: 32658
Joined: Sun Oct 07, 2007 9:07 pm
Location: France

Re: OOo 4.0.1 on Ubuntu 13.10 fails to start

Post by Hagar Delest »

There is a 64bit string in your java output, have you installed the correct version of java (or AOO if it needs to be 64bit)?

Please add [Solved] at the beginning of the title in your first post (top of the topic) with the edit button if your issue has been fixed.
LibreOffice 7.6.2.1 on Xubuntu 23.10 and 7.6.4.1 portable on Windows 10
User avatar
RoryOF
Moderator
Posts: 34613
Joined: Sat Jan 31, 2009 9:30 pm
Location: Ireland

Re: OOo 4.0.1 on Ubuntu 13.10 fails to start

Post by RoryOF »

On a working Xubuntu 13.10/OO 4.0.1 32 bit system I get the same replies as dansilva, except that Java is _not_ flagged as 64 bit.

I suspect that the version of OpenOffice installed is 32 bit, which will run on a 64 bit Ubuntu. On this computer(32 bit, working) the download file is named

Code: Select all

Apache_OpenOffice_4.0.1_Linux_x86_install-deb_en-GB.tar.gz
whereas, on a 64 bit Ubuntu running 64 bit Java the installation file ought be

Code: Select all

Apache_OpenOffice_4.0.1_Linux_x86-64_install-deb_en-GB.tar.gz
 Edit: For clarity: OpenOffice 32 bit should run on 32 or 64 bit Operating Systems. For some functions it require Java. If OO is 32 bit on a 64 bit OS, then it may need (will need?) a 32 bit Java, which one can instruct OO to use by internal settings. This 32 bit Java can be installed alongside a 64 bit Java. Best, if using 64 bit OS to stick with 64 bit OO and 64 bit Java. 
Apache OpenOffice 4.1.15 on Xubuntu 22.04.4 LTS
Post Reply