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.  Getting error while executing Jquerydump node

    Employee
    Posted 12-17-2012 23:09

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

    Originally posted by: saravan

    Hi,

    I'm using Jquerydump node for executing storeprocedure for inserting records into the database. getting the following error

    Log Message:

    Log Level Message Code Log Message

    WARN Null Can't locate node class: com/lavastorm/brain/node/QueryDump
    WARN brain.unhandledLogging Node reported the following messages to stderr:
    Exception in thread "main" java.lang.NoClassDefFoundError: com/lavastorm/brain/node/QueryDump at com.lavastorm.brain.node.old.NodeControl.nodeMain( Native Method) at com.lavastorm.brain.node.old.NodeControl.controlMa in(NodeControl.java:71) at com.lavastorm.brain.node.old.NodeControl.main(Node Control.java:28)Caused by: java.lang.ClassNotFoundException: com.lavastorm.brain.node.QueryDump at java.net.URLClassLoader$1.run(URLClassLoader.java: 202) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.j ava:190) at java.lang.ClassLoader.loadClass(ClassLoader.java:3 06) at sun.misc.Launcher$AppClassLoader.loadClass(Launche r.java:301) at java.lang.ClassLoader.loadClass(ClassLoader.java:2 47) ... 3 more


    Thanks in advance.

    Regards,
    Saravan


  • 2.  RE: Getting error while executing Jquerydump node

    Employee
    Posted 12-18-2012 04:11

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

    Originally posted by: Tim Meagher

    Hi,

    What version of the LAE are you using?
    The Jquerydump node (I believe in basic) has been replaced by the JDBC Query node in core.

    Also, it looks like you most likely have an older version of the basic library in your search paths, which is pointing at the wrong Java class to execute.

    You need to ensure that your BRE client is the same version as the LAE server to which you are connecting.
    Also, for all libraries (BRGs) that are shipped with the client, you need to ensure you are using the version of the library that was provided with the version of the client you are using.


    Tim.