-
Notifications
You must be signed in to change notification settings - Fork 134
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
Docker image 4.0.2-1 won't start - No implementation for java.util.Map<org.graylog2.plugin.Version, javax.inject.Provider<org.graylog.events.search.MoreSearchAdapter>> was bound #150
Comments
Uh oh. It's probably my fault. Biggest change we made was #148, so I'd guess it's related to that in some way. It starts up for me fine in docker-compose, though. Are you setting |
I think the issue you mentioned probably is related, as it sounds like your instance isn't loading the plugins properly. We wanted to give people the ability to mount the
Are you using a custom entrypoint or a different https://github.com/Graylog2/graylog-docker/blob/4.0.2-1/docker-entrypoint.sh#L75 |
Hi. My setup follows the helm chart from kongz/graylog. So, it uses whatever voumes that chart is creating >> graylog-pod.yaml.zip
Even without volumes mounted into
The chart does use a custom entrypoint, though. It comes from a configmap mounted into https://github.com/KongZ/charts/blob/main/charts/graylog/templates/configmap.yaml May that needs patching? |
Yeah, that's the problem. #148 added this to
But since the helm chart uses a different entrypoint, it's missing that code. I think that |
I think we can close this and raise the issue on the chart maintenance. Thank you! |
is that issue also related to Linux OS? graylog-server-4.2.6 ERROR: Guice error (more detail on log level debug): No implementation for java.util.Map<org.graylog2.plugin.Version, javax.inject.Provider<org.graylog.events.search.MoreSearchAdapter>> was bound |
Just upgraded from 4.0.1-1 to 4.0.2-1 in my Kubernetes cluster, and the new Docker images seems won't start.
Reverting back to 4.0.1-1 fixes the issue.
Could this be related?
Graylog2/graylog2-server#9521
The text was updated successfully, but these errors were encountered: