OO hanging

Java, C++, C#, Delphi... - Using the UNO bridges
Post Reply
pernik
Posts: 2
Joined: Thu Apr 10, 2008 9:35 pm

OO hanging

Post by pernik »

Hi Everybody

I have problem with accessing OO server. The problem occurs if I open aprox 40 documents in a row and extract text fields and check boxes.
Each time I open document, extract aprox 15 fields, 1 checkbox, close document, open document ...
After aproximately 40 docs accessing OO server via UNO api is hanging.

Any hints?

Thank you

Jan
User avatar
AndrewZ
Volunteer
Posts: 633
Joined: Mon Oct 08, 2007 1:25 am
Location: Colorado, USA

Re: OO hanging

Post by AndrewZ »

1. Which OOo version and OpenOffice.org edition?
2. Which operating system and OS version?
3. Most likely, your code will have to restart detect such problems. You may want to restart OOo periodically, and kill the PID to make sure OOo is completely closed. I wrote two small PyUNO programs to test OOo, and even when I process one document per OOo restart and repeat the exact same procedure with the exact same document, OOo fails every once in a while.
4. If you can create a reproducible procedure with the latest vanilla OOo, report it to the bug tracker at http://qa.openoffice.org
* Did you solve your problem? Do others a favor: Post the solution
* Visit OpenOffice.org Ninja (blog) and OpenOffice.org Ninja Wiki for news, previews, troubleshooting, etc.
OOo 3.0.X on Fedora 9 + XP
pernik
Posts: 2
Joined: Thu Apr 10, 2008 9:35 pm

Re: OO hanging

Post by pernik »

I am using OO 2.4
Post Reply