-
Notifications
You must be signed in to change notification settings - Fork 0
/
application.log
100 lines (83 loc) · 11.5 KB
/
application.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
2020-05-07 22:39:46.368 INFO 928 --- [restartedMain] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at : http://localhost:8888
2020-05-07 22:39:47.882 INFO 928 --- [restartedMain] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=rental-service, profiles=[default], label=null, version=3389aac4dce076a35db80886cfacb57cf190d067, state=null
2020-05-07 22:39:47.883 INFO 928 --- [restartedMain] b.c.PropertySourceBootstrapConfiguration : Located property source: [BootstrapPropertySource {name='bootstrapProperties-configClient'}, BootstrapPropertySource {name='bootstrapProperties-https://github.com/saif7159/MovieProject.git/configuration-files/rental-service/application.yml'}]
2020-05-07 22:39:47.908 INFO 928 --- [restartedMain] c.movie.rental.RentalServiceApplication : No active profile set, falling back to default profiles: default
2020-05-07 22:39:48.881 INFO 928 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2020-05-07 22:39:48.909 INFO 928 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 27ms. Found 1 JPA repository interfaces.
2020-05-07 22:39:49.093 INFO 928 --- [restartedMain] o.s.cloud.context.scope.GenericScope : BeanFactory id=870e5d87-0c38-34eb-a780-a0409cbc2e17
2020-05-07 22:39:49.116 INFO 928 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'com.movie.rental.client.CatalogueClient' of type [org.springframework.cloud.openfeign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-05-07 22:39:49.117 INFO 928 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'com.movie.rental.client.UserClient' of type [org.springframework.cloud.openfeign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-05-07 22:39:49.292 INFO 928 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8023 (http)
2020-05-07 22:39:49.293 INFO 928 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2020-05-07 22:39:49.294 INFO 928 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.33]
2020-05-07 22:39:49.368 INFO 928 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2020-05-07 22:39:49.368 INFO 928 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1453 ms
2020-05-07 22:39:50.082 INFO 928 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2020-05-07 22:39:50.099 INFO 928 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Starting...
2020-05-07 22:39:50.136 INFO 928 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Start completed.
2020-05-07 22:39:50.137 INFO 928 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
2020-05-07 22:39:50.292 INFO 928 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2020-05-07 22:39:50.293 INFO 928 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2020-05-07 22:39:50.334 WARN 928 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : Unable to start LiveReload server
2020-05-07 22:39:50.523 WARN 928 --- [restartedMain] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2020-05-07 22:39:50.630 INFO 928 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService
2020-05-07 22:39:50.631 INFO 928 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'taskExecutor'
2020-05-07 22:39:50.643 WARN 928 --- [restartedMain] c.n.c.sources.URLConfigurationSource : No URLs will be polled as dynamic configuration sources.
2020-05-07 22:39:50.644 INFO 928 --- [restartedMain] 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.
2020-05-07 22:39:51.403 WARN 928 --- [restartedMain] ockingLoadBalancerClientRibbonWarnLogger : You already have RibbonLoadBalancerClient on your classpath. It will be used by default. As Spring Cloud Ribbon is in maintenance mode. We recommend switching to BlockingLoadBalancerClient instead. In order to use it, set the value of `spring.cloud.loadbalancer.ribbon.enabled` to `false` or remove spring-cloud-starter-netflix-ribbon from your project.
2020-05-07 22:39:51.435 INFO 928 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint(s) beneath base path '/actuator'
2020-05-07 22:39:51.507 INFO 928 --- [restartedMain] o.s.c.n.eureka.InstanceInfoFactory : Setting initial instance status as: STARTING
2020-05-07 22:39:51.511 INFO 928 --- [restartedMain] com.netflix.discovery.DiscoveryClient : Initializing Eureka in region us-east-1
2020-05-07 22:39:51.515 INFO 928 --- [restartedMain] c.n.d.provider.DiscoveryJerseyProvider : Using JSON encoding codec LegacyJacksonJson
2020-05-07 22:39:51.516 INFO 928 --- [restartedMain] c.n.d.provider.DiscoveryJerseyProvider : Using JSON decoding codec LegacyJacksonJson
2020-05-07 22:39:51.516 INFO 928 --- [restartedMain] c.n.d.provider.DiscoveryJerseyProvider : Using XML encoding codec XStreamXml
2020-05-07 22:39:51.516 INFO 928 --- [restartedMain] c.n.d.provider.DiscoveryJerseyProvider : Using XML decoding codec XStreamXml
2020-05-07 22:39:51.642 INFO 928 --- [restartedMain] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
2020-05-07 22:39:51.644 INFO 928 --- [restartedMain] com.netflix.discovery.DiscoveryClient : Disable delta property : false
2020-05-07 22:39:51.644 INFO 928 --- [restartedMain] com.netflix.discovery.DiscoveryClient : Single vip registry refresh property : null
2020-05-07 22:39:51.644 INFO 928 --- [restartedMain] com.netflix.discovery.DiscoveryClient : Force full registry fetch : false
2020-05-07 22:39:51.644 INFO 928 --- [restartedMain] com.netflix.discovery.DiscoveryClient : Application is null : false
2020-05-07 22:39:51.645 INFO 928 --- [restartedMain] com.netflix.discovery.DiscoveryClient : Registered Applications size is zero : true
2020-05-07 22:39:51.645 INFO 928 --- [restartedMain] com.netflix.discovery.DiscoveryClient : Application version is -1: true
2020-05-07 22:39:51.645 INFO 928 --- [restartedMain] com.netflix.discovery.DiscoveryClient : Getting all instance registry info from the eureka server
2020-05-07 22:39:51.653 INFO 928 --- [restartedMain] com.netflix.discovery.DiscoveryClient : The response status is 200
2020-05-07 22:39:51.655 INFO 928 --- [restartedMain] com.netflix.discovery.DiscoveryClient : Starting heartbeat executor: renew interval is: 30
2020-05-07 22:39:51.656 INFO 928 --- [restartedMain] c.n.discovery.InstanceInfoReplicator : InstanceInfoReplicator onDemand update allowed rate per min is 4
2020-05-07 22:39:51.658 INFO 928 --- [restartedMain] com.netflix.discovery.DiscoveryClient : Discovery Client initialized at timestamp 1588871391658 with initial instances count: 4
2020-05-07 22:39:51.663 INFO 928 --- [restartedMain] o.s.c.n.e.s.EurekaServiceRegistry : Registering application RENTAL-SERVICE with eureka with status UP
2020-05-07 22:39:51.664 INFO 928 --- [restartedMain] com.netflix.discovery.DiscoveryClient : Saw local status change event StatusChangeEvent [timestamp=1588871391664, current=UP, previous=STARTING]
2020-05-07 22:39:51.664 INFO 928 --- [DiscoveryClient-InstanceInfoReplicator-0] com.netflix.discovery.DiscoveryClient : DiscoveryClient_RENTAL-SERVICE/LAPTOP-LEL9689K:rental-service:8023: registering service...
2020-05-07 22:39:51.674 INFO 928 --- [DiscoveryClient-InstanceInfoReplicator-0] com.netflix.discovery.DiscoveryClient : DiscoveryClient_RENTAL-SERVICE/LAPTOP-LEL9689K:rental-service:8023 - registration status: 204
2020-05-07 22:39:51.703 INFO 928 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8023 (http) with context path ''
2020-05-07 22:39:51.705 INFO 928 --- [restartedMain] .s.c.n.e.s.EurekaAutoServiceRegistration : Updating port to 8023
2020-05-07 22:39:52.054 INFO 928 --- [restartedMain] c.movie.rental.RentalServiceApplication : Started RentalServiceApplication in 6.585 seconds (JVM running for 591.445)
2020-05-07 22:39:52.062 INFO 928 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation delta:
==========================
CONDITION EVALUATION DELTA
==========================
Positive matches:
-----------------
LogFileWebEndpointAutoConfiguration#logFileWebEndpoint matched:
- Log File found logging.file.name application.log (LogFileWebEndpointAutoConfiguration.LogFileCondition)
- @ConditionalOnMissingBean (types: org.springframework.boot.actuate.logging.LogFileWebEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition)
Negative matches:
-----------------
None
Exclusions:
-----------
None
Unconditional classes:
----------------------
None
2020-05-07 22:41:35.643 INFO 928 --- [Thread-16] o.s.c.n.e.s.EurekaServiceRegistry : Unregistering application RENTAL-SERVICE with eureka with status DOWN
2020-05-07 22:41:35.644 WARN 928 --- [Thread-16] com.netflix.discovery.DiscoveryClient : Saw local status change event StatusChangeEvent [timestamp=1588871495644, current=DOWN, previous=UP]
2020-05-07 22:41:35.644 INFO 928 --- [DiscoveryClient-InstanceInfoReplicator-0] com.netflix.discovery.DiscoveryClient : DiscoveryClient_RENTAL-SERVICE/LAPTOP-LEL9689K:rental-service:8023: registering service...
2020-05-07 22:41:35.648 INFO 928 --- [Thread-16] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'taskExecutor'
2020-05-07 22:41:35.651 INFO 928 --- [DiscoveryClient-InstanceInfoReplicator-0] com.netflix.discovery.DiscoveryClient : DiscoveryClient_RENTAL-SERVICE/LAPTOP-LEL9689K:rental-service:8023 - registration status: 204
2020-05-07 22:41:35.653 INFO 928 --- [Thread-16] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2020-05-07 22:41:35.655 INFO 928 --- [Thread-16] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Shutdown initiated...
2020-05-07 22:41:35.672 INFO 928 --- [Thread-16] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Shutdown completed.
2020-05-07 22:41:35.674 INFO 928 --- [Thread-16] com.netflix.discovery.DiscoveryClient : Shutting down DiscoveryClient ...
2020-05-07 22:41:38.678 INFO 928 --- [Thread-16] com.netflix.discovery.DiscoveryClient : Unregistering ...
2020-05-07 22:41:38.683 INFO 928 --- [Thread-16] com.netflix.discovery.DiscoveryClient : DiscoveryClient_RENTAL-SERVICE/LAPTOP-LEL9689K:rental-service:8023 - deregister status: 200
2020-05-07 22:41:38.697 INFO 928 --- [Thread-16] com.netflix.discovery.DiscoveryClient : Completed shut down of DiscoveryClient