URP: queryInterface request message with unknown OID received
Noel Grandin
noelgrandin at gmail.com
Mon Jun 1 01:23:29 PDT 2015
On 2015-06-01 09:55 AM, Stephan Bergmann wrote:
> 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?
Maybe try cranking up the number of threads in
dbaccess/qa/complex/dbaccess/RowSet.java
in the
testConcurrentAccess
method?
More information about the LibreOffice
mailing list