- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2022 11:11 PM
Hello,
I am just wondering if aside from Node File Log Browser, can the diagnostic event table contain a record that can equate to java.lang.OutOfMemoryError: Java heap space error?
And if there is a corresponding record in diagnostic event for that OOM error, is it possible to be used in a Business Rule or scheduled report to send notification that an error is encountered before an instance become unresponsive due to such errors?
Solved! Go to Solution.
- Labels:
-
Multiple Versions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2022 11:18 PM
Hi
unfortunately not. I had some days before such a situation where a heavy data load combined with a certain script issue caused a java.lang.OutOfMemoryError and therefore I also checked the diagnostic_event table.
I could not find a related record but on the other side the system could heal itself without any system crash.
Kind regards
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2022 11:18 PM
Hi
unfortunately not. I had some days before such a situation where a heavy data load combined with a certain script issue caused a java.lang.OutOfMemoryError and therefore I also checked the diagnostic_event table.
I could not find a related record but on the other side the system could heal itself without any system crash.
Kind regards
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2022 11:56 PM
Is there any possible way to retrieve java.lang.OutOfMemoryError to be used to send a notification or warning before a system become unresponsive? So that we could be notified first that an error happened before the customers were informed?
Thanks