Advertisement
fedorm

fedorm

Jan 14th, 2019
1,059
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 15.52 KB | None | 0 0
  1. [centos@ip-172-31-15-141 dev]$ docker-compose ps
  2.                   Name                                Command                State                                                     Ports                                                
  3. ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  4. coupon-processing-batch-generate-service   /run/entrypoint.sh java -D ...   Up         0.0.0.0:8930->8080/tcp, 8443/tcp, 0.0.0.0:8931->8787/tcp                                              
  5. coupon-processing-batch-issue-service      /run/entrypoint.sh java -D ...   Exit 137                                                                                                        
  6. coupon-processing-batch-use-service        /run/entrypoint.sh java -D ...   Up         0.0.0.0:8910->8080/tcp, 8443/tcp, 0.0.0.0:8911->8787/tcp                                              
  7. coupon-processing-crud-service             /run/entrypoint.sh java -D ...   Up         0.0.0.0:8888->8080/tcp, 8443/tcp, 0.0.0.0:8788->8787/tcp                                              
  8. coupon-processing-psql-master              docker-entrypoint.sh postgres    Up         0.0.0.0:5532->5432/tcp                                                                                
  9. coupon-processing-psql-slave               /docker-entrypoint.sh gosu ...   Up         0.0.0.0:5632->5432/tcp                                                                                
  10. coupon-processing-swagger-ui               sh /usr/share/nginx/run.sh       Up         80/tcp, 0.0.0.0:4444->8080/tcp                                                                        
  11. dev_consul_1                               docker-entrypoint.sh agent ...   Up         8300/tcp, 8301/tcp, 8301/udp, 8302/tcp, 8302/udp, 8500/tcp, 8600/tcp, 8600/udp, 0.0.0.0:9988->9988/tcp
  12. dev_gateway_1                              /run/entrypoint.sh java -X ...   Up         0.0.0.0:8090->8090/tcp                                                                                
  13. kafka_latest                               start-kafka.sh                   Up         0.0.0.0:9092->9092/tcp                                                                                
  14. zookeeper_latest                           /bin/sh -c /usr/sbin/sshd  ...   Up         0.0.0.0:2181->2181/tcp, 22/tcp, 2888/tcp, 3888/tcp                                                    
  15. [centos@ip-172-31-15-141 dev]$ docker-compose logs batch-issue-service
  16. Attaching to coupon-processing-batch-issue-service
  17. coupon-processing-batch-issue-service | Listening for transport dt_socket at address: 8787
  18. coupon-processing-batch-issue-service | 2019-01-14 15:28:46.827  INFO 1 --- [           main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@78123e82: startup date [Mon Jan 14 15:28:46 MSK 2019]; root of context hierarchy
  19. coupon-processing-batch-issue-service | 2019-01-14 15:28:54.856  INFO 1 --- [           main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
  20. coupon-processing-batch-issue-service | 2019-01-14 15:28:56.815  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.retry.annotation.RetryConfiguration' of type [org.springframework.retry.annotation.RetryConfiguration$$EnhancerBySpringCGLIB$$51e3ccf0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  21. coupon-processing-batch-issue-service | 2019-01-14 15:28:57.002  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'configurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$783a37c8] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  22. coupon-processing-batch-issue-service |
  23. coupon-processing-batch-issue-service |   .   ____          _            __ _ _
  24. coupon-processing-batch-issue-service |  /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
  25. coupon-processing-batch-issue-service | ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
  26. coupon-processing-batch-issue-service |  \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  27. coupon-processing-batch-issue-service |   '  |____| .__|_| |_|_| |_\__, | / / / /
  28. coupon-processing-batch-issue-service |  =========|_|==============|___/=/_/_/_/
  29. coupon-processing-batch-issue-service |  :: Spring Boot ::        (v2.0.2.RELEASE)
  30. coupon-processing-batch-issue-service |
  31. coupon-processing-batch-issue-service | 2019-01-14 15:29:07.657  INFO 1 --- [           main] b.c.PropertySourceBootstrapConfiguration : Located property source: CompositePropertySource {name='consul', propertySources=[ConsulPropertySource {name='config/coupon-processing-batch-issue-service,dev/'}, ConsulPropertySource {name='config/coupon-processing-batch-issue-service/'}, ConsulPropertySource {name='config/application,dev/'}, ConsulPropertySource {name='config/application/'}]}
  32. coupon-processing-batch-issue-service | 2019-01-14 15:29:08.045  INFO 1 --- [           main] r.c.p.c.b.BatchIssueApplication          : The following profiles are active: dev
  33. coupon-processing-batch-issue-service | 2019-01-14 15:29:08.251  INFO 1 --- [           main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@4e28bdd1: startup date [Mon Jan 14 15:29:08 MSK 2019]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@78123e82
  34. coupon-processing-batch-issue-service | 2019-01-14 15:29:15.990  INFO 1 --- [           main] o.s.b.f.s.DefaultListableBeanFactory     : Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Generic; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Generic.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]]
  35. coupon-processing-batch-issue-service | 2019-01-14 15:29:25.674  INFO 1 --- [           main] o.s.cloud.context.scope.GenericScope     : BeanFactory id=6d7f4572-b2a6-3f0c-b839-a6157e09adfc
  36. coupon-processing-batch-issue-service | 2019-01-14 15:29:26.138  INFO 1 --- [           main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
  37. coupon-processing-batch-issue-service | 2019-01-14 15:29:26.972  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.kafka.annotation.KafkaBootstrapConfiguration' of type [org.springframework.kafka.annotation.KafkaBootstrapConfiguration$$EnhancerBySpringCGLIB$$2fd2464e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  38. coupon-processing-batch-issue-service | 2019-01-14 15:29:27.713  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.retry.annotation.RetryConfiguration' of type [org.springframework.retry.annotation.RetryConfiguration$$EnhancerBySpringCGLIB$$51e3ccf0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  39. coupon-processing-batch-issue-service | 2019-01-14 15:29:28.113  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$5c2034cb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  40. coupon-processing-batch-issue-service | 2019-01-14 15:29:28.676  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$783a37c8] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  41. coupon-processing-batch-issue-service | 2019-01-14 15:29:31.566  INFO 1 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8080 (http)
  42. coupon-processing-batch-issue-service | 2019-01-14 15:29:31.849  INFO 1 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
  43. coupon-processing-batch-issue-service | 2019-01-14 15:29:31.849  INFO 1 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet Engine: Apache Tomcat/8.5.31
  44. coupon-processing-batch-issue-service | 2019-01-14 15:29:31.967  INFO 1 --- [ost-startStop-1] o.a.catalina.core.AprLifecycleListener   : The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [/usr/java/packages/lib/amd64:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib]
  45. coupon-processing-batch-issue-service | 2019-01-14 15:29:32.980  INFO 1 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
  46. coupon-processing-batch-issue-service | 2019-01-14 15:29:32.981  INFO 1 --- [ost-startStop-1] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 24730 ms
  47. coupon-processing-batch-issue-service | 2019-01-14 15:29:36.137  WARN 1 --- [ost-startStop-1] c.n.c.sources.URLConfigurationSource     : No URLs will be polled as dynamic configuration sources.
  48. coupon-processing-batch-issue-service | 2019-01-14 15:29:36.138  INFO 1 --- [ost-startStop-1] c.n.c.sources.URLConfigurationSource     : To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
  49. coupon-processing-batch-issue-service | 2019-01-14 15:29:36.300  INFO 1 --- [ost-startStop-1] c.netflix.config.DynamicPropertyFactory  : DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@4ffd5c85
  50. coupon-processing-batch-issue-service | 2019-01-14 15:29:44.900  INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean  : Servlet dispatcherServlet mapped to [/]
  51. coupon-processing-batch-issue-service | 2019-01-14 15:29:44.918  INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'characterEncodingFilter' to: [/*]
  52. coupon-processing-batch-issue-service | 2019-01-14 15:29:44.919  INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
  53. coupon-processing-batch-issue-service | 2019-01-14 15:29:44.919  INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'httpPutFormContentFilter' to: [/*]
  54. coupon-processing-batch-issue-service | 2019-01-14 15:29:44.919  INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'requestContextFilter' to: [/*]
  55. coupon-processing-batch-issue-service | 2019-01-14 15:29:44.919  INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'httpTraceFilter' to: [/*]
  56. coupon-processing-batch-issue-service | 2019-01-14 15:29:44.920  INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'webMvcMetricsFilter' to: [/*]
  57. coupon-processing-batch-issue-service | 2019-01-14 15:29:46.057  INFO 1 --- [           main] o.f.core.internal.util.VersionPrinter    : Flyway Community Edition 5.0.7 by Boxfuse
  58. coupon-processing-batch-issue-service | 2019-01-14 15:29:46.127  INFO 1 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
  59. coupon-processing-batch-issue-service | 2019-01-14 15:29:46.863  INFO 1 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
  60. coupon-processing-batch-issue-service | 2019-01-14 15:29:46.969  INFO 1 --- [           main] o.f.c.internal.database.DatabaseFactory  : Database: jdbc:postgresql://psql-master:5432/coupons (PostgreSQL 11.1)
  61. coupon-processing-batch-issue-service | 2019-01-14 15:29:47.324  WARN 1 --- [           main] o.f.core.internal.database.Database      : Flyway upgrade recommended: PostgreSQL 11.1 is newer than this version of Flyway and support has not been tested.
  62. coupon-processing-batch-issue-service | 2019-01-14 15:29:47.672  INFO 1 --- [           main] o.f.core.internal.command.DbValidate     : Successfully validated 1 migration (execution time 00:00.137s)
  63. coupon-processing-batch-issue-service | 2019-01-14 15:29:47.860  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Current version of schema "public": 1.0
  64. coupon-processing-batch-issue-service | 2019-01-14 15:29:47.868  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Schema "public" is up to date. No migration necessary.
  65. coupon-processing-batch-issue-service | 2019-01-14 15:29:49.217  INFO 1 --- [           main] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default'
  66. coupon-processing-batch-issue-service | 2019-01-14 15:29:49.442  INFO 1 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [
  67. coupon-processing-batch-issue-service |     name: default
  68. coupon-processing-batch-issue-service |     ...]
  69. coupon-processing-batch-issue-service | 2019-01-14 15:29:50.314  INFO 1 --- [           main] org.hibernate.Version                    : HHH000412: Hibernate Core {5.2.17.Final}
  70. coupon-processing-batch-issue-service | 2019-01-14 15:29:50.319  INFO 1 --- [           main] org.hibernate.cfg.Environment            : HHH000206: hibernate.properties not found
  71. coupon-processing-batch-issue-service | 2019-01-14 15:29:50.738  INFO 1 --- [           main] o.hibernate.annotations.common.Version   : HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
  72. coupon-processing-batch-issue-service | 2019-01-14 15:29:52.716  INFO 1 --- [           main] org.hibernate.dialect.Dialect            : HHH000400: Using dialect: org.hibernate.dialect.PostgreSQL9Dialect
  73. coupon-processing-batch-issue-service | 2019-01-14 15:29:52.959  INFO 1 --- [           main] o.h.e.j.e.i.LobCreatorBuilderImpl        : HHH000422: Disabling contextual LOB creation as connection was null
  74. coupon-processing-batch-issue-service | 2019-01-14 15:29:52.967  INFO 1 --- [           main] org.hibernate.type.BasicTypeRegistry     : HHH000270: Type registration [java.util.UUID] overrides previous : org.hibernate.type.UUIDBinaryType@10a0fe30
  75. coupon-processing-batch-issue-service | 2019-01-14 15:30:00.035  INFO 1 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement