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.  Complier error

    Employee
    Posted 06-28-2016 10:06

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

    Originally posted by: austenr

    I get the following error on an Excel read node:

    WARN: The following classpath entry for the node does not exist: /mda/app/LAE/6.1.1/7721/lib/java/laeMicrosoftAcquisition-6100.0.5.jar.
    Error Code: brain.execution.java.node.classpathNotFound

    ERROR: Error compiling source unit.
    Error occurred attempting to compile source with entry type (com.lavastorm.tools.build.java.MultiJavaBuiltUnit ).
    Compilation diagnostics:
    file:/mda/tmp/lae_7721/cache/brain/MJP-JGEN/1486989375/0/src/com/lavastorm/brain/node/office/excel/ExcelFile.java:8:cannot find symbol
    symbol: class ErrorCodes
    location: package com.lavastorm.brain.node.office
    file:/mda/tmp/lae_7721/cache/brain/MJP-JGEN/1486989375/0/src/com/lavastorm/brain/node/office/excel/ExcelFile.java:8:static import only from classes and interfaces
    file:/mda/tmp/lae_7721/cache/brain/MJP-JGEN/1486989375/0/src/com/lavastorm/brain/node/office/excel/ExcelFile.java:21:package com.lavastorm.brain.node.office.excel.extract does not exist
    file:/mda/tmp/lae_7721/cache/brain/MJP-JGEN/1486989375/0/src/com/lavastorm/brain/node/office/excel/ExcelFile.java:35:cannot find symbol
    symbol: class ExcelReader
    location: class com.lavastorm.brain.node.office.excel.ExcelFile
    file:/mda/tmp/lae_7721/cache/brain/MJP-JGEN/1486989375/0/src/com/lavastorm/brain/node/office/excel/ExcelFile.java:277:cannot find symbol
    symbol: class ExcelParameters
    location: class com.lavastorm.brain.node.office.excel.ExcelFile
    file:/mda/tmp/lae_7721/cache/brain/MJP-JGEN/1486989375/0/src/com/lavastorm/brain/node/office/excel/ExcelFile.java:44:cannot find symbol
    symbol: class ExcelParameters
    location: class com.lavastorm.brain.node.office.excel.ExcelFile
    file:/mda/tmp/lae_7721/cache/brain/MJP-JGEN/1486989375/0/src/com/lavastorm/brain/node/office/excel/ExcelFile.java:44:cannot find symbol
    symbol: class ExcelParameters
    location: class com.lavastorm.brain.node.office.excel.ExcelFile
    file:/mda/tmp/lae_7721/cache/brain/MJP-JGEN/1486989375/0/src/com/lavastorm/brain/node/office/excel/ExcelFile.java:59:package ExcelParameters does not exist
    file:/mda/tmp/lae_7721/cache/brain/MJP-JGEN/1486989375/0/src/com/lavastorm/brain/node/office/excel/ExcelFile.java:66:package ExcelParameters does not exist
    file:/mda/tmp/lae_7721/cache/brain/MJP-JGEN/1486989375/0/src/com/lavastorm/brain/node/office/excel/ExcelFile.java:67:package ExcelParameters does not exist
    file:/mda/tmp/lae_7721/cache/brain/MJP-JGEN/1486989375/0/src/com/lavastorm/brain/node/office/excel/ExcelFile.java:68:package ExcelParameters does not exist
    file:/mda/tmp/lae_7721/cache/brain/MJP-JGEN/1486989375/0/src/com/lavastorm/brain/node/office/excel/ExcelFile.java:69:package ExcelParameters does not exist
    file:/mda/tmp/lae_7721/cache/brain/MJP-JGEN/1486989375/0/src/com/lavastorm/brain/node/office/excel/ExcelFile.java:70:package ExcelParameters does not exist
    file:/mda/tmp/lae_7721/cache/brain/MJP-JGEN/1486989375/0/src/com/lavastorm/brain/node/office/excel/ExcelFile.java:72:package ExcelParameters does not exist
    file:/mda/tmp/lae_7721/cache/brain/MJP-JGEN/1486989375/0/src/com/lavastorm/brain/node/office/excel/ExcelFile.java:119:package ExcelParameters does not exist
    file:/mda/tmp/lae_7721/cache/brain/MJP-JGEN/1486989375/0/src/com/lavastorm/brain/node/office/excel/ExcelFile.java:120:package ExcelParameters does not exist
    file:/mda/tmp/lae_7721/cache/brain/MJP-JGEN/1486989375/0/src/com/lavastorm/brain/node/office/excel/ExcelFile.java:143:cannot find symbol
    symbol: class ExcelReader
    location: class com.lavastorm.brain.node.office.excel.ExcelFile
    file:/mda/tmp/lae_7721/cache/brain/MJP-JGEN/1486989375/0/src/com/lavastorm/brain/node/office/excel/ExcelFile.java:154:cannot find symbol
    symbol: variable ERROR_INIT_EXCEL_READER
    location: class com.lavastorm.brain.node.office.excel.ExcelFile
    file:/mda/tmp/lae_7721/cache/brain/MJP-JGEN/1486989375/0/src/com/lavastorm/brain/node/office/excel/ExcelFile.java:162:cannot find symbol
    symbol: variable ERROR_INIT_EXCEL_READER
    location: class com.lavastorm.brain.node.office.excel.ExcelFile
    file:/mda/tmp/lae_7721/cache/brain/MJP-JGEN/1486989375/0/src/com/lavastorm/brain/node/office/excel/ExcelFile.java:166:cannot find symbol
    symbol: variable ERROR_INIT_EXCEL_READER
    location: class com.lavastorm.brain.node.office.excel.ExcelFile
    file:/mda/tmp/lae_7721/cache/brain/MJP-JGEN/1486989375/0/src/com/lavastorm/brain/node/office/excel/ExcelFile.java:283:package ExcelParameters does not exist
    file:/mda/tmp/lae_7721/cache/brain/MJP-JGEN/1486989375/0/src/com/lavastorm/brain/node/office/excel/ExcelFile.java:285:package ExcelParameters does not exist
    file:/mda/tmp/lae_7721/cache/brain/MJP-JGEN/1486989375/0/src/com/lavastorm/brain/node/office/excel/ExcelFile.java:288:package ExcelParameters does not exist


    Anyone know what causes this?


  • 2.  RE: Complier error

    Employee
    Posted 06-30-2016 04:30

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

    Originally posted by: awilliams1024

    This may be due to a mis-match in the LAL version numbers on your local machine and on the Lavastorm Server machine.

    You can confirm the version numbers of LAL installed on your local machine and the server in a number of ways:

    1. By looking at the version numbers of the release notes documents that are deployed when the software was installed.
    See the details at the end of this post to locate the release notes on each machine:

    http://community.lavastorm.com/threa...cel-Java-error

    2. By looking at the this file: "lalResponseFile.varfile" on both machines which can be found in the following locations:

    <LAE Installation Directory>/.install4j

    Looking at the error information you posted this would correspond to the following on your Linux server:

    /mda/app/LAE/6.1.1/7721/.install4j

    For a Windows LAE 6.1 64-bit client the corresponding location would be:

    C:\Program Files\Lavastorm\LAE6.1\.install4j