Hi,

I found a strange (at least for me) bug in OOo/2 related to subject.

Debugger showed the problem is into
xmlhelp\source\cxxhelp\provider\provider.cxx in ContentProvider::init()
call.  The following code

        xHierAccess = getHierAccess( sProvider,
                org.openoffice.Webtop.Common" );

leads to an exception to be thrown in OProviderImpl::requestSubtree(),
exception of type lang::WrappedTargetException. The exact text of
exception message is:
        /org.openoffice.webtop.common (and for locale it) could not be
        created. Unable to retrieve the node from the configuration
server.
        The backend returned the following error: Configuration: no
data for 
        request. Compoenent "org.openoffice.WebTop.Common" is unknown
        [no schema available].

Current os2 code doesn't compile java, mozilla libraries.

Sometimes this exception is catched, sometimes not.

So I don't understand if this is a libc fault (exceptions not crossing
dll) or code fault.

At current stage, I commented the above call, and now OOo is performing
well.

Any hints?

TIA,


Bye,

        Yuri Dario

/*
 * member of TeamOS/2 - Italy
 * http://www.os2power.com/yuri
 * http://www.teamos2.it
 */

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to