Error parsing HTTP request header\n Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level

Hi, I am installing sonarqube version 9.2.4.50792. It is running on an Azure Container instance, and I am accessing it using the FQDN on 9000(default) port. My sonar is stuck at infinite loading and it showing the below error.

Error parsing HTTP request header\n Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [0x160x030x010x000x9...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:434)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:511)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:831)

Hi,

Could you check your other server logs to see if they say anything interesting?

 
Ann