Customer Portal

Exception by loading data from databaze MySQL

Comments 2

  • Avatar
    mzatopek
    0
    Comment actions Permalink
    Hello.

    This warning is caused by a inconsistent implementation of MySQL jdbc driver, since the commit call is under condition (autocommit == false).

    The first repair release 2.2.1 will contain a fix to avoid this warning. Now you can turn off all log messages on the warning level in the log4j.properties config file:

    log4j.rootLogger=DEBUG, A1
    -->
    log4j.rootLogger=ERROR, A1
  • Avatar
    vsvoboda@trask.cz
    0
    Comment actions Permalink
    This is Error by running from command line.

    Thanks I test it.




    Graph definition file: Tabulky.grf
    INFO [main] - Checking graph configuration...
    ERROR [main] - java.io.FileNotFoundException: DB connection\Table2connection.cfg (The system cannot find the path specified)
    INFO [main] - Initializing DB connection:
    INFO [main] - DBConnection driver[null]:url[null]:user[null] ... !!! ERROR !!!
    ERROR [main] - Can't connect to database
    java.lang.NullPointerException
    at org.jetel.connection.DBConnection.free(DBConnection.java:355)
    at org.jetel.graph.TransformationGraph.init(TransformationGraph.java:419)
    at org.jetel.main.runGraph.main(runGraph.java:290)
    ERROR [main] - Error - graph's configuration invalid !
    org.jetel.exception.GraphConfigurationException: Graph initialization failed.
    at org.jetel.main.runGraph.main(runGraph.java:291)

    C:\install\CloverETL\Prikazove_spusteni\examples>

Please sign in to leave a comment.