-
Notifications
You must be signed in to change notification settings - Fork 203
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
[cuebot] Cuebot unable to dispatch frames #1572
Comments
Please take a look at #1570 New opencue.properties are required now for dispatcher.memory attributes |
But they are not part of the default config? |
Yes, all new properties were added to the default config: |
I'm also using the default config and I get the error as above. It's the master branch with no local changes. |
Let me double check on my end |
Ohh, it might be the autowiring that's causing a nullpointException. I've reverting the last commit to master |
Changes on https://github.com/AcademySoftwareFoundation/OpenCue/blob/master/cuebot/src/main/resources/opencue.properties#L162 caused a Nullpointer exception due to an incorrect Autowire property.
Changes on https://github.com/AcademySoftwareFoundation/OpenCue/blob/master/cuebot/src/main/resources/opencue.properties#L162 caused a Nullpointer exception due to an incorrect Autowire property.
Describe the bug
It seems like the recent changes broke job dispatching from cuebot
It errors out with :
To Reproduce
Steps to reproduce the behavior:
Expected behavior
That frames are dispatched by cuebot
Version Number
3341bcb
The text was updated successfully, but these errors were encountered: