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.  Issues running brx in LAE 5.0

    Employee
    Posted 08-20-2014 16:13

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

    Originally posted by: mlr

    We have installed LAE 5.0.0 in our test environment with LAE server on one machine and LAE controller on another. I'm calling a script that executes a brx from the controller and I'm getting the below mentioned error. The same brx is working in 4.6.0 version.

    Exception in thread "main" java.lang.NoClassDefFoundError: com/lavastorm/io/TemporaryFile
            at java.lang.Class.getDeclaredMethods0(Native Method)
            at java.lang.Class.privateGetDeclaredMethods(Class.java:2531)
            at java.lang.Class.getMethod0(Class.java:2774)
            at java.lang.Class.getMethod(Class.java:1663)
            at sun.launcher.LauncherHelper.getMainMethod(LauncherHelper.java:494)
            at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:486)
    Caused by: java.lang.ClassNotFoundException: com.lavastorm.io.TemporaryFile
            at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
            at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
            at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
    Initially, we thought it may be JDK issue as we only had JDK_1.6 on that machine. We have got the JDK_1.7 installed and the .profile.lavastorm has the updated PATH pointing to new jdk. Can someone shed some light on this to help me out?

    Thanks in advance,

    Rama.


  • 2.  RE: Issues running brx in LAE 5.0

    Employee
    Posted 08-20-2014 23:42

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

    Originally posted by: Tim Meagher

    Hi,

    When upgrading from 4.6 to 5.0 you will need to recompile the BRG to a BRX prior to running it against 5.0.

    Regards,
    Tim.


  • 3.  RE: Issues running brx in LAE 5.0

    Employee
    Posted 08-21-2014 14:57

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

    Originally posted by: mlr

    We did recompile the BRG to BRX in LAE 5.0 and encountered the above error.


  • 4.  RE: Issues running brx in LAE 5.0

    Employee
    Posted 08-21-2014 23:38

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

    Originally posted by: Tim Meagher

    Hi, when recompiling the brg can you check to make sure it is using only the Brg libraries from the new installation and not from the old install?

    If you open the graph, then go to View->Dependant Libraries, make sure that none of the referenced libraries are part of the old installation. If they are, you need to modify your search paths in the BRE preferences to ensure it is only looking at the new install and reload the BRG then resave as a BRX.