Update Graylog 5.0.5 to 5.0.6

Hi all, After running this guide Prerequisites

my graylog server won’t start anymore. this is what i see doing a systemctl status:

graylog-server.service - Graylog server
Loaded: loaded (/lib/systemd/system/graylog-server.service; enabled; vendor preset: enabled)
Active: active (running) since Wed 2023-04-12 15:39:36 CEST; 10min ago
Docs: http://docs.graylog.org/
Main PID: 871 (graylog-server)
Tasks: 62 (limit: 8791)
Memory: 453.7M
CPU: 46.334s
CGroup: /system.slice/graylog-server.service
├─871 /bin/sh /usr/share/graylog-server/bin/graylog-server
└─896 /usr/share/graylog-server/jvm/bin/java -Xms1g -Xmx1g -server -XX:+UseG1GC -XX:-OmitStackTraceInFastThrow -Djdk.tls.acknowledgeCloseN>

apr 12 15:45:06 BRC-14-110 graylog-server[896]: ========================
apr 12 15:45:06 BRC-14-110 graylog-server[896]: at com.google.inject.internal.Errors.throwCreationExceptionIfErrorsExist(Errors.java:568)
apr 12 15:45:06 BRC-14-110 graylog-server[896]: at com.google.inject.internal.InternalInjectorCreator.injectDynamically(InternalInjectorCreator>
apr 12 15:45:06 BRC-14-110 graylog-server[896]: at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:113)
apr 12 15:45:06 BRC-14-110 graylog-server[896]: at com.google.inject.Guice.createInjector(Guice.java:87)
apr 12 15:45:06 BRC-14-110 graylog-server[896]: at org.graylog2.shared.bindings.GuiceInjectorHolder.createInjector(GuiceInjectorHolder.java:34)
apr 12 15:45:06 BRC-14-110 graylog-server[896]: at org.graylog2.bootstrap.CmdLineTool.setupInjector(CmdLineTool.java:502)
apr 12 15:45:06 BRC-14-110 graylog-server[896]: at org.graylog2.bootstrap.CmdLineTool.doRun(CmdLineTool.java:306)
apr 12 15:45:06 BRC-14-110 graylog-server[896]: at org.graylog2.bootstrap.CmdLineTool.run(CmdLineTool.java:260)
apr 12 15:45:06 BRC-14-110 graylog-server[896]: at org.graylog2.bootstrap.Main.main(Main.java:45)

I’m not very experienced, I ask you to be as easy as possible.
in case I’ve done that much damage I have a backup of the entire working server.
thank you all for the fantastic support.

my conf: ubuntu 22.04 - opensearch 2.0.1 - mongodb 6.0

Hey @blake86

Those look like service logs. If you execute

journalctl -x perhaps it will show more on this issue

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