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.  problems with LAE services

    Employee
    Posted 07-30-2015 08:08

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

    Originally posted by: dhrobertson

    Hi guys,

    not sure what I have done wrong here... firstly I needed to increase the thread count when running a scheduled job. I was told to update the ls_brain.prop file by changing the thread value at the end.

    ls.brain.controller.farm=( "${ls.brain.server.host=localhost}:${ls.brain.serv er.port}:1" )

    I did this and made it 16 as a test.

    firstly, when I ran a schedule with the default, my graph ran fine although slow due to thread count. after the change I restarted the services and ran it again. it just sat there and never finished. I had to terminate the schedule manually.
    I then when back to 1 thread and it worked again.

    so my first question is.... why is it not working when I increase the thread count? I can see the process threads increase so I can see it using more threads but it never finishes.
    secondly, now my server service will not start with error message:


    Failed to start service LavastormLAEServer6.0-7721. Program C:/Program Files (x86)/Lavastorm/LAE6.0/bin/laeServer.bat couldn't be launched. CreateProcess() failed: The directory name is invalid.

    there is nothing wrong with the path, it a valid path.

    can someone help explain what I am doing wrong. Unfortunately I am running this in Windows Server and not Linux. I don't have an option to change this currently.

    please can someone help me?

    thanks

    doug


  • 2.  RE: problems with LAE services

    Employee
    Posted 07-30-2015 08:26

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

    Originally posted by: dhrobertson

    reboot of the server sorted the path issue....
    might see if the reboot sorted the thread issue too...


  • 3.  RE: problems with LAE services

    Employee
    Posted 07-30-2015 09:03

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

    Originally posted by: dhrobertson

    graphs are still hanging... any ideas as to why this would happen?