Issue 18166

Summary: Error messages during pyuno bootstrapping get lost
Product: udk Reporter: joergbudi
Component: codeAssignee: joergbudi
Status: CLOSED FIXED QA Contact: issues@udk <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: OOo 1.1 RC3   
Target Milestone: OOo 1.1.1   
Hardware: PC   
OS: Linux, all   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
patch for pyuno/source/module/pyuno_module.cxx none

Description joergbudi 2003-08-12 20:13:43 UTC
In case pyuno does cannot bootstrap correctly, there nearly always appears the
following error message:

SystemError: pyuno runtime is not initialized, (the pyuno.bootstrap needs to be
called before using any uno classes) 

Unfortunately, the real error message is not reported, because during conversion
of the real error message, code is used, that needs a bootstrapped pyuno which
then leads to the general above message.

Fixing this will allow better analysis of pyuno startup problems (which could
get documented in online FAQ).
Comment 1 joergbudi 2003-08-12 20:15:36 UTC
Would like to fix this either in 1.1.1 (or RC4, when need appears).
Comment 2 joergbudi 2003-08-13 21:27:39 UTC
Created attachment 8439 [details]
patch for pyuno/source/module/pyuno_module.cxx
Comment 3 Martin Hollmichel 2003-11-18 10:23:55 UTC
mh->jbu: what's the status of this issue ? afaik patches for this had
been submitted to ooo111fix1. Is it fixed now ?
Comment 4 joergbudi 2003-11-20 15:32:26 UTC
jbu->mh: Sorry, I thought, I already had set them to fixed.

fixed on ooo111fix1 
Comment 5 Martin Hollmichel 2004-10-15 15:09:56 UTC
close issue.