Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: xathrasHi Tim,
To answer your questions:
Have you tried viewing the log in the log viewer to see if there is any additional information there? - Yes. They're blank
Is anything reported in the output of running the laeController either at the command line or to the output BRD log?
The only errors I see are below, these are scattered throughout logs, including days we dont have failures:
<detail xsi:type="javaExceptionDetail">
<message><![CDATA[ERROR Accessing undefined property: ls.brain.controller.executionSessionTimeout]]></message>
<class><![CDATA[com.lavastorm.util.PropertyNotFoundException]]></class>
<frames>
<frame class="com.lavastorm.util.JProperties" method="getString" file="JProperties.java" line="386"/>
<frame class="com.lavastorm.util.JProperties" method="getLong" file="JProperties.java" line="508"/>
<frame class="com.lavastorm.brain.controller.Controller" method="initLicenseManager" file="Controller.java" line="1157"/>
<frame class="com.lavastorm.brain.controller.Controller" method="<init>" file="Controller.java" line="212"/>
<frame class="com.lavastorm.brain.controller.Controller" method="__myMain" file="Controller.java" line="1116"/>
<frame class="com.lavastorm.brain.controller.Controller" method="main" file="Controller.java" line="478"/>
</frames>
</detail>
Also, you can check the server log to see if anything is reported to the server when the node is failing.
I see some interesting events - but they're out by 2-3 minutes from the BRX failure time
<logEvent timestamp="1385651680698" level="WARN">
<message xsi:type="rawMessage"><![CDATA[Error while lexing message stream: Connection reset by peer]]></message>
<detail xsi:type="javaDetail" class="com.lavastorm.brain.io.ControlStreamReader" method="readAvailable" file="ControlStreamReader.java" line="117"/>
</logEvent>
<message xsi:type="rawMessage"><![CDATA[Syntax error at line 10 column 0]]></message>
<detail xsi:type="javaDetail" class="com.lavastorm.brain.io.ControlStreamLexer" method="yylex" file="ControlStreamLexer.java" line="977"/>
</logEvent>
<logEvent timestamp="1385651675875" level="WARN">
<message xsi:type="rawMessage"><![CDATA[Error while lexing message stream: Syntax error at line 10 column 0]]></message>
<detail xsi:type="javaDetail" class="com.lavastorm.brain.io.ControlStreamReader" method="readAvailable" file="ControlStreamReader.java" line="117"/>
</logEvent>