-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsplunk.log
293 lines (282 loc) · 44.3 KB
/
splunk.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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
2020-01-28 01:25:49.086 INFO 21608 --- [main] ECommerce : Starting SareetaApplication on DESKTOP-NNIM3NG with PID 21608 (started by gunde in D:\java learning (UDACITY)\P04-eCommerce Application)
2020-01-28 01:25:49.089 INFO 21608 --- [main] ECommerce : No active profile set, falling back to default profiles: default
2020-01-28 01:25:49.866 INFO 21608 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
2020-01-28 01:25:49.957 INFO 21608 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 86ms. Found 4 repository interfaces.
2020-01-28 01:25:50.220 INFO 21608 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$2d81226b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-01-28 01:25:50.421 INFO 21608 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
2020-01-28 01:25:50.441 INFO 21608 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2020-01-28 01:25:50.442 INFO 21608 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.19]
2020-01-28 01:25:50.560 INFO 21608 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2020-01-28 01:25:50.561 INFO 21608 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1425 ms
2020-01-28 01:25:50.696 INFO 21608 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2020-01-28 01:25:50.774 INFO 21608 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2020-01-28 01:25:50.814 INFO 21608 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
name: default
...]
2020-01-28 01:25:50.863 INFO 21608 --- [main] org.hibernate.Version : HHH000412: Hibernate Core {5.3.10.Final}
2020-01-28 01:25:50.866 INFO 21608 --- [main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
2020-01-28 01:25:50.965 INFO 21608 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2020-01-28 01:25:51.094 INFO 21608 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2020-01-28 01:25:51.678 INFO 21608 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2020-01-28 01:25:52.192 INFO 21608 --- [main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3462e99a, org.springframework.security.web.context.SecurityContextPersistenceFilter@9a37591, org.springframework.security.web.header.HeaderWriterFilter@37a0fc8c, org.springframework.web.filter.CorsFilter@5300694d, org.springframework.security.web.authentication.logout.LogoutFilter@682fe17b, com.example.demo.security.JwtAuthenticationFilter@7320750c, com.example.demo.security.JwtAuthorizationFilter@2570851e, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@749c0669, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@361d8567, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@67d8613, org.springframework.security.web.session.SessionManagementFilter@1ba3c03d, org.springframework.security.web.access.ExceptionTranslationFilter@7741507c, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@44e3f3e5]
2020-01-28 01:25:52.324 INFO 21608 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2020-01-28 01:25:52.353 WARN 21608 --- [main] aWebConfiguration$JpaWebMvcConfiguration : 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-01-28 01:25:53.146 INFO 21608 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''
2020-01-28 01:25:53.148 INFO 21608 --- [main] ECommerce : Started SareetaApplication in 4.391 seconds (JVM running for 5.757)
2020-01-28 01:26:46.845 INFO 21608 --- [http-nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2020-01-28 01:26:46.846 INFO 21608 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2020-01-28 01:26:46.854 INFO 21608 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 7 ms
2020-01-28 01:26:46.998 INFO 21608 --- [http-nio-8080-exec-1] c.e.demo.controllers.UserController : Cart created for new user :: gundeep
2020-01-28 01:26:47.093 INFO 21608 --- [http-nio-8080-exec-1] c.e.demo.controllers.UserController : New user created with username :: gundeep
2020-01-28 01:26:49.978 INFO 21608 --- [http-nio-8080-exec-3] o.h.h.i.QueryTranslatorFactoryInitiator : HHH000397: Using ASTQueryTranslatorFactory
2020-01-28 01:30:23.874 INFO 21608 --- [Thread-3] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2020-01-28 01:30:23.875 INFO 21608 --- [Thread-3] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2020-01-28 01:30:23.878 INFO 21608 --- [Thread-3] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2020-01-28 01:30:23.883 INFO 21608 --- [Thread-3] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2020-01-28 01:30:49.566 INFO 20320 --- [main] ECommerce : Starting SareetaApplication on DESKTOP-NNIM3NG with PID 20320 (started by gunde in D:\java learning (UDACITY)\P04-eCommerce Application)
2020-01-28 01:30:49.569 INFO 20320 --- [main] ECommerce : No active profile set, falling back to default profiles: default
2020-01-28 01:30:50.314 INFO 20320 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
2020-01-28 01:30:50.404 INFO 20320 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 85ms. Found 4 repository interfaces.
2020-01-28 01:30:50.684 INFO 20320 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$a7aa3563] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-01-28 01:30:50.891 INFO 20320 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
2020-01-28 01:30:50.924 INFO 20320 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2020-01-28 01:30:50.925 INFO 20320 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.19]
2020-01-28 01:30:51.044 INFO 20320 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2020-01-28 01:30:51.044 INFO 20320 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1426 ms
2020-01-28 01:30:51.187 INFO 20320 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2020-01-28 01:30:51.262 INFO 20320 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2020-01-28 01:30:51.303 INFO 20320 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
name: default
...]
2020-01-28 01:30:51.348 INFO 20320 --- [main] org.hibernate.Version : HHH000412: Hibernate Core {5.3.10.Final}
2020-01-28 01:30:51.349 INFO 20320 --- [main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
2020-01-28 01:30:51.446 INFO 20320 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2020-01-28 01:30:51.576 INFO 20320 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2020-01-28 01:30:52.191 INFO 20320 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2020-01-28 01:30:52.746 INFO 20320 --- [main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@6e612122, org.springframework.security.web.context.SecurityContextPersistenceFilter@b04a6a4, org.springframework.security.web.header.HeaderWriterFilter@6292c63e, org.springframework.web.filter.CorsFilter@1d38cdde, org.springframework.security.web.authentication.logout.LogoutFilter@3c538e62, com.example.demo.security.JwtAuthenticationFilter@3809f65d, com.example.demo.security.JwtAuthorizationFilter@717b0d81, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@51c4992e, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@7d75940, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@16745abd, org.springframework.security.web.session.SessionManagementFilter@7b33deed, org.springframework.security.web.access.ExceptionTranslationFilter@3095d06b, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@6003eb60]
2020-01-28 01:30:52.872 INFO 20320 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2020-01-28 01:30:52.901 WARN 20320 --- [main] aWebConfiguration$JpaWebMvcConfiguration : 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-01-28 01:30:53.647 INFO 20320 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''
2020-01-28 01:30:53.649 INFO 20320 --- [main] ECommerce : Started SareetaApplication in 4.434 seconds (JVM running for 5.736)
2020-01-28 01:31:01.028 INFO 20320 --- [http-nio-8080-exec-2] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2020-01-28 01:31:01.030 INFO 20320 --- [http-nio-8080-exec-2] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2020-01-28 01:31:01.039 INFO 20320 --- [http-nio-8080-exec-2] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms
2020-01-28 01:31:09.347 INFO 20320 --- [http-nio-8080-exec-2] c.e.demo.controllers.UserController : Cart created for new user :: gundeep
2020-01-28 01:31:09.442 INFO 20320 --- [http-nio-8080-exec-2] c.e.demo.controllers.UserController : New user created with username :: gundeep
2020-01-28 01:31:17.332 INFO 20320 --- [http-nio-8080-exec-3] o.h.h.i.QueryTranslatorFactoryInitiator : HHH000397: Using ASTQueryTranslatorFactory
2020-01-28 01:31:57.400 ERROR 20320 --- [http-nio-8080-exec-4] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception
com.auth0.jwt.exceptions.AlgorithmMismatchException: The provided Algorithm doesn't match the one defined in the JWT's Header.
at com.auth0.jwt.JWTVerifier.verifyAlgorithm(JWTVerifier.java:361) ~[java-jwt-3.4.0.jar:na]
at com.auth0.jwt.JWTVerifier.verify(JWTVerifier.java:353) ~[java-jwt-3.4.0.jar:na]
at com.example.demo.security.JwtAuthorizationFilter.getAuthentication(JwtAuthorizationFilter.java:42) ~[classes/:na]
at com.example.demo.security.JwtAuthorizationFilter.doFilterInternal(JwtAuthorizationFilter.java:30) ~[classes/:na]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-5.1.7.RELEASE.jar:5.1.7.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:96) ~[spring-web-5.1.7.RELEASE.jar:5.1.7.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-5.1.7.RELEASE.jar:5.1.7.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:74) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-5.1.7.RELEASE.jar:5.1.7.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-5.1.7.RELEASE.jar:5.1.7.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357) ~[spring-web-5.1.7.RELEASE.jar:5.1.7.RELEASE]
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270) ~[spring-web-5.1.7.RELEASE.jar:5.1.7.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.19.jar:9.0.19]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.19.jar:9.0.19]
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) ~[spring-web-5.1.7.RELEASE.jar:5.1.7.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-5.1.7.RELEASE.jar:5.1.7.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.19.jar:9.0.19]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.19.jar:9.0.19]
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92) ~[spring-web-5.1.7.RELEASE.jar:5.1.7.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-5.1.7.RELEASE.jar:5.1.7.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.19.jar:9.0.19]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.19.jar:9.0.19]
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) ~[spring-web-5.1.7.RELEASE.jar:5.1.7.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-5.1.7.RELEASE.jar:5.1.7.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.19.jar:9.0.19]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.19.jar:9.0.19]
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) ~[spring-web-5.1.7.RELEASE.jar:5.1.7.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-5.1.7.RELEASE.jar:5.1.7.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.19.jar:9.0.19]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.19.jar:9.0.19]
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200) ~[tomcat-embed-core-9.0.19.jar:9.0.19]
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) ~[tomcat-embed-core-9.0.19.jar:9.0.19]
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) ~[tomcat-embed-core-9.0.19.jar:9.0.19]
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) ~[tomcat-embed-core-9.0.19.jar:9.0.19]
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.19.jar:9.0.19]
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.19.jar:9.0.19]
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.19.jar:9.0.19]
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.19.jar:9.0.19]
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.19.jar:9.0.19]
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836) ~[tomcat-embed-core-9.0.19.jar:9.0.19]
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747) ~[tomcat-embed-core-9.0.19.jar:9.0.19]
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.19.jar:9.0.19]
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na]
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na]
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.19.jar:9.0.19]
at java.base/java.lang.Thread.run(Thread.java:830) ~[na:na]
2020-01-28 01:32:28.065 INFO 20320 --- [Thread-3] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2020-01-28 01:32:28.066 INFO 20320 --- [Thread-3] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2020-01-28 01:32:28.069 INFO 20320 --- [Thread-3] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2020-01-28 01:32:28.073 INFO 20320 --- [Thread-3] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2020-01-28 01:32:33.357 INFO 20780 --- [main] ECommerce : Starting SareetaApplication on DESKTOP-NNIM3NG with PID 20780 (started by gunde in D:\java learning (UDACITY)\P04-eCommerce Application)
2020-01-28 01:32:33.360 INFO 20780 --- [main] ECommerce : No active profile set, falling back to default profiles: default
2020-01-28 01:32:34.104 INFO 20780 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
2020-01-28 01:32:34.200 INFO 20780 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 90ms. Found 4 repository interfaces.
2020-01-28 01:32:34.486 INFO 20780 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$5aadf3c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-01-28 01:32:34.697 INFO 20780 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
2020-01-28 01:32:34.717 INFO 20780 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2020-01-28 01:32:34.718 INFO 20780 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.19]
2020-01-28 01:32:34.834 INFO 20780 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2020-01-28 01:32:34.834 INFO 20780 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1423 ms
2020-01-28 01:32:34.983 INFO 20780 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2020-01-28 01:32:35.059 INFO 20780 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2020-01-28 01:32:35.099 INFO 20780 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
name: default
...]
2020-01-28 01:32:35.144 INFO 20780 --- [main] org.hibernate.Version : HHH000412: Hibernate Core {5.3.10.Final}
2020-01-28 01:32:35.145 INFO 20780 --- [main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
2020-01-28 01:32:35.239 INFO 20780 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2020-01-28 01:32:35.362 INFO 20780 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2020-01-28 01:32:36.038 INFO 20780 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2020-01-28 01:32:36.515 INFO 20780 --- [main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@5020b59f, org.springframework.security.web.context.SecurityContextPersistenceFilter@5f5c0eda, org.springframework.security.web.header.HeaderWriterFilter@2e38d44e, org.springframework.web.filter.CorsFilter@75db328e, org.springframework.security.web.authentication.logout.LogoutFilter@8c34631, com.example.demo.security.JwtAuthenticationFilter@46d18a33, com.example.demo.security.JwtAuthorizationFilter@495f3965, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5e66733b, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@7957aa57, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1c06f19c, org.springframework.security.web.session.SessionManagementFilter@6c25123e, org.springframework.security.web.access.ExceptionTranslationFilter@2a9565d7, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@746da54f]
2020-01-28 01:32:36.647 INFO 20780 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2020-01-28 01:32:36.674 WARN 20780 --- [main] aWebConfiguration$JpaWebMvcConfiguration : 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-01-28 01:32:37.429 INFO 20780 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''
2020-01-28 01:32:37.432 INFO 20780 --- [main] ECommerce : Started SareetaApplication in 4.42 seconds (JVM running for 5.745)
2020-01-28 01:51:52.336 INFO 20780 --- [Thread-3] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2020-01-28 01:51:52.338 INFO 20780 --- [Thread-3] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2020-01-28 01:51:52.341 INFO 20780 --- [Thread-3] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2020-01-28 01:51:52.346 INFO 20780 --- [Thread-3] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2020-01-28 23:05:26.067 INFO 9268 --- [main] com.example.demo.ECommerceApplication : Starting ECommerceApplication on DESKTOP-NNIM3NG with PID 9268 (started by gunde in D:\java learning (UDACITY)\e-commerce)
2020-01-28 23:05:26.070 INFO 9268 --- [main] com.example.demo.ECommerceApplication : No active profile set, falling back to default profiles: default
2020-01-28 23:05:26.719 INFO 9268 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
2020-01-28 23:05:26.819 INFO 9268 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 93ms. Found 4 repository interfaces.
2020-01-28 23:05:27.106 INFO 9268 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$ba04efd4] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-01-28 23:05:27.360 INFO 9268 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
2020-01-28 23:05:27.386 INFO 9268 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2020-01-28 23:05:27.387 INFO 9268 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.19]
2020-01-28 23:05:27.520 INFO 9268 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2020-01-28 23:05:27.521 INFO 9268 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1418 ms
2020-01-28 23:05:27.682 INFO 9268 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2020-01-28 23:05:27.783 INFO 9268 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2020-01-28 23:05:27.831 INFO 9268 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
name: default
...]
2020-01-28 23:05:27.910 INFO 9268 --- [main] org.hibernate.Version : HHH000412: Hibernate Core {5.3.10.Final}
2020-01-28 23:05:27.912 INFO 9268 --- [main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
2020-01-28 23:05:28.070 INFO 9268 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2020-01-28 23:05:28.241 INFO 9268 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2020-01-28 23:05:28.958 INFO 9268 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2020-01-28 23:05:29.535 INFO 9268 --- [main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@22b10124, org.springframework.security.web.context.SecurityContextPersistenceFilter@2ffcdc9b, org.springframework.security.web.header.HeaderWriterFilter@4136b193, org.springframework.web.filter.CorsFilter@6f36e806, org.springframework.security.web.authentication.logout.LogoutFilter@293ecff6, com.example.demo.security.JwtAuthenticationFilter@4088702d, com.example.demo.security.JwtAuthorizationFilter@4c24c40a, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@19f99aaf, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@7db2b614, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6636448b, org.springframework.security.web.session.SessionManagementFilter@570127fa, org.springframework.security.web.access.ExceptionTranslationFilter@1860b107, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@71e409f]
2020-01-28 23:05:29.674 INFO 9268 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2020-01-28 23:05:29.701 WARN 9268 --- [main] aWebConfiguration$JpaWebMvcConfiguration : 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-01-28 23:05:30.473 ERROR 9268 --- [main] org.apache.catalina.util.LifecycleBase : Failed to start component [Connector[HTTP/1.1-8080]]
org.apache.catalina.LifecycleException: Protocol handler start failed
at org.apache.catalina.connector.Connector.startInternal(Connector.java:1008) ~[tomcat-embed-core-9.0.19.jar:9.0.19]
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) ~[tomcat-embed-core-9.0.19.jar:9.0.19]
at org.apache.catalina.core.StandardService.addConnector(StandardService.java:226) ~[tomcat-embed-core-9.0.19.jar:9.0.19]
at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.addPreviouslyRemovedConnectors(TomcatWebServer.java:259) ~[spring-boot-2.1.5.RELEASE.jar:2.1.5.RELEASE]
at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.start(TomcatWebServer.java:197) ~[spring-boot-2.1.5.RELEASE.jar:2.1.5.RELEASE]
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.startWebServer(ServletWebServerApplicationContext.java:311) ~[spring-boot-2.1.5.RELEASE.jar:2.1.5.RELEASE]
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.finishRefresh(ServletWebServerApplicationContext.java:164) ~[spring-boot-2.1.5.RELEASE.jar:2.1.5.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:552) ~[spring-context-5.1.7.RELEASE.jar:5.1.7.RELEASE]
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:142) ~[spring-boot-2.1.5.RELEASE.jar:2.1.5.RELEASE]
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:775) ~[spring-boot-2.1.5.RELEASE.jar:2.1.5.RELEASE]
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397) ~[spring-boot-2.1.5.RELEASE.jar:2.1.5.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:316) ~[spring-boot-2.1.5.RELEASE.jar:2.1.5.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1260) ~[spring-boot-2.1.5.RELEASE.jar:2.1.5.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1248) ~[spring-boot-2.1.5.RELEASE.jar:2.1.5.RELEASE]
at com.example.demo.ECommerceApplication.main(ECommerceApplication.java:13) ~[classes/:na]
Caused by: java.net.BindException: Address already in use: bind
at java.base/sun.nio.ch.Net.bind0(Native Method) ~[na:na]
at java.base/sun.nio.ch.Net.bind(Net.java:469) ~[na:na]
at java.base/sun.nio.ch.Net.bind(Net.java:458) ~[na:na]
at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220) ~[na:na]
at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:88) ~[na:na]
at org.apache.tomcat.util.net.NioEndpoint.initServerSocket(NioEndpoint.java:239) ~[tomcat-embed-core-9.0.19.jar:9.0.19]
at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:213) ~[tomcat-embed-core-9.0.19.jar:9.0.19]
at org.apache.tomcat.util.net.AbstractEndpoint.bindWithCleanup(AbstractEndpoint.java:1116) ~[tomcat-embed-core-9.0.19.jar:9.0.19]
at org.apache.tomcat.util.net.AbstractEndpoint.start(AbstractEndpoint.java:1202) ~[tomcat-embed-core-9.0.19.jar:9.0.19]
at org.apache.coyote.AbstractProtocol.start(AbstractProtocol.java:568) ~[tomcat-embed-core-9.0.19.jar:9.0.19]
at org.apache.catalina.connector.Connector.startInternal(Connector.java:1005) ~[tomcat-embed-core-9.0.19.jar:9.0.19]
... 14 common frames omitted
2020-01-28 23:05:30.477 INFO 9268 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
2020-01-28 23:05:30.485 INFO 9268 --- [main] ConditionEvaluationReportLoggingListener :
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2020-01-28 23:05:30.488 ERROR 9268 --- [main] o.s.b.d.LoggingFailureAnalysisReporter :
***************************
APPLICATION FAILED TO START
***************************
Description:
The Tomcat connector configured to listen on port 8080 failed to start. The port may already be in use or the connector may be misconfigured.
Action:
Verify the connector's configuration, identify and stop any process that's listening on port 8080, or configure this application to listen on another port.
2020-01-28 23:05:30.491 INFO 9268 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2020-01-28 23:05:30.492 INFO 9268 --- [main] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2020-01-28 23:05:30.494 INFO 9268 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2020-01-28 23:05:30.500 INFO 9268 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2020-01-28 23:06:24.093 INFO 29424 --- [main] com.example.demo.ECommerceApplication : Starting ECommerceApplication on DESKTOP-NNIM3NG with PID 29424 (started by gunde in D:\java learning (UDACITY)\e-commerce)
2020-01-28 23:06:24.097 INFO 29424 --- [main] com.example.demo.ECommerceApplication : No active profile set, falling back to default profiles: default
2020-01-28 23:06:24.979 INFO 29424 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
2020-01-28 23:06:25.081 INFO 29424 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 94ms. Found 4 repository interfaces.
2020-01-28 23:06:25.357 INFO 29424 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$a911e127] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-01-28 23:06:25.573 INFO 29424 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9090 (http)
2020-01-28 23:06:25.592 INFO 29424 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2020-01-28 23:06:25.593 INFO 29424 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.19]
2020-01-28 23:06:25.715 INFO 29424 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2020-01-28 23:06:25.715 INFO 29424 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1561 ms
2020-01-28 23:06:25.855 INFO 29424 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2020-01-28 23:06:25.933 INFO 29424 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2020-01-28 23:06:25.971 INFO 29424 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
name: default
...]
2020-01-28 23:06:26.016 INFO 29424 --- [main] org.hibernate.Version : HHH000412: Hibernate Core {5.3.10.Final}
2020-01-28 23:06:26.017 INFO 29424 --- [main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
2020-01-28 23:06:26.110 INFO 29424 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2020-01-28 23:06:26.239 INFO 29424 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2020-01-28 23:06:26.791 INFO 29424 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2020-01-28 23:06:27.248 INFO 29424 --- [main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3f142e87, org.springframework.security.web.context.SecurityContextPersistenceFilter@7f53a31f, org.springframework.security.web.header.HeaderWriterFilter@4f55a864, org.springframework.web.filter.CorsFilter@22dc9d46, org.springframework.security.web.authentication.logout.LogoutFilter@5862dda4, com.example.demo.security.JwtAuthenticationFilter@63c6c5e5, com.example.demo.security.JwtAuthorizationFilter@6edb2c7b, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@4ba1f425, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@64381526, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@70a54731, org.springframework.security.web.session.SessionManagementFilter@2c2edbe7, org.springframework.security.web.access.ExceptionTranslationFilter@13b4ee4e, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@7c37ac3c]
2020-01-28 23:06:27.369 INFO 29424 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2020-01-28 23:06:27.395 WARN 29424 --- [main] aWebConfiguration$JpaWebMvcConfiguration : 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-01-28 23:06:28.194 INFO 29424 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 9090 (http) with context path ''
2020-01-28 23:06:28.197 INFO 29424 --- [main] com.example.demo.ECommerceApplication : Started ECommerceApplication in 4.427 seconds (JVM running for 5.912)
2020-01-28 23:10:39.118 INFO 29424 --- [Thread-3] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2020-01-28 23:10:39.121 INFO 29424 --- [Thread-3] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2020-01-28 23:10:39.124 INFO 29424 --- [Thread-3] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2020-01-28 23:10:39.128 INFO 29424 --- [Thread-3] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2020-01-28 23:14:51.640 INFO 20600 --- [main] com.example.demo.ECommerceApplication : Starting ECommerceApplication on DESKTOP-NNIM3NG with PID 20600 (started by gunde in D:\java learning (UDACITY)\e-commerce)
2020-01-28 23:14:51.644 INFO 20600 --- [main] com.example.demo.ECommerceApplication : No active profile set, falling back to default profiles: default
2020-01-28 23:14:52.514 INFO 20600 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
2020-01-28 23:14:52.619 INFO 20600 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 95ms. Found 4 repository interfaces.
2020-01-28 23:14:52.895 INFO 20600 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$764bfacb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-01-28 23:14:53.106 INFO 20600 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9090 (http)
2020-01-28 23:14:53.127 INFO 20600 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2020-01-28 23:14:53.127 INFO 20600 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.19]
2020-01-28 23:14:53.252 INFO 20600 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2020-01-28 23:14:53.252 INFO 20600 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1554 ms
2020-01-28 23:14:53.386 INFO 20600 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2020-01-28 23:14:53.461 INFO 20600 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2020-01-28 23:14:53.501 INFO 20600 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
name: default
...]
2020-01-28 23:14:53.546 INFO 20600 --- [main] org.hibernate.Version : HHH000412: Hibernate Core {5.3.10.Final}
2020-01-28 23:14:53.547 INFO 20600 --- [main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
2020-01-28 23:14:53.650 INFO 20600 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2020-01-28 23:14:53.781 INFO 20600 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2020-01-28 23:14:54.375 INFO 20600 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2020-01-28 23:14:54.905 INFO 20600 --- [main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@78b44fcb, org.springframework.security.web.context.SecurityContextPersistenceFilter@2af3b054, org.springframework.security.web.header.HeaderWriterFilter@39a9becc, org.springframework.web.filter.CorsFilter@12dc702b, org.springframework.security.web.authentication.logout.LogoutFilter@2ec23ec3, com.example.demo.security.JwtAuthenticationFilter@41b2123e, com.example.demo.security.JwtAuthorizationFilter@486bcaa, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@21046afa, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@792eeae6, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@5e9671e6, org.springframework.security.web.session.SessionManagementFilter@177302d6, org.springframework.security.web.access.ExceptionTranslationFilter@3aa63b53, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@488b46da]
2020-01-28 23:14:55.028 INFO 20600 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2020-01-28 23:14:55.054 WARN 20600 --- [main] aWebConfiguration$JpaWebMvcConfiguration : 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-01-28 23:14:55.929 INFO 20600 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 9090 (http) with context path ''
2020-01-28 23:14:55.932 INFO 20600 --- [main] com.example.demo.ECommerceApplication : Started ECommerceApplication in 4.653 seconds (JVM running for 6.542)