Project

General

Profile

Task #6021

Updated by Robert Waltz almost 10 years ago

parse this error from

/var/log/dataone/daemon/d1-processing-jsvc.err

<pre>
java.util.concurrent.ExecutionException: java.lang.Exception: hzSyncObjectQueue has not had more than 50001 remaining capacity for 2 hrs.
</pre>

simply looking for the string 'Exception: hzSyncObjectQueue' should be enough

If you want more precision, then there are variables in the string, so the string 'than 50001 remaining capacity for 2 hrs.' would have a regular expression like 'than \d+ remaining capacity for \d+ hrs.'

There is a good chance other critical errors will show up in that error log too.

Back

Add picture from clipboard (Maximum size: 14.8 MB)