Phantom immediately exited with: 127

I've just finished installing Reporting and have tried several times to generate a report, however every time i try I receive the following text "Phantom immediately exited with: 127" and the report fails.

Any advice gratefully received.

Thanks in advance.

What version of things are you on?

I just upgraded everything today in order to try reporting.

I am using the following:

Reporting - 2.4
Elasticsearch - 2.4
Logstash - 2.4
Kibana - 4.6

Thanks

see here Getting Started | Reporting | Elastic

Ubuntu users may need to install some additional dependencies. If report generation fails with the error "Phantom immediately exited with: 127" you’ll need to install libfontconfig and libfreetype6 via apt.

2 Likes

I'm running on Redhat 7.2 but i will take look at the dependencies you mentioned.

As nellicus commented - I have installed fontconfig on the redhat 7.2 server and everything is now working fine.

Thank you all for your assistance.

1 Like

Great!
We'll get the docs updated as well :slight_smile:

1 Like

100% spot on, just ran the following:
sudo apt install -y libfontconfig
sudo apt install -y libfreetype6
and reporting worked.
Thanks