Home > Back-end >  Java. IO. EOFException: null error troubled for a long time!!!!!!!!!!!!!!!!!
Java. IO. EOFException: null error troubled for a long time!!!!!!!!!!!!!!!!!

Time:10-05

Java. IO. EOFException: null
At org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer NioEndpoint. Java: (1235)
At org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read NioEndpoint. Java: (1144)
The at org. Apache. Coyote. Http11. Http11InputBuffer. The fill (Http11InputBuffer. Java: 735)
The at org. Apache. Coyote. Http11. Http11InputBuffer. ParseRequestLine (Http11InputBuffer. Java: 353)
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: (1591)
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)

A spring boot small project, always quote this kind of mistake, also will not affect the normal operation of project, but is to see this kind of error is more irritable, who know how to work out? Package war file into the tomcat server, there is no such an error, in eclipse run spirngboot will have this kind of error! Want to know where is the specific problem?

CodePudding user response:

See errors should socket configuration errors or flow not normally closed

CodePudding user response:

But this project into the tomcat server is not an error...
  • Related