Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I am trying to deploy a job from Talend Studio 6.3.0 to SpagoBI 5.2. I get the following error int he SpagoBI logs:
Caused by: org.dom4j.InvalidXPathException: Invalid XPath expression: '//etl/job'. Caused by: org/dom4j/Element
at org.dom4j.xpath.DefaultXPath.parse(DefaultXPath.java:362)
at org.dom4j.xpath.DefaultXPath.<init>(DefaultXPath.java:59)
at org.dom4j.DocumentFactory.createXPath(DocumentFactory.java:230)
at org.dom4j.tree.AbstractNode.createXPath(AbstractNode.java:207)
at org.dom4j.tree.AbstractNode.selectSingleNode(AbstractNode.java:183)
at it.eng.spagobi.engines.talend.runtime.JobDeploymentDescriptor.load(JobDeploymentDescriptor.java:71)
at it.eng.spagobi.engines.talend.services.JobUploadService.getJobsDeploymetDescriptor(JobUploadService.java'
It looks like there is an error in the generated XML. Unfiortunaltey I can't find a copy of this file so cannot inspect it myself. Is this a spagbobi issue or a problem with the generated job file from Talend Studio?