Customer Portal

Unknown component

Comments 3

  • Avatar
    mathsniki
    0
    Comment actions Permalink
    Hi,

    I found my problem, I didn't import the plugins of Clover Engine wich was causing the error.

    But now I'm receiving this error about arguments

    [java] Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 2
    [java] at org.jetel.main.runGraph.main(runGraph.java:188)
    [java] at com.tranme.guide.canadapostbatch.loadcd.CanadaPostLoadGraph.main(CanadaPostLoadGraph.java:8)

    BUILD FAILED
    /guide/domains/guiddev/batch/canadaPostBatch/build.xml:396: The following error occurred while executing this line:
    /guide/domains/guiddev/batch/canadaPostBatch/build.xml:202: Java returned: 1

    I currently have 2 arguments
    <arg value="${canadapostdir}/metadata/CanadaPostADD.grf"/>	
    <arg value="-cfg ${canadapostdir}/dbConn.cfg"/>


    I'm currently trying to see if I'm missing an argument any tips are welcome.

    Thanks,
    Matt
  • Avatar
    Lukas Cholasta
    0
    Comment actions Permalink
    Hi,

    You can have multiple versions (instances) of Java running simultaneously on a single machine. So if you install Java 1.7 ( or 1.8 ), you will be able to upgrade to version 4.x.x. However, these versions are using scripting language CTL2, so it is possible that you may need to rewrite your graphs to comply with this language.

    Back to your question, I don't really understand whether you are trying to execute a graph


    I am receiving this error when trying to start my graph:

    "mathsniki"

    or build the CloverETL


    BUILD FAILED
    /guide/domains/guiddev/batch/canadaPostBatch/build.xml:396: The following error occurred while executing this line:
    /guide/domains/guiddev/batch/canadaPostBatch/build.xml:202: Java returned: 1

    "mathsniki"

    If the latter is true, can you please explain what is the reason for building the application with those arguments? And how exactly are you upgrading the CloverETL Engine from 1.1.0 to 2.8.0? Please describe the process.

    Also, I must inform you that versions prior to 4.x.x are no longer supported.

    Best regards,
  • Avatar
    mathsniki
    0
    Comment actions Permalink
    Hi,

    Thanks for the reply, I was able to upgrade my CloverEngine and make it work Succefully!

    But to clarify, I was using Ant build which was calling my java class which calls the runGraph method from CloverEngineETL 2.8.1.jar

    I was able to upgrade CLoverEngineETL 1.1.0 to 2.8.1 by getting the source files from CloverEngineETL 2.8.1 and make it into a jar file to than upgrade my application to be able to work with CloverEngine 2.8.1.

    Thanks for your time,

    Matt

Please sign in to leave a comment.