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.  Error connecting to drone. Drone client

    Employee
    Posted 07-02-2014 08:04

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

    Originally posted by: spalluru

    Hi ,
    I am getting below messages in controller.log file, below are my settings in server,
    can you please help me with resolving the same

    Settings

    lavadmin@xxxxxxxxx:/opt/lavastorm/log/brain/controller> /opt/lavastorm/lae/4.6.1/bin/linux-x86-64/getProperties -d | grep license
    ls.brain.controller.licenseport = "7722"
    ls.brain.server.license.expirywarningdays = "60"
    ls.brain.server.licensepath = "/opt/lavastorm/lae/4.6.1/license"
    ls.brain.controller.licensehost = "localhost"

    Error
    ++++++
    <message><![CDATA[Error connecting to drone. Drone client: RemoteLicenseManager unable to connect to drone to localhost:7,722]]></message>
    <message><![CDATA[Error connecting to drone. Drone client: RemoteLicenseManager unable to connect to drone to localhost:7,722]]></message>

    -Sreekanth


  • 2.  RE: Error connecting to drone. Drone client

    Employee
    Posted 07-02-2014 09:21

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

    Originally posted by: stonysmith

    In several installations, I've been unable to use "localhost" and instead, I've needed to use the machine name itself.

    such as:
    if the machine name is laeapp001.domain.com
    then I've needed to use:
    ls.brain.controller.licensehost = "laeapp001"

    I think in one instance I had to use the full name:
    ls.brain.controller.licensehost = "laeapp001.domain.com"

    NOTE:
    the same thing will apply to the FARM parameter
    ls.brain.controller.licensehost = "(laeapp001:{port}:{drones})"