# ES Not Starting and No Logs On Azure Ubuntu Instance

**URL:** https://discuss.elastic.co/t/es-not-starting-and-no-logs-on-azure-ubuntu-instance/120432
**Category:** Elasticsearch
**Created:** [February 19, 2018, 11:05am UTC](https://discuss.elastic.co/t/es-not-starting-and-no-logs-on-azure-ubuntu-instance/120432 "2018-02-19T11:05:36Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Donglecow](https://avatars.discourse-cdn.com/v4/letter/d/779978/32.png) [@Donglecow](https://discuss.elastic.co/u/Donglecow)
#### Post date: [February 19, 2018, 11:05am UTC](https://discuss.elastic.co/t/es-not-starting-and-no-logs-on-azure-ubuntu-instance/120432/1 "2018-02-19T11:05:36Z")

</div>

I am deploying an Elasticsearch installation to an Azure Ubuntu (16.04.03 LTS) instance. I've done many ES installs before, so am familiar with the process, but on this particular machine I'm having trouble getting it to run. This is happening with multiple versions of ES. This is the first time I've deployed on an Azure instance, however.

I have grabbed the TAR files from:  
[https://www.elastic.co/downloads/past-releases/elasticsearch-5-5-0](https://www.elastic.co/downloads/past-releases/elasticsearch-5-5-0)  
[https://www.elastic.co/downloads/past-releases/elasticsearch-2-4-1](https://www.elastic.co/downloads/past-releases/elasticsearch-2-4-1)

Then I extracted the TAR files, configured the node, cluster and port settings and dropped the allocated memory for ES to 512m. Oracle Java 8 is installed on the machine.

When I start up the ES instance, nothing happens. The command appears to be running and then I'm given another command prompt a couple of seconds later. No ES output shows on the command line. Logs are created, but they are all empty. I set the logging to DEBUG and later TRACE to try and get it to produce output, but I still don't get any. Checking to see if ES is running by doing `$ps aux | grep elasticsearch` shows that it isn't running.

I am only trying to run one instance at a time. Ideally I want to run with ES 5.5.0, I had just installed ES 2.4.1 to see if that would produce any different results.

I've never seen anything like this before, and am at a loss as to how to troubleshoot this issue. Any advice is appreciated.

---

<div class="post-metadata">

### Author: ![Donglecow](https://avatars.discourse-cdn.com/v4/letter/d/779978/32.png) [@Donglecow](https://discuss.elastic.co/u/Donglecow)
#### Post date: [February 19, 2018, 11:27am UTC](https://discuss.elastic.co/t/es-not-starting-and-no-logs-on-azure-ubuntu-instance/120432/2 "2018-02-19T11:27:19Z")

</div>

An update to this.

I've looked at the system logs (/var/log/syslog) and monitored it as I was starting up ES.

I saw this in the logs:  
Feb 19 11:19:03 AZUREMACHINE kernel: [2075710.797219] Call Trace:  
Feb 19 11:19:03 AZUREMACHINE kernel: [2075710.797219] ? entry\_SYSCALL\_64\_fastpath+0x33/0xa3  
Feb 19 11:19:03 AZUREMACHINE kernel: [2075710.797219] Code: Bad RIP value.  
Feb 19 11:19:03 AZUREMACHINE kernel: [2075710.797219] RIP: 0x7fe23c670ae8 RSP: ffffb937c617bf50  
Feb 19 11:19:03 AZUREMACHINE kernel: [2075710.797219] CR2: 00007fe23c670ae8  
Feb 19 11:19:03 AZUREMACHINE kernel: [2075711.737161] ---[end trace 9a87081911b79205]---

Which lead me to this thread:

> [@Kernel Update on Ubuntu 17.10 causes Elasticsearch to panic](https://discuss.elastic.co/t/kernel-update-on-ubuntu-17-10-causes-elasticsearch-to-panic/116865):
>
> Hi, anybody else seeing this? When we run Elasticsearch 5.3.3 on Ubuntu 17.10 after the most recent kernel update from 4.13.0-25-generic to 4.13.0-31-generic we see kernel oopses, any remedy except downgrading the kernel? Thanks... Dominik. ProblemType: KernelOops Annotation: Your system might become unstable now and might need to be restarted. Date: Wed Jan 24 08:00:40 2018 Failure: oops OopsText: BUG: unable to handle kernel paging request at 00007facb845b240 IP: 0x7facb845b240 PGD …

I upgraded ES from 5.5.0 to 5.6.7 and it's running now, so the immediate issue is solved. I would however like to get 5.5.0 running on this system as it's meant to be an exact copy of another system on this infrastructure.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [March 19, 2018, 11:27am UTC](https://discuss.elastic.co/t/es-not-starting-and-no-logs-on-azure-ubuntu-instance/120432/3 "2018-03-19T11:27:25Z")

</div>

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