When i try to initialize velocity engine using
VelocityEngine engine = new VelocityEngine();
engine.init();
I encounter the same error when i try
Velocity.init();
org.apache.velocity.exception.VelocityException: Failed to initialize an instance of org.apache.velocity.runtime.log.ServletLogChute with the current runtime configuration.
What may cause this exception?