Issue 18166 - Error messages during pyuno bootstrapping get lost
Summary: Error messages during pyuno bootstrapping get lost
Status: CLOSED FIXED
Alias: None
Product: udk
Classification: Code
Component: code (show other issues)
Version: OOo 1.1 RC3
Hardware: PC Linux, all
: P3 Trivial (vote)
Target Milestone: OOo 1.1.1
Assignee: joergbudi
QA Contact: issues@udk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-12 20:13 UTC by joergbudi
Modified: 2004-10-15 15:09 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
patch for pyuno/source/module/pyuno_module.cxx (2.51 KB, patch)
2003-08-13 21:27 UTC, joergbudi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
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.