Dear CloverETL, I am a beginner in CloverETL server.
I made a graph, one of Normalize components use java class.
The class uses two external jar files.
ex)
import java.util.List;
import com.opensys.cloveretl.ctl.CTLUtils;
import kr.co.shineware.nlp.komoran.core.MorphologyAnalyzer;
import kr.co.shineware.util.common.model.Pair;
I registered external jar files in Java Build Path at properties of the project.
In local CloverETL, the graph works very well.
but I uploaded this project on CloverETL Server. It does not work.
The error message is below.
------------------------------------ Error details -------------------------------------
Component [Normalizer-KoreanMorpheme:NORMALIZER_KOREAN_MORPHEME] initilization failed.
Cannot link class: com.korean.KoreanMorpheme
com/korean/KoreanMorpheme : Unsupported major.minor version 51.0
----------------------------------------------------------------------------------------
2014-07-12 22:48:52,698 INFO 957 [JobFinalizer_957] Finished Status: ERROR
I could not solve this problem, CloverETL server is running on WebLogic server and Linux 6.
Would you guide me?
Thank you,
Bongki.