View Single Post
  #25 (permalink)  
Old 05-05-2011, 01:20 PM
zwvpadmin zwvpadmin is offline
Active Member
 
Posts: 46
Default Updated command with newer libraries??

I'm trying to install the meebo zimlet, but obviously with the release of ZD 7.0 libraries and deps are updated. My exact install is "zdesktop_7_0_1_b10791_win32"

Here is my attempt at updating the command above:

Code:
java -cp jetty\lib\log4j-1.2.16.jar;jetty\common\lib\commons-httpclient-3.1.jar;jetty\common\lib\mail.jar;jetty\common\lib \commons-logging.jar;jetty\common\lib\commons-codec-1.4.jar;jetty\common\lib\json.jar;jetty\common\lib\dom4j-1.5.2.jar;jetty\common\lib\zimbracommon.jar;jetty\we bapps\service\WEB-INF\lib\zimbrastore.jar -Dzimbra.config=conf\localconfig.xml com.zimbra.cs.zimlet.ZimletUtil deploy zimlets\com_zimbra_meebo.zip
The resulting error is:

Code:
Exception in thread "main" java.lang.NoClassDefFoundError: com/google/common/col
lect/ImmutableMap$Builder
        at com.zimbra.common.util.Log.<clinit>(Log.java:46)
        at com.zimbra.common.util.LogFactory.getLog(LogFactory.java:50)
        at com.zimbra.common.util.ZimbraLog.<clinit>(ZimbraLog.java:115)
        at com.zimbra.common.util.CliUtil.toolSetup(CliUtil.java:40)
        at com.zimbra.common.util.CliUtil.toolSetup(CliUtil.java:36)
        at com.zimbra.common.util.CliUtil.toolSetup(CliUtil.java:32)
        at com.zimbra.cs.zimlet.ZimletUtil.main(ZimletUtil.java:1891)
Caused by: java.lang.ClassNotFoundException: com.google.common.collect.Immutable
Map$Builder
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 7 more
Running command from "d:\Zimbra\Zimbra Desktop\" which is my chosen install location.

Any ideas?
__________________
-ZW

Last edited by zwvpadmin; 05-05-2011 at 01:25 PM..
Reply With Quote