求助org.apache.catalina.core.StandardService - Stopping service [Tomcat]怎么解决大神帮帮忙

springboot项目启动,昨天还好好的,突然就启动不了了。什么配置也没改,对springboot'也不熟悉,有没有大神解决下?谢谢!
  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v2.0.1.RELEASE)

2018-07-25 19:58:54.112 ----> [main] ---> INFO  com.springboot.SpringbootApplication - Starting SpringbootApplication on DESKTOP-CN63J97 with PID 6500 (E:\work\zhjz\target\classes started by lenovo in E:\work\zhjz)
2018-07-25 19:58:54.159 ----> [main] ---> DEBUG com.springboot.SpringbootApplication - Running with Spring Boot v2.0.1.RELEASE, Spring v5.0.5.RELEASE
2018-07-25 19:58:54.159 ----> [main] ---> INFO  com.springboot.SpringbootApplication - The following profiles are active: dev
2018-07-25 19:58:58.902 ----> [main] ---> INFO  org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-9999"]
2018-07-25 19:58:58.931 ----> [main] ---> INFO  org.apache.catalina.core.StandardService - Starting service [Tomcat]
2018-07-25 19:58:58.931 ----> [main] ---> INFO  org.apache.catalina.core.StandardEngine - Starting Servlet Engine: Apache Tomcat/8.5.29
2018-07-25 19:58:58.947 ----> [localhost-startStop-1] ---> INFO  org.apache.catalina.core.AprLifecycleListener - The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [D:\JAVA\jdk-8u162\bin;C:\windows\Sun\Java\bin;C:\windows\system32;C:\windows;D:/JAVA/jdk-8u162/bin/../jre/bin/server;D:/JAVA/jdk-8u162/bin/../jre/bin;D:/JAVA/jdk-8u162/bin/../jre/lib/amd64;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;D:\JAVA\jdk-8u162\bin;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;D:\JAVA\mysql-5.7.22-winx64\bin;D:\JAVA\apache-maven-3.5.2-bin\apache-maven-3.5.2\bin;D:\JAVA\svn\bin;C:\Users\lenovo\AppData\Local\Microsoft\WindowsApps;;D:\JAVA\eclipse-jee-photon-R-win32-x86_64\eclipse;;.]
2018-07-25 19:58:59.164 ----> [localhost-startStop-1] ---> INFO  o.a.c.c.ContainerBase.[Tomcat].[localhost].[/zhjz] - Initializing Spring embedded WebApplicationContext
2018-07-25 19:58:59.696 ----> [main] ---> DEBUG i.n.util.internal.logging.InternalLoggerFactory - Using SLF4J as the default logging framework
2018-07-25 19:58:59.696 ----> [main] ---> DEBUG io.lettuce.core.resource.DefaultClientResources - -Dio.netty.eventLoopThreads: 4
2018-07-25 19:58:59.743 ----> [main] ---> DEBUG io.netty.util.ResourceLeakDetector - -Dio.netty.leakDetection.level: simple
2018-07-25 19:58:59.743 ----> [main] ---> DEBUG io.netty.util.ResourceLeakDetector - -Dio.netty.leakDetection.targetRecords: 4
2018-07-25 19:58:59.774 ----> [main] ---> DEBUG io.netty.util.internal.PlatformDependent - Platform: Windows
2018-07-25 19:58:59.774 ----> [main] ---> DEBUG io.netty.util.internal.PlatformDependent0 - -Dio.netty.noUnsafe: false
2018-07-25 19:58:59.774 ----> [main] ---> DEBUG io.netty.util.internal.PlatformDependent0 - Java version: 8
2018-07-25 19:58:59.774 ----> [main] ---> DEBUG io.netty.util.internal.PlatformDependent0 - sun.misc.Unsafe.theUnsafe: available
2018-07-25 19:58:59.774 ----> [main] ---> DEBUG io.netty.util.internal.PlatformDependent0 - sun.misc.Unsafe.copyMemory: available
2018-07-25 19:58:59.774 ----> [main] ---> DEBUG io.netty.util.internal.PlatformDependent0 - java.nio.Buffer.address: available
2018-07-25 19:58:59.774 ----> [main] ---> DEBUG io.netty.util.internal.PlatformDependent0 - direct buffer constructor: available
2018-07-25 19:58:59.774 ----> [main] ---> DEBUG io.netty.util.internal.PlatformDependent0 - java.nio.Bits.unaligned: available, true
2018-07-25 19:58:59.774 ----> [main] ---> DEBUG io.netty.util.internal.PlatformDependent0 - jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable prior to Java9
2018-07-25 19:58:59.774 ----> [main] ---> DEBUG io.netty.util.internal.PlatformDependent0 - java.nio.DirectByteBuffer.(long, int): available
2018-07-25 19:58:59.774 ----> [main] ---> DEBUG io.netty.util.internal.PlatformDependent - sun.misc.Unsafe: available
2018-07-25 19:58:59.774 ----> [main] ---> DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.tmpdir: C:\Users\lenovo\AppData\Local\Temp (java.io.tmpdir)
2018-07-25 19:58:59.774 ----> [main] ---> DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.bitMode: 64 (sun.arch.data.model)
2018-07-25 19:58:59.790 ----> [main] ---> DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.noPreferDirect: false
2018-07-25 19:58:59.790 ----> [main] ---> DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.maxDirectMemory: 921174016 bytes
2018-07-25 19:58:59.790 ----> [main] ---> DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.uninitializedArrayAllocationThreshold: -1
2018-07-25 19:58:59.790 ----> [main] ---> DEBUG io.netty.util.internal.CleanerJava6 - java.nio.ByteBuffer.cleaner(): available
2018-07-25 19:58:59.790 ----> [main] ---> DEBUG io.netty.util.ResourceLeakDetectorFactory - Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@1cbb3d3b
2018-07-25 19:58:59.806 ----> [main] ---> DEBUG io.netty.util.internal.PlatformDependent - org.jctools-core.MpscChunkedArrayQueue: available
2018-07-25 19:58:59.821 ----> [main] ---> DEBUG reactor.util.Loggers$LoggerFactory - Using Slf4j logging framework
2018-07-25 19:58:59.868 ----> [main] ---> DEBUG reactor.core.publisher.UnsafeSupport - Starting UnsafeSupport init in Java 1.8
2018-07-25 19:58:59.868 ----> [main] ---> DEBUG reactor.core.publisher.UnsafeSupport - Unsafe is available
2018-07-25 19:58:59.868 ----> [main] ---> DEBUG io.lettuce.core.resource.DefaultClientResources - LatencyUtils/HdrUtils are not available, metrics are disabled
2018-07-25 19:58:59.977 ----> [main] ---> DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numHeapArenas: 8
2018-07-25 19:58:59.983 ----> [main] ---> DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numDirectArenas: 8
2018-07-25 19:58:59.985 ----> [main] ---> DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.pageSize: 8192
2018-07-25 19:58:59.985 ----> [main] ---> DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxOrder: 11
2018-07-25 19:58:59.985 ----> [main] ---> DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.chunkSize: 16777216
2018-07-25 19:58:59.985 ----> [main] ---> DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.tinyCacheSize: 512
2018-07-25 19:58:59.985 ----> [main] ---> DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.smallCacheSize: 256
2018-07-25 19:58:59.985 ----> [main] ---> DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.normalCacheSize: 64
2018-07-25 19:58:59.985 ----> [main] ---> DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxCachedBufferCapacity: 32768
2018-07-25 19:58:59.985 ----> [main] ---> DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.cacheTrimInterval: 8192
2018-07-25 19:58:59.985 ----> [main] ---> DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.useCacheForAllThreads: true
2018-07-25 19:58:59.985 ----> [main] ---> DEBUG io.netty.util.internal.InternalThreadLocalMap - -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
2018-07-25 19:58:59.985 ----> [main] ---> DEBUG io.netty.util.internal.InternalThreadLocalMap - -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
2018-07-25 19:59:00.188 ----> [main] ---> DEBUG o.h.v.i.engine.resolver.TraversableResolvers - Cannot find javax.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable.
2018-07-25 19:59:00.188 ----> [main] ---> DEBUG o.h.v.m.ResourceBundleMessageInterpolator - Loaded expression factory via original TCCL
2018-07-25 19:59:00.204 ----> [main] ---> DEBUG o.h.v.i.engine.resolver.TraversableResolvers - Cannot find javax.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable.
2018-07-25 19:59:00.204 ----> [main] ---> DEBUG o.h.validator.internal.engine.ConfigurationImpl - Setting custom MessageInterpolator of type org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator
2018-07-25 19:59:00.204 ----> [main] ---> DEBUG o.h.validator.internal.engine.ConfigurationImpl - Setting custom ConstraintValidatorFactory of type org.springframework.validation.beanvalidation.SpringConstraintValidatorFactory
2018-07-25 19:59:00.204 ----> [main] ---> DEBUG o.h.validator.internal.engine.ConfigurationImpl - Setting custom ParameterNameProvider of type org.springframework.validation.beanvalidation.LocalValidatorFactoryBean$1
2018-07-25 19:59:00.204 ----> [main] ---> DEBUG o.h.validator.internal.xml.ValidationXmlParser - Trying to load META-INF/validation.xml for XML based Validator configuration.
2018-07-25 19:59:00.204 ----> [main] ---> DEBUG o.h.validator.internal.xml.ResourceLoaderHelper - Trying to load META-INF/validation.xml via user class loader
2018-07-25 19:59:00.204 ----> [main] ---> DEBUG o.h.validator.internal.xml.ResourceLoaderHelper - Trying to load META-INF/validation.xml via TCCL
2018-07-25 19:59:00.204 ----> [main] ---> DEBUG o.h.validator.internal.xml.ResourceLoaderHelper - Trying to load META-INF/validation.xml via Hibernate Validator's class loader
2018-07-25 19:59:00.204 ----> [main] ---> DEBUG o.h.validator.internal.xml.ValidationXmlParser - No META-INF/validation.xml found. Using annotation based configuration only.
2018-07-25 19:59:00.204 ----> [main] ---> DEBUG o.h.validator.internal.engine.ValidatorFactoryImpl - HV000234: Using org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator as ValidatorFactory-scoped message interpolator.
2018-07-25 19:59:00.220 ----> [main] ---> DEBUG o.h.validator.internal.engine.ValidatorFactoryImpl - HV000234: Using org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver as ValidatorFactory-scoped traversable resolver.
2018-07-25 19:59:00.220 ----> [main] ---> DEBUG o.h.validator.internal.engine.ValidatorFactoryImpl - HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider.
2018-07-25 19:59:00.220 ----> [main] ---> DEBUG o.h.validator.internal.engine.ValidatorFactoryImpl - HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider.
2018-07-25 19:59:00.220 ----> [main] ---> DEBUG o.h.validator.internal.engine.ValidatorFactoryImpl - HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory.
2018-07-25 19:59:01.825 ----> [main] ---> INFO  org.apache.catalina.core.StandardService - Stopping service [Tomcat]
 

你可能感兴趣的:(求助org.apache.catalina.core.StandardService - Stopping service [Tomcat]怎么解决大神帮帮忙)