tomcat部署 经常会出现这个情况 请问是怎么回事
详细信息
java.lang.RuntimeException: com.fr.cache.exception.AttachmentStoreException: java.io.FileNotFoundException: /home/www/.FineReport90/cache/WebReport/DATA_1532788932999_196/MapCache1532788933000_949 (No such file or directory) at com.fr.cache.factory.AttachmentFileFactory.createFile(Unknown Source) at com.fr.data.cache.AttachmentCacheManagerImpl.addAttachment(Unknown Source) at com.fr.web.AttachmentHelper.addAttachment(Unknown Source) at com.fr.web.AttachmentHelper.addAttachment(Unknown Source) at com.fr.web.utils.WebUtils.object2JSONable(Unknown Source) at com.fr.web.output.html.chwriter.EditableCellWriter.processUnwrappedRawValue(Unknown Source) at com.fr.web.output.html.chwriter.CellHtmlWriter.calculateRawValue(Unknown Source) at com.fr.web.output.html.chwriter.CellHtmlWriter.cell2Tag(Unknown Source) at com.fr.web.core.HTMLWriter.writeCellElement(Unknown Source) at com.fr.web.core.HTMLWriter.writeTr(Unknown Source) at com.fr.web.core.HTMLWriter.writeClip2Html(Unknown Source) at com.fr.web.core.HTMLWriter.clipReport2Html(Unknown Source) at com.fr.web.core.HTMLWriter.clipReport2Html(Unknown Source) at com.fr.web.core.HTMLWriter.clipReport2Html(Unknown Source) at com.fr.web.core.HTMLStreamWriter.clipReport2Html(Unknown Source) at com.fr.web.core.HTMLWriter.clipReport2Html(Unknown Source) at com.fr.web.core.HTMLWriter.clipReport2Html(Unknown Source) at com.fr.web.data.DataAction.generateTableTag(Unknown Source) at com.fr.web.core.A.KD.buildContent(Unknown Source) at com.fr.web.data.DataAction.writeECPane(Unknown Source) at com.fr.web.data.CalculatableAction.readContent(Unknown Source) at com.fr.web.core.A.$B.actionCMD(Unknown Source) at com.fr.web.core.WebActionsDispatcher.dealForActionCMD(Unknown Source) at com.fr.web.core.WebActionsDispatcher.dealForActionDefaultCmd(Unknown Source) at com.fr.web.core.WebActionsDispatcher.dealForActionCMD(Unknown Source) at com.fr.web.core.A.yC.process(Unknown Source) at com.fr.web.core.ReportDispatcher.dealWithOp(Unknown Source) at com.fr.web.core.ReportDispatcher.dealWeblet(Unknown Source) at com.fr.web.core.ReportDispatcher.dealWithRequest(Unknown Source) at com.fr.web.BaseServlet.doGet(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:624) at javax.servlet.http.HttpServlet.service(HttpServlet.java:731) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:218) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:110) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:506) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:445) at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1087) at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:637) at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:316) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:745)Caused by: com.fr.cache.exception.AttachmentStoreException: java.io.FileNotFoundException: /home/www/.FineReport90/cache/WebReport/DATA_1532788932999_196/MapCache1532788933000_949 (No such file or directory) at com.fr.cache.DiskAttachmentFile.storeFile(Unknown Source) ... 51 moreCaused by: java.io.FileNotFoundException: /home/www/.FineReport90/cache/WebReport/DATA_1532788932999_196/MapCache1532788933000_949 (No such file or directory) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.(FileOutputStream.java:221) at java.io.FileOutputStream.(FileOutputStream.java:171) ... 52 more 编辑于 2018-7-28 23:06
编辑于 2018-7-28 23:23