I am using following command to execute the integrator graph
1. GO to location Integrator\plugins\com.cloveretl.gui_3.2.1\lib\bin
2. Run
clover runGraph C:/dir1/CICLoadConfiguration.grf
But it comes back with below error
org.jetel.exception.XMLConfigurationException: Can't load property definition fr
om workspace.prm
at org.jetel.graph.TransformationGraphXMLReaderWriter.instantiatePropert
ies(TransformationGraphXMLReaderWriter.java:741)
at org.jetel.graph.TransformationGraphXMLReaderWriter.read(Transformatio
nGraphXMLReaderWriter.java:350)
at org.jetel.graph.TransformationGraphXMLReaderWriter.read(Transformatio
nGraphXMLReaderWriter.java:296)
at org.jetel.graph.TransformationGraphXMLReaderWriter.loadGraph(Transfor
mationGraphXMLReaderWriter.java:225)
at org.jetel.main.runGraph.main(runGraph.java:325)
Caused by: java.io.FileNotFoundException: workspace.prm (The system cannot find
the file specified)
Can you please assist as how we can run the graph from command line?
1. GO to location Integrator\plugins\com.cloveretl.gui_3.2.1\lib\bin
2. Run
clover runGraph C:/dir1/CICLoadConfiguration.grf
But it comes back with below error
org.jetel.exception.XMLConfigurationException: Can't load property definition fr
om workspace.prm
at org.jetel.graph.TransformationGraphXMLReaderWriter.instantiatePropert
ies(TransformationGraphXMLReaderWriter.java:741)
at org.jetel.graph.TransformationGraphXMLReaderWriter.read(Transformatio
nGraphXMLReaderWriter.java:350)
at org.jetel.graph.TransformationGraphXMLReaderWriter.read(Transformatio
nGraphXMLReaderWriter.java:296)
at org.jetel.graph.TransformationGraphXMLReaderWriter.loadGraph(Transfor
mationGraphXMLReaderWriter.java:225)
at org.jetel.main.runGraph.main(runGraph.java:325)
Caused by: java.io.FileNotFoundException: workspace.prm (The system cannot find
the file specified)
Can you please assist as how we can run the graph from command line?
-
Hi cloveretl_novice,
it seems Clover is not able to find the workspace.prm. You should run your graph as a part of the project. Please add -contexturl <PATH> to your statement. For more information about project structure, please see Chapter 9. Structure of CloverETL Projects.
Please sign in to leave a comment.
Comments 1