JODConverter is working fine for me when using OpenOffice. However, when I'm trying to use LibreOffice instead, I get the following behaviour:
It seems to start the process fine:
feb 25, 2013 9:50:12 PM org.artofsolving.jodconverter.office.ProcessPoolOfficeManager <init>
INFO: ProcessManager implementation is PureJavaProcessManager
feb 25, 2013 9:50:12 PM org.artofsolving.jodconverter.office.OfficeProcess start
INFO: starting process with acceptString 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1' and profileDir 'F:\server\apache-tomcat-6.0.29\temp\.jodconverter_socket
_host-127.0.0.1_port-2002'
feb 25, 2013 9:50:12 PM org.artofsolving.jodconverter.office.OfficeProcess start
INFO: started process
But when trying to start the office manager, this error occurs:
org.artofsolving.jodconverter.office.OfficeException: office process died with exit code -1073741515
org.artofsolving.jodconverter.office.ManagedOfficeProcess$6.attempt(ManagedOfficeProcess.java:130)
What could be wrong?