View Single Post
  #9 (permalink)  
Old 08-20-2007, 11:35 AM
jjzhuang jjzhuang is offline
Zimbra Employee
 
Posts: 1,688
Default

The error messages mean that java somehow fails to open some of the jars. This can only mean two things. Either the jars are corrupted during or after the installation (which is highly unlikely), or the java version being used doesn't understand pack200 jar compression (a more aggressive way to reduce jar file sizes). That's why I was asking about your java version because pack200 is only supported by 1.5 or above.

Given that you seem to have the right java version, the next thing I would try is to use command line jar tool to try to open the jars under /Users/tuser/zimbra/zdesktop/jetty/webapps/service/WEB_INF/lib. Thanks!
Reply With Quote