Graylog-server-doesn't start

graylog-server doesn’t start and the log output just shows this output and looks like it got stuck in loop

2021-03-27T13:28:13.944Z INFO [Version] HV000001: Hibernate Validator null
2021-03-27T13:28:25.856Z INFO [CmdLineTool] Loaded plugin: Aggregation Count Alert Condition 1.1.0 [com.airbus-cyber-security.graylog.AggregationCountPlugin]
2021-03-27T13:28:25.859Z INFO [CmdLineTool] Loaded plugin: AWS plugins 4.0.5 [org.graylog.aws.AWSPlugin]
2021-03-27T13:28:25.860Z INFO [CmdLineTool] Loaded plugin: Collector 4.0.5 [org.graylog.plugins.collector.CollectorPlugin]
2021-03-27T13:28:25.860Z INFO [CmdLineTool] Loaded plugin: Threat Intelligence Plugin 4.0.5 [org.graylog.plugins.threatintel.ThreatIntelPlugin]
2021-03-27T13:28:25.861Z INFO [CmdLineTool] Loaded plugin: Elasticsearch 6 Support 4.0.5+d95b909 [org.graylog.storage.elasticsearch6.Elasticsearch6Plugin]
2021-03-27T13:28:25.861Z INFO [CmdLineTool] Loaded plugin: Elasticsearch 7 Support 4.0.5+d95b909 [org.graylog.storage.elasticsearch7.Elasticsearch7Plugin]
2021-03-27T13:28:26.038Z INFO [CmdLineTool] Running with JVM arguments: -Xms1g -Xmx10g -XX:NewRatio=1 -XX:+ResizeTLAB -XX:+UseConcMarkSweepGC -XX:+CMSConcurrentMTEnabled -XX:+CMSClassUnloadingEnabled -XX:-OmitStackTraceInFastThrow -Djdk.tls.acknowledgeCloseNotify=true -XX:+UseParNewGC -Dlog4j.configurationFile=file:///etc/graylog/server/log4j2.xml -Djava.library.path=/usr/share/graylog-server/lib/sigar -Dgraylog2.installation_source=deb
2021-03-27T13:28:26.220Z INFO [Version] HV000001: Hibernate Validator null

elastic version : 6.8.15
mongodb : 3.6.3
graylog: 4

can someone help me on this?

Hi @kvenkat971, any errors in server.log or syslog?

@kvenkat971
Hello,
I would like to ask a couple question.
Is it posible to see your server.conf file? Maybe execute this command.

grep -v "^#" server.conf | grep -v "^$" | less

Also any other configuration you have made while setting up your graylog server would be apperciated.The reason I’m asking about any confguration you made is because this doesnt look right.

Mine looks like this.

2021-03-25T18:25:41.439-05:00 INFO [CmdLineTool] Running with JVM arguments: -Xms2g -Xmx2g -XX:NewRatio

I’m assume at this point maybe there is a configuration error.
Thanks

Hi @gsmith
I have changed that setting but it still didn’t work. So I went for Graylog version 3 and it started fine.

I’ll close this for now and come back once I start testing version 4 again.

Thank you

Hi @dani,
Except for the one I have above, no errors were logged.
with the current settings it worked fine for version 3.
I’ll close this for now and come back once I start testing the version 4 again.

Thank you

@kvenkat971
Sorry to hear you didnt get GL 4.0 to work.Just a reminder if you havent seen this yet.
Upgrading to Graylog 4.0

I noticed the first line of your logs. It seems, that the airbus plugin was not yet released for 4.0, though there isn’t an exact error message indicating na issue with that

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