Home > Back-end >  Springboot project line error after running for a long time
Springboot project line error after running for a long time

Time:09-19

Java. IO. IOException: The temporary upload location [/TMP/tomcat 5896625223270039870.8001/work/tomcat/localhost/ROOT] is not valid
The at org. Apache. Catalina. Connector. Request. ParseParts (Request. Java: 2839) ~ [tomcat embed - core - 8.5.23. Jar!/: 8.5.23]
The at org. Apache. Catalina. Connector. Request. ParseParameters (Request. Java: 3211) ~ [tomcat embed - core - 8.5.23. Jar!/: 8.5.23]
The at org. Apache. Catalina. Connector. Request. The getParameter (Request. Java: 1137) ~ [tomcat embed - core - 8.5.23. Jar!/: 8.5.23]
The at org. Apache. Catalina. Connector. RequestFacade. GetParameter (RequestFacade. Java: 381) ~ [tomcat embed - core - 8.5.23. Jar!/: 8.5.23]
The at javax.mail. Servlet. ServletRequestWrapper. GetParameter (ServletRequestWrapper. Java: 153) ~ [tomcat embed - core - 8.5.23. Jar!/: 8.5.23]
The at org. Springframework. Web. Filter. HiddenHttpMethodFilter. DoFilterInternal (HiddenHttpMethodFilter. Java: 75) ~ [spring - web - 4.3.13. The jar!/: 4.3.13. RELEASE]
The at org. Springframework. Web. Filter. OncePerRequestFilter. DoFilter (OncePerRequestFilter. Java: 107) ~ [spring - web - 4.3.13. The jar!/: 4.3.13. RELEASE]
The at org. Apache. Catalina. Core. ApplicationFilterChain. InternalDoFilter (ApplicationFilterChain. Java: 193) ~ [tomcat embed - core - 8.5.23. Jar!/: 8.5.23]
The at org. Apache. Catalina. Core. ApplicationFilterChain. DoFilter (ApplicationFilterChain. Java: 166) ~ [tomcat embed - core - 8.5.23. Jar!/: 8.5.23]
The at org. Springframework. The session. Web. HTTP. SessionRepositoryFilter. DoFilterInternal (SessionRepositoryFilter. Java: 167) ~ [spring - the session - 1.3.1. The jar!/: na]
The at org. Springframework. The session. Web. HTTP. OncePerRequestFilter. DoFilter (OncePerRequestFilter. Java: 80) ~ [spring - the session - 1.3.1. The jar!/: na]
The at org. Apache. Catalina. Core. ApplicationFilterChain. InternalDoFilter (ApplicationFilterChain. Java: 193) ~ [tomcat embed - core - 8.5.23. Jar!/: 8.5.23]
The at org. Apache. Catalina. Core. ApplicationFilterChain. DoFilter (ApplicationFilterChain. Java: 166) ~ [tomcat embed - core - 8.5.23. Jar!/: 8.5.23]
The at org. Springframework. Web. Filter. CharacterEncodingFilter. DoFilterInternal (CharacterEncodingFilter. Java: 197) ~ [spring - web - 4.3.13. The jar!/: 4.3.13. RELEASE]
The at org. Springframework. Web. Filter. OncePerRequestFilter. DoFilter (OncePerRequestFilter. Java: 107) ~ [spring - web - 4.3.13. The jar!/: 4.3.13. RELEASE]
The at org. Apache. Catalina. Core. ApplicationFilterChain. InternalDoFilter (ApplicationFilterChain. Java: 193) ~ [tomcat embed - core - 8.5.23. Jar!/: 8.5.23]
The at org. Apache. Catalina. Core. ApplicationFilterChain. DoFilter (ApplicationFilterChain. Java: 166) ~ [tomcat embed - core - 8.5.23. Jar!/: 8.5.23]
The at org. Apache. Catalina. Core. StandardWrapperValve. Invoke (StandardWrapperValve. Java: 199) ~ [tomcat embed - core - 8.5.23. Jar!/: 8.5.23]
The at org. Apache. Catalina. Core. StandardContextValve. Invoke (StandardContextValve. Java: 96) [tomcat embed - core - 8.5.23. Jar!/: 8.5.23]
The at org. Apache. Catalina. The authenticator. AuthenticatorBase. Invoke (AuthenticatorBase. Java: 478) [tomcat embed - core - 8.5.23. Jar!/: 8.5.23]
The at org. Apache. Catalina. Core. StandardHostValve. Invoke (StandardHostValve. Java: 140) [tomcat embed - core - 8.5.23. Jar!/: 8.5.23]
The at org. Apache. Catalina. Valves. ErrorReportValve. Invoke (ErrorReportValve. Java: 81) [tomcat embed - core - 8.5.23. Jar!/: 8.5.23]
The at org. Apache. Catalina. Core. StandardEngineValve. Invoke (StandardEngineValve. Java: 87) [tomcat embed - core - 8.5.23. Jar!/: 8.5.23]
The at org. Apache. Catalina. Connector. CoyoteAdapter. Service (CoyoteAdapter. Java: 342) [tomcat embed - core - 8.5.23. Jar!/: 8.5.23]
The at org. Apache. Coyote. Http11. Http11Processor. Service (Http11Processor. Java: 803) [tomcat embed - core - 8.5.23. Jar!/: 8.5.23]
The at org. Apache. Coyote. AbstractProcessorLight. Process (AbstractProcessorLight. Java: 66) [tomcat embed - core - 8.5.23. Jar!/: 8.5.23]
The at org. Apache. Coyote. AbstractProtocol $ConnectionHandler. Process (AbstractProtocol. Java: 868) [tomcat embed - core - 8.5.23. Jar!/: 8.5.23]
The at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun (NioEndpoint. Java: 1459) [tomcat embed - core - 8.5.23. Jar!/: 8.5.23]
The at org.apache.tomcat.util.net.SocketProcessorBase.run (SocketProcessorBase. Java: 49) [tomcat embed - core - 8.5.23. Jar!/: 8.5.23]
The at Java. Util. Concurrent. ThreadPoolExecutor. RunWorker (ThreadPoolExecutor. Java: 1149) [na: 1.8.0 comes with _212]
The at Java. Util. Concurrent. ThreadPoolExecutor $Worker. The run (ThreadPoolExecutor. Java: 624) [na: 1.8.0 comes with _212]
At org, apache tomcat. Util. Threads. TaskThread $WrappingRunnable. Run (TaskThread. Java: 61) [tomcat embed - core - 8.5.23. Jar!/: 8.5.23]
The at Java. Lang. Thread. The run (Thread. Java: 748) [na: 1.8.0 comes with _212]

CodePudding user response:

File upload using the default temp directory, may be clear,
Temporary directory: define your own server. Tomcat. Basedir=/TMP/tomcat

CodePudding user response:

This very simple question you

CodePudding user response:

Do have met, baidu has solved the later, first came to BBS, can send a card to try
  • Related