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 :
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.
> 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 :
> 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.
> > 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 :
> > 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.
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?
On Wednesday, August 19, 2009 5:32:28 AM UTC-7, Mirko Nasato wrote:
> 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.
> > 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 :
> > 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.
> 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?
> On Wednesday, August 19, 2009 5:32:28 AM UTC-7, Mirko Nasato wrote:
>> 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.
>> > 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 :
>> > 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.
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.
> 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 :
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 :
> 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 :
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 <
> 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 :
>> 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 :
>> 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 received this message because you are subscribed to the Google Groups
> "JODConverter" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jodconverter+unsubscribe@googlegroups.com.