tomcat问题求大神解决

八月 01, 2018 3:02:19 下午 org.apache.catalina.core.AprLifecycleListener lifecycleEvent
信息: Loaded APR based Apache Tomcat Native library 1.1.32 using APR version 1.5.1.
八月 01, 2018 3:02:19 下午 org.apache.catalina.core.AprLifecycleListener lifecycleEvent
信息: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
八月 01, 2018 3:02:19 下午 org.apache.catalina.core.AprLifecycleListener initializeSSL
信息: OpenSSL successfully initialized (OpenSSL 1.0.1j 15 Oct 2014)
八月 01, 2018 3:02:20 下午 org.apache.coyote.AbstractProtocol init
信息: Initializing ProtocolHandler ["http-apr-8080"]
八月 01, 2018 3:02:20 下午 org.apache.coyote.AbstractProtocol init
信息: Initializing ProtocolHandler ["ajp-apr-8009"]
八月 01, 2018 3:02:20 下午 org.apache.catalina.startup.Catalina load
信息: Initialization processed in 1243 ms
八月 01, 2018 3:02:20 下午 org.apache.catalina.core.StandardService startInternal
信息: Starting service Catalina
八月 01, 2018 3:02:20 下午 org.apache.catalina.core.StandardEngine startInternal
信息: Starting Servlet Engine: Apache Tomcat/7.0.57
八月 01, 2018 3:02:20 下午 org.apache.catalina.startup.HostConfig deployDescriptor
信息: Deploying configuration descriptor E:\i-flow\apache-tomcat-7.0.57\conf\Catalina\localhost\MatrixManagerOdl.xml
八月 01, 2018 3:02:20 下午 org.apache.catalina.startup.HostConfig deployDescriptor
警告: A docBase E:\i-flow\apache-tomcat-7.0.57\webapps\MatrixManagerOdl inside the host appBase has been specified, and will be ignored
八月 01, 2018 3:02:20 下午 org.apache.catalina.startup.SetContextPropertiesRule begin
警告: [SetContextPropertiesRule]{Context} Setting property 'debug' to '0' did not find a matching property.
八月 01, 2018 3:02:23 下午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/core_rt is already defined
八月 01, 2018 3:02:23 下午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/core is already defined
八月 01, 2018 3:02:23 下午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/core is already defined
八月 01, 2018 3:02:23 下午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/fmt_rt is already defined
八月 01, 2018 3:02:23 下午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/fmt is already defined
八月 01, 2018 3:02:23 下午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/fmt is already defined
八月 01, 2018 3:02:23 下午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/functions is already defined
八月 01, 2018 3:02:23 下午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/permittedTaglibs is already defined
八月 01, 2018 3:02:23 下午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/scriptfree is already defined
八月 01, 2018 3:02:23 下午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/sql_rt is already defined
八月 01, 2018 3:02:23 下午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/sql is already defined
八月 01, 2018 3:02:23 下午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/sql is already defined
八月 01, 2018 3:02:23 下午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/xml_rt is already defined
八月 01, 2018 3:02:23 下午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/xml is already defined
八月 01, 2018 3:02:23 下午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/xml is already defined
2018-08-01 15:02:23,889 localhost-startStop-1 ERROR appender RollingFile has no parameter that matches element SizeBasedTriggeringPolicy
log4j:WARN No appenders could be found for logger (org.springframework.web.context.ContextLoader).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Wed Aug 01 15:02:25 CST 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection mus
t be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly
disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
java.lang.NullPointerException
        at java.net.URI$Parser.parse(URI.java:3042)
        at java.net.URI.<init>(URI.java:588)
        at java.net.URI.create(URI.java:850)
        at org.apache.http.client.methods.HttpGet.<init>(HttpGet.java:69)
        at com.util.HttpClientUtil.get(HttpClientUtil.java:324)
        at com.dayang.plugin.Switcher.getTopology(Switcher.java:115)
        at com.dayang.plugin.Switcher.<clinit>(Switcher.java:93)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
        at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:147)
        at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:89)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1088)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1040)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:505)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
        at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
        at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:229)
        at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:725)
        at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757)
        at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
        at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:403)
        at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:306)
        at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:106)
        at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4994)
        at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5492)
        at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
        at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
        at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
        at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:649)
        at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:672)
        at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1859)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
Wed Aug 01 15:02:27 CST 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection mus
t be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly
disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
八月 01, 2018 3:02:27 下午 org.apache.catalina.core.StandardContext startInternal
严重: Error listenerStart
八月 01, 2018 3:02:27 下午 org.apache.catalina.core.StandardContext startInternal
严重: Context [/MatrixManagerOdl] startup failed due to previous errors
八月 01, 2018 3:02:28 下午 org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc
严重: The web application [/MatrixManagerOdl] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Dr
iver has been forcibly unregistered.
八月 01, 2018 3:02:28 下午 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
严重: The web application [/MatrixManagerOdl] appears to have started a thread named [Abandoned connection cleanup thread] but has failed to stop it. This is very likely to create a memory leak.
八月 01, 2018 3:02:28 下午 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
严重: The web application [/MatrixManagerOdl] appears to have started a thread named [schedulerFactory_Worker-1] but has failed to stop it. This is very likely to create a memory leak.
八月 01, 2018 3:02:28 下午 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
严重: The web application [/MatrixManagerOdl] appears to have started a thread named [schedulerFactory_Worker-2] but has failed to stop it. This is very likely to create a memory leak.
八月 01, 2018 3:02:28 下午 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
严重: The web application [/MatrixManagerOdl] appears to have started a thread named [schedulerFactory_Worker-3] but has failed to stop it. This is very likely to create a memory leak.
八月 01, 2018 3:02:28 下午 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
严重: The web application [/MatrixManagerOdl] appears to have started a thread named [schedulerFactory_Worker-4] but has failed to stop it. This is very likely to create a memory leak.
八月 01, 2018 3:02:28 下午 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
严重: The web application [/MatrixManagerOdl] appears to have started a thread named [schedulerFactory_Worker-5] but has failed to stop it. This is very likely to create a memory leak.
八月 01, 2018 3:02:28 下午 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
严重: The web application [/MatrixManagerOdl] appears to have started a thread named [Quartz Scheduler [schedulerFactory]] but has failed to stop it. This is very likely to create a memory leak.
八月 01, 2018 3:02:28 下午 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
严重: The web application [/MatrixManagerOdl] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@14d957ef]) and a value of
 type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
八月 01, 2018 3:02:28 下午 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
严重: The web application [/MatrixManagerOdl] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@14d957ef]) and a value of
 type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
八月 01, 2018 3:02:28 下午 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
严重: The web application [/MatrixManagerOdl] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@14d957ef]) and a value of
 type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
八月 01, 2018 3:02:28 下午 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
严重: The web application [/MatrixManagerOdl] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@14d957ef]) and a value of
 type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
八月 01, 2018 3:02:28 下午 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
严重: The web application [/MatrixManagerOdl] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@14d957ef]) and a value of
 type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
八月 01, 2018 3:02:28 下午 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
严重: The web application [/MatrixManagerOdl] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@14d957ef]) and a value of
 type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
八月 01, 2018 3:02:28 下午 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
严重: The web application [/MatrixManagerOdl] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@14d957ef]) and a value of
 type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
八月 01, 2018 3:02:28 下午 org.apache.catalina.startup.HostConfig deployDescriptor
信息: Deployment of configuration descriptor E:\i-flow\apache-tomcat-7.0.57\conf\Catalina\localhost\MatrixManagerOdl.xml has finished in 7,979 ms
八月 01, 2018 3:02:28 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deploying web application directory E:\i-flow\apache-tomcat-7.0.57\webapps\docs
八月 01, 2018 3:02:28 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deployment of web application directory E:\i-flow\apache-tomcat-7.0.57\webapps\docs has finished in 84 ms
八月 01, 2018 3:02:28 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deploying web application directory E:\i-flow\apache-tomcat-7.0.57\webapps\examples
八月 01, 2018 3:02:28 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deployment of web application directory E:\i-flow\apache-tomcat-7.0.57\webapps\examples has finished in 229 ms
八月 01, 2018 3:02:28 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deploying web application directory E:\i-flow\apache-tomcat-7.0.57\webapps\host-manager
八月 01, 2018 3:02:28 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deployment of web application directory E:\i-flow\apache-tomcat-7.0.57\webapps\host-manager has finished in 45 ms
八月 01, 2018 3:02:28 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deploying web application directory E:\i-flow\apache-tomcat-7.0.57\webapps\manager
八月 01, 2018 3:02:28 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deployment of web application directory E:\i-flow\apache-tomcat-7.0.57\webapps\manager has finished in 44 ms
八月 01, 2018 3:02:28 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deploying web application directory E:\i-flow\apache-tomcat-7.0.57\webapps\ROOT
八月 01, 2018 3:02:28 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deployment of web application directory E:\i-flow\apache-tomcat-7.0.57\webapps\ROOT has finished in 37 ms
八月 01, 2018 3:02:28 下午 org.apache.coyote.AbstractProtocol start
信息: Starting ProtocolHandler ["http-apr-8080"]
八月 01, 2018 3:02:28 下午 org.apache.coyote.AbstractProtocol start
信息: Starting ProtocolHandler ["ajp-apr-8009"]
八月 01, 2018 3:02:28 下午 org.apache.catalina.startup.Catalina start
信息: Server startup in 8498 ms
Exception in thread "Quartz Scheduler [schedulerFactory]" org.springframework.scheduling.SchedulingException: Could not start Quartz Scheduler after delay; nested exception is org.quartz.SchedulerExce
ption: The Scheduler cannot be restarted after shutdown() has been called.
        at org.springframework.scheduling.quartz.SchedulerFactoryBean$1.run(SchedulerFactoryBean.java:671)
Caused by: org.quartz.SchedulerException: The Scheduler cannot be restarted after shutdown() has been called.
        at org.quartz.core.QuartzScheduler.start(QuartzScheduler.java:557)
        at org.quartz.impl.StdScheduler.start(StdScheduler.java:142)
        at org.springframework.scheduling.quartz.SchedulerFactoryBean$1.run(SchedulerFactoryBean.java:668)
八月 01, 2018 3:02:30 下午 org.apache.catalina.loader.WebappClassLoader findResourceInternal
信息: Illegal access: this web application instance has been stopped already.  Could not load .  The eventual following stack trace is caused by an error thrown for debugging purposes as well as to at
tempt to terminate the thread which caused the illegal access, and has no functional impact.
 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值