Home > other >  Org. Apache. Catalina. Connector. CoyoteAdapter checkRecycled
Org. Apache. Catalina. Connector. CoyoteAdapter checkRecycled

Time:12-02

Often see below under tomcat logs:
Org. Apache. Catalina. Connector. CoyoteAdapter checkRecycled
INFO: Encountered a non - recycled response and recycled it forcedly.
Org. Apache. Catalina. Connector. CoyoteAdapter $RecycleRequiredException
The at org. Apache. Catalina. Connector. CoyoteAdapter. CheckRecycled (CoyoteAdapter. Java: 549)
The at org. Apache. Coyote. Http11. AbstractHttp11Processor. Recycle (AbstractHttp11Processor. Java: 1767)
At org. Apache. Coyote. Http11. Http11Protocol $Http11ConnectionHandler. Release (140) Http11Protocol. Java:
The at org. Apache. Coyote. AbstractProtocol $AbstractConnectionHandler. Process (AbstractProtocol. Java: 690)
At org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run JIoEndpoint. Java: (314)
The at Java. Util. Concurrent. ThreadPoolExecutor. RunWorker (ThreadPoolExecutor. Java: 1145)
The at Java. Util. Concurrent. ThreadPoolExecutor $Worker. The run (ThreadPoolExecutor. Java: 615)
At org, apache tomcat. Util. Threads. TaskThread $WrappingRunnable. Run (61) TaskThread. Java:
The at Java. Lang. Thread. The run (Thread. Java: 745)

This is caused by what,

CodePudding user response:

Often see this log but did not affect the operation of the program; What reason is this, or how to solve this log not let show;

CodePudding user response:

I have been appeared this problem

CodePudding user response:

Should be a PrintWriter, calling print method unused flush and close the flow leads to the close method
  • Related