idea 启动启动时 报一大堆红色错误

David宫洪深 2016-10-16 06:27:02
我idea启动项目的时候报一大堆的错误 英文字面意思是说我 :可用的缓存,因为没有足够的空闲空间后将过期的缓存项,考虑增加缓存的最大大小
求大牛帮忙指点

[[color=#FF0000]color=#FF0000]16-Oct-2016 18:19:22.585 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version: Apache Tomcat/8.5.5
16-Oct-2016 18:19:22.586 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built: Aug 31 2016 19:51:16 UTC
16-Oct-2016 18:19:22.586 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number: 8.5.5.0
16-Oct-2016 18:19:22.586 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name: Windows 8
16-Oct-2016 18:19:22.587 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version: 6.2
16-Oct-2016 18:19:22.587 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture: amd64
16-Oct-2016 18:19:22.587 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home: D:\JAVA\JDK1.7\jre
16-Oct-2016 18:19:22.587 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version: 1.7.0_07-b10
16-Oct-2016 18:19:22.587 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor: Oracle Corporation
16-Oct-2016 18:19:22.587 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE: C:\Users\m1867\.IntelliJIdea2016.2\system\tomcat\Unnamed_yjtxcore
16-Oct-2016 18:19:22.587 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME: D:\apache-tomcat-8.5.5
16-Oct-2016 18:19:22.587 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:62918,suspend=y,server=n
16-Oct-2016 18:19:22.587 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcom.sun.management.jmxremote=
16-Oct-2016 18:19:22.587 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcom.sun.management.jmxremote.port=1099
16-Oct-2016 18:19:22.588 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcom.sun.management.jmxremote.ssl=false
16-Oct-2016 18:19:22.588 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcom.sun.management.jmxremote.authenticate=false
16-Oct-2016 18:19:22.588 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.rmi.server.hostname=127.0.0.1
16-Oct-2016 18:19:22.588 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
16-Oct-2016 18:19:22.588 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=C:\Users\m1867\.IntelliJIdea2016.2\system\tomcat\Unnamed_yjtxcore\conf\logging.properties
16-Oct-2016 18:19:22.588 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
16-Oct-2016 18:19:22.589 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=C:\Users\m1867\.IntelliJIdea2016.2\system\tomcat\Unnamed_yjtxcore
16-Oct-2016 18:19:22.589 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=D:\apache-tomcat-8.5.5

16-Oct-2016 18:19:22.589 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=D:\apache-tomcat-8.5.5\temp
16-Oct-2016 18:19:22.589 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent Loaded APR based Apache Tomcat Native library 1.2.8 using APR version 1.5.2.
16-Oct-2016 18:19:22.589 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
16-Oct-2016 18:19:22.589 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]
16-Oct-2016 18:19:23.606 INFO [main] org.apache.catalina.core.AprLifecycleListener.initializeSSL OpenSSL successfully initialized (OpenSSL 1.0.2h 3 May 2016)
16-Oct-2016 18:19:23.723 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-8080"]
16-Oct-2016 18:19:23.739 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
16-Oct-2016 18:19:23.742 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]
16-Oct-2016 18:19:23.744 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
16-Oct-2016 18:19:23.745 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 1566 ms
16-Oct-2016 18:19:23.772 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service Catalina
16-Oct-2016 18:19:23.772 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.5.5
16-Oct-2016 18:19:23.781 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler [http-nio-8080]
16-Oct-2016 18:19:23.788 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler [ajp-nio-8009]
16-Oct-2016 18:19:23.790 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 44 ms
Connected to server
[2016-10-16 06:19:23,991] Artifact yjtx-web-wygl:war exploded: Artifact is being deployed, please wait...
16-Oct-2016 18:19:24.113 WARNING [RMI TCP Connection(3)-127.0.0.1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/spring-data-redis-1.1.1.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
16-Oct-2016 18:19:24.114 WARNING [RMI TCP Connection(3)-127.0.0.1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/spring-integration-kafka-1.3.0.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
16-Oct-2016 18:19:24.115 WARNING [RMI TCP Connection(3)-127.0.0.1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/spring-jdbc-4.1.0.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
16-Oct-2016 18:19:24.115 WARNING [RMI TCP Connection(3)-127.0.0.1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/spring-messaging-4.1.6.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
16-Oct-2016 18:19:24.116 WARNING [RMI TCP Connection(3)-127.0.0.1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/spring-retry-1.1.1.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
16-Oct-2016 18:19:24.116 WARNING [RMI TCP Connection(3)-127.0.0.1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/spring-tx-4.1.0.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
16-Oct-2016 18:19:24.117 WARNING [RMI TCP Connection(3)-127.0.0.1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/sslext-1.2-0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
16-Oct-2016 18:19:24.118 WARNING [RMI TCP Connection(3)-127.0.0.1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/struts-core-1.3.8.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
16-Oct-2016 18:19:24.118 WARNING [RMI TCP Connection(3)-127.0.0.1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/struts-taglib-1.3.8.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
16-Oct-2016 18:19:24.119 WARNING [RMI TCP Connection(3)-127.0.0.1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/struts-tiles-1.3.8.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
16-Oct-2016 18:19:24.119 WARNING [RMI TCP Connection(3)-127.0.0.1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/velocity-1.7.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache

...全文
687 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
David宫洪深 2016-10-17
  • 打赏
  • 举报
回复
能再准却些吗 是那个地方出错 tomcat还是jdk
hero.fei 2016-10-16
  • 打赏
  • 举报
回复
重新安装Tomcat和jdk

67,513

社区成员

发帖
与我相关
我的任务
社区描述
J2EE只是Java企业应用。我们需要一个跨J2SE/WEB/EJB的微容器,保护我们的业务核心组件(中间件),以延续它的生命力,而不是依赖J2SE/J2EE版本。
社区管理员
  • Java EE
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧