This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

LIM Agent service is not starting

I tried to start Lim service using the following command running PowerShell as administrator. And I am receiving the above error in screenshot.

c:\lim\startLimService.ps1

I updated the host file and the server IP is 172.20.10.250 . Not sure if it has to do anything with the server IP as the server IP mentioned in the screenshot is 172.31.64.76

Parents
  • 0  

    That may be a benign error in the log(s). I've noticed 22.1 logs this error as the agent service has already started. Have you tried accessing the LimAdmin or even test to see if the default web page is running?

  • 0   in reply to   

    Hi Ebell,

    I'm facing the error message, but was able to access the LIM web page and login, as you suggest.

    Is the service then working properly although the launch script froze at the same point of Ayan's screenshot?

    Thank you and kind regards!

Reply
  • 0   in reply to   

    Hi Ebell,

    I'm facing the error message, but was able to access the LIM web page and login, as you suggest.

    Is the service then working properly although the launch script froze at the same point of Ayan's screenshot?

    Thank you and kind regards!

Children
  • 0   in reply to   

    Technically the launch script didn't freeze. It completed. You can verify the agent is running by executing a Docker exec and then querying the service:

    1. docker exec -it lim cmd
    2. sc query HP.AppSec.Lim.Agent

    or

    1. docker exec -it lim powershell
    2. get-service hp*

    You should see the service as running:

    Even though there is the "error" about the agent failing to start: