Hi,

Wei Min Teo wrote:
> The first instance of soffice.exe is start by the bootstrap command, it is 
ran as SYSTEM. I did not use any command line options just the default bootstrap 
function cppu::bootstrap().

I am sorry, but I cannot understand what you are saying.
"bootstrap command", "bootstrap function cppu::bootstrap()", ...
Maybe, I would need to study about that more.

Possible recommended command line options could be found in this file,
which is a source code of .jar file frequently used in the SDK to start and/or 
connect to the process of soffice.bin through a named pipe.
http://svn.services.openoffice.org/ooo/branches/OOO310/javaunohelper/com/sun/star/comp/helper/Bootstrap.java

Running soffice.bin as an account SYSTEM might be discouraged
since the OpenOffice.org is a huge software and is not bug-free.
There are possibilities to harm your system caused by a bug and/or security 
hole.


> Another abnormality is that if i try to rerun the service,
> an additional copy of soffice will be run which shouldn't
> be the case because it usually searches for an existing instance.

The phenomenon can be often observed, if a running user account
has not yet accepted the license agreement. The first instance
of soffice.bin is just waiting for user's actions, i.e. clicking
on the 'OK' button behind the scene. The second one has established
a connection to the first one and is waiting for its response.

Ciao,
Tora


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org

Reply via email to