Cannot synchronize alarm list: Widget is disposed

Started by pdelvaglio, April 11, 2018, 06:27:00 PM

Previous topic - Next topic

pdelvaglio

Hi. When we access a rotating dashboard that contains 3 dashboards via the web interface we receive the following popup message:

Problem Occurred:
'Synchronize alarm list' has encountered a problem.
Cannot synchronize alarm list: Widget is disposed

We can press ok and then the message goes away but it comes back when the page is refreshed.

This does not occur if we access the dashboards individually via the web, only the rotating dashboard.

This is version 2.2.4 (9506)

Any ideas?

Victor Kirhenshtein

Hi,

could you export your dashboard configuration into XML and post it or just describe what elements are on those dashboards?

Best regards,
Victor

pdelvaglio

<dashboard>
   <name>Rotating-Display</name>
   <columns>1</columns>
   <options>0</options>
   <elements>
      <dashboardElement>
         <type>7</type>
<layout>
   <horizontalSpan>1</horizontalSpan>
   <verticalSpan>1</verticalSpan>
   <grabVerticalSpace>true</grabVerticalSpace>
   <heightHint>-1</heightHint>
</layout>
<element>
   <objectId>0</objectId>
   <dashboardObjects length="3">5012, 18097, 21286</dashboardObjects>
   <displayInterval>20</displayInterval>
   <title></title>
</element>
      </dashboardElement>
   </elements>
   <objectMap>
      <object id="18097" class="23">TD-1</object>
      <object id="5012" class="23">TD-2</object>
      <object id="21286" class="23">TD-3</object>
   </objectMap>
   <dciMap>
   </dciMap>
</dashboard>