dkarp ... thanks a lot for the replies .. my faith is being restored
adding commons-codec-1.3.jar definitely helped and im much further down the path ... however I get this new exception. If you can point the way it would be great ....im using
Eclipse IDE on Linux and Zimbra 4.8 ....
__________________________________________________ _____________________
com.zimbra.cs.zclient.ZClientException: invoke unable to parse response: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<!--
* ***** BEGIN LICENSE BLOCK *****
* Zimbra Collaboration Suite Web Client
* Copyright (C) 2004, 2005, 2006, 2007 Zimbra, Inc.
*
* The contents of this file are subject to the Yahoo! Public License
* Version 1.0 ("License"); you may not use this file except in
* compliance with the License. You may obtain a copy of the License at
*
http://www.zimbra.com/license.
*
* Software distributed under the License is distributed on an "AS IS"
* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied.
* ***** END LICENSE BLOCK *****
-->
<title>Zimbra Administration</title>
<link rel="ICON" type="image/gif" href="/img/loRes/logo/favicon.gif"/>
<link rel="SHORTCUT ICON" href="/img/loRes/logo/favicon.ico"/>
<script>
appContextPath = "/zimbraAdmin";
appCurrentSkin = "sand";
</script>
<script type="text/javascript" src="/zimbraAdmin/
js/msgs/I18nMsg,AjxMsg,ZMsg,ZaMsg,ZmMsg.
js?v=071002234727" ></script>
<script type="text/javascript" src="/zimbraAdmin/
js/keys/AjxKeys.
js?v=071002234727"></script>
<style type="text/css">
<!--
@import url(/zimbraAdmin/css/dwt,common,zmadmin,login,msgview,spellcheck,imgs,s and_imgs,skin.css?v=071002234727&skin=sand);
-->
</style>
<script type="text/javascript" src="/zimbraAdmin/
js/Ajax_all.
js?v=071002234727"></script>
<script type="text/javascript" src="/zimbraAdmin/
js/ZimbraAdmin_all.
js?v=071002234727"></script>
<script type="text/javascript" language="JavaScript">
function launch() {
AjxWindowOpener.HELPER_URL = "/zimbraAdmin/public/frameOpenerHelper.jsp"
DBG = new AjxDebug(AjxDebug.NONE, null, false);
ACCESS_RIGHTS = new Object();
// figure out the debug level
if (location.search && (location.search.indexOf("debug=") != -1)) {
var m = location.search.match(/debug=(\w+)/);
if (m && m.length) {
var level = m[1];
if (level == 't') {
DBG.showTiming(true);
} else {
DBG.setDebugLevel(level);
}
}
}
ZaZimbraAdmin.run(document.domain);
}
// START DOMContentLoaded
// Mozilla and Opera 9 expose the event we could use
if (document.addEventListener) {
document.addEventListener("DOMContentLoaded", launch, null);
// mainly for Opera 8.5, won't be fired if DOMContentLoaded fired already.
document.addEventListener("load", launch, null);
}
// for Internet Explorer. readyState will not be achieved on init call
if (!AjxEnv || (AjxEnv.isIE && AjxEnv.isWindows)) {
document.attachEvent("onreadystatechange", function(e) {
if (document.readyState == "complete") {
launch();
}
});
}
if (/(WebKit|khtml)/i.test(navigator.userAgent)) { // sniff
var _timer = setInterval(function() {
if (/loaded|complete/.test(document.readyState)) {
launch();
// call the onload handler
}
}, 10);
}
// END DOMContentLoaded
AjxCore.addOnloadListener(launch);
</script>
</head>
<body>
<script type="text/javascript" language=Javascript>
skin.hideQuota();
skin.hideTreeFooter();
</script>
</body>
</html>, server: localhost
at com.zimbra.cs.zclient.ZClientException.IO_ERROR(ZC lientException.java:44)
at com.zimbra.cs.account.soap.SoapProvisioning.invoke (SoapProvisioning.java:150)
at com.zimbra.cs.account.soap.SoapProvisioning.soapAd minAuthenticate(SoapProvisioning.java:118)
at ZimbraSoap.main(ZimbraSoap.java:44)
Caused by: com.zimbra.soap.SoapParseException: unable to parse response: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<!--
* ***** BEGIN LICENSE BLOCK *****
* Zimbra Collaboration Suite Web Client
* Copyright (C) 2004, 2005, 2006, 2007 Zimbra, Inc.
*
* The contents of this file are subject to the Yahoo! Public License
* Version 1.0 ("License"); you may not use this file except in
* compliance with the License. You may obtain a copy of the License at
*
http://www.zimbra.com/license.
*
* Software distributed under the License is distributed on an "AS IS"
* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied.
* ***** END LICENSE BLOCK *****
-->
<title>Zimbra Administration</title>
<link rel="ICON" type="image/gif" href="/img/loRes/logo/favicon.gif"/>
<link rel="SHORTCUT ICON" href="/img/loRes/logo/favicon.ico"/>
<script>
appContextPath = "/zimbraAdmin";
appCurrentSkin = "sand";
</script>
<script type="text/javascript" src="/zimbraAdmin/
js/msgs/I18nMsg,AjxMsg,ZMsg,ZaMsg,ZmMsg.
js?v=071002234727" ></script>
<script type="text/javascript" src="/zimbraAdmin/
js/keys/AjxKeys.
js?v=071002234727"></script>
<style type="text/css">
<!--
@import url(/zimbraAdmin/css/dwt,common,zmadmin,login,msgview,spellcheck,imgs,s and_imgs,skin.css?v=071002234727&skin=sand);
-->
</style>
<script type="text/javascript" src="/zimbraAdmin/
js/Ajax_all.
js?v=071002234727"></script>
<script type="text/javascript" src="/zimbraAdmin/
js/ZimbraAdmin_all.
js?v=071002234727"></script>
<script type="text/javascript" language="JavaScript">
function launch() {
AjxWindowOpener.HELPER_URL = "/zimbraAdmin/public/frameOpenerHelper.jsp"
DBG = new AjxDebug(AjxDebug.NONE, null, false);
ACCESS_RIGHTS = new Object();
// figure out the debug level
if (location.search && (location.search.indexOf("debug=") != -1)) {
var m = location.search.match(/debug=(\w+)/);
if (m && m.length) {
var level = m[1];
if (level == 't') {
DBG.showTiming(true);
} else {
DBG.setDebugLevel(level);
}
}
}
ZaZimbraAdmin.run(document.domain);
}
// START DOMContentLoaded
// Mozilla and Opera 9 expose the event we could use
if (document.addEventListener) {
document.addEventListener("DOMContentLoaded", launch, null);
// mainly for Opera 8.5, won't be fired if DOMContentLoaded fired already.
document.addEventListener("load", launch, null);
}
// for Internet Explorer. readyState will not be achieved on init call
if (!AjxEnv || (AjxEnv.isIE && AjxEnv.isWindows)) {
document.attachEvent("onreadystatechange", function(e) {
if (document.readyState == "complete") {
launch();
}
});
}
if (/(WebKit|khtml)/i.test(navigator.userAgent)) { // sniff
var _timer = setInterval(function() {
if (/loaded|complete/.test(document.readyState)) {
launch();
// call the onload handler
}
}, 10);
}
// END DOMContentLoaded
AjxCore.addOnloadListener(launch);
</script>
</head>
<body>
<script type="text/javascript" language=Javascript>
skin.hideQuota();
skin.hideTreeFooter();
</script>
</body>
</html>
at com.zimbra.soap.SoapTransport.parseSoapResponse(So apTransport.java:180)
at com.zimbra.soap.SoapHttpTransport.invoke(SoapHttpT ransport.java:207)
at com.zimbra.soap.SoapTransport.invoke(SoapTransport .java:225)
at com.zimbra.cs.account.soap.SoapProvisioning.invoke (SoapProvisioning.java:146)
... 2 more
__________________________________________________ __________-