LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  Fuzzy X-ref error

    Employee
    Posted 12-17-2013 02:27

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: ThomasT

    I just got a new computer and now the Fuzzy X-ref suddenly give me an error..
    Help anyone?

    -- Errors for Fuzzy_Join_Engine
    2013-12-16 15:12:22.811; ERROR: [dbParam] [ClassNotFoundException]
    id: 3 chain: 0 group: 0
    javaExceptionDetail: java.lang.ClassNotFoundException: 'org.hsqldb.jdbc.JDBCDriver';
    stack trace:
    java.net.URLClassLoader$1.run(URLClassLoader.java@ 202)
    java.security.AccessController.doPrivileged(Access Controller.java@-2)
    java.net.URLClassLoader.findClass(URLClassLoader.j ava@190)
    java.lang.ClassLoader.loadClass(ClassLoader.java@3 06)
    com.lavastorm.tools.build.loader.DynamicClassLoade r.loadClass(DynamicClassLoader.java@63)
    java.lang.ClassLoader.loadClass(ClassLoader.java@2 47)
    java.lang.Class.forName0(Class.java@-2)
    java.lang.Class.forName(Class.java@169)
    com.lavastorm.brain.node.fuzzyJoin.BaseDatabaseEng ine.dbParam(BaseDatabaseEngine.java@363)
    com.lavastorm.brain.node.fuzzyJoin.FuzzyJoin.proce ssAll(FuzzyJoin.java@216)
    com.lavastorm.brain.execution.java.node.NodeWrappe r.nodeProcess(NodeWrapper.java@512)
    com.lavastorm.brain.execution.java.node.NodeWrappe r.run(NodeWrapper.java@744)
    com.lavastorm.brain.execution.java.node.NodeWrappe r.main(NodeWrapper.java@1340)
    javaDetail: com.lavastorm.brain.node.fuzzyJoin.BaseDatabaseEng ine.dbParam(BaseDatabaseEngine.java@373)
    dataDetail:
    out4(out)
    out3(out)
    out1(out)
    out0(out)
    inLeftFuzzy(in) row: 0
    columns: ['_FMValueLeft', 'com.lavastorm.lang.Time']
    inLeft(in) row: 0
    columns: ['Anumber', 'java.lang.String'], ['B number', 'java.lang.String'], ['Date for start of charge', 'com.lavastorm.lang.Date'], ['Time for start of charge', 'com.lavastorm.lang.Time']
    inLeftExact(in) row: 0
    columns: ['Anumber', 'java.lang.String'], ['B number', 'java.lang.String'], ['_FMKeyLeft', 'com.lavastorm.lang.Date']
    inRightFuzzy(in) row: 0
    columns: ['_FMValueRight', 'com.lavastorm.lang.Time']
    inRight(in) row: 0
    columns: ['A-subscriber Number', 'java.lang.String'], ['B-subscriber Number', 'java.lang.String'], ['Chargeable Duration', 'java.lang.String'], ['Country by A-number', 'java.lang.String'], ['Country by B-number', 'java.lang.String'], ['Operator by B-number', 'java.lang.String'], ['Date for Start of Charge', 'com.lavastorm.lang.Date'], ['Time for Start Of Charge', 'com.lavastorm.lang.Time']
    inRightExact(in) row: 0
    columns: ['A-subscriber Number', 'java.lang.String'], ['B-subscriber Number', 'java.lang.String'], ['_FMKeyRight', 'com.lavastorm.lang.Date']

    2013-12-16 15:12:22.818; ERROR: Node failed.
    id: 5 chain: 4 group: 0
    javaDetail: com.lavastorm.brain.execution.java.node.NodeWrappe r.run(NodeWrapper.java@769)


  • 2.  RE: Fuzzy X-ref error

    Employee
    Posted 12-17-2013 06:01

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: Tim Meagher

    Hey,

    Have you installed LAL on the new computer? It looks like you have the BRGs for the node's, but the HSQL jar file used by the node isn't present on the machine where your server is operating.
    This is installed as part of the LAL install.
    If you have a desktop install, you should just need to install this to wherever your LAE installation is located.
    If you are using an enterprise/workgroup installation, you will need to install LAL on both the client and server machines.

    Tim.


  • 3.  RE: Fuzzy X-ref error

    Employee
    Posted 12-17-2013 06:51

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: ThomasT

    Thank you Tim.

    Somehow i had installed the 4.5 version of LAL1..

    Thomas