View Single Post
  #18 (permalink)  
Old 11-20-2008, 06:17 PM
pmx pmx is offline
Partner (VAR/HSP)
 
Posts: 5
Default system failure: cannot configure

I keep getting this error when trying to configure this zimlet, even with the default xml file unmodified as outputted from zmzimletctl getConfigTemplate ch_bnc_asterisk.zip. Does anyone know what could be wrong?

Code:
zimbra@mail:~/zimlets$ zmzimletctl configure ch_bnc_asterisk.xml 
[] INFO: Configure zimlet on mail.test.com
[] ERROR: Error
com.zimbra.common.soap.SoapFaultException: system failure: cannot configure
ExceptionId:btpool0-26:1227219324896:ec2b2dbb7f67735f
Code:service.FAILURE
	at com.zimbra.common.soap.Soap12Protocol.soapFault(Soap12Protocol.java:88)
	at com.zimbra.common.soap.SoapTransport.extractBodyElement(SoapTransport.java:263)
	at com.zimbra.common.soap.SoapTransport.parseSoapResponse(SoapTransport.java:224)
	at com.zimbra.common.soap.SoapHttpTransport.invoke(SoapHttpTransport.java:261)
	at com.zimbra.common.soap.SoapHttpTransport.invoke(SoapHttpTransport.java:216)
	at com.zimbra.common.soap.SoapTransport.invoke(SoapTransport.java:315)
	at com.zimbra.common.soap.SoapTransport.invoke(SoapTransport.java:279)
	at com.zimbra.cs.zimlet.ZimletUtil$ZimletSoapUtil.soapConfigureZimlet(ZimletUtil.java:1306)
	at com.zimbra.cs.zimlet.ZimletUtil$ZimletSoapUtil.configureZimletOnServer(ZimletUtil.java:1290)
	at com.zimbra.cs.zimlet.ZimletUtil$ZimletSoapUtil.configureZimlet(ZimletUtil.java:1173)
	at com.zimbra.cs.zimlet.ZimletUtil.dispatch(ZimletUtil.java:1562)
	at com.zimbra.cs.zimlet.ZimletUtil.main(ZimletUtil.java:1606)
Reply With Quote