libreoffice-6.2.2.2 component context fails to supply service com.sun.star.ui.ModuleUIConfigurationManager

John Frankish john.frankish at outlook.com
Mon Apr 15 08:35:52 UTC 2019


> > Libreoffice-6.2.2.2 compiles on a 32-bit linux system, but will not run.
> > 
> > Strace does not show anything obvious - is there a way to debug the following error?
> >
> > LibreOffice 6.2 - Fatal Error: The application cannot be started.
> > component context fails to supply service 
> > com.sun.star.ui.ModuleUIConfigurationManager of type 
> > com.sun.star.ui.XModuleUIConfigurationManager2: an error occurred 
> > during file opening
> >
> That's an atypical combination of "component context fails to supply service ..."
> (thrown from generated code, presumably during
> css::ui::ModuleUIConfigurationManager::createDefault in
> ModuleUIConfigurationManagerSupplier::getUIConfigurationManager,
> framework/source/uiconfiguration/moduleuicfgsupplier.cxx) and "an error occurred
> during file opening" (the underlying error, generated in fileaccess::throw_handler,
> ucb/source/ucp/file/filglob.cxx) errors. 
> Maybe an `strace -f` output would tell more after all---if you can put it somewhere I can have a look.
> 
> Another place that might be useful to debug is the ModuleUIConfigurationManager
> constructor in framework/source/uiconfiguration/moduleuiconfigurationmanager.cxx,
> if it is reached at all.  Also, configuring the build with --enable-debug or even --enable-dbgutil
> (where adding at least the latter requires a from-scratch rebuild via `make clean`, though)
> might give further useful stderr output.
> 
> What's the configure switches for your build?
> 
Strace log attached.

The configure switches were:

CC="gcc -flto -fuse-linker-plugin -march=i486 -mtune=i686 -Os -pipe" CXX="g++ -flto -fuse-linker-plugin -march=i486 -mtune=i686 -Os -pipe" ./configure --prefix=/usr/local --localstatedir=/var --without-help --without-myspell-dicts --without-fonts --without-java --without-junit --without-system-dicts --disable-odk --disable-firebird-sdbc --enable-release-build=yes --enable-python=system --with-parallelism=4 --disable-extensions --without-doxygen --disable-postgresql-sdbc --with-system-apr --with-system-bluez --with-system-boost --with-system-cairo --with-system-clucene --with-system-curl --with-system-epoxy --with-system-expat --with-system-glm --with-system-graphite --with-system-harfbuzz --with-system-hunspell --with-system-icu --with-system-jpeg --with-system-lcms2 --with-system-libatomic_ops --with-system-libexttextcat --with-system-libpng --with-system-libxml --with-system-neon --with-system-nss -with-system-odbc --with-system-openldap --with-system-openssl --with-system-poppler --with-system-postgresql --with-system-redland --with-system-sane --with-system-serf --with-system-xmlsec --with-system-zlib

-------------- next part --------------
A non-text attachment was scrubbed...
Name: libreoffice.log.tar.xz
Type: application/octet-stream
Size: 53028 bytes
Desc: libreoffice.log.tar.xz
URL: <https://lists.freedesktop.org/archives/libreoffice/attachments/20190415/6375ec1b/attachment.obj>


More information about the LibreOffice mailing list