Hi Chris, Please check your xwiki log file content, you should have the detailed error in there. Thanks -Vincent On 4 Jun 2014 at 10:49:22, chris_w ([email protected](mailto:[email protected])) 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:
And I get this error message when clicking update:
Please, if anyone know how to get this going / what I'm doing wrong, help is much appreciated! /Chris