Skip to content
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] Avoid NullPointerException #1056

Merged

Conversation

splhack
Copy link
Contributor

@splhack splhack commented Oct 15, 2021

Not entirely sure but Cuebot got NullPointerException time to time on SortableShow.java:80. The only possible explanation of this exception would be that the tags was null sometimes. Maybe some race condition during populating Host entity, but we are not aware of any other issues except this NullPointerException.

java.lang.NullPointerException
	at java.base/java.util.concurrent.ConcurrentHashMap.putVal(ConcurrentHashMap.java:1011)
	at java.base/java.util.concurrent.ConcurrentHashMap.put(ConcurrentHashMap.java:1006)
	at com.imageworks.spcue.SortableShow.skip(SortableShow.java:80)
	at com.imageworks.spcue.dao.postgres.DispatcherDaoJdbc.findDispatchJobs(DispatcherDaoJdbc.java:199)

@bcipriano bcipriano merged commit 4b156af into AcademySoftwareFoundation:master Oct 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants