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.  LAE drone flush buffer error

    Employee
    Posted 11-10-2014 10:55

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

    Originally posted by: prashanth

    Hi all,

    The server.7721.log has error messages that indicate that there is probably no file space available at that time or there is some error condition that prevented flushing the buffer from a node. Is there a memory/disk space setting that can change this?

    <logEvent id="133665" timestamp="1415545216742" level="ERROR">
    <message xsi:type="errorMessage">
    <code key="brain.drone.uncaughtExceptionFromDrone"/>
    <message xsi:type="i18nMessage" mKey="brain.drone.uncaughtExceptionFromDrone" bundle="com.lavastorm.brain.drone.ErrorMessages"/>
    </message>
    <detail xsi:type="javaExceptionDetail">
    <message><![CDATA[Error flushing buffer: The desination channel is closed]]></message>
    <class><![CDATA[java.lang.RuntimeException]]></class>
    <frames>
    <frame class="com.lavastorm.util.JERROR" method="THROW" file="JERROR.java" line="455"/>
    <frame class="com.lavastorm.brain.io.ControlStreamWriter" method="flushBuffer" file="ControlStreamWriter.java" line="298"/>
    <frame class="com.lavastorm.brain.io.ControlStreamWriter" method="doWrite" file="ControlStreamWriter.java" line="229"/>
    <frame class="com.lavastorm.brain.io.ControlStreamWriter" method="flush" file="ControlStreamWriter.java" line="184"/>
    <frame class="com.lavastorm.brain.drone.Drone" method="mainLoop" file="Drone.java" line="590"/>
    <frame class="com.lavastorm.brain.drone.Drone" method="Run" file="Drone.java" line="644"/>
    <frame class="com.lavastorm.lang.NotifyingThread" method="run" file="NotifyingThread.java" line="238"/>
    </frames>
    </detail>
    <detail xsi:type="javaDetail" class="com.lavastorm.brain.drone.Drone" method="Run" file="Drone.java" line="649"/>
    </logEvent>


    Thanks


  • 2.  RE: LAE drone flush buffer error

    Employee
    Posted 11-10-2014 11:30

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

    Originally posted by: stonysmith

    That doesn't appear to be a setting problem, it appears to be that whatever you were connecting to has closed or ended abnormally.
    What node was produced this error?


  • 3.  RE: LAE drone flush buffer error

    Employee
    Posted 11-11-2014 07:49

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

    Originally posted by: prashanth

    It was reported that such messages have been seen often and not due to any particular node. I am trying to confirm this. Is this a node level error?


  • 4.  RE: LAE drone flush buffer error

    Employee
    Posted 11-11-2014 08:14

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

    Originally posted by: stonysmith

    Are nodes failing? or is this simply a set of messages in the server log?
    I think this message is (also) produced when a BRE session disconnects unexpectedly. If you are ONLY seeing this in the log (and no nodes are failing) then this message can be ignored.