Graylog 5.1.2 white blank web interface

Hi all,

I’ve configured my ubuntu 22.04.2 server with Graylog 5.1.2 (before it was 5.0.9 then updated as it didn’t work originally) and a local Elasticsearch on the machine.

According to the logs, everything seems to be working normally, I only get a java error when I try to access the url.

I’ve tested several configurations and every time I get a blank page when I try to access the web interface

My conf
###############

HTTP settings

###############

http_bind_address = 172.20.9.25:9000
#http_bind_address = [2001:db8::1]:9000
#http_publish_uri = http://localhost:9000/
#http_external_uri = http://localhost:9000/
http_enable_cors = true
#http_enable_gzip = false
#http_max_header_size = 8192
#http_thread_pool_size = 64

Log when i start graylog → ok

2023-07-13T12:12:40.617Z INFO  [ServiceManagerListener] Services are healthy
2023-07-13T12:12:40.617Z INFO  [ServerBootstrap] Services started, startup times in ms: {UserSessionTerminationService [RUNNING]=0, InputSetupService [RUNNING]=0, OutputSetupService [RUNNING]=0, FailureHandlingService [RUNNING]=0, UrlWhitelistService [RUNNING]=3, LocalKafkaMessageQueueWriter [RUNNING]=4, GracefulShutdownService [RUNNING]=4, StreamCacheService [RUNNING]=4, LocalKafkaMessageQueueReader [RUNNING]=10, MongoDBProcessingStatusRecorderService [RUNNING]=12, LocalKafkaJournal [RUNNING]=15, BufferSynchronizerService [RUNNING]=15, ConfigurationEtagService [RUNNING]=16, EtagService [RUNNING]=20, PrometheusExporter [RUNNING]=32, GeoIpDbFileChangeMonitorService [RUNNING]=38, JobSchedulerService [RUNNING]=44, LookupTableService [RUNNING]=133, PeriodicalsService [RUNNING]=218, JerseyService [RUNNING]=936}
2023-07-13T12:12:40.620Z INFO  [InputSetupService] Triggering launching persisted inputs, node transitioned from Uninitialized [LB:DEAD] to Running [LB:ALIVE]
2023-07-13T12:12:40.624Z INFO  [ServerBootstrap] Graylog server up and running.

when i try tp acces the web page

2023-07-13T12:21:51.265Z ERROR [ServerRuntime$Responder] An I/O error has occurred while writing a response message entity to the container output stream.
org.glassfish.jersey.server.internal.process.MappableException: java.io.IOException: Connection closed
        at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67) ~[graylog.jar:?]
        at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) ~[graylog.jar:?]
        at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) ~[graylog.jar:?]
        at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:642) [graylog.jar:?]
        at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:373) [graylog.jar:?]
        at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:363) [graylog.jar:?]
        at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:258) [graylog.jar:?]
        at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) [graylog.jar:?]
        at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) [graylog.jar:?]
        at org.glassfish.jersey.internal.Errors.process(Errors.java:292) [graylog.jar:?]
        at org.glassfish.jersey.internal.Errors.process(Errors.java:274) [graylog.jar:?]
        at org.glassfish.jersey.internal.Errors.process(Errors.java:244) [graylog.jar:?]
        at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) [graylog.jar:?]
        at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) [graylog.jar:?]
        at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) [graylog.jar:?]
        at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) [graylog.jar:?]
        at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) [graylog.jar:?]
        at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180) [graylog.jar:?]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:?]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:?]
        at java.lang.Thread.run(Unknown Source) [?:?]

Any topic, had the same issues and i have probably missed something
Thanks in advance for your help

What an odd coincidence, this same error was posted a couple of days ago here: GrayLog 5.1 blank webpage

I’m assuming you are using docker? Can you share your docker compose file?

No coincidence I don’t use docker.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.