Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: OpenOffice Won't Start

  1. #1
    Join Date
    Aug 2006
    Location
    Chicago, IL, USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    OpenOffice Won't Start

    I was working with openoffice calc the other day, and it crashed ubuntu. I restarted with Ctrl+Alt+Backspace and logged back in. The issue is, I can no longer run openoffice. I've tried launching it from the Applications->Office menu, as well as from a terminal. Nothing works, and the terminal displays no output. Does anybody have any ideas on how to fix this?

  2. #2
    Join Date
    Sep 2007
    Location
    Norway
    Beans
    965

    Re: OpenOffice Won't Start

    Are there any soffice.bin processes left knocking around? If there are, OO will refuse to start.

    If there aren't I can't think of anything else that might help, I'm afraid.

    Steve.

  3. #3
    Join Date
    Mar 2008
    Location
    Cracow in Heart
    Beans
    1,938

    Re: OpenOffice Won't Start

    You can check with the command
    Code:
    top
    if there are some processes running which hinder open office from starting.

    Do you have tried to re-install open office?
    Keep it real. Keep it nice.
    [SIGPIC][/SIGPIC]Shooting Ubuntu



  4. #4
    Join Date
    Apr 2005
    Location
    McKinney, TX, USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: OpenOffice Won't Start

    If there are no remaining openoffice processes running and it still won't start moving ~/.openoffice.org2 out of the way might fix the problem.

  5. #5
    Join Date
    May 2006
    Location
    Tampa
    Beans
    229
    Distro
    Kubuntu 10.10 Maverick Meerkat

    Re: OpenOffice Won't Start

    if all else fails reinstall it.

  6. #6
    Join Date
    Apr 2005
    Location
    McKinney, TX, USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: OpenOffice Won't Start

    Quote Originally Posted by Islington View Post
    if all else fails reinstall it.
    Reinstalling openoffice wouldn't fix the problem if there is something messed up in his ~/.openoffice.org2 dir, eg lock files, etc. But yea if neither killing soffice.bin and moving/removing ~/.openoffice.org2 works then reinstalling openoffice.org might fix the problem but would be unlikely to, unless his crash corrupted the files.

  7. #7
    Join Date
    May 2006
    Location
    Tampa
    Beans
    229
    Distro
    Kubuntu 10.10 Maverick Meerkat

    Re: OpenOffice Won't Start

    well synaptic can remove the config files cant it? if one does a complete uninstall?
    Last edited by Islington; April 28th, 2008 at 03:16 PM.

  8. #8
    Join Date
    Apr 2005
    Location
    McKinney, TX, USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: OpenOffice Won't Start

    Quote Originally Posted by Islington View Post
    well synaptic can remove the config files cant it? if one does a complete uninstall?
    No it only removes the configuration files under /etc during a complete uninstall, it never touches users dot files (eg ~/.openoffice.org2).

  9. #9
    Join Date
    Aug 2006
    Location
    Chicago, IL, USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: OpenOffice Won't Start

    Quote Originally Posted by squaregoldfish View Post
    Are there any soffice.bin processes left knocking around? If there are, OO will refuse to start.

    If there aren't I can't think of anything else that might help, I'm afraid.

    Steve.
    That fixed it. I thought doing a Ctrl+Alt+Backspace would kill the processes. Looking back, I realize why that isn't the case. Ctrl+Alt+Backspace just restarts X. All the processes remain running. If I had just done a normal restart of the computer, all of the processes would have been killed, and it would have started working again.

    Either way, the problem is fixed. Thanks for the help, and thanks to whoever came up with the document recovery feature in openoffice.

  10. #10
    Join Date
    Sep 2007
    Location
    Norway
    Beans
    965

    Re: OpenOffice Won't Start

    I thought doing a Ctrl+Alt+Backspace would kill the processes. Looking back, I realize why that isn't the case. Ctrl+Alt+Backspace just restarts X. All the processes remain running.
    Usually, killing X will kill all the programs you're running under X too, since they'll all be child processes. However, OpenOffice forks off separate processes when it starts, that aren't direct children of the X process, which is why they don't get killed.

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •