Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.88 KB | None | 0 0
  1. app_1 | 2019-07-17 13:38:49.462 INFO 1 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
  2. app_1 | 2019-07-17 13:38:49.586 INFO 1 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 110ms. Found 0 repository interfaces.
  3. app_1 | 2019-07-17 13:38:49.599 INFO 1 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
  4. app_1 | 2019-07-17 13:38:49.666 INFO 1 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 67ms. Found 1 repository interfaces.
  5. app_1 | 2019-07-17 13:38:51.509 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
  6. app_1 | 2019-07-17 13:38:51.681 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  7. app_1 | 2019-07-17 13:38:51.682 INFO 1 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
  8. app_1 | 2019-07-17 13:38:52.002 INFO 1 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  9. app_1 | 2019-07-17 13:38:52.002 INFO 1 --- [ main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 5373 ms
  10. app_1 | 2019-07-17 13:38:52.434 INFO 1 --- [ main] com.datastax.driver.core : DataStax Java driver 3.6.0 for Apache Cassandra
  11. app_1 | 2019-07-17 13:38:52.476 INFO 1 --- [ main] c.d.driver.core.GuavaCompatibility : Detected Guava >= 19 in the classpath, using modern compatibility layer
  12. app_1 | 2019-07-17 13:38:53.213 INFO 1 --- [ main] com.datastax.driver.core.ClockFactory : Using native clock to generate timestamps.
  13. app_1 | 2019-07-17 13:38:53.925 INFO 1 --- [ main] com.datastax.driver.core.NettyUtil : Did not find Netty's native epoll transport in the classpath, defaulting to NIO.
  14. app_1 | 2019-07-17 13:38:54.420 WARN 1 --- [ main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: or
  15. g.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'messageController' defined in URL [jar:file:/app.jar!/BOOT-INF/classes!/com/malz/springbootsample/mes
  16. sage/MessageController.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creatin
  17. g bean with name 'messageServiceImpl' defined in URL [jar:file:/app.jar!/BOOT-INF/classes!/com/malz/springbootsample/message/MessageServiceImpl.class]: Unsatisfied dependency expressed through con
  18. structor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'messageRepository': Cannot create inner bean '(inner bean)#1c93084
  19. c' of type [org.springframework.data.repository.core.support.RepositoryFragmentsFactoryBean] while setting bean property 'repositoryFragments'; nested exception is org.springframework.beans.factor
  20. y.BeanCreationException: Error creating bean with name '(inner bean)#1c93084c': Invocation of init method failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error
  21. creating bean with name 'customizedMessageSaveImplFragment': Cannot resolve reference to bean 'customizedMessageSaveImpl' while setting constructor argument; nested exception is org.springframewo
  22. rk.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'customizedMessageSaveImpl': Unsatisfied dependency expressed through field 'operations'; nested exception is org.spr
  23. ingframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'cassandraTemplate' defined in class path resource [org/springframework/boot/autoconfigure/data/cassandra/C
  24. assandraDataAutoConfiguration.class]: Unsatisfied dependency expressed through method 'cassandraTemplate' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException:
  25. Error creating bean with name 'cassandraSession' defined in class path resource [org/springframework/boot/autoconfigure/data/cassandra/CassandraDataAutoConfiguration.class]: Invocation of init met
  26. hod failed; nested exception is com.datastax.driver.core.exceptions.NoHostAvailableException: All host(s) tried for query failed (tried: localhost/127.0.0.1:9042 (com.datastax.driver.core.exceptio
  27. ns.TransportException: [localhost/127.0.0.1:9042] Cannot connect))
  28. app_1 | 2019-07-17 13:38:56.658 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement