Page 1 of 1

check_logfiles filtering

Posted: Wed Mar 06, 2019 8:40 am
by kenntuna
I got the following error from weblogic I would like to filter with the pattern "DeregisterTruckDto' - java.lang.ClassCastException"

2019-03-06 15:09:03,431 agement.service.dto.DeregisterTruckDto' - java.lang.ClassCastException@757bae24 - had objects of type "java.lang.String" but expected signature "java.lang.Lo
ng"

What criticalexception should I add?
DeregisterTruckDto .* java.lang.ClassCastException .* <---??

Re: check_logfiles filtering

Posted: Wed Mar 06, 2019 11:28 am
by scottwilkerson
I believe you should be able to make a query on the dashboard that has the following that should catch these

Code: Select all

DeregisterTruckDto AND java.lang.ClassCastException