zoukankan      html  css  js  c++  java
  • 带组装时界面报错bug

    单个ROS,接128个通道,带上组装时,取数出现如下错误:

    1. 界面报 warning: 

    16:44:44 WARNING DFM-1 DFM::InputIssue DFM problem with incoming message: SFI EOE message with LVL1ID 415. No such events in the list.

    2. 查看DFM的err文件:

    37 WARNING 2017-May-18 16:45:12 [DC::StatusWord DFM::LoadBalancer::CleanUp(...) at DFM/src/LoadBalancer.cxx:732] DFM problem with the flow of data: No EoE came for this event. Event 462 is timed out after 0 reasks
    38 WARNING 2017-May-18 16:45:13 [DC::StatusWord DFM::LoadBalancer::CleanUp(...) at DFM/src/LoadBalancer.cxx:732] DFM problem with the flow of data: No EoE came for this event. Event 463 is timed out after 0 reasks
    39 WARNING 2017-May-18 16:45:13 [DC::StatusWord DFM::LoadBalancer::CleanUp(...) at DFM/src/LoadBalancer.cxx:732] DFM problem with the flow of data: No EoE came for this event. Event 464 is timed out after 0 reasks
    40 WARNING 2017-May-18 16:45:13 [DC::StatusWord DFM::LoadBalancer::CleanUp(...) at DFM/src/LoadBalancer.cxx:732] DFM problem with the flow of data: No EoE came for this event. Event 465 is timed out after 0 reasks
    41 WARNING 2017-May-18 16:45:13 [DC::StatusWord DFM::LoadBalancer::CleanUp(...) at DFM/src/LoadBalancer.cxx:732] DFM problem with the flow of data: No EoE came for this event. Event 466 is timed out after 0 reasks
    42 WARNING 2017-May-18 16:45:16 [DC::StatusWord DFM::LoadBalancer::CleanUp(...) at DFM/src/LoadBalancer.cxx:732] DFM problem with the flow of data: No EoE came for this event. Event 467 is timed out after 0 reasks
    43 WARNING 2017-May-18 16:45:16 [DC::StatusWord DFM::LoadBalancer::SubtractEventByL1ID(...) at DFM/src/LoadBalancer.cxx:408] DFM problem with incoming message: SFI EOE message with LVL1ID 461. No such events in the list.
    44 WARNING 2017-May-18 16:45:24 [DC::StatusWord DFM::LoadBalancer::CleanUp(...) at DFM/src/LoadBalancer.cxx:732] DFM problem with the flow of data: No EoE came for this event. Event 468 is timed out after 0 reasks
    45 WARNING 2017-May-18 16:45:26 [DC::StatusWord DFM::LoadBalancer::SubtractEventByL1ID(...) at DFM/src/LoadBalancer.cxx:408] DFM problem with incoming message: SFI EOE message with LVL1ID 462. No such events in the list.

    3. 查看SFI的err文件:

    3 WARNING 2017-May-18 16:45:26 [DC::StatusWord EventAssembly::EventCompleted(...) at SFI/src/EventAssembly.cxx:490] Problem with the flow of data: No data fragments at all in event with LVL1ID 462
    4 WARNING 2017-May-18 16:45:26 [DC::StatusWord EventAssembly::EventCompleted(...) at SFI/src/EventAssembly.cxx:490] Problem with the flow of data: No data fragments at all in event with LVL1ID 463
    5 WARNING 2017-May-18 16:45:31 [DC::StatusWord EventAssembly::EventCompleted(...) at SFI/src/EventAssembly.cxx:490] Problem with the flow of data: No data fragments at all in event with LVL1ID 464
    6 WARNING 2017-May-18 16:45:31 [DC::StatusWord EventAssembly::EventCompleted(...) at SFI/src/EventAssembly.cxx:490] Problem with the flow of data: No data fragments at all in event with LVL1ID 465
    
  • 相关阅读:
    oracle 11g SKIP_UNUSABLE_INDEXES参数
    oracle /*+ SYS_DL_CURSOR */ 这个hint
    各种存储的访问延时数量级备忘参考
    linux交换区使用过多导致的性能问题
    JSch : channel never closed or EOF 通道未关闭
    The Architecture of Open Source Applications: Berkeley DB
    vs变量监视提示-VAR-CREATE: UNABLE TO CREATE VARIABLE OBJECT解决方法
    centos 6.5 gdb 7.10安装make[5]: *** [install-bfdincludeHEADERS] Error 1解决
    oracle 11g禁用和强制direct path read
    sqlloader parallel调用报ORA-26002: table has index defined upon it.解决方法
  • 原文地址:https://www.cnblogs.com/zengtx/p/6874218.html
Copyright © 2011-2022 走看看