Actions
Bug #25306
closedNuProcessHandler.onStart NPE log message
Status:
Released
Priority:
N/A
Assignee:
Category:
Architecture - Code maintenance
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
No
Description
From time to time, we see a nuprocess log like that:
Cannot invoke "com.zaxxer.nuprocess.NuProcessHandler.onStart(com.zaxxer.nuprocess.NuProcess)" because "this.processHandler" is null
This is tracked in nu process in that PR: https://github.com/brettwooldridge/NuProcess/pull/158 which is corrected, but without a release for now (ie, it is merged on master and will go in the next 2.0.7 or 2.1.0 version).
I was able to locally build and test the correction, which seems to work as expected.
Actions