5-36 - Error occurred during filter validation
5-36 - Error occurred during filter validation
Possible Causes
An exception occurs in the business code within the overridden invoke method of the custom filter extension class.
Troubleshooting and Solutions
- Use
ps -eaf |grep <error service> - You can analyze the stack trace using some third-party tools or by using
jstack [PID] > jstack.log for diagnosis.