Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Zimlets

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-23-2008, 08:08 AM
Senior Member
 
Posts: 69
Post "Y Local" zimlet listed twice.

Hi all.

When enabled, the "Y Local" zimlet is listed twice in the user's webclient.
When disabled, it's listed once without the "Y" logo.

I searched the forums and bugzilla and found Bug 24128 – Yahoo local search displays in lite client, even when the zimlet is not installed, but I want to keep it installed, just disabled for now for future possible use.

How do I get this to disable/enable correctly?

ZCS 5.0.7 - 64bit CentOS 5.2

thanks in advance.
Attached Images
File Type: png Localenabled.PNG (4.1 KB, 141 views)
File Type: png localdisabled.PNG (3.7 KB, 140 views)
Reply With Quote
  #2 (permalink)  
Old 10-24-2008, 02:04 PM
Senior Member
 
Posts: 69
Question

Now I'm getting another "Local" zimlet listed (2 total without the "Y" logo). See screenshot below.

I tried downloading and deploying the gTranslator zimlet on my ZCS 5.0.7 install. But that didn't work. I got the following error in /opt/zimbra/log/mailbox.log:
Code:
2008-10-25 05:31:35,934 INFO  [btpool0-432] [ip=192.168.0.1;ua=Jakarta Commons-HttpClient/3.0;] mailbox - FileUploadServlet received Upload: { accountId=e0fafd89-1360-11d9-8661-000a95d98ef2, time=Sat Oct 25 05:31:35 JST 2008, uploadId=ee968db4-eaf8-441d-ae0d-b4595b367b83:4dca6e19-37f1-415d-b75d-1d79f96aeda9, com_zimbra_gtranslator.zip}
2008-10-25 05:31:35,938 INFO  [btpool0-432] [name=zimbra;ip=192.168.1.155;] soap - DeployZimletRequest
2008-10-25 05:31:35,971 INFO  [Thread-22372] [] zimlet - deploy
java.lang.NegativeArraySizeException
        at com.zimbra.cs.zimlet.ZimletFile$ZimletRawEntry.<init>(ZimletFile.java:105)
        at com.zimbra.cs.zimlet.ZimletFile.initialize(ZimletFile.java:171)
        at com.zimbra.cs.zimlet.ZimletFile.<init>(ZimletFile.java:146)
        at com.zimbra.cs.service.admin.DeployZimlet$DeployThread.run(DeployZimlet.java:96)
        at java.lang.Thread.run(Thread.java:595)
2008-10-25 05:31:44,765 INFO  [btpool0-433] [oip=192.168.1.155;ua=zclient/5.0.7_GA_2444.RHEL5_64;] soap - AuthRequest

... <snip>...
2008-10-25 05:31:45,353 INFO  [btpool0-433] [name=frank@franklee.net;mid=5;oip=192.168.1.155;ua=zclient/5.0.7_GA_2444.RHEL5_64;] zimlet - error loading zimlet com_zimbra_gtranslator.zip: zimlet description not found: com_zimbra_gtranslator.xml

...<snip>...  then tons of syntax errors:

2008-10-25 05:31:51,272 ERROR [btpool0-437] [] zimlet -
5100:1:syntax error
2008-10-25 05:31:51,272 ERROR [btpool0-437] [] zimlet -
5100:2:illegal character
2008-10-25 05:31:51,272 ERROR [btpool0-437] [] zimlet -
5100:3:illegal character
2008-10-25 05:31:51,272 ERROR [btpool0-437] [] zimlet -
5100:3:syntax error
2008-10-25 05:31:51,272 ERROR [btpool0-437] [] zimlet -
5101:20:missing ; before statement
2008-10-25 05:31:51,272 ERROR [btpool0-437] [] zimlet -
5103:17:missing ; before statement
... <snip tons of those lines>...
I ran the following as "zimbra" user to get the errors above:
$ cd /opt/zimbra/jetty/webapps/service/zimlet/_dev
$ wget http://gallery.zimbra.com/files/uplo...translator.zip
$ zmzimletctl deploy com_zimbra_gtranslator.zip

Anyone know how to get rid of the extra "Local"'s?
Attached Images
File Type: png localdisabled2.PNG (3.7 KB, 132 views)
Reply With Quote
  #3 (permalink)  
Old 10-24-2008, 02:29 PM
Senior Member
 
Posts: 69
Default

I tried undeploying it with
$ zmzimletctl undeploy com_zimbra_gtranslator
and
$ zmzimletctl undeploy com_zimbra_gtranslator.zip

Code:
2008-10-25 06:09:18,383 INFO  [Thread-22449] [] zimlet - Uninstalling Zimlet com_zimbra_gtranslator.zip from LDAP.
2008-10-25 06:09:18,430 INFO  [Thread-22449] [] zimlet - Removing Zimlet com_zimbra_gtranslator.zip from COS default
2008-10-25 06:09:18,517 INFO  [Thread-22449] [] zimlet - error loading zimlet com_zimbra_gtranslator.zip
com.zimbra.cs.account.AccountServiceException: no such zimlet: com_zimbra_gtranslator.zip
ExceptionId:Thread-22449:1224882558517:f2f4d6ca65805392
Code:account.NO_SUCH_ZIMLET
        at com.zimbra.cs.account.AccountServiceException.NO_SUCH_ZIMLET(AccountServiceException.java:201)
        at com.zimbra.cs.zimlet.ZimletUtil.getZimletConfig(ZimletUtil.java:161)
        at com.zimbra.cs.zimlet.ZimletUtil.deactivateZimlet(ZimletUtil.java:665)
        at com.zimbra.cs.zimlet.ZimletUtil.uninstallZimlet(ZimletUtil.java:599)
        at com.zimbra.cs.service.admin.UndeployZimlet$UndeployThread.run(UndeployZimlet.java:40)
        at java.lang.Thread.run(Thread.java:595)
2008-10-25 06:09:18,517 INFO  [Thread-22449] [] zimlet - Removing Zimlet com_zimbra_gtranslator.zip from COS japaneseusers
2008-10-25 06:09:18,601 INFO  [Thread-22449] [] zimlet - error loading zimlet com_zimbra_gtranslator.zip
com.zimbra.cs.account.AccountServiceException: no such zimlet: com_zimbra_gtranslator.zip
ExceptionId:Thread-22449:1224882558601:f2f4d6ca65805392
Code:account.NO_SUCH_ZIMLET
        at com.zimbra.cs.account.AccountServiceException.NO_SUCH_ZIMLET(AccountServiceException.java:201)
        at com.zimbra.cs.zimlet.ZimletUtil.getZimletConfig(ZimletUtil.java:161)
        at com.zimbra.cs.zimlet.ZimletUtil.deactivateZimlet(ZimletUtil.java:665)
        at com.zimbra.cs.zimlet.ZimletUtil.uninstallZimlet(ZimletUtil.java:599)
        at com.zimbra.cs.service.admin.UndeployZimlet$UndeployThread.run(UndeployZimlet.java:40)
        at java.lang.Thread.run(Thread.java:595)
Says it isn't there. But I deleted all the browsers cookies and temp files (firefox 3.0.3) and reloaded and now it's showing the gTranslator (but not working as it shouldn't since I removed it) and 2 "Local" zimlets.

How do I totally clean up removing a zimlet?
Attached Images
File Type: png localdisabled3.PNG (4.9 KB, 122 views)

Last edited by frankman; 10-24-2008 at 02:55 PM.. Reason: added screenshot
Reply With Quote
  #4 (permalink)  
Old 10-24-2008, 03:04 PM
Senior Member
 
Posts: 69
Default

Quote:
How do I totally clean up removing a zimlet?
Sorry for all the noise. I thought I had deleted the com_zimbra_gtranslator folder and zip file on the server. (I tried installing it twice and did remove it earlier.) It's gone now. That was easy enough. (yay Zimbra!)

Now I'm back to the 2 "Locals" listed. Any ideas?
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.