Hello Christian,

>From what I know neither OpenOffice nor LibreOffice work on Windows if you
set "openoffice.serverType=0".

I have LibreOffice 4.2.4.2 on my Windows machine and I used these settings
to get the Importer to work:
* set "openoffice.serverType=1" in your xwiki.properties file
* create a shortcut to "C:\Program Files (x86)\LibreOffice
4\program\soffice.exe" -nofirststartwizard -headless
-accept="socket,host=127.0.0.1,port=8100;urp;" -> adjust this to your
actual path
* start XWiki and connect to the Office server from Administration

Hope this helps,
Manuel


On Wed, Jun 4, 2014 at 11:48 AM, chris_w <christian.wistb...@ulricehamn.se>
wrote:

> Hi all,
>
> I've got xWiki Enterprise 6.0.1 installed on a Windows 7 machine.
> Installed latest OpenOffice 4.1
>
> Here's my xwiki.properties file, OpenOffice Server section:
>
>
> #-------------------------------------------------------------------------------------
> # Settings for the OpenOffice server instance consumed by the
> OfficeImporter
> component
>
> #-------------------------------------------------------------------------------------
>
> #-# [Since 1.9M2]
> #-# Type of the openoffice server instance used by officeimporter
> component.
> #-# 0 - Internally managed server instance. (Default)
> #-# 1 - Externally managed (local) server instance.
> openoffice.serverType=0
>
> #-# [Since 1.9M2]
> #-# Port number used for connecting to the openoffice server instance.
> #-# Default port is 8100
> # openoffice.serverPort=8100
>
> #-# [Since 1.9M2]
> #-# If the openoffice server should be started / connected upon XE start.
> #-# Default value is false
> openoffice.autoStart=true
>
> #-# [Since 1.8RC3]
> #-# Path to openoffice installation (serverType:0 only).
> #-# If no path is provided, a default value will be calculated based on the
> operating environment.
> #-# Example: openoffice.homePath=C:/Program Files (x86)/OpenOffice 4
> openoffice.homePath=openoffice.homePath=C:/Program Files (x86)/OpenOffice 4
>
> #-# [Since 1.8RC3]
> #-# Path to openoffice execution profile (serverType:0 only).
> #-# If no path is provided, a default value will be calculated based on the
> operating environment.
> #-# Example:
> openoffice.profilePath=C:/Users/install/AppData/Roaming/OpenOffice/4
> openoffice.profilePath=C:/Users/install/AppData/Roaming/OpenOffice/4
>
> #-# [Since 1.8RC3]
> #-# Maximum number of simultaneous conversion tasks to be handled by a
> single openoffice process (serverType:0 only).
> #-# Default value is 50
> # openoffice.maxTasksPerProcess=50
>
> #-# [Since 1.8RC3]
> #-# Timeout for conversion tasks (in milliseconds) (serverType:0 only).
> #-# Default value is 30 seconds
> # openoffice.taskExecutionTimeout=30000
>
> And here's how it looks in the GUI:
>
> <http://xwiki.475771.n2.nabble.com/file/n7590861/Capture1.png>
>
> And I get this error message when clicking update:
>
> <http://xwiki.475771.n2.nabble.com/file/n7590861/Capture2.png>
>
>
> Please, if anyone know how to get this going / what I'm doing wrong, help
> is
> much appreciated!
> /Chris
>
>
>
> --
> View this message in context:
> http://xwiki.475771.n2.nabble.com/Need-help-to-get-Open-Server-importing-feature-running-tp7590861.html
> Sent from the XWiki- Users mailing list archive at Nabble.com.
> _______________________________________________
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to