Hi,
Ran install of the latest ZeXtras Suite v1.8.9 on Zimbra 8.0.4, and it failed when it tries to deploy the zimlet. Any help in rectifying this? Thanks.
Env:
Single instance mail server of Zimbra 8.0.4_GA_5737.RHEL6_64.20130524120036 on Linux 2.6.32-358.14.1.el6.x86_64
HTTP port: 80
HTTPS port: 4433
server mode: https
Also, ran /opt/zimbra/bin/zmcertmgr viewdeployedcrt
::service mta::
notBefore=Sep 12 00:25:06 2013 GMT
notAfter=Sep 11 00:25:06 2018 GMT
subject= /C=US/ST=N/A/O=Zimbra Collaboration Server/OU=Zimbra Collaboration Server/CN=testzimbra.llnl.gov
issuer= /C=US/ST=N/A/L=N/A/O=Zimbra Collaboration Server/OU=Zimbra Collaboration Server/CN=testzimbra.llnl.gov
SubjectAltName=
::service proxy::
notBefore=Sep 12 00:25:06 2013 GMT
notAfter=Sep 11 00:25:06 2018 GMT
subject= /C=US/ST=N/A/O=Zimbra Collaboration Server/OU=Zimbra Collaboration Server/CN=testzimbra.llnl.gov
issuer= /C=US/ST=N/A/L=N/A/O=Zimbra Collaboration Server/OU=Zimbra Collaboration Server/CN=testzimbra.llnl.gov
SubjectAltName=
::service mailboxd::
notBefore=Sep 12 00:25:06 2013 GMT
notAfter=Sep 11 00:25:06 2018 GMT
subject= /C=US/ST=N/A/O=Zimbra Collaboration Server/OU=Zimbra Collaboration Server/CN=testzimbra.llnl.gov
issuer= /C=US/ST=N/A/L=N/A/O=Zimbra Collaboration Server/OU=Zimbra Collaboration Server/CN=testzimbra.llnl.gov
SubjectAltName=
::service ldap::
notBefore=Sep 12 00:25:06 2013 GMT
notAfter=Sep 11 00:25:06 2018 GMT
subject= /C=US/ST=N/A/O=Zimbra Collaboration Server/OU=Zimbra Collaboration Server/CN=testzimbra.llnl.gov
issuer= /C=US/ST=N/A/L=N/A/O=Zimbra Collaboration Server/OU=Zimbra Collaboration Server/CN=testzimbra.llnl.gov
SubjectAltName=
Debug output when I ran ./install.sh -d zimlet
...
+ echo 'ZeXtras Suite Core detected.'
ZeXtras Suite Core detected.
+ echo ''
+ '[' 1.8.9 '!=' 1.8.9 ']'
+ echo 'Deploying zimlet ...'
Deploying zimlet ...
+ echo ''
+ /opt/zimbra/bin/zmzimletctl deploy packages/common/com_zextras_zextras.zip
[] INFO: Deploying on testzimbra.llnl.gov
[] INFO: deploy failed on testzimbra.llnl.gov
java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream. java:150)
at java.net.SocketInputStream.read(SocketInputStream. java:121)
at sun.security.ssl.InputRecord.readFully(InputRecord .java:442)
at sun.security.ssl.InputRecord.read(InputRecord.java :480)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocke tImpl.java:927)
at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLS ocketImpl.java:884)
at sun.security.ssl.AppInputStream.read(AppInputStrea m.java:102)
at java.io.BufferedInputStream.fill(BufferedInputStre am.java:235)
at java.io.BufferedInputStream.read(BufferedInputStre am.java:254)
at org.apache.commons.httpclient.HttpParser.readRawLi ne(HttpParser.java:78)
at org.apache.commons.httpclient.HttpParser.readLine( HttpParser.java:106)
at org.apache.commons.httpclient.HttpConnection.readL ine(HttpConnection.java:1116)
at org.apache.commons.httpclient.HttpMethodBase.readS tatusLine(HttpMethodBase.java:1973)
at org.apache.commons.httpclient.HttpMethodBase.readR esponse(HttpMethodBase.java:1735)
at org.apache.commons.httpclient.HttpMethodBase.execu te(HttpMethodBase.java:1098)
at org.apache.commons.httpclient.HttpMethodDirector.e xecuteWithRetry(HttpMethodDirector.java:398)
at org.apache.commons.httpclient.HttpMethodDirector.e xecuteMethod(HttpMethodDirector.java:171)
at org.apache.commons.httpclient.HttpClient.executeMe thod(HttpClient.java:397)
at com.zimbra.common.httpclient.HttpClientUtil.execut eMethod(HttpClientUtil.java:58)
at com.zimbra.common.httpclient.HttpClientUtil.execut eMethod(HttpClientUtil.java:44)
at com.zimbra.cs.zimlet.ZimletUtil$ZimletSoapUtil.pos tAttachment(ZimletUtil.java:1608)
at com.zimbra.cs.zimlet.ZimletUtil$ZimletSoapUtil.dep loyZimletOnServer(ZimletUtil.java:1480)
at com.zimbra.cs.zimlet.ZimletUtil$ZimletSoapUtil.dep loyZimlet(ZimletUtil.java:1408)
at com.zimbra.cs.zimlet.ZimletUtil.deployZimletBySoap (ZimletUtil.java:1184)
at com.zimbra.cs.zimlet.ZimletUtil.dispatch(ZimletUti l.java:1808)
at com.zimbra.cs.zimlet.ZimletUtil.main(ZimletUtil.ja va:1907)
com.zimbra.common.service.ServiceException: system failure: Unable to deploy Zimlet com_zextras_zextras.zip on testzimbra.llnl.gov
ExceptionId:main:1379443746729:a6825fba117d024f
Code:service.FAILURE
at com.zimbra.common.service.ServiceException.FAILURE (ServiceException.java:258)
at com.zimbra.cs.zimlet.ZimletUtil$ZimletSoapUtil.dep loyZimletOnServer(ZimletUtil.java:1497)
at com.zimbra.cs.zimlet.ZimletUtil$ZimletSoapUtil.dep loyZimlet(ZimletUtil.java:1408)
at com.zimbra.cs.zimlet.ZimletUtil.deployZimletBySoap (ZimletUtil.java:1184)
at com.zimbra.cs.zimlet.ZimletUtil.dispatch(ZimletUti l.java:1808)
at com.zimbra.cs.zimlet.ZimletUtil.main(ZimletUtil.ja va:1907)
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream. java:150)
at java.net.SocketInputStream.read(SocketInputStream. java:121)
at sun.security.ssl.InputRecord.readFully(InputRecord .java:442)
at sun.security.ssl.InputRecord.read(InputRecord.java :480)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocke tImpl.java:927)
at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLS ocketImpl.java:884)
at sun.security.ssl.AppInputStream.read(AppInputStrea m.java:102)
at java.io.BufferedInputStream.fill(BufferedInputStre am.java:235)
at java.io.BufferedInputStream.read(BufferedInputStre am.java:254)
at org.apache.commons.httpclient.HttpParser.readRawLi ne(HttpParser.java:78)
at org.apache.commons.httpclient.HttpParser.readLine( HttpParser.java:106)
at org.apache.commons.httpclient.HttpConnection.readL ine(HttpConnection.java:1116)
at org.apache.commons.httpclient.HttpMethodBase.readS tatusLine(HttpMethodBase.java:1973)
at org.apache.commons.httpclient.HttpMethodBase.readR esponse(HttpMethodBase.java:1735)
at org.apache.commons.httpclient.HttpMethodBase.execu te(HttpMethodBase.java:1098)
at org.apache.commons.httpclient.HttpMethodDirector.e xecuteWithRetry(HttpMethodDirector.java:398)
at org.apache.commons.httpclient.HttpMethodDirector.e xecuteMethod(HttpMethodDirector.java:171)
at org.apache.commons.httpclient.HttpClient.executeMe thod(HttpClient.java:397)
at com.zimbra.common.httpclient.HttpClientUtil.execut eMethod(HttpClientUtil.java:58)
at com.zimbra.common.httpclient.HttpClientUtil.execut eMethod(HttpClientUtil.java:44)
at com.zimbra.cs.zimlet.ZimletUtil$ZimletSoapUtil.pos tAttachment(ZimletUtil.java:1608)
at com.zimbra.cs.zimlet.ZimletUtil$ZimletSoapUtil.dep loyZimletOnServer(ZimletUtil.java:1480)
... 4 more
[] ERROR: Error
com.zimbra.common.service.ServiceException: system failure: Unable to deploy Zimlet com_zextras_zextras.zip on testzimbra.llnl.gov
ExceptionId:main:1379443746729:a6825fba117d024f
Code:service.FAILURE
at com.zimbra.common.service.ServiceException.FAILURE (ServiceException.java:258)
at com.zimbra.cs.zimlet.ZimletUtil$ZimletSoapUtil.dep loyZimletOnServer(ZimletUtil.java:1497)
at com.zimbra.cs.zimlet.ZimletUtil$ZimletSoapUtil.dep loyZimlet(ZimletUtil.java:1408)
at com.zimbra.cs.zimlet.ZimletUtil.deployZimletBySoap (ZimletUtil.java:1184)
at com.zimbra.cs.zimlet.ZimletUtil.dispatch(ZimletUti l.java:1808)
at com.zimbra.cs.zimlet.ZimletUtil.main(ZimletUtil.ja va:1907)
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream. java:150)
at java.net.SocketInputStream.read(SocketInputStream. java:121)
at sun.security.ssl.InputRecord.readFully(InputRecord .java:442)
at sun.security.ssl.InputRecord.read(InputRecord.java :480)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocke tImpl.java:927)
at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLS ocketImpl.java:884)
at sun.security.ssl.AppInputStream.read(AppInputStrea m.java:102)
at java.io.BufferedInputStream.fill(BufferedInputStre am.java:235)
at java.io.BufferedInputStream.read(BufferedInputStre am.java:254)
at org.apache.commons.httpclient.HttpParser.readRawLi ne(HttpParser.java:78)
at org.apache.commons.httpclient.HttpParser.readLine( HttpParser.java:106)
at org.apache.commons.httpclient.HttpConnection.readL ine(HttpConnection.java:1116)
at org.apache.commons.httpclient.HttpMethodBase.readS tatusLine(HttpMethodBase.java:1973)
at org.apache.commons.httpclient.HttpMethodBase.readR esponse(HttpMethodBase.java:1735)
at org.apache.commons.httpclient.HttpMethodBase.execu te(HttpMethodBase.java:1098)
at org.apache.commons.httpclient.HttpMethodDirector.e xecuteWithRetry(HttpMethodDirector.java:398)
at org.apache.commons.httpclient.HttpMethodDirector.e xecuteMethod(HttpMethodDirector.java:171)
at org.apache.commons.httpclient.HttpClient.executeMe thod(HttpClient.java:397)
at com.zimbra.common.httpclient.HttpClientUtil.execut eMethod(HttpClientUtil.java:58)
at com.zimbra.common.httpclient.HttpClientUtil.execut eMethod(HttpClientUtil.java:44)
at com.zimbra.cs.zimlet.ZimletUtil$ZimletSoapUtil.pos tAttachment(ZimletUtil.java:1608)
at com.zimbra.cs.zimlet.ZimletUtil$ZimletSoapUtil.dep loyZimletOnServer(ZimletUtil.java:1480)
... 4 more
Bookmarks