问题:OfficeException: failed to start and connect(三)
场景:重启tomcat服务后,预览系统启动不了
输出日志:启动office组件失败,请检查office组件是否可用
报错:org.artofsolving.jodconverter.office.OfficeException: failed to start and connect
原因三
内容:清除过期缓存条目后可用空间仍不足 - 请考虑增加缓存的最大空间
因为内存空间不足导致部署出现错误,启动不了软件,报启动失败错误。
解决方式三:
在tomcat的conf文件夹下有个context.xml,添加以下内容
<Resources cachingAllowed="true" cacheMaxSize="1000000" />