I adopted the example of a Catalog and Repository from:
http://fmepedia.safe.com/articles/Samples_and_Demos/Integration-example-for-OGC-CSW-Data-Catalog-And-Repository-with-FME-Server
to build a workbench that reads in files, guesses the format, gets, the bounds and dataset names and writes this metadata to an XML-Template and copies the original files to a definied directory. Works fine on my Computer and on our (windows-based) test server but fails to run on the Linux based Server of our partners.
In order to identify the error, I have created a workbench that just copies the files. This runs well on the Linux server - so it isn't a permission problem. But as soon as I add the XML-templater the workbench will stop with an error on the Linux-based FME Server. Here is what the log says:
2013-03-09 22:48:52| 0.7| 0.0|INFORM|FME API version of module 'XMLTemplaterFactory' matches current internal version (3.7 20121025) 2013-03-09 22:48:52| 0.7| 0.0|WARN |XMLTemplater(XMLTemplaterFactory): The following error occurred near line 1, column 144 of the query: 2013-03-09 22:48:52| 0.7| 0.0|WARN |XMLTemplater(XMLTemplaterFactory): "http://www.zorba-xquery.com/modules/xml-options": target namespace not found for schema/module "http://www.zorba-xquery.com/modules/xml-options.xsd": Could not create stream resource 2013-03-09 22:48:52| 0.7| 0.0|ERROR |XMLTemplater(XMLTemplaterFactory): An error occurred while parsing the control template
2013-03-09 22:48:52| 0.7| 0.0|ERROR |A fatal error has occurred. Check the logfile above for details
Anyone an idea what this is about? I mean it works on the desktop version (win64) on our eval server version (win) and on linux it just does not work at all.
Regards
Lutz