close
The Wayback Machine - https://web.archive.org/web/20201124025542/https://github.com/Graylog2/graylog2-server/issues/6504
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

Exception on server shutdown #6504

Open
mpfz0r opened this issue Sep 27, 2019 · 0 comments
Open

Exception on server shutdown #6504

mpfz0r opened this issue Sep 27, 2019 · 0 comments

Comments

@mpfz0r
Copy link
Member

@mpfz0r mpfz0r commented Sep 27, 2019

This happens occasionally when shutting down the server:

Exception in thread "http-worker-15" java.lang.NullPointerException: null value in entry: exception=null
        at com.google.common.collect.CollectPreconditions.checkEntryNotNull(CollectPreconditions.java:32)
        at com.google.common.collect.ImmutableMap.entryOf(ImmutableMap.java:176)
        at com.google.common.collect.ImmutableMap$Builder.put(ImmutableMap.java:285)
        at org.graylog2.rest.GraylogErrorPageGenerator.generate(GraylogErrorPageGenerator.java:69)
        at org.glassfish.grizzly.http.server.util.HtmlHelper.setErrorAndSendErrorPage(HtmlHelper.java:132)
        at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:231)
        at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:181)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)

Your Environment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.