Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
None
-
None
-
None
Description
A NullPointerException may be thrown in ClickApp when initializing (line 222) and there are multiple Click applications deployed on the application server.
The work around is to edit ClickApp.java and comment out this line, use "ant build-framework" to rebuild click.jar
A VelocityEngine patch needs to be committed to Velocity project, to gain access to RuntimeEngine attributes so that the VelocityClick logger instance can be obtained. This used to turn down the velocity logging level which can be excessive.