I am having a problem that only occurs on my production server konakart and konakart web applications. These issues do not occur on my local version of tomcat that is packaged with the konakart distribution.
My web hosting company provides Tomcat 5.5. I have deployed the konakart and konakartadmin war files, and I am able to view all the web pages, add items to the shopping cart, etc. The problems occur on any action requiring an email be sent, such as requesting a new password, registering a new user, placing an order, etc. I get the following exception:
The details of the malfunction are :
Exception Name = com.konakart.app.KKException
Exception Message = org.apache.velocity.exception.VelocityException: Failed to initialize an instance of org.apache.velocity.runtime.log.AvalonLogChute with the current runtime configuration.
I searched the forum and found this topic before. So I replaced the tomcat/conf/logging.properties file and tomcat/common/classes/log4j.properties file on the production Tomcat with the versions that came with the konakart distribution, but this did not fix the problem.
Do you have any recommendations on how to fix this problem?
Thanks.