eureka-server-error.log 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. 2020-02-14 13:02:30.897 [localhost-startStop-1] ERROR o.a.c.c.C.[Tomcat].[localhost].[/]
  2. -Exception starting filter [servletContainer]
  3. java.lang.TypeNotPresentException: Type javax.xml.bind.JAXBContext not present
  4. at java.base/sun.reflect.generics.factory.CoreReflectionFactory.makeNamedType(CoreReflectionFactory.java:117)
  5. at java.base/sun.reflect.generics.visitor.Reifier.visitClassTypeSignature(Reifier.java:125)
  6. at java.base/sun.reflect.generics.tree.ClassTypeSignature.accept(ClassTypeSignature.java:49)
  7. at java.base/sun.reflect.generics.visitor.Reifier.reifyTypeArguments(Reifier.java:68)
  8. at java.base/sun.reflect.generics.visitor.Reifier.visitClassTypeSignature(Reifier.java:138)
  9. at java.base/sun.reflect.generics.tree.ClassTypeSignature.accept(ClassTypeSignature.java:49)
  10. at java.base/sun.reflect.generics.repository.ClassRepository.computeSuperInterfaces(ClassRepository.java:117)
  11. at java.base/sun.reflect.generics.repository.ClassRepository.getSuperInterfaces(ClassRepository.java:95)
  12. at java.base/java.lang.Class.getGenericInterfaces(Class.java:1137)
  13. at com.sun.jersey.core.reflection.ReflectionHelper.getClass(ReflectionHelper.java:629)
  14. at com.sun.jersey.core.reflection.ReflectionHelper.getClass(ReflectionHelper.java:625)
  15. at com.sun.jersey.core.spi.factory.ContextResolverFactory.getParameterizedType(ContextResolverFactory.java:202)
  16. at com.sun.jersey.core.spi.factory.ContextResolverFactory.init(ContextResolverFactory.java:89)
  17. at com.sun.jersey.server.impl.application.WebApplicationImpl._initiate(WebApplicationImpl.java:1332)
  18. at com.sun.jersey.server.impl.application.WebApplicationImpl.access$700(WebApplicationImpl.java:180)
  19. at com.sun.jersey.server.impl.application.WebApplicationImpl$13.f(WebApplicationImpl.java:799)
  20. at com.sun.jersey.server.impl.application.WebApplicationImpl$13.f(WebApplicationImpl.java:795)
  21. at com.sun.jersey.spi.inject.Errors.processWithErrors(Errors.java:193)
  22. at com.sun.jersey.server.impl.application.WebApplicationImpl.initiate(WebApplicationImpl.java:795)
  23. at com.sun.jersey.server.impl.application.WebApplicationImpl.initiate(WebApplicationImpl.java:790)
  24. at com.sun.jersey.spi.container.servlet.ServletContainer.initiate(ServletContainer.java:509)
  25. at com.sun.jersey.spi.container.servlet.ServletContainer$InternalWebComponent.initiate(ServletContainer.java:339)
  26. at com.sun.jersey.spi.container.servlet.WebComponent.load(WebComponent.java:605)
  27. at com.sun.jersey.spi.container.servlet.WebComponent.init(WebComponent.java:207)
  28. at com.sun.jersey.spi.container.servlet.ServletContainer.init(ServletContainer.java:394)
  29. at com.sun.jersey.spi.container.servlet.ServletContainer.init(ServletContainer.java:744)
  30. at org.apache.catalina.core.ApplicationFilterConfig.initFilter(ApplicationFilterConfig.java:285)
  31. at org.apache.catalina.core.ApplicationFilterConfig.<init>(ApplicationFilterConfig.java:112)
  32. at org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:4637)
  33. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5282)
  34. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  35. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1421)
  36. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1411)
  37. at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
  38. at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
  39. at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  40. at java.base/java.lang.Thread.run(Thread.java:834)
  41. Caused by: java.lang.ClassNotFoundException: javax.xml.bind.JAXBContext
  42. at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
  43. at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
  44. at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
  45. at java.base/java.lang.Class.forName0(Native Method)
  46. at java.base/java.lang.Class.forName(Class.java:398)
  47. at java.base/sun.reflect.generics.factory.CoreReflectionFactory.makeNamedType(CoreReflectionFactory.java:114)
  48. ... 36 common frames omitted
  49. 2020-02-14 13:02:30.897 [localhost-startStop-1] ERROR o.a.catalina.core.StandardContext
  50. -One or more Filters failed to start. Full details will be found in the appropriate container log file
  51. 2020-02-14 13:02:30.898 [localhost-startStop-1] ERROR o.a.catalina.core.StandardContext
  52. -Context [] startup failed due to previous errors
  53. 2020-02-14 13:02:31.655 [main] ERROR o.s.boot.SpringApplication
  54. -Application run failed
  55. org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat
  56. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:155)
  57. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:544)
  58. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
  59. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:759)
  60. at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:395)
  61. at org.springframework.boot.SpringApplication.run(SpringApplication.java:327)
  62. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1255)
  63. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1243)
  64. at EurekaServerApplication.main(EurekaServerApplication.java:12)
  65. Caused by: org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat
  66. at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.initialize(TomcatWebServer.java:126)
  67. at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.<init>(TomcatWebServer.java:86)
  68. at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getTomcatWebServer(TomcatServletWebServerFactory.java:413)
  69. at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getWebServer(TomcatServletWebServerFactory.java:174)
  70. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:179)
  71. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:152)
  72. ... 8 common frames omitted
  73. Caused by: java.lang.IllegalStateException: StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[] failed to start
  74. at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.rethrowDeferredStartupExceptions(TomcatWebServer.java:172)
  75. at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.initialize(TomcatWebServer.java:110)
  76. ... 13 common frames omitted
  77. 2020-02-19 17:06:18.348 [main] ERROR o.a.catalina.core.StandardService
  78. -Failed to start connector [Connector[HTTP/1.1-8761]]
  79. org.apache.catalina.LifecycleException: Failed to start component [Connector[HTTP/1.1-8761]]
  80. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:167)
  81. at org.apache.catalina.core.StandardService.addConnector(StandardService.java:225)
  82. at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.addPreviouslyRemovedConnectors(TomcatWebServer.java:256)
  83. at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.start(TomcatWebServer.java:198)
  84. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.startWebServer(ServletWebServerApplicationContext.java:300)
  85. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.finishRefresh(ServletWebServerApplicationContext.java:162)
  86. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:553)
  87. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
  88. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:759)
  89. at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:395)
  90. at org.springframework.boot.SpringApplication.run(SpringApplication.java:327)
  91. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1255)
  92. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1243)
  93. at com.lj360.memberdata.EurekaServerApplication.main(EurekaServerApplication.java:12)
  94. Caused by: org.apache.catalina.LifecycleException: Protocol handler start failed
  95. at org.apache.catalina.connector.Connector.startInternal(Connector.java:1020)
  96. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  97. ... 13 common frames omitted
  98. Caused by: java.net.BindException: Address already in use: bind
  99. at java.base/sun.nio.ch.Net.bind0(Native Method)
  100. at java.base/sun.nio.ch.Net.bind(Net.java:461)
  101. at java.base/sun.nio.ch.Net.bind(Net.java:453)
  102. at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:227)
  103. at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:80)
  104. at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:210)
  105. at org.apache.tomcat.util.net.AbstractEndpoint.start(AbstractEndpoint.java:1150)
  106. at org.apache.coyote.AbstractProtocol.start(AbstractProtocol.java:591)
  107. at org.apache.catalina.connector.Connector.startInternal(Connector.java:1018)
  108. ... 14 common frames omitted
  109. 2020-02-19 17:06:18.392 [main] ERROR o.s.b.d.LoggingFailureAnalysisReporter
  110. -
  111. ***************************
  112. APPLICATION FAILED TO START
  113. ***************************
  114. Description:
  115. 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.
  116. Action:
  117. 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.