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.  Issue with reading Excel

    Employee
    Posted 01-31-2012 11:30

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

    Originally posted by: Richard_Bakker

    I changed the settings for the tmp space. After that I got the following error when running an Excel. Anyone know how to fix it??
    Got to do with changing tmp from /opt/lavastorm/tmp to /opt/lavastorm2/tmp



    --------- Errlog for Excel_File
    2012-01-31 18:51:15.763; WARN: The property ls.brain.machineName is not set. This might cause a Windows server to hang.
    id: 0 chain: 0 group: 0
    javaDetail: com.lavastorm.brain.BRAINApplication.loadMachineNa me(BRAINApplication.java@1193)

    2012-01-31 18:51:16.008; WARN: Attempt made to read cache entry directory /opt/lavastorm/tmp/cache/MJS-JCOM/906753703/0. However this does not specify a valid entry path under cache directory /opt/lavastorm2/tmp/cache.
    id: 1 chain: 0 group: 0
    javaDetail: com.lavastorm.util.cache.io.CacheUtils.subDirNames (CacheUtils.java@26)

    2012-01-31 18:51:16.011; ERROR: Error compiling the node.
    id: 3 chain: 0 group: 0
    javaExceptionDetail: java.lang.NullPointerException;
    stack trace:
    com.lavastorm.util.StringUtil.join(StringUtil.java @904)
    com.lavastorm.util.cache.io.FileBackedCacheClient. createReadLocksToPath(FileBackedCacheClient.java@3 75)
    com.lavastorm.util.cache.io.FileBackedCacheClient. readEntry(FileBackedCacheClient.java@272)
    com.lavastorm.brain.node.cache.NodeEntryParser.loa dFromCache(NodeEntryParser.java@101)
    com.lavastorm.util.cache.io.FileBackedCacheClient. readEntry(FileBackedCacheClient.java@332)
    com.lavastorm.util.cache.io.FileBackedCacheClient. lockAndLoad(FileBackedCacheClient.java@516)
    com.lavastorm.util.cache.io.FileBackedCacheClient. read(FileBackedCacheClient.java@264)
    com.lavastorm.tools.build.cache.CachingBuilder.bui ldAndLoad(CachingBuilder.java@85)
    com.lavastorm.tools.build.cache.CachingBuilder.bui ldAndLoad(CachingBuilder.java@56)
    com.lavastorm.brain.node.NodeWrapper.buildJavaNode (NodeWrapper.java@1088)
    com.lavastorm.brain.node.NodeWrapper.load(NodeWrap per.java@1066)
    com.lavastorm.brain.node.NodeWrapper.run(NodeWrapp er.java@613)
    com.lavastorm.brain.node.NodeWrapper.main(NodeWrap per.java@1151)
    javaDetail: com.lavastorm.brain.node.NodeWrapper.buildJavaNode (NodeWrapper.java@1091)

    2012-01-31 18:51:16.014; ERROR: Node failed.
    id: 4 chain: 3 group: 0
    javaDetail: com.lavastorm.brain.node.NodeWrapper.run(NodeWrapp er.java@651)


  • 2.  RE: Issue with reading Excel

    Employee
    Posted 01-31-2012 12:22

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

    Originally posted by: Tim Meagher

    Hi,

    Did you simply copy all of the contents from /opt/lavastorm/tmp to /opt/lavastorm/tmp2?

    The contents of the compilation cache directory contain references to other entries within the cache, so simply copying them will leave invalid references.

    I think the easiest way to fix this would be to simply delete everything under: /opt/lavastorm2/tmp/cache

    Tim.


  • 3.  RE: Issue with reading Excel

    Employee
    Posted 01-31-2012 12:30

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

    Originally posted by: Richard_Bakker

    Cheers Tim

    That was it!!