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 Accessing undefined property: ls.brain.controller.executionSessionRetryInterval

    Employee
    Posted 10-24-2014 09:30

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

    Originally posted by: spalluru

    Hi ,

    When we run multiple brx in parallel through laeController we see that few of the graphs are failing and we are seeing below error in conroller.log file

    Is there any relation of failing these graphs and below errors ? I see that we haven't set any of this parameters in our environment and I assume it is trying to get default value which is 5 here .
    Can you advice how we avoid getting below messages in the controller.log file ?

    ########################
    2255447 <logEvent id="1" chain="0" timestamp="1414076638581" level="WARN">
    2255448 <message xsi:type="errorMessage">
    2255449 <code key="brain.license.errorRetrievingExecutionSession RetryInterval" bundle="com.lavastorm.brain.license.ErrorMessa ges"/>
    2255450 <message xsi:type="i18nMessage" mKey="brain.license.errorRetrievingExecutionSessio nRetryInterval" bundle="com.lavasto rm.brain.license.ErrorMessages">
    2255451 <arg><![CDATA[ls.brain.controller.executionSessionRetryInterval]]></arg>
    2255452 <arg type="long">5</arg>
    2255453 </message>
    2255454 </message>
    2255455 <detail xsi:type="javaExceptionDetail">
    2255456 <message><![CDATA[ERROR Accessing undefined property: ls.brain.controller.executionSessionRetryInterval]]></message>
    2255457 <class><![CDATA[com.lavastorm.util.PropertyNotFoundException]]></class>
    2255458 <frames>
    2255459 <frame class="com.lavastorm.util.JProperties" method="getString" file="JProperties.java" line="386"/>
    2255460 <frame class="com.lavastorm.util.JProperties" method="getInt" file="JProperties.java" line="485"/>
    2255461 <frame class="com.lavastorm.brain.controller.Controller" method="initLicenseManager" file="Controller.java" line=" 1169"/>
    2255462 <frame class="com.lavastorm.brain.controller.Controller" method="&lt;init&gt;" file="Controller.java" line="212"/>
    2255463 <frame class="com.lavastorm.brain.controller.Controller" method="__myMain" file="Controller.java" line="1116"/>
    2255464 <frame class="com.lavastorm.brain.controller.Controller" method="main" file="Controller.java" line="478"/>
    2255465 </frames>
    2255466 </detail>
    2255467 <detail xsi:type="javaDetail" class="com.lavastorm.brain.controller.Controller" method="initLicenseManager" file="Contro ller.java" line="1172"/>
    2255468 </logEvent>

    #############

    -Sreekanth


  • 2.  RE: ERROR Accessing undefined property: ls.brain.controller.executionSessionRetryInterval

    Employee
    Posted 10-24-2014 09:36

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

    Originally posted by: Tim Meagher

    Hi,

    What you are seeing is just a warning message that there is no value for the parameter set.
    This should really be changed to an INFO level message so that it doesn't write this to the log over and over for such cases where it isn't indicating any problem.
    It's been raised as an enhancement request to reduce the log level on this "warning".

    So .. I'm not sure why your graphs would be failing in this case.

    Regards,
    Tim.