123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- 2020-02-14 13:02:30.897 [localhost-startStop-1] ERROR o.a.c.c.C.[Tomcat].[localhost].[/]
- -Exception starting filter [servletContainer]
- java.lang.TypeNotPresentException: Type javax.xml.bind.JAXBContext not present
- at java.base/sun.reflect.generics.factory.CoreReflectionFactory.makeNamedType(CoreReflectionFactory.java:117)
- at java.base/sun.reflect.generics.visitor.Reifier.visitClassTypeSignature(Reifier.java:125)
- at java.base/sun.reflect.generics.tree.ClassTypeSignature.accept(ClassTypeSignature.java:49)
- at java.base/sun.reflect.generics.visitor.Reifier.reifyTypeArguments(Reifier.java:68)
- at java.base/sun.reflect.generics.visitor.Reifier.visitClassTypeSignature(Reifier.java:138)
- at java.base/sun.reflect.generics.tree.ClassTypeSignature.accept(ClassTypeSignature.java:49)
- at java.base/sun.reflect.generics.repository.ClassRepository.computeSuperInterfaces(ClassRepository.java:117)
- at java.base/sun.reflect.generics.repository.ClassRepository.getSuperInterfaces(ClassRepository.java:95)
- at java.base/java.lang.Class.getGenericInterfaces(Class.java:1137)
- at com.sun.jersey.core.reflection.ReflectionHelper.getClass(ReflectionHelper.java:629)
- at com.sun.jersey.core.reflection.ReflectionHelper.getClass(ReflectionHelper.java:625)
- at com.sun.jersey.core.spi.factory.ContextResolverFactory.getParameterizedType(ContextResolverFactory.java:202)
- at com.sun.jersey.core.spi.factory.ContextResolverFactory.init(ContextResolverFactory.java:89)
- at com.sun.jersey.server.impl.application.WebApplicationImpl._initiate(WebApplicationImpl.java:1332)
- at com.sun.jersey.server.impl.application.WebApplicationImpl.access$700(WebApplicationImpl.java:180)
- at com.sun.jersey.server.impl.application.WebApplicationImpl$13.f(WebApplicationImpl.java:799)
- at com.sun.jersey.server.impl.application.WebApplicationImpl$13.f(WebApplicationImpl.java:795)
- at com.sun.jersey.spi.inject.Errors.processWithErrors(Errors.java:193)
- at com.sun.jersey.server.impl.application.WebApplicationImpl.initiate(WebApplicationImpl.java:795)
- at com.sun.jersey.server.impl.application.WebApplicationImpl.initiate(WebApplicationImpl.java:790)
- at com.sun.jersey.spi.container.servlet.ServletContainer.initiate(ServletContainer.java:509)
- at com.sun.jersey.spi.container.servlet.ServletContainer$InternalWebComponent.initiate(ServletContainer.java:339)
- at com.sun.jersey.spi.container.servlet.WebComponent.load(WebComponent.java:605)
- at com.sun.jersey.spi.container.servlet.WebComponent.init(WebComponent.java:207)
- at com.sun.jersey.spi.container.servlet.ServletContainer.init(ServletContainer.java:394)
- at com.sun.jersey.spi.container.servlet.ServletContainer.init(ServletContainer.java:744)
- at org.apache.catalina.core.ApplicationFilterConfig.initFilter(ApplicationFilterConfig.java:285)
- at org.apache.catalina.core.ApplicationFilterConfig.<init>(ApplicationFilterConfig.java:112)
- at org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:4637)
- at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5282)
- at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
- at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1421)
- at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1411)
- at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
- at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
- at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
- at java.base/java.lang.Thread.run(Thread.java:834)
- Caused by: java.lang.ClassNotFoundException: javax.xml.bind.JAXBContext
- at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
- at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
- at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
- at java.base/java.lang.Class.forName0(Native Method)
- at java.base/java.lang.Class.forName(Class.java:398)
- at java.base/sun.reflect.generics.factory.CoreReflectionFactory.makeNamedType(CoreReflectionFactory.java:114)
- ... 36 common frames omitted
- 2020-02-14 13:02:30.897 [localhost-startStop-1] ERROR o.a.catalina.core.StandardContext
- -One or more Filters failed to start. Full details will be found in the appropriate container log file
- 2020-02-14 13:02:30.898 [localhost-startStop-1] ERROR o.a.catalina.core.StandardContext
- -Context [] startup failed due to previous errors
- 2020-02-14 13:02:31.655 [main] ERROR o.s.boot.SpringApplication
- -Application run failed
- org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:155)
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:544)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:759)
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:395)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:327)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1255)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1243)
- at EurekaServerApplication.main(EurekaServerApplication.java:12)
- Caused by: org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat
- at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.initialize(TomcatWebServer.java:126)
- at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.<init>(TomcatWebServer.java:86)
- at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getTomcatWebServer(TomcatServletWebServerFactory.java:413)
- at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getWebServer(TomcatServletWebServerFactory.java:174)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:179)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:152)
- ... 8 common frames omitted
- Caused by: java.lang.IllegalStateException: StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[] failed to start
- at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.rethrowDeferredStartupExceptions(TomcatWebServer.java:172)
- at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.initialize(TomcatWebServer.java:110)
- ... 13 common frames omitted
- 2020-02-19 17:06:18.348 [main] ERROR o.a.catalina.core.StandardService
- -Failed to start connector [Connector[HTTP/1.1-8761]]
- org.apache.catalina.LifecycleException: Failed to start component [Connector[HTTP/1.1-8761]]
- at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:167)
- at org.apache.catalina.core.StandardService.addConnector(StandardService.java:225)
- at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.addPreviouslyRemovedConnectors(TomcatWebServer.java:256)
- at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.start(TomcatWebServer.java:198)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.startWebServer(ServletWebServerApplicationContext.java:300)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.finishRefresh(ServletWebServerApplicationContext.java:162)
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:553)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:759)
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:395)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:327)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1255)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1243)
- at com.lj360.memberdata.EurekaServerApplication.main(EurekaServerApplication.java:12)
- Caused by: org.apache.catalina.LifecycleException: Protocol handler start failed
- at org.apache.catalina.connector.Connector.startInternal(Connector.java:1020)
- at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
- ... 13 common frames omitted
- Caused by: java.net.BindException: Address already in use: bind
- at java.base/sun.nio.ch.Net.bind0(Native Method)
- at java.base/sun.nio.ch.Net.bind(Net.java:461)
- at java.base/sun.nio.ch.Net.bind(Net.java:453)
- at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:227)
- at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:80)
- at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:210)
- at org.apache.tomcat.util.net.AbstractEndpoint.start(AbstractEndpoint.java:1150)
- at org.apache.coyote.AbstractProtocol.start(AbstractProtocol.java:591)
- at org.apache.catalina.connector.Connector.startInternal(Connector.java:1018)
- ... 14 common frames omitted
- 2020-02-19 17:06:18.392 [main] ERROR o.s.b.d.LoggingFailureAnalysisReporter
- -
- ***************************
- APPLICATION FAILED TO START
- ***************************
- Description:
- The Tomcat connector configured to listen on port 8761 failed to start. The port may already be in use or the connector may be misconfigured.
- Action:
- Verify the connector's configuration, identify and stop any process that's listening on port 8761, or configure this application to listen on another port.
|