Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
how to start openoffice.org
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  8 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
rama  
View profile  
 More options Aug 18 2009, 2:26 pm
From: rama <rsayyapar...@gmail.com>
Date: Tue, 18 Aug 2009 11:26:44 -0700 (PDT)
Local: Tues, Aug 18 2009 2:26 pm
Subject: how to start openoffice.org
Hi ,
 iam getting the following exception:

connection failed: socket,host=localhost,port=8100,tcpNoDelay=1:
java.net.ConnectException: Connection refused: connect

i have written a simple java class to convert the .doc file to .pdf ,
and before running the java application , i have downloaded
openoffice.org for windows and installed it .In order to start the
openoffice.org , i followed the simple process of starting it from the
cmd prompt by typing int he following command :

  soffice -headless -accept="socket,host=127.0.0.1,port=8100;urp;" -
nofirststartwizard

but i still get the same error of connection refused, am i doing
anything wrong,how can i test whether my openoffice server is actually
running.

please give me some inputs in this regard.

Thanks,
Rama.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mirko Nasato  
View profile  
 More options Aug 19 2009, 8:32 am
From: Mirko Nasato <mirko.nas...@gmail.com>
Date: Wed, 19 Aug 2009 13:32:28 +0100
Local: Wed, Aug 19 2009 8:32 am
Subject: Re: how to start openoffice.org
You're using "localhost" in one place and "127.0.0.1" in the other...
try using the same in both places, in case "localhost" is not mapped
to "127.0.0.1" on your machine for some weird reasons.

Kind regards

Mirko

2009/8/18 rama <rsayyapar...@gmail.com>:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
rama  
View profile  
 More options Aug 31 2009, 11:47 am
From: rama <rsayyapar...@gmail.com>
Date: Mon, 31 Aug 2009 08:47:08 -0700 (PDT)
Local: Mon, Aug 31 2009 11:47 am
Subject: Re: how to start openoffice.org
Thank you Mirko , it worked.

On Aug 19, 6:32 am, Mirko Nasato <mirko.nas...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
sri reddy  
View profile  
 More options Aug 26 2012, 3:01 am
From: sri reddy <sreen...@gmail.com>
Date: Sun, 26 Aug 2012 00:01:40 -0700 (PDT)
Local: Sun, Aug 26 2012 3:01 am
Subject: Re: how to start openoffice.org

Hey I am having the same problem while running a simple program which
converts .doc to pdf.I didn't exactly get "You're using "localhost" in one
place and "127.0.0.1" in the other...
try using the same in both places, in case "localhost" is not mapped to
"127.0.0.1" on your machine for some weird reasons".
Can you please explain?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rafael Henrique  
View profile  
 More options Sep 14 2012, 4:34 pm
From: Rafael Henrique <rafaelekt...@gmail.com>
Date: Fri, 14 Sep 2012 13:34:48 -0700 (PDT)
Local: Fri, Sep 14 2012 4:34 pm
Subject: Re: how to start openoffice.org

my english is not the best, but i'll try to answer this for you.

ex:
jodconverter uses "localhost" and you uses "127.0.0.1"

Em domingo, 26 de agosto de 2012 04h01min40s UTC-3, sri reddy escreveu:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ankit Kapur  
View profile  
 More options Nov 19 2012, 8:27 am
From: Ankit Kapur <ankitajayka...@gmail.com>
Date: Mon, 19 Nov 2012 05:27:16 -0800 (PST)
Local: Mon, Nov 19 2012 8:27 am
Subject: Re: how to start openoffice.org

Hi,

Is it possible for me to call an OpenOffice instance without downloading
it? I mean, instead of making a connection to localhost, is there an
instance running on a server at the OpenOffice team's site, whose IP and
port no. I can use to make a call.

Regards,
Ankit Kapur


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Julien Lherondelle  
View profile  
 More options May 7, 10:15 am
From: Julien Lherondelle <julien.lherondelle...@gmail.com>
Date: Tue, 7 May 2013 07:15:38 -0700 (PDT)
Local: Tues, May 7 2013 10:15 am
Subject: Re: how to start openoffice.org

Hi,

I just fix this,  in the command :  [soffice -headless
-accept="socket,host=127.0.0.1,port=8100;urp;" -nofirststartwizard], the
methods "-headless" "-accept" "-nofirststartwizard" are deprecated.

Use : [soffice --headless --accept=\"socket,host=127.0.0.1,port=8100;urp;\"
--nofirststartwizard]  without "[" and "]"

It works for me :). I expect the same for you, or for the next people who
have the same problem !

Julien.
Le mardi 18 août 2009 20:26:44 UTC+2, rama a écrit :


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rams B  
View profile  
 More options May 8, 12:13 am
From: Rams B <bramesh.mc...@gmail.com>
Date: Wed, 8 May 2013 09:43:28 +0530
Local: Wed, May 8 2013 12:13 am
Subject: Re: how to start openoffice.org

If you use jodconverter beta version, no need to start manually plugin
itself will start and stop and automatically........If you know about this
just ignore this reply.

On Tue, May 7, 2013 at 7:45 PM, Julien Lherondelle <

--
Thanks & Regards,
B. Ramesh Kumar,
9283361176

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »