Hi
I’m a newbie CloverETL user and I’m still bumping with configurations issues to run the examples.
I’ve downloaded everything as describe on User Guide.
But when I try to run GraphRunner for the example graphSimpleCopy.grf I’m getting an error like :
ERROR [main] - Plugin directory does not exists or is not directory. (./plugins)
Graph definition file: graphSimpleCopy.grf
ERROR [main] - Unknown component type: SIMPLE_COPY
ERROR [main] - Error during graph initialization !
java.lang.RuntimeException: Unknown component type: SIMPLE_COPY
at org.jetel.component.ComponentFactory.createComponent(ComponentFactory.java:115)
at org.jetel.graph.TransformationGraphXMLReaderWriter.instantiateNodes(TransformationGraphXMLReaderWriter.java:402)
at org.jetel.graph.TransformationGraphXMLReaderWriter.instantiatePhases(TransformationGraphXMLReaderWriter.java:365)
at org.jetel.graph.TransformationGraphXMLReaderWriter.read(TransformationGraphXMLReaderWriter.java:277)
at org.jetel.main.runGraph.main(runGraph.java:149)
My work directory is c:\clover\examples and CloverETL is installed on c:\clover
Do I need to set the plugin directory ? How may I do that ?
Thanks a lot
Julio