Tomcat加载Web项目报错:[RMI TCP Connection(3)-127.0.0.1]

报错如下:

29-Jul-2019 17:00:51.336 警告 [RMI TCP Connection(3)-127.0.0.1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/artifacts/fwpg_Web_exploded/WEB-INF/classes/production/fwpg/fwpg/front/staticshow/images/govLogo1.png] to the cache for web application [/wjdc] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
29-Jul-2019 17:00:51.338 警告 [RMI TCP Connection(3)-127.0.0.1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/artifacts/fwpg_Web_exploded/WEB-INF/classes/production/fwpg/fwpg/front/staticshow/images/govpiss.png] to the cache for web application [/wjdc] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
29-Jul-2019 17:00:51.344 警告 [RMI TCP Connection(3)-127.0.0.1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/artifacts/fwpg_Web_exploded/WEB-INF/classes/production/fwpg/fwpg/front/staticshow/images/gov_icon6.png] to the cache for web application [/wjdc] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
29-Jul-2019 17:00:51.344 警告 [RMI TCP Connection(3)-127.0.0.1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/artifacts/fwpg_Web_exploded/WEB-INF/classes/production/fwpg/fwpg/front/staticshow/images/gov_icon7.png] to the cache for web application [/wjdc] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
29-Jul-2019 17:00:51.346 警告 [RMI TCP Connection(3)-127.0.0.1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/artifacts/fwpg_Web_exploded/WEB-INF/classes/production/fwpg/fwpg/front/staticshow/images/gov_iconb3.png] to the cache for web application [/wjdc] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache

解决方法:
是Idea下JDK版本和Tomcat版本冲突:
建议更换tomcat和jdk版本

原先我的tomcat和jdk版本是tomcat-8.0.33 + jdk1.8.0_111,但是包了以上错误,看着心烦,所以致力于将其去掉,最终如愿以偿。
更换后的版本为:tomcat-8.5.32 + jdk1.8.0_66_x64

你可能感兴趣的:(javaweb)