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.  tmp file directory change

    Employee
    Posted 04-11-2018 09:03

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

    Originally posted by: sto

    Hello all,

    is it possible to move the /Lavastorl/LAETemp/tmp/Admin directory to an external SSD ?

    thx


  • 2.  RE: tmp file directory change

    Employee
    Posted 04-11-2018 20:34

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

    Originally posted by: stonysmith

    Yes, as long as you ensure that it's always plugged in.

    Find <installdir>/conf/site.prop

    You should be able to find this setting in there.

    ls.tempDir="C:/somefolder/LAE614/tmp"

    Just change that to the new folder you want to use. The folder must exist first, and you may be required to create a subfolder "....../cache/brain" for things to work right.

    One note though. ALL temp files will placed there. You specified ..../admin/....
    You can't move just one folder.. if your system has multiple users, then all of them will be moved there as well.


  • 3.  RE: tmp file directory change

    Employee
    Posted 04-12-2018 01:17

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

    Originally posted by: sto

    Thanks stonysmith. It will definitively help.


  • 4.  RE: tmp file directory change

    Employee
    Posted 04-17-2018 05:13

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

    Originally posted by: sto

    Hello,

    everything was working fine after my TMP directory change.
    But today, I was trying to create a new graph and I got that error :


    -------------------------------------
    WARN: Attempt made to read cache entry directory c:\Lavastorm\LAETemp\tmp\cache\brain\MJS-JCOM\1376736690\0.
    However this does not specify a valid entry path under cache directory E:\__TEMP LAVASTORM__\cache\brain.
    Error Code: util.cache.invalidCacheEntryDirectory

    ERROR: Error occurred while attempting to open output (0) : "out1 cause: Reserved character (') on metadata field (48), name: Date_d'approbation, type: class com.lavastorm.lang.UnicodeString.
    "
    Error Code: brain.node.errorOpeningOutput
    -------------------------------------

    "E:\__TEMP LAVASTORM__\cache\brain" directory is present and reachable.

    Any thoughts ?

    Thanks


  • 5.  RE: tmp file directory change

    Employee
    Posted 04-17-2018 06:07

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

    Originally posted by: stonysmith

    >> reserved character (') on metadata field (48), name: Date_d'approbation,


    This has nothing to do with your temp files. You have a character in a column name that isn't allowed.


  • 6.  RE: tmp file directory change

    Employee
    Posted 04-18-2018 08:28

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

    Originally posted by: sto

    thx stonysmith


  • 7.  RE: tmp file directory change

    Employee
    Posted 05-31-2018 12:49

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

    Originally posted by: sandratyler

    Yes, thanks a lot for that solution!


  • 8.  RE: tmp file directory change

    Employee
    Posted 06-01-2018 00:54

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

    Originally posted by: sandratyler

    Yes, thanks a lot!