Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Degradation - Other Exception
-
Low
-
Low Hanging Fruit
-
User Report
-
All
-
None
-
Description
On either a FileNotFoundException or SocketException, JVMStabilityInspector checks the error message for the string "Too many open files". However, both of these exceptions have a constructor which sets a null message, which can lead to NPE if handled.