I deployed the test zimlet and now I get an error message when I do a zmzimlet listZimlets
Code:
zimbra@mail2:/root$ zmzimletctl listZimlets
Installed Zimlet files on this host:
[] INFO: error loading zimlet com_zimbra_jspsample: zimlet description not found: com_zimbra_jspsample.xml
com_zimbra_date
com_zimbra_email
com_zimbra_local
com_zimbra_phone
com_zimbra_url
com_zimbra_ymemoticons
Installed Zimlets in LDAP:
com_zimbra_amzn
com_zimbra_date
com_zimbra_email
com_zimbra_local
com_zimbra_phone
com_zimbra_tracking
com_zimbra_url
com_zimbra_wikipedia
com_zimbra_xslt
com_zimbra_ymaps
com_zimbra_ymemoticons
Available Zimlets in COS:
default:
com_zimbra_amzn
com_zimbra_date
com_zimbra_email
com_zimbra_local
com_zimbra_phone
com_zimbra_tracking
com_zimbra_url
com_zimbra_wikipedia
com_zimbra_xslt
com_zimbra_ymaps
com_zimbra_ymemoticons
when I do a zmcontrol undeploy com_zimbra_jspsample I get
Code:
2009-09-24 11:38:01,685 INFO [btpool0-19] [name=zimbra;ip=69.28.108.26;] soap - UndeployZimletRequest
2009-09-24 11:38:01,687 INFO [Thread-200] [] zimlet - Uninstalling Zimlet com_zimbra_jspsample from LDAP.
2009-09-24 11:38:01,755 INFO [Thread-200] [] zimlet - Removing Zimlet com_zimbra_jspsample from COS default
2009-09-24 11:38:01,865 INFO [Thread-200] [] zimlet - error loading zimlet com_zimbra_jspsample
com.zimbra.cs.account.AccountServiceException: no such zimlet: com_zimbra_jspsample
ExceptionId:Thread-200:1253817481865:ced24f7ee862afbe
Code:account.NO_SUCH_ZIMLET
at com.zimbra.cs.account.AccountServiceException.NO_SUCH_ZIMLET(AccountServiceException.java:215)
at com.zimbra.cs.zimlet.ZimletUtil.getZimletConfig(ZimletUtil.java:179)
at com.zimbra.cs.zimlet.ZimletUtil.deactivateZimlet(ZimletUtil.java:683)
at com.zimbra.cs.zimlet.ZimletUtil.uninstallZimlet(ZimletUtil.java:617)
at com.zimbra.cs.service.admin.UndeployZimlet$UndeployThread.run(UndeployZimlet.java:40)
at java.lang.Thread.run(Thread.java:595)