Home > Back-end >  Tomcat is running after a period of time has been an error please answer urgent urgent
Tomcat is running after a period of time has been an error please answer urgent urgent

Time:11-29

Org. Apache. Coyote. Http11. Http11Processor. Service error parsing the HTTP request header
Note: further occurrences of the HTTP request parsing errors will be logged at the DEBUG level.
Java. Lang. IllegalArgumentException: string found in the method name is invalid, the HTTP method name must be valid symbols.
The at org. Apache. Coyote. Http11. Http11InputBuffer. ParseRequestLine (Http11InputBuffer. Java: 415)
At org. Apache. Coyote. Http11. Http11Processor. Service (260) Http11Processor. Java:
The at org. Apache. Coyote. AbstractProcessorLight. Process (AbstractProcessorLight. Java: 65)
The at org. Apache. Coyote. AbstractProtocol $ConnectionHandler. Process (AbstractProtocol. Java: 860)
At org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun NioEndpoint. Java: (1598)
The at org.apache.tomcat.util.net.SocketProcessorBase.run (SocketProcessorBase. Java: 49)
The at Java. Util. Concurrent. ThreadPoolExecutor. RunWorker (ThreadPoolExecutor. Java: 1149)
The at Java. Util. Concurrent. ThreadPoolExecutor $Worker. The run (ThreadPoolExecutor. Java: 624)
At org, apache tomcat. Util. Threads. TaskThread $WrappingRunnable. Run (61) TaskThread. Java:
The at Java. Lang. Thread. The run (Thread. Java: 748)

Query methods are tried are not
Some say it's set maxHttpHeaderSize values; Or in the catalina file to add two lines about the content of the special symbol

CodePudding user response:

Is that your request is illegal characters, you set the maxHttpHeaderSize Mao Yong
  • Related