Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SonarQube startup Error: log4j2 could not find a logging implementation. Please add log4j2 to the filepath

I resolved this issue, I did it by following the instructions found here: Elasticsearch installation : Error missing 'server' JVM at ...jvm.dll

I was using SonarQube fine the day before, but today when I tried to start the program I'm getting a error.

I have not changed anything on SonarQube as far as I know, I did made a successful connection with SonarQube to Jenkins. But if I remember correctly, I didn't had to install/change files for SonarQube for this(I just made a project, and generated a user login token for Jenkins). Also, I'm sure I'm using the "vanilla" version of SonarQube.

Error output

like image 447
hoi ja Avatar asked Dec 19 '22 02:12

hoi ja


1 Answers

Download and install Java

Go to

c:/program files/java/jre/bin

and create a folder called "server"

Now go into the

c:/program files/java/jre/bin/client

and copy all data of this folder to

c:/program files/java/jre/bin/Server

like image 141
Lucas Fonseca Avatar answered Apr 25 '23 12:04

Lucas Fonseca