I found errors when start Sonarqube7.3 on ARM.
the errors below:
sonar.sh: line 417: /xxxx/sonarqube730/bin/linux-x86-64/./wrapper: cannot execute binary file: Exec format error
I found errors when start Sonarqube7.3 on ARM.
the errors below:
sonar.sh: line 417: /xxxx/sonarqube730/bin/linux-x86-64/./wrapper: cannot execute binary file: Exec format error
Hi,
It looks like you’re on a 32-bit OS? Sorry, but we no longer support that.
Ann
Hi! The linux-x86-64 wrapper cannot be executed in ARM processors but can run SonarQube manually without using the wrapper executing java -jar SONARQUBE_DIR/lib/sonar-application-7.3.jar start
Thanks! It can work as you said.