How do I fix a 65535 bytes limit Stacktrace?

Posted in IT StuffTagged ,

It is possible that after an upgrade you may encounter this error on some of the more complex pages and root cause provided by tomcat console is : To solve the issue you need to locate the file [Tomcat_Home]/conf/web.xml and search the file for ‘JspServlet’. This should return an xml node of containing some values…..

Velocity generates NullPointerException while evaluating template

Posted in IT StuffTagged , ,

While evaluating template with Velocity I am affecting a null point exception but happened only on production environment because it seems that the application is trying to write to tomcat/bin the velocity.log file but it failed due to the permission. I tried to add velocity.property file: # Fri Dec 6 10:14:26 EST 2013 – Mandatory….