We are a financial data management company and currently look for an open source ETL tool to deal with our huge volume raw files.
After I download cloverETL and follow up the steps to run Clover examples, I got the following error:
C:\Program Files\cloverETL\cloverExamples>java -cp “cloveretl.engine.jar;\lib\commons-logging.jar;\lib\log4j-1.2.12.zip;” org.jetel.main.runGraph -plugins \plugins graphSimpleCopy.grf
Exception in thread “main” java.lang.NoClassDefFoundError: org/jetel/main/runGraph
It looks like there is no package of org/jetel/main/runGraph inside the cloverETL.zip I have download.
My pc is WinXp and Java is jdk1.5.0_10, the cloverETL is cloverETL[1].rel-2-1-0.zip, the example download is cloverExamples.rel-2-1-0.zip.
Thanks for your attention!
simon