Hello,
I purchased an official Sonarqube Developer Licence to upgrade from 100000 to 1 million code lines analysis, but i am not able to set it. I get the following error on the UI : The request cannot be processed. Try again later.
Here are technical details :
- Sonarcube * Developer Edition , Version 8.9.9 (build 56886) for up to 100000 lines of code analysis.
- SonarQube deployed on Azure via Docker container
- I’m trying to set a new licence : Developer Edition PRODUCTION 1 million lines of code analysis
- Logs content
2023.09.14 09:03:45 INFO web[][o.a.c.h.Http11Processor] 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 [license=*******************************************************************************...]. 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)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1651)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Unknown Source)
I asked for another licence, tryed it, but got exactly the same error.