The first step is to follow the set up instruction in the administration book here. If you still have problem:
- use Nuxeo snapshot
- or use Nuxeo-5.2.0 and replace in $JBOSS/server/defautl/deploy/nuxeo.ear/system/ the file nuxeo-platform-commandline-executor-5.2.0.jar with nuxeo-platform-commandline-executor-5.2.0-NXP-3656.jar and nuxeo-platform-convert-5.2.0.jar with nuxeo-platform-convert-5.2.0-NXP-3656.jar
Then set the log to DEBUG, you will see a message starting with: "Running system command" and the exact command that is run on the system. Run the command and fix any problem you might find. You want to check:
- if you have an error about Ghostscript not been found, then set a system variable GS_PROG to the path of gswin32.exe. (you need to have ghostscript installed first)
- if your java tmp directory has spaces in it, surrond the path with "" in the command line such as: <parameterString> -c -noframes "#{inFilePath}" "#{outDirPath}\index.html"</parameterString>
- check that the pdftothtml binary is in a place where its path has no space
CHECKME
Labels:
None