From owner-freebsd-questions@FreeBSD.ORG Mon Aug 27 08:12:00 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3E1381065692 for ; Mon, 27 Aug 2012 08:12:00 +0000 (UTC) (envelope-from g.todd@internet.co.nz) Received: from frigg.iconz.co.nz (etrn.iconz.co.nz [210.48.22.36]) by mx1.freebsd.org (Postfix) with ESMTP id 01BC18FC0A for ; Mon, 27 Aug 2012 08:11:57 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by frigg.iconz.co.nz (Postfix) with ESMTP id 409575C00E for ; Mon, 27 Aug 2012 20:00:42 +1200 (NZST) X-Virus-Scanned: Debian amavisd-new at frigg.iconz.co.nz Received: from frigg.iconz.co.nz ([127.0.0.1]) by localhost (frigg.iconz.co.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nUs7S+6F4HVA for ; Mon, 27 Aug 2012 20:00:40 +1200 (NZST) Received: from mail.internet.co.nz (mail.internet.co.nz [210.48.22.150]) by frigg.iconz.co.nz (Postfix) with SMTP id CB7D75C001 for ; Mon, 27 Aug 2012 20:00:40 +1200 (NZST) Received: (qmail 8255 invoked from network); 27 Aug 2012 20:00:40 +1200 Received: from unknown (HELO ?192.168.0.2?) (210.185.18.105) by mail.internet.co.nz with SMTP; 27 Aug 2012 20:00:40 +1200 From: The Todds To: freebsd-questions@freebsd.org Content-Type: text/plain; charset="UTF-8" Date: Mon, 27 Aug 2012 20:01:28 +1200 Message-ID: <1346054488.1623.8.camel@Ruru> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: LibreOffice 3.5.6 InteractiveAugmentedIOException run error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Aug 2012 08:12:00 -0000 I have 8.3 stable x86-64 system with the ports updated on 25 August 2012. Libreoffice 3.5.6 compiled without any errors however when I attempt to run it I get the following error messages: javaPathHelper: not found terminate called after throwing an instance of 'com::sun::star::ucb::InteractiveAugmentedIOException' I understand the the javaPathHelper is just a nuisance message. Attempting to run Libreoffice as root gives the following message. GConf warning: failure listing pairs in `/desktop/gnome/interface': Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: The connection is closed)GConf warning: failure listing pairs in `/system/proxy': Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: The connection is closed)GConf warning: failure listing pairs in `/system/http_proxy/host': Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: The connection is closed)GConf warning: failure listing pairs in `/desktop/gnome/url-handlers/mailto': Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: The connection is closed)terminate called after throwing an instance of 'com::sun::star::ucb::InteractiveAugmentedIOException' I rebuilt all the required libraries and dbus and gconf without success. Any help would be appreciated. Glenn New Zealand