Kibana errors during first execution

After downloading the last version in my debian:
wget https://artifacts.elastic.co/downloads/kibana/kibana-6.2.2-linux-x86_64.tar.gz

When I try to execute, it gives me an error:
/kibana-6.2.2-linux-x86_64# bin/kibana
bin/kibana: 24: exec: bin/../node/bin/node: Exec format error

the file node seems to be with x persmissions:
root@debian:~/kibana-6.2.2-linux-x86_64/node/bin# ls -l
-rwxrwxr-x 1 jose jose 30559647 feb 16 20:20 node
-rwxrwxr-x 2 jose jose 1996 feb 16 20:20 npm

and if I try to directly launch it i get an error:
root@debian:~/kibana-6.2.2-linux-x86_64/node/bin# ./node
-bash: ./node: cannot execute binary file: Formato de ejecutable incorrecto

I've been trying with older versions of kibana but I get the same error

My Debian is: lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 9.4 (stretch)
Release: 9.4
Codename: stretch

This looks like, you might be running on a 32bit system and not a 64bit system?

Could you please validate using uname -a and paste the output, to check that you are running on a 64 bit system?

uname -a
Linux debian 4.9.0-6-686-pae #1 SMP Debian 4.9.82-1+deb9u3 (2018-03-02) i686 GNU/Linux

Thanks for your quick response

Hi,

you are using a 32bit system. The Kibana bundles don't support 32bit anymore since 6.0.

But you could just use the downloaded version and bring your own node.js for 32 bit. Also see this topic for more details: I couldn't run Kibana 6.0.0 in Windows 32bit

Cheers
Tim

thank a lot

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