[udk-dev] Problems in running openoffice.org 2.0 with xvfb-run and oood

2006-11-08 Thread Marco Bizzarri

Hi all.

I'm trying to run openoffice.org 2.0 on a slackware based
distribution. I'm running into a strange problem: the openoffice
daemon (oood) starts and spawns the correct number of instances, but,
soon after, the openoffice.org dies, without being restarted by oood.

I tryied to raise the logging level in oood, but it was useless..

How can I log what is going on in the starting of OOo ?

Regards
Marco
--
Marco Bizzarri
http://iliveinpisa.blogspot.com/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [udk-dev] Problems in running openoffice.org 2.0 with xvfb-run and oood

2006-11-08 Thread Stephan Bergmann

Marco Bizzarri wrote:

Hi all.

I'm trying to run openoffice.org 2.0 on a slackware based
distribution. I'm running into a strange problem: the openoffice
daemon (oood) starts and spawns the correct number of instances, but,
soon after, the openoffice.org dies, without being restarted by oood.

I tryied to raise the logging level in oood, but it was useless..

How can I log what is going on in the starting of OOo ?

Regards
Marco


Marco,

How did you obtain your version of OOo?  The official OOo (available as 
source or installation sets from http://www.openoffice.org/) to my 
knowledge does not have an openoffice daemon (oood).  I assume it is 
part of your slackware based distribution.


-Stephan

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [udk-dev] hello I am starting working on the pyUNO bridge

2006-11-08 Thread Juergen Schmidt

Hi Liutao,

good to hear that somebody is interested in PyUNO.

I think a good approach is to work with the code, create patches and let 
the owner of this code review your patches. It's the normal way to get 
cvs access, submit patches for a specific piece of code and let the 
owner review. I am sure that the owner will give you the necessary cvs 
rights later ...


Welcome in the UNOverse

Juergen

blueeagle wrote:

Hi laurent, Hi all,
I am a chinese  developer working in the Beijing Redflag CH2000 Software Co., 
Ltd. I am interested in the pyUNO bridge and prepare to working on it.
I have read the Developer Guide and have ever participated in the work of Async 
Dialog Project ,therefore, I have ever build the m175+tag Async Dialog 
Project.but I have no CVS access.
I also have repaired some bugs in the OO,the issue number is 
#68512,#69682,#70212 and so no.
Laurent told me that the first tasks would be :
-migrate to python 2.5 instead of actual 2.3.5
- enhace packaging of python Extensions (package manager parser) so that more 
than one file can be imported (more in python spirit)
But I still don't know the details and how to start working on it.please 
help me and guide me.

- Original Message - 
From: Laurent Godard [EMAIL PROTECTED]

To: dev@udk.openoffice.org
Sent: Tuesday, November 07, 2006 4:56 PM
Subject: Re: [udk-dev] hello I am starting working on the pyUNO bridge



Hi liutao

blueeagle :

i am starting working on the pyUNO bridge

Great :-)

Seems now your mailing subscription is ok :-)
Please send some more details about you

Thanks again in advance for your work. I'm sure you'll find valuable 
help here


Laurent

--
Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org - 
http://www.indesko.com
Nuxeo Enterprise Content Management  http://www.nuxeo.com - 
http://www.nuxeo.org

Livre Programmation OpenOffice.org, Eyrolles 2004-2006

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[udk-dev] Removed dead stuff from URP

2006-11-08 Thread Stephan Bergmann
As part of CWS sb23, I removed some dead stuff from the UNO Remote 
Protocol (URP):


- The special messages acquire and getProperties.
- The properties BridgeId, SupportedVersions, 
SupportsMultipleSynchronous, TypeCacheSize, OidCacheSize, TidCacheSize, 
Version, FlushBlockSize, OnewayTimeoutMUSEC, ForceSynchronous, ClearCache.


(There should not be any situations where any of that stuff has actually 
been used, so the change is ok.)


See http://www.openoffice.org/issues/show_bug.cgi?id=35277 and 
http://udk.openoffice.org/common/man/spec/urp.html.


-Stephan

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [udk-dev] Problems in running openoffice.org 2.0 with xvfb-run and oood

2006-11-08 Thread Joerg Budischewski

Hi,

When I got you correctly, the processes die before any connect is tried ?

Please try to start ooo on command line as oood would do, e.g.

soffice 
-env:UserInstallation=file:///home/joergl/OpenOffice.org1.1.0_instance-0 
-headless -norestore  -invisible 
-accept=pipe,name=oood-instance-0;urp;


and adapt the UserInstallation path.

(or cut and paste it from ps -ef output as long as the soffice process 
lives ...)


Set coredumpsize to unlimited and lets see, what happens.

Bye,

Joerg

Marco Bizzarri wrote:

I took a very quick look at your project, but I think it does not
address my problem: my problem is not in the interaction with OOo
running in server mode, at the moment, but in starting OOo in server
mode.

Just to be clear, if I start my environment, after a few seconds, here
is what I get from ps axf:

7646 pts/3S+ 0:00  \_ /bin/sh
/usr/local/bin/xvfb-run -e /tmp/error.log /usr/local/bin/python
/usr/local/oood/o
7653 pts/3S+ 0:03  \_ Xvfb :99 -screen 0
640x480x8 -nolisten tcp
7655 pts/3Sl+0:00  \_ /usr/local/bin/python
/usr/local/oood/oood.py -c /usr/local/oood/oood-config.xml run
7659 pts/3Z+ 0:00  \_ [soffice] defunct
7660 pts/3Z+ 0:00  \_ [soffice] defunct


(I hope it will still be readable...)

Regards
Marco





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]