Hi Joerg, I hope you are well!

I've just received this report about configmgr problems in our beta2
packages.  I'm not sure where do start investigating - do you have any
pointers where to start based on that error message?

The packages are built from the beta2 release plus some of the fixes on the
beta2 branch.  The only thing that might be of interest is that I am using
configimport to change the user locale.  It works for all other users but
here's the routine in case it might be causing a problem:

change_locale_1_1_x()
{
  TMPFILE=`mktemp -t oooLocale.XXXXXXXXXX` && {
    cat > $TMPFILE <<EOF
<?xml version="1.0" encoding="UTF-8"?>
<oor:node xmlns:oor="http://openoffice.org/2001/registry"; 
xmlns:xs="http://www.w3.org/2001/XMLSchem
a" oor:name="Setup" oor:package="org.openoffice">
 <node oor:name="L10N">
  <prop oor:name="ooLocale" oor:type="xs:string">
   <value>$LOCALEOO</value>
  </prop>
 </node>
</oor:node>
EOF
    ooconfigimport $TMPFILE > /dev/null

    rm -f $TMPFILE
  }

}

If you haven't got any ideas then I'll try and get hold of a backtrace of
the calc crash.

Thanks,
Chris

----- Forwarded message from Stephane Chauveau <[EMAIL PROTECTED]> -----

From: Stephane Chauveau <[EMAIL PROTECTED]>
Subject: 001.1-beta2-1 startup error
To: debian-openoffice@lists.debian.org
X-Spam-Level: 

Hello,

when I start 001.1-beta2, I get an large empty window with 
a menu and an error popup with the following message:

> OpenOffice.org cannot be started due to an error 
> accessing the configuration data.
> Please contact tou system administrator.
> The following internal error as occured: GetStorage name: 
>
file://home/chauveau/.openoffice/1.1/user/config/soffice.cfg:OProviderImpl:
> No cache available - provider was already disposed.  

The console output is

> # rm -rf .openoffice .sversionrc  ; openoffice1.1  
> OpenOffice.org for Debian - see 
> /usr/share/doc/openoffice.org1.1/README.Debian.gz
> running openoffice.org 1.1 setup...
> Try `uname --help' for more information.

If I start oocalc1.1 I get a similar console 
output but the error popup is different: 

> An unrecoverable error has occured.
> All modified files have been saved and can 
> probably be recovered at program restart.

I am running debian unstable (x86) .

I have the following deb packages installed:

openoffice.org1.1               1.1beta2-1
openoffice.org1.1-bin           1.1beta2-1
openoffice.org1.1-debian-files  1.1beta-1
openoffice.org1.1-|10n-en       1.1beta2-1
openoffice.org1.1-mimelnk       1.1beta2-1

from

deb http://borft.student.utwente.nl/debian unstable main contrib 

Any ideas? 

Stephane.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


----- End forwarded message -----

-- 

Attachment: pgpSmXHgdZ5r8.pgp
Description: PGP signature

Reply via email to