SonarQube testing error with Maven 'java.lang.IllegalArgumentException: Invalid character found in the HTTP protocol'

I want to analyze a project into sonarqube …upon using the mvn sonar:sonar command …I am encountering the below error Trace. can some one help me in this regards.

“2019.12.19 12:28:46 INFO web[o.s.s.p.Platform] WebServer is operational
2019.12.19 13:08:26 INFO web[o.a.c.h.Http11Processor] Error parsing HTTP request header
Note: further occurrences of HTTP header parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in the HTTP protocol
at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:547)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:684)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:808)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1498)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Thread.java:834)”

Hello, what is the SonarQube url you configured ?

Upon execute mvn clean package sonar:sonar command …I was giving the following error

Here is a trace of web.log error:

@pierreguillot thanks so much in advance

Hi @weakon123-stack ,

Did you resolve your issue? If not, what is the SonarQube URL you have configured?