java.lang.NoSuchFieldError: RECORD_INITIAL_SIZE

When i running a graph from Eclipse i am getting below error

java.lang.NoSuchFieldError: RECORD_INITIAL_SIZE
at org.jetel.component.SimpleCopy.init(SimpleCopy.java:108)
at org.jetel.component.SimpleCopy.checkConfig(SimpleCopy.java:159)
at org.jetel.graph.Phase.checkConfig(Phase.java:347)
at org.jetel.graph.TransformationGraph.checkConfig(TransformationGraph.java:1107)
at org.jetel.graph.runtime.EngineInitializer.initGraph(EngineInitializer.java:159)
at org.jetel.graph.runtime.EngineInitializer.initGraph(EngineInitializer.java:147)
at org.jetel.main.runGraph.runGraph(runGraph.java:364)
at org.jetel.main.runGraph.main(runGraph.java:328)

Hi,

RECORD_INITIAL_SIZE is one of many properties set before a graph is started. See http://doc.cloveretl.com/documentation/ … tings.html

Are you sure you are using these properties with your graph? You can find it out in the graph run log. You should see this line in the log:

INFO [main] - Loading default properties from: defaultProperties

If you see the line above, please send me the graph and I will try it on my side as well.

Regards,