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

NullPointerException #477

Open
Koitharu opened this issue Dec 16, 2023 · 1 comment
Open

NullPointerException #477

Koitharu opened this issue Dec 16, 2023 · 1 comment
Labels
bug needs info Waiting on more info from op

Comments

@Koitharu
Copy link

After some actions (I suppose mostly after removing versions via Admin tab) Acrarium stop works with Internal server error
log

Looks like source of this error is in bug table in database: column latest_version_flavor in database is nullable, but corresponding field in the BugStats class is non-nullable.

Executing delete from bug where latest_version_flavor is null; in database solve this issue

I tried to fix it, however I'm not sure if it is the right way.
Version: 2.0.0-beta07

@F43nd1r
Copy link
Owner

F43nd1r commented Mar 16, 2024

A bug without a latest version should never exist (see here), so your fix is not the right way. I'd need a clear reproducer to be able to work on this issue.

@F43nd1r F43nd1r added needs info Waiting on more info from op bug labels Mar 28, 2024
@F43nd1r F43nd1r mentioned this issue Apr 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug needs info Waiting on more info from op
Projects
None yet
Development

No branches or pull requests

2 participants