-
Notifications
You must be signed in to change notification settings - Fork 928
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.lang.NullPointerException thrown when starting a job #964
Comments
I faced the same problem when I tried to run a job that should execute a shell command locally. |
This is for a remote execution, and it happens "a lot" (every ~500 execution) on some jobs |
I'm getting this error more or less constantly now for both remote and local jobs, it's turning Rundeck into an unusable state for me ever so slowly. I haven't changed anything in that stack for weeks or months, other than updating to latest deb version, and the frequency of the error happening is just getting worse |
How is your resource model defined? a static file, or using another source? |
can you try running the job with Debug logging turned on and pasting the output? |
i was able to reproduce it by duplicating your job @rossitsaborissova and using a node filter that doesn't match any nodes. |
Confirmed |
That explains why I stopped seeing the error when I switched from mcollective node provider to a straight up yaml provider backed by Consul Thank you! |
Probably one of the parameters you are passing through rundeck.xml is empty? |
With version 2.2.3-1 (debian)
The text was updated successfully, but these errors were encountered: