The Graylog-server service is not running

Before you post: Your responses to these questions will help the community help you. Please complete this template if you’re asking a support question.
Don’t forget to select tags to help index your topic!

The Graylog-server service is not running.

1. Describe your incident:

2. Describe your environment:

  • OS Information: Centos 8.1.1911

  • Package Version:

  • Service logs, configurations, and environment variables:

3. What steps have you already taken to try and solve the problem?

4. How can the community help?

Helpful Posting Tips: Tips for Posting Questions that Get Answers [Hold down CTRL and link on link to open tips documents in a separate tab]

A java error and OS version is not much to go on to help you troubleshoot your Graylog server not starting. Maybe review these posts and work on being more descriptive about your environment and about the error you are having… as well as steps you have done to try to resolve it… read through these posts for help on what to post and tips on what to look at…

Hello @mukim, welcome!

It’s flagging the literal string “:127.0.0.1:9000” in your server configuration. Did you prefix a IPv4 listen IP with a colon? Looks like it can’t parse it.

Please also provide the info @tmacgbay requested.

1 Like

Please post your server.conf. Make sure it is obfuscated and use the Forum tools </> not a screen shot. You can use the following command:

cat /etc/graylog/server/server.conf         | egrep -v "^\s*(#|$)"

You could also post details from the service with the following command.

sudo systemsctl status graylog-server

You could post any relevant information from the graylog logs you are watching during startup with:

tail -f /var/log/graylog-server/server.log

NOTE: These are all things that are in the tips that make your question easier to answer. It would really be helpful if you read through the tips and were more forthcoming with your issue/environment.

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