Advertisement
Guest User

Untitled

a guest
Oct 17th, 2018
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.87 KB | None | 0 0
  1. The Class-Path manifest attribute in /Users/ext_epinto/.m2/repository/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.jar referenced one or more files that do not exist: file:/Users/ext_epinto/.m2/repository/commons-logging/commons-logging/1.0.3/log4j.jar,file:/Users/ext_epinto/.m2/repository/commons-logging/commons-logging/1.0.3/log4j-core.jar
  2. The Class-Path manifest attribute in /Users/ext_epinto/.m2/repository/org/apache/cassandra/cassandra-all/0.8.1/cassandra-all-0.8.1.jar referenced one or more files that do not exist: file:/Users/ext_epinto/.m2/repository/org/apache/cassandra/cassandra-all/0.8.1/apache-cassandra-thrift-0.8.1.jar
  3. SLF4J: Class path contains multiple SLF4J bindings.
  4. SLF4J: Found binding in [jar:file:/Users/ext_epinto/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar!/org/slf4j/impl/StaticLoggerBinder.class]
  5. SLF4J: Found binding in [jar:file:/Users/ext_epinto/.m2/repository/org/slf4j/slf4j-log4j12/1.7.25/slf4j-log4j12-1.7.25.jar!/org/slf4j/impl/StaticLoggerBinder.class]
  6. SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
  7. SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]
  8.  
  9. . ____ _ __ _ _
  10. /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
  11. ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
  12. \\/ ___)| |_)| | | | | || (_| | ) ) ) )
  13. ' |____| .__|_| |_|_| |_\__, | / / / /
  14. =========|_|==============|___/=/_/_/_/
  15. :: Spring Boot :: (v2.0.4.RELEASE)
  16.  
  17. 18/10/17 11:50:38 INFO teachme.RecommenderApplication: Starting RecommenderApplication on MacBook-Pro.local with PID 86046 (/Users/ext_epinto/Desktop/projeto-facul/recommender/target/classes started by ext_ececim in /Users/ext_epinto/Desktop/projeto-facul/recommender)
  18. 18/10/17 11:50:38 INFO teachme.RecommenderApplication: No active profile set, falling back to default profiles: default
  19. 18/10/17 11:50:39 INFO context.AnnotationConfigServletWebServerApplicationContext: Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@4d466f15: startup date [Wed Oct 17 11:50:39 BRT 2018]; root of context hierarchy
  20. 18/10/17 11:50:42 INFO support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$2542fa78] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  21. 18/10/17 11:50:43 INFO tomcat.TomcatWebServer: Tomcat initialized with port(s): 8082 (http)
  22. 2018-10-17 11:50:43 [restartedMain] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
  23. 2018-10-17 11:50:43 [restartedMain] INFO o.a.catalina.core.StandardEngine - Starting Servlet Engine: Apache Tomcat/8.5.32
  24. 2018-10-17 11:50:43 [localhost-startStop-1] INFO o.a.c.core.AprLifecycleListener - The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [/Users/ext_epinto/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.]
  25. 2018-10-17 11:50:43 [Tomcat-startStop-1] ERROR o.apache.catalina.core.ContainerBase - A child container failed during start
  26. java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]
  27. at java.util.concurrent.FutureTask.report(FutureTask.java:122)
  28. at java.util.concurrent.FutureTask.get(FutureTask.java:192)
  29. at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:941)
  30. at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:872)
  31. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  32. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1421)
  33. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1411)
  34. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  35. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  36. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  37. at java.lang.Thread.run(Thread.java:748)
  38. Caused by: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]
  39. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:167)
  40. ... 6 common frames omitted
  41. Caused by: org.apache.catalina.LifecycleException: Failed to start component [Pipeline[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]]
  42. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:167)
  43. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5166)
  44. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  45. ... 6 common frames omitted
  46. Caused by: org.apache.catalina.LifecycleException: Failed to start component [org.apache.catalina.authenticator.NonLoginAuthenticator[]]
  47. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:167)
  48. at org.apache.catalina.core.StandardPipeline.startInternal(StandardPipeline.java:182)
  49. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  50. ... 8 common frames omitted
  51. Caused by: java.lang.NoSuchMethodError: javax.servlet.ServletContext.getVirtualServerName()Ljava/lang/String;
  52. at org.apache.catalina.authenticator.AuthenticatorBase.startInternal(AuthenticatorBase.java:1183)
  53. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  54. ... 10 common frames omitted
  55. 2018-10-17 11:50:43 [restartedMain] ERROR o.apache.catalina.core.ContainerBase - A child container failed during start
  56. java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Tomcat].StandardHost[localhost]]
  57. at java.util.concurrent.FutureTask.report(FutureTask.java:122)
  58. at java.util.concurrent.FutureTask.get(FutureTask.java:192)
  59. at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:941)
  60. at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:262)
  61. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  62. at org.apache.catalina.core.StandardService.startInternal(StandardService.java:422)
  63. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  64. at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:793)
  65. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  66. at org.apache.catalina.startup.Tomcat.start(Tomcat.java:367)
  67. at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.initialize(TomcatWebServer.java:107)
  68. at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.<init>(TomcatWebServer.java:86)
  69. at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getTomcatWebServer(TomcatServletWebServerFactory.java:413)
  70. at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getWebServer(TomcatServletWebServerFactory.java:174)
  71. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:179)
  72. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:152)
  73. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:544)
  74. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
  75. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:762)
  76. at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:398)
  77. at org.springframework.boot.SpringApplication.run(SpringApplication.java:330)
  78. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1258)
  79. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1246)
  80. at br.com.teachme.RecommenderApplication.main(RecommenderApplication.java:10)
  81. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  82. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  83. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  84. at java.lang.reflect.Method.invoke(Method.java:498)
  85. at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49)
  86. Caused by: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Tomcat].StandardHost[localhost]]
  87. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:167)
  88. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1421)
  89. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1411)
  90. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  91. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  92. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  93. at java.lang.Thread.run(Thread.java:748)
  94. Caused by: org.apache.catalina.LifecycleException: A child container failed during start
  95. at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:949)
  96. at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:872)
  97. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  98. ... 6 common frames omitted
  99. 2018-10-17 11:50:43 [restartedMain] INFO o.a.catalina.core.StandardService - Stopping service [Tomcat]
  100. 18/10/17 11:50:43 WARN context.AnnotationConfigServletWebServerApplicationContext: Exception encountered during context initialization - cancelling refresh attempt: org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat
  101. 18/10/17 11:50:43 INFO logging.ConditionEvaluationReportLoggingListener:
  102.  
  103. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  104. 18/10/17 11:50:43 ERROR boot.SpringApplication: Application run failed
  105. org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat
  106. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:155)
  107. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:544)
  108. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
  109. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:762)
  110. at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:398)
  111. at org.springframework.boot.SpringApplication.run(SpringApplication.java:330)
  112. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1258)
  113. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1246)
  114. at br.com.teachme.RecommenderApplication.main(RecommenderApplication.java:10)
  115. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  116. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  117. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  118. at java.lang.reflect.Method.invoke(Method.java:498)
  119. at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49)
  120. Caused by: org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat
  121. at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.initialize(TomcatWebServer.java:126)
  122. at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.<init>(TomcatWebServer.java:86)
  123. at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getTomcatWebServer(TomcatServletWebServerFactory.java:413)
  124. at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getWebServer(TomcatServletWebServerFactory.java:174)
  125. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:179)
  126. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:152)
  127. ... 13 more
  128. Caused by: org.apache.catalina.LifecycleException: Failed to start component [StandardServer[-1]]
  129. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:167)
  130. at org.apache.catalina.startup.Tomcat.start(Tomcat.java:367)
  131. at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.initialize(TomcatWebServer.java:107)
  132. ... 18 more
  133. Caused by: org.apache.catalina.LifecycleException: Failed to start component [StandardService[Tomcat]]
  134. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:167)
  135. at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:793)
  136. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  137. ... 20 more
  138. Caused by: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Tomcat]]
  139. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:167)
  140. at org.apache.catalina.core.StandardService.startInternal(StandardService.java:422)
  141. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  142. ... 22 more
  143. Caused by: org.apache.catalina.LifecycleException: A child container failed during start
  144. at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:949)
  145. at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:262)
  146. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  147. ... 24 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement