Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: spalluruHi ,
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="<init>" 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