JavaScript error encountered in method ZaOverviewPanelController.prototype. overviewTreeListener" error while opening Network Modules NG in admin console

Revision as of 05:44, 23 February 2022 by Vdhande (talk | contribs) (Created page with "{{BC|Certified}} __FORCETOC__ <div class="col-md-12 ibox-content"> =Javascript overviewTreeListener error while opening Network Modules NG in admin console= <hr> {{KB|{{WIP}}...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Javascript overviewTreeListener error while opening Network Modules NG in admin console


   KB 24405        Last updated on 2022-02-23  




0.00
(0 votes)


Problem

After installing the latest patch, attempts to use any of the modules in the Network Modules NG section of the Zimbra Administration web console produce the error JavaScript error encountered in method ZaOverviewPanelController.prototype._overviewTreeListener.

Solution

Step 1
  • Try reinstalling the zimbra-network-modules-ng package on affected mailbox server.
For RHEL/Centos:
yum remove zimbra-network-modules-ng
yum install zimbra-network-modules-ng
zmmailboxdctl restart

Or

For Ubuntu:
apt-get remove zimbra-network-modules-ng
apt-get install zimbra-network-modules-ng
zmmailboxdctl restart
  • Then clear the browser cache and try again.

If step 1 solve the issue then ignore step 2 else follow step 2.

Step 2
  • Redeploy the zimlets on affected mailbox server following below steps.
  • This command will undeploy the all zimlets:
for zimlet in `ls -1 /opt/zimbra/zimlets-deployed`
do
zmzimletctl undeploy $zimlet
done
  • Then re-deploy them using below commands:
for zimlet in `ls -1 /opt/zimbra/zimlets | grep -v click2call | grep -v ucconfig`
do
zmzimletctl deploy /opt/zimbra/zimlets/$zimlet
done


for zimlet in `ls -1 /opt/zimbra/zimlets-network | grep -v click2call | grep -v ucconfig`
do
zmzimletctl deploy /opt/zimbra/zimlets-network/$zimlet
done
  • Then flush the zimlet cache and restart mailboxd:
zmprov fc zimlet
zmmailboxdctl restart
  • Then clear the browser cache and try again.

If issue persist, then contact Zimbra support for further troubleshooting the issue.


Submitted by: Vivek Dhande
Verified Against: ZCS 8.8,9.0 Date Created: 2022-02-23
Article ID: https://wiki.zimbra.com/index.php?title=JavaScript_error_encountered_in_method_ZaOverviewPanelController.prototype._overviewTreeListener%22_error_while_opening_Network_Modules_NG_in_admin_console Date Modified: 2022-02-23



Try Zimbra

Try Zimbra Collaboration with a 60-day free trial.
Get it now »

Want to get involved?

You can contribute in the Community, Wiki, Code, or development of Zimlets.
Find out more. »

Looking for a Video?

Visit our YouTube channel to get the latest webinars, technology news, product overviews, and so much more.
Go to the YouTube channel »


Jump to: navigation, search