
异常记录
Ngau_Hung
\47540\47354\73204\101261\110035\52345\53336\63545\52546\177414\110715\62660\57425\114206\47343\74001\56112
展开
-
FTP 文件上传过程出现 Socket Close 异常
问题原因这是项目中目前的版本 commons-net-3.0.jar 源码发现在这里,把输出流关闭了,然后在这里抛出的异常,导致没有return回结果,然后换了个版本: commons-net-3.6.jar就可以了。...原创 2019-03-29 14:16:07 · 2080 阅读 · 1 评论 -
Spring Boot 部署到Tomcat 报错:Could not open ServletContext resource [/*.properties]
Spring Boot 部署到Tomcat 报错:Could not open ServletContext resource [/xx.properties]报错信息:Caused by: java.io.FileNotFoundException: Could not open ServletContext resource [/xx:properties]项目中引入的地方:@Pr...原创 2019-05-16 12:45:41 · 3560 阅读 · 1 评论