-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kibana will not start #7001
Comments
Can you try downloading the "Linux 32-bit" Kibana .tar.gz file from https://www.elastic.co/downloads/kibana, expanding it, and running |
I have - Same error message! dr-xr-x---. 14 root root 4096 Apr 21 02:04 . |
Okay, what's the output of |
[root@voyager3 logstash]# cat /proc/cpuinfo processor : 1 [root@voyager3 logstash]# |
@parkprimus Thanks. I'm trying to reproduce this but so far I've not been successful. Can you also run this within the kibana folder and paste the output (or errors) here?
|
[root@voyager3 kibana]# node/bin/node --version |
Okay, so Could you run:
Then, try to start Kibana. Once it crashes you should see a file named |
Looks like it may be node after all. Here is the output from gdb: [New Thread 19597] |
When you are in gdb, can you get the backtrace (by entering |
8cf9e70675babf36edcf10aefd6 |
Hmmm... no debug symbols so that's not going to help. I'm at a bit of a loss here, to be honest. Any chance you can try to reproduce this on another system that's identical (Cent OS 6.7 on 32-bit)? I tried on a VM but I wasn't able to reproduce it :( |
I agree that I am at a loss too. I successfully got it running on my laptop, which is a lot newer than the server I have available. Thanks for you effort! |
Hey @parkprimus, I recently learnt of a tool called |
Closing due to lack of feedback and inability to reproduce. We've upgraded node since this was filed too. Feel free to open a new ticket if it happens again |
I have compiled from source (32bit), installed from repo and the result is the same. ./bin/kibana Error message: Illegal Instruction. Nothing in the logs, no indication of what is missing.
[root@voyager3 bin]# which java
/usr/bin/java
[root@voyager3 bin]# java -version
openjdk version "1.8.0_77"
OpenJDK Runtime Environment (build 1.8.0_77-b03)
OpenJDK Server VM (build 25.77-b03, mixed mode)
[root@voyager3 bin]#
[root@voyager3 bin]# cat /etc/*-release
CentOS release 6.7 (Final)
CentOS release 6.7 (Final)
CentOS release 6.7 (Final)
The text was updated successfully, but these errors were encountered: