URP: queryInterface request message with unknown OID received

Stephan Bergmann sbergman at redhat.com
Mon Jun 1 00:55:19 PDT 2015


On 06/01/2015 09:48 AM, Lionel Elie Mamane wrote:
> Interesting... I got that error on my machine, I made some changes,
> and then didn't get it on three consecutive "make JunitTest_dbaccess_complex"
> so I thought it gone. The operative part is
>
>    Caught UNO exception 'URP: queryInterface request message with unknown OID received'
>
> Anybody has a clue what this is about?

The UNO remote protocol represents each UNO object with a unique OID 
string.  The error means that one end of a remote connection sent a 
queryInterface request with a OID representing an object that the other 
end claims it does not know about.  Which sounds like a scary bug 
somewhere.  Any way to reproduce that?


More information about the LibreOffice mailing list