ModuleUIConfigurationManager
Stephan Bergmann
sbergman at redhat.com
Fri May 30 00:42:48 PDT 2014
On 05/29/2014 06:05 PM, Richard PALO wrote:
> Hi, guess I'm looking for hints on how to track down a startup problem
> (attached is the screenshot)
Is this a local LO build of your own? If yes, how did you configure it?
What platform is this?
> Can't launch application.
> component context fails to supply service
> ...ModuleUIConfigurationManager of type
> ...XModuleUIConfigurationManager2: an
> error occured during file opening.
program/services/services.rdb should record that UNO service
com.sun.star.ui.ModuleUIConfigurationManager is provided by the fwk library.
Relevant places in the code are loadSharedLibComponentFactory
(cppuhelper/source/shlib.cxx) that would load the fwk library (but this
is called a lot, for all the different libs; uri would contain the file
URL of the fwk lib) and
ModuleUIConfigurationManager::ModuleUIConfigurationManager
(framework/source/uiconfiguration/moduleuiconfigurationmanager.cxx)
where the C++ object implementing the UNO service is instantiated.
> anybody already come across this java problem?
What makes you assume that it is a Java problem?
Stephan
More information about the LibreOffice
mailing list