# Graylog-server-doesn't start

**URL:** https://community.graylog.org/t/graylog-server-doesnt-start/19282
**Category:** Graylog Central (peer support)
**Created:** [March 27, 2021, 1:32pm UTC](https://community.graylog.org/t/graylog-server-doesnt-start/19282 "2021-03-27T13:32:02Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![kvenkat971](https://avatars.discourse-cdn.com/v4/letter/k/dbc845/32.png) [@kvenkat971](https://community.graylog.org/u/kvenkat971)
#### Post date: [March 27, 2021, 1:32pm UTC](https://community.graylog.org/t/graylog-server-doesnt-start/19282/1 "2021-03-27T13:32:02Z")

</div>

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?

---

<div class="post-metadata">

### Author: ![dani](https://avatars.discourse-cdn.com/v4/letter/d/35a633/32.png) [@dani](https://community.graylog.org/u/dani)
#### Post date: [March 28, 2021, 4:39pm UTC](https://community.graylog.org/t/graylog-server-doesnt-start/19282/2 "2021-03-28T16:39:21Z")

</div>

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

---

<div class="post-metadata">

### Author: ![gsmith](https://sea2.discourse-cdn.com/flex016/user_avatar/community.graylog.org/gsmith/32/1222_2.png) [@gsmith](https://community.graylog.org/u/gsmith)
#### Post date: [March 29, 2021, 9:51pm UTC](https://community.graylog.org/t/graylog-server-doesnt-start/19282/3 "2021-03-29T21:51:37Z")

</div>

@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.

> [@kvenkat971](#):
>
> 2021-03-27T13:28:26.038Z INFO [CmdLineTool] Running with JVM arguments: -Xms1g -Xmx10g -XX:NewRatio

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

---

<div class="post-metadata">

### Author: ![kvenkat971](https://avatars.discourse-cdn.com/v4/letter/k/dbc845/32.png) [@kvenkat971](https://community.graylog.org/u/kvenkat971)
#### Post date: [March 30, 2021, 8:43am UTC](https://community.graylog.org/t/graylog-server-doesnt-start/19282/4 "2021-03-30T08:43:33Z")

</div>

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

---

<div class="post-metadata">

### Author: ![kvenkat971](https://avatars.discourse-cdn.com/v4/letter/k/dbc845/32.png) [@kvenkat971](https://community.graylog.org/u/kvenkat971)
#### Post date: [March 30, 2021, 8:44am UTC](https://community.graylog.org/t/graylog-server-doesnt-start/19282/5 "2021-03-30T08:44:56Z")

</div>

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

---

<div class="post-metadata">

### Author: ![gsmith](https://sea2.discourse-cdn.com/flex016/user_avatar/community.graylog.org/gsmith/32/1222_2.png) [@gsmith](https://community.graylog.org/u/gsmith)
#### Post date: [March 31, 2021, 1:27am UTC](https://community.graylog.org/t/graylog-server-doesnt-start/19282/6 "2021-03-31T01:27:47Z")

</div>

@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](https://docs.graylog.org/en/4.0/pages/upgrade/graylog-4.0.html)

---

<div class="post-metadata">

### Author: ![riskersen](https://sea2.discourse-cdn.com/flex016/user_avatar/community.graylog.org/riskersen/32/7268_2.png) [@riskersen](https://community.graylog.org/u/riskersen)
#### Post date: [April 2, 2021, 5:33pm UTC](https://community.graylog.org/t/graylog-server-doesnt-start/19282/7 "2021-04-02T17:33:12Z")

</div>

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

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex016/uploads/graylog/original/3X/c/7/c7c09c6b5099570133d6502b83f50ba4430de5b6.png) [@system](https://community.graylog.org/u/system)
#### Post date: [April 16, 2021, 5:33pm UTC](https://community.graylog.org/t/graylog-server-doesnt-start/19282/8 "2021-04-16T17:33:40Z")

</div>

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