主题 : tomcat启动时报错,tomcat8.5,jeecmsV8.1,jdk1.8
级别: 童生
UID: 112546
积分:20 加为好友
威望: 1 精华: 0
主题:2 回复:14
注册时间:2017-04-17
在线时长:0
1#   发表于:2017-06-20 13:00:26  IP:219.211.*.*
严重: A child container failed during start
java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/jeecmsV8]]
at java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.util.concurrent.FutureTask.get(FutureTask.java:192)
at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:914)
at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:890)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:152)
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1406)
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1396)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/jeecmsV8]]
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:158)
... 6 more
Caused by: java.lang.NoClassDefFoundError: LFilterConfig;
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Class.java:2583)
at java.lang.Class.getDeclaredFields(Class.java:1916)
at org.apache.catalina.util.Introspection.getDeclaredFields(Introspection.java:110)
at org.apache.catalina.startup.WebAnnotationSet.loadFieldsAnnotation(WebAnnotationSet.java:262)
at org.apache.catalina.startup.WebAnnotationSet.loadApplicationFilterAnnotations(WebAnnotationSet.java:108)
at org.apache.catalina.startup.WebAnnotationSet.loadApplicationAnnotations(WebAnnotationSet.java:65)
at org.apache.catalina.startup.ContextConfig.applicationAnnotationsConfig(ContextConfig.java:327)
at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:774)
at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:298)
at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:94)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5092)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:152)
... 6 more
Caused by: java.lang.ClassNotFoundException: FilterConfig
at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1299)
at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1133)
... 19 more

六月 20, 2017 12:50:45 下午 org.apache.catalina.core.ContainerBase startInternal
严重: A child container failed during start
java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost]]
at java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.util.concurrent.FutureTask.get(FutureTask.java:192)
at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:914)
at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:262)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:152)
at org.apache.catalina.core.StandardService.startInternal(StandardService.java:422)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:152)
at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:791)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:152)
at org.apache.catalina.startup.Catalina.start(Catalina.java:655)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:355)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:495)
Caused by: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost]]
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:158)
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1406)
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1396)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.catalina.LifecycleException: A child container failed during start
at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:922)
at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:890)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:152)
... 6 more

六月 20, 2017 12:50:45 下午 org.apache.catalina.startup.Catalina start
严重: The required Server component failed to start so Tomcat is unable to start.
org.apache.catalina.LifecycleException: Failed to start component [StandardServer[8005]]
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:158)
at org.apache.catalina.startup.Catalina.start(Catalina.java:655)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:355)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:495)
Caused by: org.apache.catalina.LifecycleException: Failed to start component [StandardService[Catalina]]
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:158)
at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:791)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:152)
... 7 more
Caused by: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina]]
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:158)
at org.apache.catalina.core.StandardService.startInternal(StandardService.java:422)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:152)
... 9 more
Caused by: org.apache.catalina.LifecycleException: A child container failed during start
at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:922)
at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:262)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:152)
... 11 more

六月 20, 2017 12:50:45 下午 org.apache.coyote.AbstractProtocol pause
信息: Pausing ProtocolHandler ["http-nio-8080"]
六月 20, 2017 12:50:45 下午 org.apache.coyote.AbstractProtocol pause
信息: Pausing ProtocolHandler ["ajp-nio-8009"]
六月 20, 2017 12:50:45 下午 org.apache.catalina.core.StandardService stopInternal
信息: Stopping service Catalina
六月 20, 2017 12:50:45 下午 org.apache.coyote.AbstractProtocol destroy
信息: Destroying ProtocolHandler ["http-nio-8080"]
六月 20, 2017 12:50:45 下午 org.apache.coyote.AbstractProtocol destroy
严重: Failed to destroy end point associated with ProtocolHandler ["http-nio-8080"]
java.lang.NullPointerException
at org.apache.tomcat.util.net.NioEndpoint.releaseCaches(NioEndpoint.java:206)
at org.apache.tomcat.util.net.NioEndpoint.unbind(NioEndpoint.java:352)
at org.apache.tomcat.util.net.AbstractEndpoint.destroy(AbstractEndpoint.java:865)
at org.apache.coyote.AbstractProtocol.destroy(AbstractProtocol.java:634)
at org.apache.catalina.connector.Connector.destroyInternal(Connector.java:1072)
at org.apache.catalina.util.LifecycleBase.destroy(LifecycleBase.java:302)
at org.apache.catalina.core.StandardService.destroyInternal(StandardService.java:571)
at org.apache.catalina.util.LifecycleBase.destroy(LifecycleBase.java:302)
at org.apache.catalina.core.StandardServer.destroyInternal(StandardServer.java:881)
at org.apache.catalina.util.LifecycleBase.destroy(LifecycleBase.java:302)
at org.apache.catalina.startup.Catalina.start(Catalina.java:659)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:355)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:495)

六月 20, 2017 12:50:45 下午 org.apache.coyote.AbstractProtocol destroy
信息: Destroying ProtocolHandler ["ajp-nio-8009"]
六月 20, 2017 12:50:45 下午 org.apache.coyote.AbstractProtocol destroy
严重: Failed to destroy end point associated with ProtocolHandler ["ajp-nio-8009"]
java.lang.NullPointerException
at org.apache.tomcat.util.net.NioEndpoint.releaseCaches(NioEndpoint.java:206)
at org.apache.tomcat.util.net.NioEndpoint.unbind(NioEndpoint.java:352)
at org.apache.tomcat.util.net.AbstractEndpoint.destroy(AbstractEndpoint.java:865)
at org.apache.coyote.AbstractProtocol.destroy(AbstractProtocol.java:634)
at org.apache.catalina.connector.Connector.destroyInternal(Connector.java:1072)
at org.apache.catalina.util.LifecycleBase.destroy(LifecycleBase.java:302)
at org.apache.catalina.core.StandardService.destroyInternal(StandardService.java:571)
at org.apache.catalina.util.LifecycleBase.destroy(LifecycleBase.java:302)
at org.apache.catalina.core.StandardServer.destroyInternal(StandardServer.java:881)
at org.apache.catalina.util.LifecycleBase.destroy(LifecycleBase.java:302)
at org.apache.catalina.startup.Catalina.start(Catalina.java:659)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:355)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:495)
级别: 版主
UID: 70293
积分:78391 加为好友
威望: 1 精华: 0
主题:7 回复:68397
注册时间:2014-12-03
在线时长:0
2#   发表于:2017-06-20 13:01:56  IP:182.218.*.*
上面还有别的报错吗
1
级别: 童生
UID: 112546
积分:20 加为好友
威望: 1 精华: 0
主题:2 回复:14
注册时间:2017-04-17
在线时长:0
3#   发表于:2017-06-20 13:02:59  IP:219.211.*.*
tomcat应该没问题,可以启动,不知道什么原因
级别: 版主
UID: 70293
积分:78391 加为好友
威望: 1 精华: 0
主题:7 回复:68397
注册时间:2014-12-03
在线时长:0
4#   发表于:2017-06-20 13:03:44  IP:182.218.*.*
上面还有别的报错吗
1
级别: 童生
UID: 112546
积分:20 加为好友
威望: 1 精华: 0
主题:2 回复:14
注册时间:2017-04-17
在线时长:0
5#   发表于:2017-06-20 13:03:59  IP:219.211.*.*
回复第2楼六月 20, 2017 12:50:35 下午 org.apache.tomcat.util.digester.SetPropertiesRule begin
警告: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:jeecmsV8' did not find a matching property.
六月 20, 2017 12:50:35 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Server version:        Apache Tomcat/8.0.0
六月 20, 2017 12:50:35 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Server built:          Mar 17 2016 14:47:27 UTC
六月 20, 2017 12:50:35 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Server number:         8.5.0.0
六月 20, 2017 12:50:35 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: OS Name:               Windows 7
六月 20, 2017 12:50:35 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: OS Version:            6.1
六月 20, 2017 12:50:35 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Architecture:          amd64
六月 20, 2017 12:50:35 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Java Home:             C:\Program Files\Java\jdk1.8.0_121\jre
六月 20, 2017 12:50:35 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: JVM Version:           1.8.0_121-b13
六月 20, 2017 12:50:35 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: JVM Vendor:            Oracle Corporation
六月 20, 2017 12:50:35 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: CATALINA_BASE:         D:\workspace_jeecms\.metadata\.plugins\org.eclipse.wst.server.core\tmp1
六月 20, 2017 12:50:35 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: CATALINA_HOME:         C:\Program Files\Apache Software Foundation\Tomcat 8.5
六月 20, 2017 12:50:35 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Dcatalina.base=D:\workspace_jeecms\.metadata\.plugins\org.eclipse.wst.server.core\tmp1
六月 20, 2017 12:50:35 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Dcatalina.home=C:\Program Files\Apache Software Foundation\Tomcat 8.5
六月 20, 2017 12:50:35 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Dwtp.deploy=D:\workspace_jeecms\.metadata\.plugins\org.eclipse.wst.server.core\tmp1\wtpwebapps
六月 20, 2017 12:50:35 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Djava.endorsed.dirs=C:\Program Files\Apache Software Foundation\Tomcat 8.5\endorsed
六月 20, 2017 12:50:35 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Dfile.encoding=GBK
六月 20, 2017 12:50:35 下午 org.apache.catalina.core.AprLifecycleListener lifecycleEvent
信息: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jdk1.8.0_121\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:/Program Files/Java/jre1.8.0_121/bin/server;C:/Program Files/Java/jre1.8.0_121/bin;C:/Program Files/Java/jre1.8.0_121/lib/amd64;E:\app\admin\product\12.1.0\dbhome_1\bin;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\NetSarang;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Java\jdk1.6.0_43;C:\Program Files\Java\jdk1.8.0_121;\bin;C:\Program Files\Java\jdk1.6.0_43;C:\Program Files\Java\jdk1.8.0_121;\jre\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files\MySQL\MySQL Utilities 1.6\;C:\Program Files\MySQL\MySQL Server 5.7\bin;;D:\eclipse;;.
六月 20, 2017 12:50:36 下午 org.apache.coyote.AbstractProtocol init
信息: Initializing ProtocolHandler ["http-nio-8080"]
六月 20, 2017 12:50:36 下午 org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
信息: Using a shared selector for servlet write/read
六月 20, 2017 12:50:36 下午 org.apache.coyote.AbstractProtocol init
信息: Initializing ProtocolHandler ["ajp-nio-8009"]
六月 20, 2017 12:50:36 下午 org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
信息: Using a shared selector for servlet write/read
六月 20, 2017 12:50:36 下午 org.apache.catalina.startup.Catalina load
信息: Initialization processed in 1856 ms
六月 20, 2017 12:50:36 下午 org.apache.catalina.core.StandardService startInternal
信息: Starting service Catalina
六月 20, 2017 12:50:36 下午 org.apache.catalina.core.StandardEngine startInternal
信息: Starting Servlet Engine: Apache Tomcat/8.0.0
六月 20, 2017 12:50:37 下午 org.apache.catalina.webresources.Cache getResource
警告: Unable to add the resource at [/WEB-INF/classes] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
六月 20, 2017 12:50:37 下午 org.apache.catalina.webresources.Cache getResource
警告: Unable to add the resource at [/WEB-INF/web.xml] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
六月 20, 2017 12:50:37 下午 org.apache.catalina.webresources.Cache getResource
警告: Unable to add the resource at [/WEB-INF/web.xml] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
六月 20, 2017 12:50:37 下午 org.apache.catalina.webresources.Cache getResource
警告: Unable to add the resource at [/WEB-INF/classes] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
六月 20, 2017 12:50:37 下午 org.apache.catalina.webresources.Cache getResource
警告: Unable to add the resource at [/WEB-INF/classes/ehcache.xml] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
六月 20, 2017 12:50:37 下午 org.apache.catalina.webresources.Cache getResource
警告: Unable to add the resource at [/WEB-INF/classes/logback.xml] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
六月 20, 2017 12:50:37 下午 org.apache.catalina.webresources.Cache getResource
警告: Unable to add the resource at [/WEB-INF/classes/com/jeecms/cms] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
六月 20, 2017 12:50:37 下午 org.apache.catalina.webresources.Cache getResource
警告: Unable to add the resource at [/WEB-INF/classes/com/jeecms/common] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
六月 20, 2017 12:50:37 下午 org.apache.catalina.webresources.Cache getResource
警告: Unable to add the resource at [/WEB-INF/classes/com/jeecms/core] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
六月 20, 2017 12:50:37 下午 org.apache.catalina.webresources.Cache getResource
警告: Unable to add the resource at [/WEB-INF/classes/com/jeecms/cms/action] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
六月 20, 2017 12:50:37 下午 org.apache.catalina.webresources.Cache getResource
警告: Unable to add the resource at [/WEB-INF/classes/com/jeecms/cms/api] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
六月 20, 2017 12:50:37 下午 org.apache.catalina.webresources.Cache getResource
警告: Unable to add the resource at [/WEB-INF/classes/com/jeecms/cms/dao] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
六月 20, 2017 12:50:37 下午 org.apache.catalina.webresources.Cache getResource
警告: Unable to add the resource at [/WEB-INF/classes/com/jeecms/cms/entity] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
六月 20, 2017 12:50:37 下午 org.apache.catalina.webresources.Cache getResource
警告: Unable to add the resource at [/WEB-INF/classes/com/jeecms/cms/lucene] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
六月 20, 2017 12:50:37 下午 org.apache.catalina.webresources.Cache getResource
警告: Unable to add the resource at [/WEB-INF/classes/com/jeecms/cms/manager] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
六月 20, 2017 12:50:37 下午 org.apache.catalina.webresources.Cache getResource
警告: Unable to add the resource at [/WEB-INF/classes/com/jeecms/cms/service] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
六月 20, 2017 12:50:37 下午 org.apache.catalina.webresources.Cache getResource
警告: Unable to add the resource at [/WEB-INF/classes/com/jeecms/cms/staticpage] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
六月 20, 2017 12:50:37 下午 org.apache.catalina.webresources.Cache getResource
警告: Unable to add the resource at [/WEB-INF/classes/com/jeecms/cms/statistic] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
六月 20, 2017 12:50:37 下午 org.apache.catalina.webresources.Cache getResource
警告: Unable to add the resource at [/WEB-INF/classes/com/jeecms/cms/task] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
六月 20, 2017 12:50:37 下午 org.apache.catalina.webresources.Cache getResource
警告: Unable to add the resource at [/WEB-INF/classes/com/jeecms/cms/template] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
六月 20, 2017 12:50:37 下午 org.apache.catalina.webresources.Cache getResource
警告: Unable to add the resource at [/WEB-INF/classes/com/jeecms/cms/ueditor] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
六月 20, 2017 12:50:37 下午 org.apache.catalina.webresources.Cache getResource
警告: Unable to add the resource at [/WEB-INF/classes/com/jeecms/cms/web] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
六月 20, 2017 12:50:37 下午 org.apache.catalina.webresources.Cache getResource
警告: Unable to add the resource at [/WEB-INF/classes/com/jeecms/cms/webservices] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
六月 20, 2017 12:50:37 下午 org.apache.catalina.webresources.Cache getResource
警告: Unable to add the resource at [/WEB-INF/classes/com/jeecms/cms/action/admin] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
六月 20, 2017 12:50:37 下午 org.apache.catalina.webresources.Cache getResource
警告: Unable to add the resource at [/WEB-INF/classes/com/jeecms/cms/action/directive] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
六月 20, 2017 12:50:37 下午 org.apache.catalina.webresources.Cache getResource
警告: Unable to add the resource at [/WEB-INF/classes/com/jeecms/cms/action/front] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
六月 20, 2017 12:50:37 下午 org.apache.catalina.webresources.Cache getResource
警告: Unable to add the resource at [/WEB-INF/classes/com/jeecms/cms/action/member] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
六月 20, 2017 12:50:37 下午 org.apache.catalina.webresources.Cache getResource
警告: Unable to add the resource at [/WEB-INF/classes/com/jeecms/cms/action/admin/assist] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
六月 20, 2017 12:50:37 下午 org.apache.catalina.webresources.Cache getResource
警告: Unable to add the resource at [/WEB-INF/classes/com/jeecms/cms/action/admin/main] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
六月 20, 2017 12:50:37 下午 org.apache.catalina.webresources.Cache getResource
警告: Unable to add the resource at [/WEB-INF/classes/com/jeecms/cms/action/directive/abs] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
六月 20, 2017 12:50:37 下午 org.apache.catalina.webresources.Cache getResource
警告: Unable to add the resource at [/WEB-INF/classes/com/jeecms/cms/api/test] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
六月 20, 2017 12:50:37 下午 org.apache.catalina.webresources.Cache getResource
警告: Unable to add the resource at [/WEB-INF/classes/com/jeecms/cms/dao/assist] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
六月 20, 2017 12:50:37 下午 org.apache.catalina.webresources.Cache getResource
警告: Unable to add the resource at [/WEB-INF/classes/com/jeecms/cms/dao/main] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
六月 20, 2017 12:50:37 下午 org.apache.catalina.webresources.Cache getResource
警告: Unable to add the resource at [/WEB-INF/classes/com/jeecms/cms/dao/assist/impl] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
六月 20, 2017 12:50:37 下午 org.apache.catalina.webresources.Cache getResource
警告: Unable to add the resource at [/WEB-INF/classes/com/jeecms/cms/dao/main/impl] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
六月 20, 2017 12:50:37 下午 org.apache.catalina.webresources.Cache getResource
警告: Unable to add the resource at [/WEB-INF/classes/com/jeecms/cms/entity/assist] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
六月 20, 2017 12:50:37 下午 org.apache.catalina.webresources.Cache getResource
警告: Unable to add the resource at [/WEB-INF/classes/com/jeecms/cms/entity/back] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
六月 20, 2017 12:50:37 下午 org.apache.catalina.webresources.Cache getResource
警告: Unable to add the resource at [/WEB-INF/classes/com/jeecms/cms/entity/main] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
六月 20, 2017 12:50:37 下午 org.apache.catalina.webresources.Cache getResource
警告: Unable to add the resource at [/WEB-INF/classes/com/jeecms/cms/entity/assist/base] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
六月 20, 2017 12:50:37 下午 org.apache.catalina.webresources.Cache getResource
警告: Unable to add the resource at [/WEB-INF/classes/com/jeecms/cms/entity/assist/hbm] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
六月 20, 2017 12:50:37 下午 org.apache.catalina.webresources.Cache getResource
警告: Unable to add the resource at [/WEB-INF/classes/com/jeecms/cms/entity/assist/hbm/common] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
六月 20, 2017 12:50:37 下午 org.apache.catalina.webresources.Cache getResource
警告: Unable to add the resource at [/WEB-INF/classes/com/jeecms/cms/entity/assist/hbm/common/CmsAccountDraw.hbm.xml] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
六月 20, 2017 12:50:37 下午 org.apache.catalina.webresources.Cache getResource
警告: Unable to add the resource at [/WEB-INF/classes/com/jeecms/cms/entity/assist/hbm/common/CmsAccountPay.hbm.xml] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
六月 20, 2017 12:50:37 下午 org.apache.catalina.webresources.Cache getResource
警告: Unable to add the resource at [/WEB-INF/classes/com/jeecms/cms/entity/assist/hbm/common/CmsAcquisition.hbm.xml] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
六月 20, 2017 12:50:37 下午 org.apache.catalina.webresources.Cache getResource
警告: Unable to add the resource at [/WEB-INF/classes/com/jeecms/cms/entity/assist/hbm/common/CmsAcquisitionHistory.hbm.xml] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
六月 20, 2017 12:50:37 下午 org.apache.catalina.webresources.Cache getResource
警告: Unable to add the resource at [/WEB-INF/classes/com/jeecms/cms/entity/assist/hbm/common/CmsAcquisitionTemp.hbm.xml] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
六月 20, 2017 12:50:37 下午 org.apache.catalina.webresources.Cache getResource
警告: Unable to add the resource at [/WEB-INF/classes/com/jeecms/cms/entity/assist/hbm/common/CmsAdvertising.hbm.xml] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
六月 20, 2017 12:50:37 下午 org.apache.catalina.webresources.Cache getResource
警告: Unable to add the resource at [/WEB-INF/classes/com/jeecms/cms/entity/assist/hbm/common/CmsAdvertisingSpace.hbm.xml] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
六月 20, 2017 12:50:37 下午 org.apache.catalina.webresources.Cache getResource
警告: Unable to add the resource at [/WEB-INF/classes/com/jeecms/cms/entity/assist/hbm/common/CmsComment.hbm.xml] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
六月 20, 2017 12:50:37 下午 org.apache.catalina.webresources.Cache getResource
警告: Unable to add the resource at [/WEB-INF/classes/com/jeecms/cms/entity/assist/hbm/common/CmsCommentExt.hbm.xml] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
六月 20, 2017 12:50:37 下午 org.apache.catalina.webresources.Cache getResource
级别: 版主
UID: 70293
积分:78391 加为好友
威望: 1 精华: 0
主题:7 回复:68397
注册时间:2014-12-03
在线时长:0
6#   发表于:2017-06-20 13:04:51  IP:182.218.*.*
用源码包还是部署包部署的,说下部署步骤
1
级别: 总版主
UID: 10736
积分:149787 加为好友
威望: 212 精华: 42
主题:297 回复:127674
注册时间:2010-09-08
在线时长:90.1
7#   发表于:2017-06-20 13:05:19  IP:182.218.*.*
jdk版本换成1.7的再部署试试
路漫漫其修远兮,吾将上下而求索!
级别: 童生
UID: 112546
积分:20 加为好友
威望: 1 精华: 0
主题:2 回复:14
注册时间:2017-04-17
在线时长:0
8#   发表于:2017-06-20 13:08:39  IP:219.211.*.*
回复第6楼用的源码包,
新建工程Dynamic Web Project
把解压后的src,WebContent文件夹覆盖过来的
级别: 版主
UID: 70293
积分:78391 加为好友
威望: 1 精华: 0
主题:7 回复:68397
注册时间:2014-12-03
在线时长:0
9#   发表于:2017-06-20 13:09:33  IP:182.218.*.*
有没有建库和改jdbc文件
1
级别: 童生
UID: 112546
积分:20 加为好友
威望: 1 精华: 0
主题:2 回复:14
注册时间:2017-04-17
在线时长:0
10#   发表于:2017-06-20 13:12:31  IP:219.211.*.*
回复第9楼
建过了,jdbc配置也改了
本地库 mysql

#mysql\u914d\u7f6e
jdbc.driverClassName=com.mysql.jdbc.Driver
jdbc.url=jdbc:mysql://127.0.0.1:3306/cmsdb?characterEncoding=UTF-8
jdbc.username=admin
jdbc.password=password

hibernate.db=mysql
hibernate.dialect=org.hibernate.dialect.MySQL5Dialect

#mysql\u914d\u7f6e
hibernate.hbm.jeecms.core=classpath*:/com/jeecms/core/entity/hbm/common/*.hbm.xml
hibernate.hbm.jeecms.cms=classpath*:/com/jeecms/cms/entity/main/hbm/common/*.hbm.xml
hibernate.hbm.jeecms.assist=classpath*:/com/jeecms/cms/entity/assist/hbm/common/*.hbm.xml

cpool.checkoutTimeout=5000
cpool.minPoolSize=20
cpool.maxPoolSize=50

cpool.maxIdleTime=7200
cpool.maxIdleTimeExcessConnections=1800
cpool.acquireIncrement=10
1 2 > >| 共2页