
Re: Errors new install Snow and version 18th December 2009
I am busy uploading a new release of Address Book Server to address both issues. For the backup to function again you will need the new build. The default license key file has been changed in error with the 18th December release. You can either un-install your current server, or update the conf/server.xml file
File : /usr/share/addressBookServerEnterpriseEdition/apache-tomcat-6.0.18/conf/server.xml18th December Release
Code:
<Environment name="LicenseFile" value="LicenseKey.license" type="java.lang.String" override="true"/>
20th December Release
Code:
<Environment name="LicenseFile" value="Licensekey.license" type="java.lang.String" override="true"/>