Hello, recently I was configuring exceptions and ignore messages guided by this article. I was having the following exception that needs to be ignored I get the exceptions info from the stack trace was as follows: SamisWsFault:WebservicesFault: SamisWSFault:WebServicesFault:.com.ibm.ws.webservices.engine.WebServicesFault <some messages> at rest of stack trace.... I created three rules to include as follows: 1-
class=SamisWsFault:WebservicesFault: message=Is not empty
2-
class=SamisWsFault:WebservicesFault:com.ibm.ws.webservices.engine.WebServicesFault
message=Is not empty
3-
class=com.ibm.ws.webservices.engine.WebServicesFault message=Is not empty
and also I added the messages I want to ignore in the ignore messages sections but I still see these exceptions keep flooding into my applications and apparently these rules didn't work anyone could help me here where I go wrong.
Thanks in advance
^ Edited by @Ryan.Paredez for readability. This conversation was originally on this TKB article: How do I exclude errors and exceptions from detection?
... View more