java.lang.NoSuchMethodError, cause for this exception?

HI,

can i any one suggest me the reason for this exception. I am not able to figure out for a long.

Exception in thread “main” java.lang.NoSuchMethodError: org.jetel.graph.TransformationGraph.getProjectURL()Ljava/net/URL;
at org.jetel.connection.DBConnection.init(DBConnection.java:206)
at org.jetel.component.DBOutputTable.init(DBOutputTable.java:286)
at org.jetel.component.DBOutputTable.checkConfig(DBOutputTable.java:701)
at org.jetel.graph.Phase.checkConfig(Phase.java:190)
at org.jetel.graph.TransformationGraph.checkConfig(TransformationGraph.java:887)
at org.jetel.main.runGraph.main(runGraph.java:305)

Hello Mani.

I’m not really sure, however that’s look like you are using two diffirent version of clover.engine included in classpath. Please check out that the graph is processed on a valid engine release for example 2.3. If the problem persists, send us version of used engine and a small graph as a example of this error. Thanks.

Martin

let me check out,

Can the GUI version and ETL version be independent.

I mean do a particular version of gui need a particular version ETL.