AppDynamics floods us wil several errors that look like the following:
org.apache.catalina.connector.ClientAbortException:org.apache.catalina.connector.ClientAbortException.java.io.IOException: Broken pipe
at org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:396)
at org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:426)
at org.apache.tomcat.util.buf.ByteChunk.append(ByteChunk.java:339)
at org.apache.catalina.connector.OutputBuffer.writeBytes(OutputBuffer.java:421)
at org.apache.catalina.connector.OutputBuffer.write(OutputBuffer.java:409)
I have tried everything to have these exceptions ignored.
What do I need to configure under Ignored Exceptions to get these to stop showing up
I think I figured this out. The exception to block is org.apache.catalina.connector.ClientAbortException:java.io.IOException (no spaces).
That's not intuitive at all...
I think I figured this out. The exception to block is org.apache.catalina.connector.ClientAbortException:java.io.IOException (no spaces).
That's not intuitive at all...