Customer Portal

JDBC error when embedding graph

Comments 4

  • Avatar
    avackova
    0
    Comment actions Permalink
    Hello,
    this error indicates, that connection plug-in is not loaded. Check the paths.clover.engine path and if this variable ends with /.
  • Avatar
    jnderr
    0
    Comment actions Permalink
    Thank you for the reply adding "/" at the end of that property got me further.

    I now get this error:

    2010-04-07 10:48:31,506 [http-8443-2] ERROR org.jetel.component.ComponentFactory - Can't create object of type DATA_READER with reason: org/jetel/util/property/RefResFlag
    2010-04-07 10:48:31,506 [http-8443-2] ERROR com.matrixretail.etl.CloverHelper - Failed to run Clover graph
    java.lang.RuntimeException: Can't create object of type DATA_READER with reason: org/jetel/util/property/RefResFlag
    at org.jetel.component.ComponentFactory.createComponent(ComponentFactory.java:134)
    at org.jetel.graph.TransformationGraphXMLReaderWriter.instantiateNodes(TransformationGraphXMLReaderWriter.java:478)
    at org.jetel.graph.TransformationGraphXMLReaderWriter.instantiatePhases(TransformationGraphXMLReaderWriter.java:441)
    at org.jetel.graph.TransformationGraphXMLReaderWriter.read(TransformationGraphXMLReaderWriter.java:356)
    at org.jetel.graph.TransformationGraphXMLReaderWriter.read(TransformationGraphXMLReaderWriter.java:286)
  • Avatar
    avackova
    0
    Comment actions Permalink
    Can you show the graph? I don't see an easy reason of the error. Check if you use the same version of CloverETL Engine and plug-ins when running the graph.
  • Avatar
    jnderr
    0
    Comment actions Permalink
    I was using 2 different versions of clover, once I updated the version in my java project, everything works.

    Thank you for your help.

Please sign in to leave a comment.