On 03/25/2015 06:03 PM, Jason A. Perlman wrote: > I'm having an issue when trying to reply to encrypted PDFs, the URL > looks correct, in the logs I believe this to be the relevant line. > > Caused by: java.lang.RuntimeException: Error obtaining injected value > for field mitm.djigzo.web.pages.portal.pdf.PDFReply.clientSMTPHost: > Symbol 'client.mail.smtp.host' is not defined. > > I don't know where that is being read from, or where to set it. Any > help would be greatly appreciated.
The most likely reason for this is that the parameter "djigzo-web.home" is not set or not correct. If djigzo-web.home is not set or not pointing to the correct directory, the properties file djigzo-web-portal.properties cannot be loaded. Since the default value for djigzo-web.home points to /usr/share/djigzo-web and this location is used when installing with the deb or rpm's. I'm guessing you installed CipherMail with the tar packages. Is this correct? Check whether -Ddjigzo-web.home is set and correct in the file /etc/default/tomcat6 (or tomcat5 or 7 if you use a different Tomcat version). Kind regards, Martijn Brinkers -- CipherMail email encryption Open source email encryption gateway with support for S/MIME, OpenPGP and PDF messaging. http://www.ciphermail.com Twitter: http://twitter.com/CipherMail -- CipherMail email encryption Open source email encryption gateway with support for S/MIME, OpenPGP and PDF messaging. http://www.ciphermail.com Twitter: http://twitter.com/CipherMail _______________________________________________ Users mailing list [email protected] https://lists.djigzo.com/lists/listinfo/users
