Advertisement
Melisandra29

Untitled

Dec 30th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.69 KB | None | 0 0
  1. 2016-12-30 13:07:16.918 INFO 31087 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
  2. name: default
  3. ...]
  4. 2016-12-30 13:07:17.497 INFO 31087 --- [main] org.hibernate.Version : HHH000412: Hibernate Core {4.3.11.Final}
  5. 2016-12-30 13:07:17.503 INFO 31087 --- [main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
  6. 2016-12-30 13:07:17.504 INFO 31087 --- [main] org.hibernate.cfg.Environment : HHH000021: Bytecode provider name : javassist
  7. 2016-12-30 13:07:17.770 INFO 31087 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {4.0.5.Final}
  8. 2016-12-30 13:07:17.818 WARN 31087 --- [main] o.h.e.jdbc.internal.JdbcServicesImpl : HHH000342: Could not obtain connection to query metadata : Connection to localhost:5432 refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.
  9. 2016-12-30 13:07:17.827 INFO 31087 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: ru.atc.rosreestr.kuvd.replication.reader.hibernate.PostgreSQLDialect
  10. 2016-12-30 13:07:17.838 INFO 31087 --- [main] o.h.e.jdbc.internal.LobCreatorBuilder : HHH000422: Disabling contextual LOB creation as connection was null
  11. 2016-12-30 13:07:17.977 WARN 31087 --- [main] org.hibernate.cfg.AnnotationBinder : HHH000139: Illegal use of @Table in a subclass of a SINGLE_TABLE hierarchy: ru.atc.rosreestr.kuvd.replication.model.phd.entity.RecordObjectWithAddress
  12. 2016-12-30 13:07:18.038 INFO 31087 --- [main] o.h.h.i.ast.ASTQueryTranslatorFactory : HHH000397: Using ASTQueryTranslatorFactory
  13. 2016-12-30 13:07:18.550 INFO 31087 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService
  14. 2016-12-30 13:07:18.880 INFO 31087 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService
  15. 2016-12-30 13:07:19.142 INFO 31087 --- [main] org.mongodb.driver.cluster : Cluster created with settings {hosts=[ppoz-db-kuvd-02.egron.prod:27017], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
  16. 2016-12-30 13:07:19.214 INFO 31087 --- [cluster-ClusterId{value='586631d7ff864d796fb077b8', description='null'}-ppoz-db-kuvd-02.egron.prod:27017] org.mongodb.driver.connection : Opened connection [connectionId{localValue:1}] to ppoz-db-kuvd-02.egron.prod:27017
  17. 2016-12-30 13:07:19.216 INFO 31087 --- [cluster-ClusterId{value='586631d7ff864d796fb077b8', description='null'}-ppoz-db-kuvd-02.egron.prod:27017] org.mongodb.driver.cluster : Monitor thread successfully connected to server with description ServerDescription{address=ppoz-db-kuvd-02.egron.prod:27017, type=SHARD_ROUTER, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 4, 0]}, minWireVersion=0, maxWireVersion=5, maxDocumentSize=16777216, roundTripTimeNanos=753090}
  18. 2016-12-30 13:07:19.518 INFO 31087 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor'
  19. 2016-12-30 13:07:19.627 INFO 31087 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/manager/kuvd/replication/book/start],methods=[POST]}" onto public org.springframework.http.ResponseEntity ru.atc.rosreestr.kuvd.replication.reader.service.ReaderServiceController.startBook(ru.atc.rosreestr.kuvd.replication.model.phd.dto.StartCommand)
  20. 2016-12-30 13:07:19.628 INFO 31087 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/manager/kuvd/replication/record/start],methods=[POST]}" onto public org.springframework.http.ResponseEntity ru.atc.rosreestr.kuvd.replication.reader.service.ReaderServiceController.startRecord(ru.atc.rosreestr.kuvd.replication.model.phd.dto.StartCommand)
  21. 2016-12-30 13:07:19.629 INFO 31087 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/manager/kuvd/replication/restart],methods=[POST]}" onto public org.springframework.http.ResponseEntity ru.atc.rosreestr.kuvd.replication.reader.service.ReaderServiceController.restart(java.util.List<java.lang.String>)
  22. 2016-12-30 13:07:19.632 INFO 31087 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest)
  23. 2016-12-30 13:07:19.632 INFO 31087 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
  24. 2016-12-30 13:07:19.695 INFO 31087 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@5c1a8622: startup date [Fri Dec 30 13:07:13 MSK 2016]; root of context hierarchy
  25. 2016-12-30 13:07:20.170 INFO 31087 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
  26. 2016-12-30 13:07:20.177 INFO 31087 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'rabbitConnectionFactory' has been autodetected for JMX exposure
  27. 2016-12-30 13:07:20.179 INFO 31087 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Located managed bean 'rabbitConnectionFactory': registering with JMX server as MBean [org.springframework.amqp.rabbit.connection:name=rabbitConnectionFactory,type=CachingConnectionFactory]
  28. 2016-12-30 13:07:20.197 INFO 31087 --- [main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase -2147482648
  29. 2016-12-30 13:07:20.198 INFO 31087 --- [main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 2147483647
  30. 2016-12-30 13:07:20.251 INFO 31087 --- [bookMessageListenerContainer-1] o.s.a.r.c.CachingConnectionFactory : Created new connection: SimpleConnection@6477f961 [delegate=amqp://kuvd@10.128.36.28:5672/, localPort= 40630]
  31. 2016-12-30 13:07:20.301 INFO 31087 --- [main] o.a.coyote.http11.Http11NioProtocol : Initializing ProtocolHandler ["http-nio-31100"]
  32. 2016-12-30 13:07:20.306 INFO 31087 --- [main] o.a.coyote.http11.Http11NioProtocol : Starting ProtocolHandler ["http-nio-31100"]
  33. 2016-12-30 13:07:20.311 INFO 31087 --- [main] o.a.tomcat.util.net.NioSelectorPool : Using a shared selector for servlet write/read
  34. 2016-12-30 13:07:20.323 INFO 31087 --- [main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 31100 (http)
  35. 2016-12-30 13:07:20.348 INFO 31087 --- [main] r.a.r.k.replication.reader.Application : Started Application in 7.547 seconds (JVM running for 13.433)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement