cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco 3.2r2 OpenOfficeException connection failed

cyrille37
Champ in-the-making
Champ in-the-making
Hi,
I've just install Alfresco on Windows XP from the package Alfresco-Community-3.2r2-Full-Setup.exe.
I've choose "Custom" installation and selected All packages.

Then when starting Alfresco Server startup failed on : OpenOfficeException: connection failed

Caused by: net.sf.jooreports.openoffice.connection.OpenOfficeException: connection failed: socket,host=localhost,port=8100,tcpNoDelay=1; com.sun.star.lang.DisposedException: java.io.IOException: com.sun.star.io.IOException: java.net.SocketException: Connection reset

I've add look in alfresco.bat and I could not find anything that strat OpenOffice.
How can I solve the problem ?

Thanks
cyrille.
4 REPLIES 4

cyrille37
Champ in-the-making
Champ in-the-making
I've just try to install the "Default" way but it done the same error:

net.sf.jooreports.openoffice.connection.OpenOfficeException: connection failed: socket,host=localhost,port=8100,tcpNoDelay=1; com.sun.star.lang.DisposedException: java.io.IOException: com.sun.star.io.IOException: java.net.SocketException: Connection reset

cyrille37
Champ in-the-making
Champ in-the-making
The only solution I've found is to launch SOffice by hand :

in a DOS console (adapt path for soffice.exe) type this command (on a single line) :

D:\Alfresco\OpenOffice.org\program\soffice.exe -accept=socket,host=localhost,port=8100;urp;StarOffice.ServiceManager -env:UserInstallation=file:///D:/Alfresco/alf_data/oouser -nologo -headless -nofirststartwizard -nocrashrep -norestore

ivanmiha
Champ in-the-making
Champ in-the-making
Hi!

Have You tried to install newer version of JDK (1.6.0_18 or newer)?
It helped in my case!

cyrille37
Champ in-the-making
Champ in-the-making
Thanks,
I've got the JRE 1.6.0_18, I try to install the JDK 1.6.0_18…