-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapplication.log
More file actions
797 lines (797 loc) · 133 KB
/
application.log
File metadata and controls
797 lines (797 loc) · 133 KB
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
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
2019-10-21 03:02:54.298 INFO 24430 --- [restartedMain] com.parse.email.EmailParseApplication : Starting EmailParseApplication on hima-Inspiron-3521 with PID 24430 (/home/hima/eclipse-workspace/email/target/classes started by hima in /home/hima/eclipse-workspace/email)
2019-10-21 03:02:54.368 INFO 24430 --- [restartedMain] com.parse.email.EmailParseApplication : No active profile set, falling back to default profiles: default
2019-10-21 03:02:54.896 INFO 24430 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2019-10-21 03:02:54.897 INFO 24430 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2019-10-21 03:03:05.566 INFO 24430 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
2019-10-21 03:03:05.711 INFO 24430 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 58ms. Found 0 repository interfaces.
2019-10-21 03:03:06.735 INFO 24430 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$cdf54ce0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-10-21 03:03:10.690 INFO 24430 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 5555 (http)
2019-10-21 03:03:11.061 INFO 24430 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-10-21 03:03:11.062 INFO 24430 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.14]
2019-10-21 03:03:11.079 INFO 24430 --- [restartedMain] 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]
2019-10-21 03:03:11.749 INFO 24430 --- [restartedMain] org.apache.jasper.servlet.TldScanner : At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2019-10-21 03:03:11.773 INFO 24430 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-10-21 03:03:11.773 INFO 24430 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 16875 ms
2019-10-21 03:03:13.897 INFO 24430 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2019-10-21 03:03:15.552 INFO 24430 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2019-10-21 03:03:16.614 INFO 24430 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
name: default
...]
2019-10-21 03:03:17.658 INFO 24430 --- [restartedMain] org.hibernate.Version : HHH000412: Hibernate Core {5.3.7.Final}
2019-10-21 03:03:17.696 INFO 24430 --- [restartedMain] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
2019-10-21 03:03:21.448 INFO 24430 --- [restartedMain] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2019-10-21 03:03:23.446 INFO 24430 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
2019-10-21 03:03:25.071 INFO 24430 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2019-10-21 03:03:25.255 INFO 24430 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2019-10-21 03:03:27.545 INFO 24430 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2019-10-21 03:03:28.257 WARN 24430 --- [restartedMain] 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
2019-10-21 03:03:28.934 INFO 24430 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2019-10-21 03:03:29.547 INFO 24430 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 5555 (http) with context path ''
2019-10-21 03:03:29.552 INFO 24430 --- [restartedMain] com.parse.email.EmailParseApplication : Started EmailParseApplication in 36.666 seconds (JVM running for 39.09)
2019-10-21 03:03:41.790 INFO 24430 --- [http-nio-5555-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2019-10-21 03:03:41.791 INFO 24430 --- [http-nio-5555-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2019-10-21 03:03:41.802 INFO 24430 --- [http-nio-5555-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 11 ms
2019-10-21 03:04:23.936 INFO 24430 --- [RMI TCP Connection(4)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested.
2019-10-21 03:04:23.942 INFO 24430 --- [RMI TCP Connection(4)-127.0.0.1] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2019-10-21 03:04:23.943 INFO 24430 --- [RMI TCP Connection(4)-127.0.0.1] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2019-10-21 03:04:23.948 INFO 24430 --- [RMI TCP Connection(4)-127.0.0.1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2019-10-21 03:04:23.964 INFO 24430 --- [RMI TCP Connection(4)-127.0.0.1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2019-10-21 03:16:03.813 INFO 25572 --- [restartedMain] com.parse.email.EmailParseApplication : Starting EmailParseApplication on hima-Inspiron-3521 with PID 25572 (/home/hima/eclipse-workspace/email/target/classes started by hima in /home/hima/eclipse-workspace/email)
2019-10-21 03:16:03.831 INFO 25572 --- [restartedMain] com.parse.email.EmailParseApplication : No active profile set, falling back to default profiles: default
2019-10-21 03:16:03.884 INFO 25572 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2019-10-21 03:16:03.884 INFO 25572 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2019-10-21 03:16:04.988 INFO 25572 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
2019-10-21 03:16:05.009 INFO 25572 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 14ms. Found 0 repository interfaces.
2019-10-21 03:16:05.450 INFO 25572 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$1a0ffa04] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-10-21 03:16:05.845 INFO 25572 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 5555 (http)
2019-10-21 03:16:05.870 INFO 25572 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-10-21 03:16:05.871 INFO 25572 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.14]
2019-10-21 03:16:05.879 INFO 25572 --- [restartedMain] 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]
2019-10-21 03:16:06.023 INFO 25572 --- [restartedMain] org.apache.jasper.servlet.TldScanner : At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2019-10-21 03:16:06.027 INFO 25572 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-10-21 03:16:06.028 INFO 25572 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2144 ms
2019-10-21 03:16:06.563 INFO 25572 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2019-10-21 03:16:06.934 INFO 25572 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2019-10-21 03:16:06.980 INFO 25572 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
name: default
...]
2019-10-21 03:16:07.030 INFO 25572 --- [restartedMain] org.hibernate.Version : HHH000412: Hibernate Core {5.3.7.Final}
2019-10-21 03:16:07.031 INFO 25572 --- [restartedMain] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
2019-10-21 03:16:07.162 INFO 25572 --- [restartedMain] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2019-10-21 03:16:07.284 INFO 25572 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
2019-10-21 03:16:07.466 INFO 25572 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2019-10-21 03:16:07.512 INFO 25572 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2019-10-21 03:16:07.791 INFO 25572 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2019-10-21 03:16:07.846 WARN 25572 --- [restartedMain] 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
2019-10-21 03:16:08.360 INFO 25572 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2019-10-21 03:16:08.454 INFO 25572 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 5555 (http) with context path ''
2019-10-21 03:16:08.458 INFO 25572 --- [restartedMain] com.parse.email.EmailParseApplication : Started EmailParseApplication in 5.067 seconds (JVM running for 5.824)
2019-10-21 03:16:13.034 INFO 25572 --- [RMI TCP Connection(1)-127.0.0.1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2019-10-21 03:16:13.035 INFO 25572 --- [RMI TCP Connection(1)-127.0.0.1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2019-10-21 03:16:13.044 INFO 25572 --- [RMI TCP Connection(1)-127.0.0.1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms
2019-10-21 03:17:39.967 INFO 25572 --- [RMI TCP Connection(3)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested.
2019-10-21 03:17:39.973 INFO 25572 --- [RMI TCP Connection(3)-127.0.0.1] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2019-10-21 03:17:39.974 INFO 25572 --- [RMI TCP Connection(3)-127.0.0.1] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2019-10-21 03:17:39.979 INFO 25572 --- [RMI TCP Connection(3)-127.0.0.1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2019-10-21 03:17:39.985 INFO 25572 --- [RMI TCP Connection(3)-127.0.0.1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2019-10-21 03:17:45.299 INFO 25740 --- [restartedMain] com.parse.email.EmailParseApplication : Starting EmailParseApplication on hima-Inspiron-3521 with PID 25740 (/home/hima/eclipse-workspace/email/target/classes started by hima in /home/hima/eclipse-workspace/email)
2019-10-21 03:17:45.305 INFO 25740 --- [restartedMain] com.parse.email.EmailParseApplication : No active profile set, falling back to default profiles: default
2019-10-21 03:17:45.368 INFO 25740 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2019-10-21 03:17:45.369 INFO 25740 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2019-10-21 03:17:46.404 INFO 25740 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
2019-10-21 03:17:46.427 INFO 25740 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 16ms. Found 0 repository interfaces.
2019-10-21 03:17:46.931 INFO 25740 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$4c929fa5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-10-21 03:17:47.317 INFO 25740 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 5555 (http)
2019-10-21 03:17:47.342 INFO 25740 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-10-21 03:17:47.343 INFO 25740 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.14]
2019-10-21 03:17:47.351 INFO 25740 --- [restartedMain] 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]
2019-10-21 03:17:47.479 INFO 25740 --- [restartedMain] org.apache.jasper.servlet.TldScanner : At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2019-10-21 03:17:47.484 INFO 25740 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-10-21 03:17:47.484 INFO 25740 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2115 ms
2019-10-21 03:17:48.130 INFO 25740 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2019-10-21 03:17:48.301 INFO 25740 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2019-10-21 03:17:48.345 INFO 25740 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
name: default
...]
2019-10-21 03:17:48.392 INFO 25740 --- [restartedMain] org.hibernate.Version : HHH000412: Hibernate Core {5.3.7.Final}
2019-10-21 03:17:48.394 INFO 25740 --- [restartedMain] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
2019-10-21 03:17:48.518 INFO 25740 --- [restartedMain] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2019-10-21 03:17:48.622 INFO 25740 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
2019-10-21 03:17:48.827 INFO 25740 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2019-10-21 03:17:48.873 INFO 25740 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2019-10-21 03:17:49.163 INFO 25740 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2019-10-21 03:17:49.202 WARN 25740 --- [restartedMain] 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
2019-10-21 03:17:49.554 INFO 25740 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2019-10-21 03:17:49.645 INFO 25740 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 5555 (http) with context path ''
2019-10-21 03:17:49.649 INFO 25740 --- [restartedMain] com.parse.email.EmailParseApplication : Started EmailParseApplication in 4.94 seconds (JVM running for 6.428)
2019-10-21 03:17:50.946 INFO 25740 --- [RMI TCP Connection(1)-127.0.0.1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2019-10-21 03:17:50.946 INFO 25740 --- [RMI TCP Connection(1)-127.0.0.1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2019-10-21 03:17:50.956 INFO 25740 --- [RMI TCP Connection(1)-127.0.0.1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms
2019-10-21 03:19:56.980 INFO 25740 --- [RMI TCP Connection(4)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested.
2019-10-21 03:19:56.988 INFO 25740 --- [RMI TCP Connection(4)-127.0.0.1] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2019-10-21 03:19:56.992 INFO 25740 --- [RMI TCP Connection(4)-127.0.0.1] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2019-10-21 03:19:56.998 INFO 25740 --- [RMI TCP Connection(4)-127.0.0.1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2019-10-21 03:19:57.003 INFO 25740 --- [RMI TCP Connection(4)-127.0.0.1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2019-10-21 03:20:06.493 INFO 25961 --- [restartedMain] com.parse.email.EmailParseApplication : Starting EmailParseApplication on hima-Inspiron-3521 with PID 25961 (/home/hima/eclipse-workspace/email/target/classes started by hima in /home/hima/eclipse-workspace/email)
2019-10-21 03:20:06.496 INFO 25961 --- [restartedMain] com.parse.email.EmailParseApplication : No active profile set, falling back to default profiles: default
2019-10-21 03:20:06.555 INFO 25961 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2019-10-21 03:20:06.555 INFO 25961 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2019-10-21 03:20:07.689 INFO 25961 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
2019-10-21 03:20:07.710 INFO 25961 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 15ms. Found 0 repository interfaces.
2019-10-21 03:20:08.164 INFO 25961 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$778805c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-10-21 03:20:08.565 INFO 25961 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 5555 (http)
2019-10-21 03:20:08.593 INFO 25961 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-10-21 03:20:08.594 INFO 25961 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.14]
2019-10-21 03:20:08.603 INFO 25961 --- [restartedMain] 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]
2019-10-21 03:20:08.734 INFO 25961 --- [restartedMain] org.apache.jasper.servlet.TldScanner : At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2019-10-21 03:20:08.738 INFO 25961 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-10-21 03:20:08.738 INFO 25961 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2183 ms
2019-10-21 03:20:09.350 INFO 25961 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2019-10-21 03:20:09.504 INFO 25961 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2019-10-21 03:20:09.545 INFO 25961 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
name: default
...]
2019-10-21 03:20:09.591 INFO 25961 --- [restartedMain] org.hibernate.Version : HHH000412: Hibernate Core {5.3.7.Final}
2019-10-21 03:20:09.592 INFO 25961 --- [restartedMain] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
2019-10-21 03:20:09.709 INFO 25961 --- [restartedMain] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2019-10-21 03:20:09.811 INFO 25961 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
2019-10-21 03:20:09.993 INFO 25961 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2019-10-21 03:20:10.039 INFO 25961 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2019-10-21 03:20:10.313 INFO 25961 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2019-10-21 03:20:10.350 WARN 25961 --- [restartedMain] 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
2019-10-21 03:20:10.723 INFO 25961 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2019-10-21 03:20:10.826 INFO 25961 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 5555 (http) with context path ''
2019-10-21 03:20:10.829 INFO 25961 --- [restartedMain] com.parse.email.EmailParseApplication : Started EmailParseApplication in 4.725 seconds (JVM running for 5.525)
2019-10-21 03:20:13.608 INFO 25961 --- [RMI TCP Connection(1)-127.0.0.1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2019-10-21 03:20:13.608 INFO 25961 --- [RMI TCP Connection(1)-127.0.0.1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2019-10-21 03:20:13.619 INFO 25961 --- [RMI TCP Connection(1)-127.0.0.1] o.s.web.servlet.DispatcherServlet : Completed initialization in 11 ms
2019-10-21 03:21:28.528 INFO 25961 --- [RMI TCP Connection(3)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested.
2019-10-21 03:21:28.537 INFO 25961 --- [RMI TCP Connection(3)-127.0.0.1] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2019-10-21 03:21:28.539 INFO 25961 --- [RMI TCP Connection(3)-127.0.0.1] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2019-10-21 03:21:28.544 INFO 25961 --- [RMI TCP Connection(3)-127.0.0.1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2019-10-21 03:21:28.550 INFO 25961 --- [RMI TCP Connection(3)-127.0.0.1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2019-10-21 03:21:33.975 INFO 26433 --- [restartedMain] com.parse.email.EmailParseApplication : Starting EmailParseApplication on hima-Inspiron-3521 with PID 26433 (/home/hima/eclipse-workspace/email/target/classes started by hima in /home/hima/eclipse-workspace/email)
2019-10-21 03:21:33.978 INFO 26433 --- [restartedMain] com.parse.email.EmailParseApplication : No active profile set, falling back to default profiles: default
2019-10-21 03:21:34.029 INFO 26433 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2019-10-21 03:21:34.030 INFO 26433 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2019-10-21 03:21:35.092 INFO 26433 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
2019-10-21 03:21:35.123 INFO 26433 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 21ms. Found 0 repository interfaces.
2019-10-21 03:21:35.677 INFO 26433 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$dbad3102] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-10-21 03:21:36.077 INFO 26433 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 5555 (http)
2019-10-21 03:21:36.107 INFO 26433 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-10-21 03:21:36.108 INFO 26433 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.14]
2019-10-21 03:21:36.119 INFO 26433 --- [restartedMain] 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]
2019-10-21 03:21:36.304 INFO 26433 --- [restartedMain] org.apache.jasper.servlet.TldScanner : At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2019-10-21 03:21:36.308 INFO 26433 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-10-21 03:21:36.309 INFO 26433 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2279 ms
2019-10-21 03:21:36.959 INFO 26433 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2019-10-21 03:21:37.178 INFO 26433 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2019-10-21 03:21:37.221 INFO 26433 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
name: default
...]
2019-10-21 03:21:37.271 INFO 26433 --- [restartedMain] org.hibernate.Version : HHH000412: Hibernate Core {5.3.7.Final}
2019-10-21 03:21:37.272 INFO 26433 --- [restartedMain] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
2019-10-21 03:21:37.390 INFO 26433 --- [restartedMain] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2019-10-21 03:21:37.519 INFO 26433 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
2019-10-21 03:21:37.698 INFO 26433 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2019-10-21 03:21:37.745 INFO 26433 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2019-10-21 03:21:38.021 INFO 26433 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2019-10-21 03:21:38.057 WARN 26433 --- [restartedMain] 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
2019-10-21 03:21:38.413 INFO 26433 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2019-10-21 03:21:38.505 INFO 26433 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 5555 (http) with context path ''
2019-10-21 03:21:38.510 INFO 26433 --- [restartedMain] com.parse.email.EmailParseApplication : Started EmailParseApplication in 5.013 seconds (JVM running for 5.751)
2019-10-21 03:21:40.822 INFO 26433 --- [RMI TCP Connection(1)-127.0.0.1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2019-10-21 03:21:40.823 INFO 26433 --- [RMI TCP Connection(1)-127.0.0.1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2019-10-21 03:21:40.837 INFO 26433 --- [RMI TCP Connection(1)-127.0.0.1] o.s.web.servlet.DispatcherServlet : Completed initialization in 14 ms
2019-10-21 03:23:44.313 INFO 26433 --- [RMI TCP Connection(3)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested.
2019-10-21 03:23:44.324 INFO 26433 --- [RMI TCP Connection(3)-127.0.0.1] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2019-10-21 03:23:44.326 INFO 26433 --- [RMI TCP Connection(3)-127.0.0.1] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2019-10-21 03:23:44.334 INFO 26433 --- [RMI TCP Connection(3)-127.0.0.1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2019-10-21 03:23:44.347 INFO 26433 --- [RMI TCP Connection(3)-127.0.0.1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2019-10-21 03:23:58.680 INFO 26728 --- [restartedMain] com.parse.email.EmailParseApplication : Starting EmailParseApplication on hima-Inspiron-3521 with PID 26728 (/home/hima/eclipse-workspace/email/target/classes started by hima in /home/hima/eclipse-workspace/email)
2019-10-21 03:23:58.685 INFO 26728 --- [restartedMain] com.parse.email.EmailParseApplication : No active profile set, falling back to default profiles: default
2019-10-21 03:23:58.741 INFO 26728 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2019-10-21 03:23:58.741 INFO 26728 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2019-10-21 03:23:59.774 INFO 26728 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
2019-10-21 03:23:59.797 INFO 26728 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 16ms. Found 0 repository interfaces.
2019-10-21 03:24:00.256 INFO 26728 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$4205d745] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-10-21 03:24:00.633 INFO 26728 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 5555 (http)
2019-10-21 03:24:00.662 INFO 26728 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-10-21 03:24:00.662 INFO 26728 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.14]
2019-10-21 03:24:00.671 INFO 26728 --- [restartedMain] 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]
2019-10-21 03:24:00.821 INFO 26728 --- [restartedMain] org.apache.jasper.servlet.TldScanner : At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2019-10-21 03:24:00.825 INFO 26728 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-10-21 03:24:00.826 INFO 26728 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2085 ms
2019-10-21 03:24:01.446 INFO 26728 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2019-10-21 03:24:01.606 INFO 26728 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2019-10-21 03:24:01.648 INFO 26728 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
name: default
...]
2019-10-21 03:24:01.695 INFO 26728 --- [restartedMain] org.hibernate.Version : HHH000412: Hibernate Core {5.3.7.Final}
2019-10-21 03:24:01.697 INFO 26728 --- [restartedMain] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
2019-10-21 03:24:01.820 INFO 26728 --- [restartedMain] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2019-10-21 03:24:01.924 INFO 26728 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
2019-10-21 03:24:02.102 INFO 26728 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2019-10-21 03:24:02.145 INFO 26728 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2019-10-21 03:24:02.413 INFO 26728 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2019-10-21 03:24:02.449 WARN 26728 --- [restartedMain] 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
2019-10-21 03:24:02.823 INFO 26728 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2019-10-21 03:24:02.919 INFO 26728 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 5555 (http) with context path ''
2019-10-21 03:24:02.924 INFO 26728 --- [restartedMain] com.parse.email.EmailParseApplication : Started EmailParseApplication in 4.74 seconds (JVM running for 5.591)
2019-10-21 03:24:03.348 INFO 26728 --- [RMI TCP Connection(1)-127.0.0.1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2019-10-21 03:24:03.349 INFO 26728 --- [RMI TCP Connection(1)-127.0.0.1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2019-10-21 03:24:03.361 INFO 26728 --- [RMI TCP Connection(1)-127.0.0.1] o.s.web.servlet.DispatcherServlet : Completed initialization in 12 ms
2019-10-21 03:24:24.139 INFO 26728 --- [RMI TCP Connection(4)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested.
2019-10-21 03:24:24.146 INFO 26728 --- [RMI TCP Connection(4)-127.0.0.1] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2019-10-21 03:24:24.148 INFO 26728 --- [RMI TCP Connection(4)-127.0.0.1] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2019-10-21 03:24:24.155 INFO 26728 --- [RMI TCP Connection(4)-127.0.0.1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2019-10-21 03:24:24.161 INFO 26728 --- [RMI TCP Connection(4)-127.0.0.1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2019-10-21 03:25:07.831 INFO 26873 --- [restartedMain] com.parse.email.EmailParseApplication : Starting EmailParseApplication on hima-Inspiron-3521 with PID 26873 (/home/hima/eclipse-workspace/email/target/classes started by hima in /home/hima/eclipse-workspace/email)
2019-10-21 03:25:07.835 INFO 26873 --- [restartedMain] com.parse.email.EmailParseApplication : No active profile set, falling back to default profiles: default
2019-10-21 03:25:07.884 INFO 26873 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2019-10-21 03:25:07.884 INFO 26873 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2019-10-21 03:25:08.893 INFO 26873 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
2019-10-21 03:25:08.914 INFO 26873 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 15ms. Found 0 repository interfaces.
2019-10-21 03:25:09.376 INFO 26873 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$116fb49c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-10-21 03:25:09.772 INFO 26873 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 5555 (http)
2019-10-21 03:25:09.798 INFO 26873 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-10-21 03:25:09.799 INFO 26873 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.14]
2019-10-21 03:25:09.807 INFO 26873 --- [restartedMain] 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]
2019-10-21 03:25:09.946 INFO 26873 --- [restartedMain] org.apache.jasper.servlet.TldScanner : At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2019-10-21 03:25:09.950 INFO 26873 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-10-21 03:25:09.951 INFO 26873 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2067 ms
2019-10-21 03:25:10.627 INFO 26873 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2019-10-21 03:25:10.802 INFO 26873 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2019-10-21 03:25:10.848 INFO 26873 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
name: default
...]
2019-10-21 03:25:10.898 INFO 26873 --- [restartedMain] org.hibernate.Version : HHH000412: Hibernate Core {5.3.7.Final}
2019-10-21 03:25:10.900 INFO 26873 --- [restartedMain] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
2019-10-21 03:25:11.004 INFO 26873 --- [restartedMain] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2019-10-21 03:25:11.117 INFO 26873 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
2019-10-21 03:25:11.301 INFO 26873 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2019-10-21 03:25:11.347 INFO 26873 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2019-10-21 03:25:11.627 INFO 26873 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2019-10-21 03:25:11.665 WARN 26873 --- [restartedMain] 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
2019-10-21 03:25:12.020 INFO 26873 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2019-10-21 03:25:12.109 INFO 26873 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 5555 (http) with context path ''
2019-10-21 03:25:12.114 INFO 26873 --- [restartedMain] com.parse.email.EmailParseApplication : Started EmailParseApplication in 4.675 seconds (JVM running for 5.375)
2019-10-21 03:25:14.500 INFO 26873 --- [RMI TCP Connection(1)-127.0.0.1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2019-10-21 03:25:14.500 INFO 26873 --- [RMI TCP Connection(1)-127.0.0.1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2019-10-21 03:25:14.512 INFO 26873 --- [RMI TCP Connection(1)-127.0.0.1] o.s.web.servlet.DispatcherServlet : Completed initialization in 12 ms
2019-10-21 03:31:27.020 INFO 26873 --- [RMI TCP Connection(3)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested.
2019-10-21 03:31:27.031 INFO 26873 --- [RMI TCP Connection(3)-127.0.0.1] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2019-10-21 03:31:27.032 INFO 26873 --- [RMI TCP Connection(3)-127.0.0.1] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2019-10-21 03:31:27.036 INFO 26873 --- [RMI TCP Connection(3)-127.0.0.1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2019-10-21 03:31:27.040 INFO 26873 --- [RMI TCP Connection(3)-127.0.0.1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2019-10-21 03:32:48.419 INFO 27363 --- [restartedMain] com.parse.email.EmailParseApplication : Starting EmailParseApplication on hima-Inspiron-3521 with PID 27363 (/home/hima/eclipse-workspace/email/target/classes started by hima in /home/hima/eclipse-workspace/email)
2019-10-21 03:32:48.422 INFO 27363 --- [restartedMain] com.parse.email.EmailParseApplication : No active profile set, falling back to default profiles: default
2019-10-21 03:32:48.474 INFO 27363 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2019-10-21 03:32:48.474 INFO 27363 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2019-10-21 03:32:49.465 INFO 27363 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
2019-10-21 03:32:49.488 INFO 27363 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 16ms. Found 0 repository interfaces.
2019-10-21 03:32:49.965 INFO 27363 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$22bc2271] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-10-21 03:32:50.346 INFO 27363 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 5555 (http)
2019-10-21 03:32:50.374 INFO 27363 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-10-21 03:32:50.375 INFO 27363 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.14]
2019-10-21 03:32:50.383 INFO 27363 --- [restartedMain] 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]
2019-10-21 03:32:50.545 INFO 27363 --- [restartedMain] org.apache.jasper.servlet.TldScanner : At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2019-10-21 03:32:50.550 INFO 27363 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-10-21 03:32:50.550 INFO 27363 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2075 ms
2019-10-21 03:32:51.191 INFO 27363 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2019-10-21 03:32:51.338 INFO 27363 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2019-10-21 03:32:51.378 INFO 27363 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
name: default
...]
2019-10-21 03:32:51.427 INFO 27363 --- [restartedMain] org.hibernate.Version : HHH000412: Hibernate Core {5.3.7.Final}
2019-10-21 03:32:51.428 INFO 27363 --- [restartedMain] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
2019-10-21 03:32:51.570 INFO 27363 --- [restartedMain] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2019-10-21 03:32:51.689 INFO 27363 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
2019-10-21 03:32:51.904 INFO 27363 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2019-10-21 03:32:51.949 INFO 27363 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2019-10-21 03:32:52.243 INFO 27363 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2019-10-21 03:32:52.281 WARN 27363 --- [restartedMain] 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
2019-10-21 03:32:52.654 INFO 27363 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2019-10-21 03:32:52.743 INFO 27363 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 5555 (http) with context path ''
2019-10-21 03:32:52.748 INFO 27363 --- [restartedMain] com.parse.email.EmailParseApplication : Started EmailParseApplication in 4.746 seconds (JVM running for 5.372)
2019-10-21 03:32:55.949 INFO 27363 --- [RMI TCP Connection(1)-127.0.0.1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2019-10-21 03:32:55.950 INFO 27363 --- [RMI TCP Connection(1)-127.0.0.1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2019-10-21 03:32:55.961 INFO 27363 --- [RMI TCP Connection(1)-127.0.0.1] o.s.web.servlet.DispatcherServlet : Completed initialization in 11 ms
2019-10-21 03:33:24.619 INFO 27363 --- [RMI TCP Connection(3)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested.
2019-10-21 03:33:24.625 INFO 27363 --- [RMI TCP Connection(3)-127.0.0.1] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2019-10-21 03:33:24.626 INFO 27363 --- [RMI TCP Connection(3)-127.0.0.1] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2019-10-21 03:33:24.631 INFO 27363 --- [RMI TCP Connection(3)-127.0.0.1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2019-10-21 03:33:24.634 INFO 27363 --- [RMI TCP Connection(3)-127.0.0.1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2019-10-21 03:36:39.170 INFO 28071 --- [restartedMain] com.parse.email.EmailParseApplication : Starting EmailParseApplication on hima-Inspiron-3521 with PID 28071 (/home/hima/eclipse-workspace/email/target/classes started by hima in /home/hima/eclipse-workspace/email)
2019-10-21 03:36:39.190 INFO 28071 --- [restartedMain] com.parse.email.EmailParseApplication : No active profile set, falling back to default profiles: default
2019-10-21 03:36:39.254 INFO 28071 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2019-10-21 03:36:39.254 INFO 28071 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2019-10-21 03:36:40.329 INFO 28071 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
2019-10-21 03:36:40.356 INFO 28071 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 19ms. Found 0 repository interfaces.
2019-10-21 03:36:40.827 INFO 28071 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$adaa25cb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-10-21 03:36:41.231 INFO 28071 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 5555 (http)
2019-10-21 03:36:41.261 INFO 28071 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-10-21 03:36:41.262 INFO 28071 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.14]
2019-10-21 03:36:41.271 INFO 28071 --- [restartedMain] 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]
2019-10-21 03:36:41.438 INFO 28071 --- [restartedMain] org.apache.jasper.servlet.TldScanner : At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2019-10-21 03:36:41.443 INFO 28071 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-10-21 03:36:41.443 INFO 28071 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2189 ms
2019-10-21 03:36:41.985 INFO 28071 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2019-10-21 03:36:42.320 INFO 28071 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2019-10-21 03:36:42.375 INFO 28071 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
name: default
...]
2019-10-21 03:36:42.431 INFO 28071 --- [restartedMain] org.hibernate.Version : HHH000412: Hibernate Core {5.3.7.Final}
2019-10-21 03:36:42.433 INFO 28071 --- [restartedMain] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
2019-10-21 03:36:42.563 INFO 28071 --- [restartedMain] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2019-10-21 03:36:42.671 INFO 28071 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
2019-10-21 03:36:42.862 INFO 28071 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2019-10-21 03:36:42.906 INFO 28071 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2019-10-21 03:36:43.184 INFO 28071 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2019-10-21 03:36:43.223 WARN 28071 --- [restartedMain] 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
2019-10-21 03:36:43.591 INFO 28071 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2019-10-21 03:36:43.681 INFO 28071 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 5555 (http) with context path ''
2019-10-21 03:36:43.685 INFO 28071 --- [restartedMain] com.parse.email.EmailParseApplication : Started EmailParseApplication in 4.927 seconds (JVM running for 5.737)
2019-10-21 03:36:47.625 INFO 28071 --- [RMI TCP Connection(1)-127.0.0.1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2019-10-21 03:36:47.625 INFO 28071 --- [RMI TCP Connection(1)-127.0.0.1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2019-10-21 03:36:47.637 INFO 28071 --- [RMI TCP Connection(1)-127.0.0.1] o.s.web.servlet.DispatcherServlet : Completed initialization in 12 ms
2019-10-21 03:37:51.301 INFO 28071 --- [RMI TCP Connection(3)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested.
2019-10-21 03:37:51.307 INFO 28071 --- [RMI TCP Connection(3)-127.0.0.1] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2019-10-21 03:37:51.308 INFO 28071 --- [RMI TCP Connection(3)-127.0.0.1] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2019-10-21 03:37:51.313 INFO 28071 --- [RMI TCP Connection(3)-127.0.0.1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2019-10-21 03:37:51.318 INFO 28071 --- [RMI TCP Connection(3)-127.0.0.1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2019-10-21 08:28:13.047 INFO 1650 --- [restartedMain] com.parse.email.EmailParseApplication : Starting EmailParseApplication on hima-Inspiron-3521 with PID 1650 (/home/hima/eclipse-workspace/email/target/classes started by hima in /home/hima/eclipse-workspace/email)
2019-10-21 08:28:13.051 INFO 1650 --- [restartedMain] com.parse.email.EmailParseApplication : No active profile set, falling back to default profiles: default
2019-10-21 08:28:13.104 INFO 1650 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2019-10-21 08:28:13.105 INFO 1650 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2019-10-21 08:28:14.237 INFO 1650 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
2019-10-21 08:28:14.258 INFO 1650 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 14ms. Found 0 repository interfaces.
2019-10-21 08:28:14.765 INFO 1650 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$ab1d29a4] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-10-21 08:28:15.153 INFO 1650 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 5555 (http)
2019-10-21 08:28:15.181 INFO 1650 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-10-21 08:28:15.182 INFO 1650 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.14]
2019-10-21 08:28:15.192 INFO 1650 --- [restartedMain] 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]
2019-10-21 08:28:15.374 INFO 1650 --- [restartedMain] org.apache.jasper.servlet.TldScanner : At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2019-10-21 08:28:15.379 INFO 1650 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-10-21 08:28:15.380 INFO 1650 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2275 ms
2019-10-21 08:28:16.122 INFO 1650 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2019-10-21 08:28:16.310 INFO 1650 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2019-10-21 08:28:16.353 INFO 1650 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
name: default
...]
2019-10-21 08:28:16.400 INFO 1650 --- [restartedMain] org.hibernate.Version : HHH000412: Hibernate Core {5.3.7.Final}
2019-10-21 08:28:16.402 INFO 1650 --- [restartedMain] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
2019-10-21 08:28:16.525 INFO 1650 --- [restartedMain] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2019-10-21 08:28:16.627 INFO 1650 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
2019-10-21 08:28:16.809 INFO 1650 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2019-10-21 08:28:16.852 INFO 1650 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2019-10-21 08:28:17.141 INFO 1650 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2019-10-21 08:28:17.180 WARN 1650 --- [restartedMain] 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
2019-10-21 08:28:17.544 INFO 1650 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2019-10-21 08:28:17.631 INFO 1650 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 5555 (http) with context path ''
2019-10-21 08:28:17.635 INFO 1650 --- [restartedMain] com.parse.email.EmailParseApplication : Started EmailParseApplication in 4.999 seconds (JVM running for 5.941)
2019-10-21 08:28:20.872 INFO 1650 --- [RMI TCP Connection(1)-127.0.0.1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2019-10-21 08:28:20.873 INFO 1650 --- [RMI TCP Connection(1)-127.0.0.1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2019-10-21 08:28:20.884 INFO 1650 --- [RMI TCP Connection(1)-127.0.0.1] o.s.web.servlet.DispatcherServlet : Completed initialization in 11 ms
2019-10-21 08:34:19.126 INFO 1650 --- [Thread-8] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2019-10-21 08:34:19.127 INFO 1650 --- [Thread-8] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2019-10-21 08:34:19.134 INFO 1650 --- [Thread-8] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2019-10-21 08:34:19.142 INFO 1650 --- [Thread-8] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2019-10-21 08:34:19.392 INFO 1650 --- [restartedMain] com.parse.email.EmailParseApplication : Starting EmailParseApplication on hima-Inspiron-3521 with PID 1650 (/home/hima/eclipse-workspace/email/target/classes started by hima in /home/hima/eclipse-workspace/email)
2019-10-21 08:34:19.393 INFO 1650 --- [restartedMain] com.parse.email.EmailParseApplication : No active profile set, falling back to default profiles: default
2019-10-21 08:34:19.758 INFO 1650 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
2019-10-21 08:34:19.761 INFO 1650 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 3ms. Found 0 repository interfaces.
2019-10-21 08:34:19.848 INFO 1650 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$ab1d29a4] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-10-21 08:34:19.965 INFO 1650 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 5555 (http)
2019-10-21 08:34:19.969 INFO 1650 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-10-21 08:34:19.969 INFO 1650 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.14]
2019-10-21 08:34:20.032 INFO 1650 --- [restartedMain] org.apache.jasper.servlet.TldScanner : At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2019-10-21 08:34:20.033 INFO 1650 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-10-21 08:34:20.033 INFO 1650 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 637 ms
2019-10-21 08:34:20.275 INFO 1650 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Starting...
2019-10-21 08:34:20.319 INFO 1650 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Start completed.
2019-10-21 08:34:20.334 INFO 1650 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
name: default
...]
2019-10-21 08:34:20.346 INFO 1650 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
2019-10-21 08:34:20.375 INFO 1650 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2019-10-21 08:34:20.395 INFO 1650 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2019-10-21 08:34:20.516 INFO 1650 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2019-10-21 08:34:20.528 WARN 1650 --- [restartedMain] 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
2019-10-21 08:34:20.703 INFO 1650 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2019-10-21 08:34:20.763 INFO 1650 --- [RMI TCP Connection(1)-127.0.0.1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2019-10-21 08:34:20.765 INFO 1650 --- [RMI TCP Connection(1)-127.0.0.1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2019-10-21 08:34:20.768 INFO 1650 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 5555 (http) with context path ''
2019-10-21 08:34:20.768 INFO 1650 --- [restartedMain] com.parse.email.EmailParseApplication : Started EmailParseApplication in 1.404 seconds (JVM running for 369.074)
2019-10-21 08:34:20.774 INFO 1650 --- [RMI TCP Connection(1)-127.0.0.1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms
2019-10-21 08:34:20.777 INFO 1650 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged
2019-10-21 08:34:42.153 INFO 1650 --- [Thread-13] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2019-10-21 08:34:42.154 INFO 1650 --- [Thread-13] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2019-10-21 08:34:42.156 INFO 1650 --- [Thread-13] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Shutdown initiated...
2019-10-21 08:34:42.164 INFO 1650 --- [Thread-13] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Shutdown completed.
2019-10-21 08:34:42.447 INFO 1650 --- [restartedMain] com.parse.email.EmailParseApplication : Starting EmailParseApplication on hima-Inspiron-3521 with PID 1650 (/home/hima/eclipse-workspace/email/target/classes started by hima in /home/hima/eclipse-workspace/email)
2019-10-21 08:34:42.447 INFO 1650 --- [restartedMain] com.parse.email.EmailParseApplication : No active profile set, falling back to default profiles: default
2019-10-21 08:34:42.744 INFO 1650 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
2019-10-21 08:34:42.746 INFO 1650 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 2ms. Found 0 repository interfaces.
2019-10-21 08:34:42.804 INFO 1650 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$ab1d29a4] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-10-21 08:34:42.884 INFO 1650 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 5555 (http)
2019-10-21 08:34:42.887 INFO 1650 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-10-21 08:34:42.887 INFO 1650 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.14]
2019-10-21 08:34:42.919 INFO 1650 --- [restartedMain] org.apache.jasper.servlet.TldScanner : At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2019-10-21 08:34:42.919 INFO 1650 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-10-21 08:34:42.920 INFO 1650 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 470 ms
2019-10-21 08:34:43.123 INFO 1650 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-3 - Starting...
2019-10-21 08:34:43.161 INFO 1650 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-3 - Start completed.
2019-10-21 08:34:43.178 INFO 1650 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
name: default
...]
2019-10-21 08:34:43.185 INFO 1650 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
2019-10-21 08:34:43.204 INFO 1650 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2019-10-21 08:34:43.224 INFO 1650 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2019-10-21 08:34:43.337 INFO 1650 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2019-10-21 08:34:43.350 WARN 1650 --- [restartedMain] 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
2019-10-21 08:34:43.516 INFO 1650 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2019-10-21 08:34:43.557 INFO 1650 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 5555 (http) with context path ''
2019-10-21 08:34:43.558 INFO 1650 --- [restartedMain] com.parse.email.EmailParseApplication : Started EmailParseApplication in 1.142 seconds (JVM running for 391.863)
2019-10-21 08:34:43.565 INFO 1650 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged
2019-10-21 08:34:46.320 INFO 1650 --- [RMI TCP Connection(1)-127.0.0.1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2019-10-21 08:34:46.321 INFO 1650 --- [RMI TCP Connection(1)-127.0.0.1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2019-10-21 08:34:46.331 INFO 1650 --- [RMI TCP Connection(1)-127.0.0.1] o.s.web.servlet.DispatcherServlet : Completed initialization in 10 ms
2019-10-21 08:35:54.863 INFO 1650 --- [RMI TCP Connection(3)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested.
2019-10-21 08:35:54.868 INFO 1650 --- [RMI TCP Connection(3)-127.0.0.1] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2019-10-21 08:35:54.869 INFO 1650 --- [RMI TCP Connection(3)-127.0.0.1] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2019-10-21 08:35:54.871 INFO 1650 --- [RMI TCP Connection(3)-127.0.0.1] com.zaxxer.hikari.HikariDataSource : HikariPool-3 - Shutdown initiated...
2019-10-21 08:35:54.879 INFO 1650 --- [RMI TCP Connection(3)-127.0.0.1] com.zaxxer.hikari.HikariDataSource : HikariPool-3 - Shutdown completed.
2019-10-21 08:36:45.907 INFO 2841 --- [restartedMain] com.parse.email.EmailParseApplication : Starting EmailParseApplication on hima-Inspiron-3521 with PID 2841 (/home/hima/eclipse-workspace/email/target/classes started by hima in /home/hima/eclipse-workspace/email)
2019-10-21 08:36:45.910 INFO 2841 --- [restartedMain] com.parse.email.EmailParseApplication : No active profile set, falling back to default profiles: default
2019-10-21 08:36:45.963 INFO 2841 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2019-10-21 08:36:45.963 INFO 2841 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2019-10-21 08:36:47.233 INFO 2841 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
2019-10-21 08:36:47.255 INFO 2841 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 16ms. Found 0 repository interfaces.
2019-10-21 08:36:47.806 INFO 2841 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$584cbe8e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-10-21 08:36:48.388 INFO 2841 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 5555 (http)
2019-10-21 08:36:48.425 INFO 2841 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-10-21 08:36:48.426 INFO 2841 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.14]
2019-10-21 08:36:48.439 INFO 2841 --- [restartedMain] 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]
2019-10-21 08:36:48.650 INFO 2841 --- [restartedMain] org.apache.jasper.servlet.TldScanner : At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2019-10-21 08:36:48.655 INFO 2841 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-10-21 08:36:48.655 INFO 2841 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2692 ms
2019-10-21 08:36:49.334 INFO 2841 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2019-10-21 08:36:49.470 INFO 2841 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2019-10-21 08:36:49.510 INFO 2841 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
name: default
...]
2019-10-21 08:36:49.562 INFO 2841 --- [restartedMain] org.hibernate.Version : HHH000412: Hibernate Core {5.3.7.Final}
2019-10-21 08:36:49.563 INFO 2841 --- [restartedMain] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
2019-10-21 08:36:49.684 INFO 2841 --- [restartedMain] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2019-10-21 08:36:49.789 INFO 2841 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
2019-10-21 08:36:49.971 INFO 2841 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2019-10-21 08:36:50.013 INFO 2841 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2019-10-21 08:36:50.323 INFO 2841 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2019-10-21 08:36:50.364 WARN 2841 --- [restartedMain] 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
2019-10-21 08:36:50.797 INFO 2841 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2019-10-21 08:36:50.920 INFO 2841 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 5555 (http) with context path ''
2019-10-21 08:36:50.923 INFO 2841 --- [restartedMain] com.parse.email.EmailParseApplication : Started EmailParseApplication in 5.608 seconds (JVM running for 6.4)
2019-10-21 08:36:53.003 INFO 2841 --- [RMI TCP Connection(1)-127.0.0.1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2019-10-21 08:36:53.003 INFO 2841 --- [RMI TCP Connection(1)-127.0.0.1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2019-10-21 08:36:53.019 INFO 2841 --- [RMI TCP Connection(1)-127.0.0.1] o.s.web.servlet.DispatcherServlet : Completed initialization in 15 ms
2019-10-21 08:38:45.684 INFO 2841 --- [RMI TCP Connection(3)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested.
2019-10-21 08:38:45.690 INFO 2841 --- [RMI TCP Connection(3)-127.0.0.1] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2019-10-21 08:38:45.691 INFO 2841 --- [RMI TCP Connection(3)-127.0.0.1] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2019-10-21 08:38:45.696 INFO 2841 --- [RMI TCP Connection(3)-127.0.0.1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2019-10-21 08:38:45.704 INFO 2841 --- [RMI TCP Connection(3)-127.0.0.1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2019-10-21 08:39:07.192 INFO 3790 --- [restartedMain] com.parse.email.EmailParseApplication : Starting EmailParseApplication on hima-Inspiron-3521 with PID 3790 (/home/hima/eclipse-workspace/email/target/classes started by hima in /home/hima/eclipse-workspace/email)
2019-10-21 08:39:07.196 INFO 3790 --- [restartedMain] com.parse.email.EmailParseApplication : No active profile set, falling back to default profiles: default
2019-10-21 08:39:07.261 INFO 3790 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2019-10-21 08:39:07.262 INFO 3790 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2019-10-21 08:39:08.443 INFO 3790 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
2019-10-21 08:39:08.464 INFO 3790 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 16ms. Found 0 repository interfaces.
2019-10-21 08:39:08.902 INFO 3790 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8d7ef90b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-10-21 08:39:09.297 INFO 3790 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 5555 (http)
2019-10-21 08:39:09.326 INFO 3790 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-10-21 08:39:09.327 INFO 3790 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.14]
2019-10-21 08:39:09.335 INFO 3790 --- [restartedMain] 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]
2019-10-21 08:39:09.471 INFO 3790 --- [restartedMain] org.apache.jasper.servlet.TldScanner : At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2019-10-21 08:39:09.476 INFO 3790 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-10-21 08:39:09.476 INFO 3790 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2214 ms
2019-10-21 08:39:10.014 INFO 3790 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2019-10-21 08:39:10.260 INFO 3790 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2019-10-21 08:39:10.301 INFO 3790 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
name: default
...]
2019-10-21 08:39:10.349 INFO 3790 --- [restartedMain] org.hibernate.Version : HHH000412: Hibernate Core {5.3.7.Final}
2019-10-21 08:39:10.351 INFO 3790 --- [restartedMain] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
2019-10-21 08:39:10.477 INFO 3790 --- [restartedMain] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2019-10-21 08:39:10.582 INFO 3790 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
2019-10-21 08:39:10.768 INFO 3790 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2019-10-21 08:39:10.813 INFO 3790 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2019-10-21 08:39:11.114 INFO 3790 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2019-10-21 08:39:11.177 WARN 3790 --- [restartedMain] 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
2019-10-21 08:39:11.542 INFO 3790 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2019-10-21 08:39:11.665 INFO 3790 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 5555 (http) with context path ''
2019-10-21 08:39:11.670 INFO 3790 --- [restartedMain] com.parse.email.EmailParseApplication : Started EmailParseApplication in 4.963 seconds (JVM running for 5.536)
2019-10-21 08:39:13.274 INFO 3790 --- [http-nio-5555-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2019-10-21 08:39:13.274 INFO 3790 --- [http-nio-5555-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2019-10-21 08:39:13.286 INFO 3790 --- [http-nio-5555-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 12 ms
2019-10-21 08:40:43.161 INFO 3790 --- [RMI TCP Connection(3)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested.
2019-10-21 08:40:43.171 INFO 3790 --- [RMI TCP Connection(3)-127.0.0.1] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2019-10-21 08:40:43.173 INFO 3790 --- [RMI TCP Connection(3)-127.0.0.1] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2019-10-21 08:40:43.180 INFO 3790 --- [RMI TCP Connection(3)-127.0.0.1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2019-10-21 08:40:43.185 INFO 3790 --- [RMI TCP Connection(3)-127.0.0.1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2019-10-21 08:54:07.624 INFO 6888 --- [restartedMain] com.parse.email.EmailParseApplication : Starting EmailParseApplication on hima-Inspiron-3521 with PID 6888 (/home/hima/eclipse-workspace/email/target/classes started by hima in /home/hima/eclipse-workspace/email)
2019-10-21 08:54:07.714 INFO 6888 --- [restartedMain] com.parse.email.EmailParseApplication : No active profile set, falling back to default profiles: default
2019-10-21 08:54:08.171 INFO 6888 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2019-10-21 08:54:08.171 INFO 6888 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2019-10-21 08:54:14.256 INFO 6888 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
2019-10-21 08:54:14.285 INFO 6888 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 19ms. Found 0 repository interfaces.
2019-10-21 08:54:15.053 INFO 6888 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$cd19f0ac] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-10-21 08:54:15.944 INFO 6888 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 5555 (http)
2019-10-21 08:54:16.064 INFO 6888 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-10-21 08:54:16.064 INFO 6888 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.14]
2019-10-21 08:54:16.082 INFO 6888 --- [restartedMain] 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]
2019-10-21 08:54:16.338 INFO 6888 --- [restartedMain] org.apache.jasper.servlet.TldScanner : At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2019-10-21 08:54:16.342 INFO 6888 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-10-21 08:54:16.343 INFO 6888 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 8172 ms
2019-10-21 08:54:17.524 INFO 6888 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2019-10-21 08:54:20.541 INFO 6888 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2019-10-21 08:54:20.818 INFO 6888 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
name: default
...]
2019-10-21 08:54:21.968 INFO 6888 --- [restartedMain] org.hibernate.Version : HHH000412: Hibernate Core {5.3.7.Final}
2019-10-21 08:54:21.985 INFO 6888 --- [restartedMain] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
2019-10-21 08:54:22.568 INFO 6888 --- [restartedMain] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2019-10-21 08:54:23.040 INFO 6888 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
2019-10-21 08:54:24.270 INFO 6888 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2019-10-21 08:54:24.323 INFO 6888 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2019-10-21 08:54:24.755 INFO 6888 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2019-10-21 08:54:24.805 WARN 6888 --- [restartedMain] 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
2019-10-21 08:54:25.240 INFO 6888 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2019-10-21 08:54:25.441 INFO 6888 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 5555 (http) with context path ''
2019-10-21 08:54:25.446 INFO 6888 --- [restartedMain] com.parse.email.EmailParseApplication : Started EmailParseApplication in 19.326 seconds (JVM running for 38.83)
2019-10-21 08:59:22.900 INFO 6888 --- [http-nio-5555-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2019-10-21 08:59:22.901 INFO 6888 --- [http-nio-5555-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2019-10-21 08:59:22.913 INFO 6888 --- [http-nio-5555-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 12 ms
2019-10-21 09:01:23.835 INFO 6888 --- [Thread-8] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2019-10-21 09:01:23.836 INFO 6888 --- [Thread-8] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2019-10-21 09:01:23.842 INFO 6888 --- [Thread-8] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2019-10-21 09:01:23.878 INFO 6888 --- [Thread-8] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2019-10-21 09:01:24.596 INFO 6888 --- [restartedMain] com.parse.email.EmailParseApplication : Starting EmailParseApplication on hima-Inspiron-3521 with PID 6888 (/home/hima/eclipse-workspace/email/target/classes started by hima in /home/hima/eclipse-workspace/email)
2019-10-21 09:01:24.597 INFO 6888 --- [restartedMain] com.parse.email.EmailParseApplication : No active profile set, falling back to default profiles: default
2019-10-21 09:01:25.232 INFO 6888 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
2019-10-21 09:01:25.241 INFO 6888 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 8ms. Found 0 repository interfaces.
2019-10-21 09:01:25.371 INFO 6888 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$cd19f0ac] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-10-21 09:01:25.513 INFO 6888 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 5555 (http)
2019-10-21 09:01:25.517 INFO 6888 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-10-21 09:01:25.527 INFO 6888 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.14]
2019-10-21 09:01:25.588 INFO 6888 --- [restartedMain] org.apache.jasper.servlet.TldScanner : At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2019-10-21 09:01:25.590 INFO 6888 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-10-21 09:01:25.590 INFO 6888 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 989 ms
2019-10-21 09:01:25.954 INFO 6888 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Starting...
2019-10-21 09:01:26.098 INFO 6888 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Start completed.
2019-10-21 09:01:26.108 INFO 6888 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
name: default
...]
2019-10-21 09:01:26.118 INFO 6888 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
2019-10-21 09:01:26.184 INFO 6888 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2019-10-21 09:01:26.211 INFO 6888 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2019-10-21 09:01:26.352 INFO 6888 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2019-10-21 09:01:26.371 WARN 6888 --- [restartedMain] 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
2019-10-21 09:01:26.682 INFO 6888 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2019-10-21 09:01:26.816 INFO 6888 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 5555 (http) with context path ''
2019-10-21 09:01:26.822 INFO 6888 --- [restartedMain] com.parse.email.EmailParseApplication : Started EmailParseApplication in 2.284 seconds (JVM running for 459.089)
2019-10-21 09:01:26.847 INFO 6888 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged
2019-10-21 09:01:59.509 INFO 6888 --- [http-nio-5555-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2019-10-21 09:01:59.510 INFO 6888 --- [http-nio-5555-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2019-10-21 09:01:59.519 INFO 6888 --- [http-nio-5555-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms
2019-10-21 09:17:36.714 INFO 6888 --- [RMI TCP Connection(27)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested.
2019-10-21 09:17:36.927 INFO 6888 --- [RMI TCP Connection(27)-127.0.0.1] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2019-10-21 09:17:36.929 INFO 6888 --- [RMI TCP Connection(27)-127.0.0.1] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2019-10-21 09:17:36.932 INFO 6888 --- [RMI TCP Connection(27)-127.0.0.1] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Shutdown initiated...
2019-10-21 09:17:36.944 INFO 6888 --- [RMI TCP Connection(27)-127.0.0.1] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Shutdown completed.
2019-10-21 09:35:32.268 INFO 14036 --- [restartedMain] com.parse.email.EmailParseApplication : Starting EmailParseApplication on hima-Inspiron-3521 with PID 14036 (/home/hima/eclipse-workspace/email/target/classes started by hima in /home/hima/eclipse-workspace/email)
2019-10-21 09:35:32.312 INFO 14036 --- [restartedMain] com.parse.email.EmailParseApplication : No active profile set, falling back to default profiles: default
2019-10-21 09:35:32.797 INFO 14036 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2019-10-21 09:35:32.797 INFO 14036 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2019-10-21 09:35:36.474 INFO 14036 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
2019-10-21 09:35:36.508 INFO 14036 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 21ms. Found 0 repository interfaces.
2019-10-21 09:35:37.230 INFO 14036 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$f02aeec6] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-10-21 09:35:38.221 INFO 14036 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 5555 (http)
2019-10-21 09:35:38.328 INFO 14036 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-10-21 09:35:38.328 INFO 14036 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.14]
2019-10-21 09:35:38.346 INFO 14036 --- [restartedMain] 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]
2019-10-21 09:35:38.563 INFO 14036 --- [restartedMain] org.apache.jasper.servlet.TldScanner : At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2019-10-21 09:35:38.568 INFO 14036 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-10-21 09:35:38.568 INFO 14036 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 5770 ms
2019-10-21 09:35:39.656 INFO 14036 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2019-10-21 09:35:41.881 INFO 14036 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2019-10-21 09:35:43.502 INFO 14036 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
name: default
...]
2019-10-21 09:35:43.689 INFO 14036 --- [restartedMain] org.hibernate.Version : HHH000412: Hibernate Core {5.3.7.Final}
2019-10-21 09:35:43.704 INFO 14036 --- [restartedMain] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
2019-10-21 09:35:45.016 INFO 14036 --- [restartedMain] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2019-10-21 09:35:46.083 INFO 14036 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
2019-10-21 09:35:48.882 INFO 14036 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2019-10-21 09:35:48.955 INFO 14036 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2019-10-21 09:35:49.990 INFO 14036 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2019-10-21 09:35:50.174 WARN 14036 --- [restartedMain] 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
2019-10-21 09:35:50.882 INFO 14036 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2019-10-21 09:35:51.861 INFO 14036 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 5555 (http) with context path ''
2019-10-21 09:35:51.865 INFO 14036 --- [restartedMain] com.parse.email.EmailParseApplication : Started EmailParseApplication in 24.126 seconds (JVM running for 43.128)
2019-10-21 09:35:53.618 INFO 14036 --- [http-nio-5555-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2019-10-21 09:35:53.620 INFO 14036 --- [http-nio-5555-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2019-10-21 09:35:53.635 INFO 14036 --- [http-nio-5555-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 15 ms
2019-10-21 09:38:09.642 INFO 14036 --- [Thread-8] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2019-10-21 09:38:09.644 INFO 14036 --- [Thread-8] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2019-10-21 09:38:09.648 INFO 14036 --- [Thread-8] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2019-10-21 09:38:09.655 INFO 14036 --- [Thread-8] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2019-10-21 09:38:10.015 INFO 14036 --- [restartedMain] com.parse.email.EmailParseApplication : Starting EmailParseApplication on hima-Inspiron-3521 with PID 14036 (/home/hima/eclipse-workspace/email/target/classes started by hima in /home/hima/eclipse-workspace/email)
2019-10-21 09:38:10.016 INFO 14036 --- [restartedMain] com.parse.email.EmailParseApplication : No active profile set, falling back to default profiles: default
2019-10-21 09:38:10.394 INFO 14036 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
2019-10-21 09:38:10.398 INFO 14036 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 3ms. Found 0 repository interfaces.
2019-10-21 09:38:10.479 INFO 14036 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$f02aeec6] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-10-21 09:38:10.574 INFO 14036 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 5555 (http)
2019-10-21 09:38:10.577 INFO 14036 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-10-21 09:38:10.579 INFO 14036 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.14]
2019-10-21 09:38:10.630 INFO 14036 --- [restartedMain] org.apache.jasper.servlet.TldScanner : At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2019-10-21 09:38:10.631 INFO 14036 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-10-21 09:38:10.631 INFO 14036 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 612 ms
2019-10-21 09:38:10.870 INFO 14036 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Starting...
2019-10-21 09:38:11.489 INFO 14036 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Start completed.
2019-10-21 09:38:11.503 INFO 14036 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
name: default
...]
2019-10-21 09:38:11.513 INFO 14036 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
2019-10-21 09:38:11.595 INFO 14036 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2019-10-21 09:38:11.622 INFO 14036 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2019-10-21 09:38:11.764 INFO 14036 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2019-10-21 09:38:11.776 WARN 14036 --- [restartedMain] 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
2019-10-21 09:38:12.040 INFO 14036 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2019-10-21 09:38:12.116 INFO 14036 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 5555 (http) with context path ''
2019-10-21 09:38:12.117 INFO 14036 --- [restartedMain] com.parse.email.EmailParseApplication : Started EmailParseApplication in 2.142 seconds (JVM running for 183.379)
2019-10-21 09:38:12.126 INFO 14036 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged
2019-10-21 09:38:16.454 INFO 14036 --- [Thread-13] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2019-10-21 09:38:16.457 INFO 14036 --- [Thread-13] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2019-10-21 09:38:16.459 INFO 14036 --- [Thread-13] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Shutdown initiated...
2019-10-21 09:38:16.476 INFO 14036 --- [Thread-13] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Shutdown completed.
2019-10-21 09:38:16.838 INFO 14036 --- [restartedMain] com.parse.email.EmailParseApplication : Starting EmailParseApplication on hima-Inspiron-3521 with PID 14036 (/home/hima/eclipse-workspace/email/target/classes started by hima in /home/hima/eclipse-workspace/email)
2019-10-21 09:38:16.839 INFO 14036 --- [restartedMain] com.parse.email.EmailParseApplication : No active profile set, falling back to default profiles: default
2019-10-21 09:38:17.149 INFO 14036 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
2019-10-21 09:38:17.152 INFO 14036 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 3ms. Found 0 repository interfaces.
2019-10-21 09:38:17.227 INFO 14036 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$f02aeec6] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-10-21 09:38:17.310 INFO 14036 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 5555 (http)
2019-10-21 09:38:17.312 INFO 14036 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-10-21 09:38:17.313 INFO 14036 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.14]
2019-10-21 09:38:17.345 INFO 14036 --- [restartedMain] org.apache.jasper.servlet.TldScanner : At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2019-10-21 09:38:17.346 INFO 14036 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-10-21 09:38:17.346 INFO 14036 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 502 ms
2019-10-21 09:38:17.546 INFO 14036 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-3 - Starting...
2019-10-21 09:38:17.600 INFO 14036 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-3 - Start completed.
2019-10-21 09:38:17.610 INFO 14036 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
name: default
...]
2019-10-21 09:38:17.617 INFO 14036 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
2019-10-21 09:38:17.694 INFO 14036 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2019-10-21 09:38:17.714 INFO 14036 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2019-10-21 09:38:17.818 INFO 14036 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2019-10-21 09:38:17.830 WARN 14036 --- [restartedMain] 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
2019-10-21 09:38:17.988 INFO 14036 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2019-10-21 09:38:18.032 INFO 14036 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 5555 (http) with context path ''
2019-10-21 09:38:18.032 INFO 14036 --- [restartedMain] com.parse.email.EmailParseApplication : Started EmailParseApplication in 1.222 seconds (JVM running for 189.295)
2019-10-21 09:38:18.039 INFO 14036 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged
2019-10-21 09:39:35.538 INFO 14036 --- [http-nio-5555-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2019-10-21 09:39:35.539 INFO 14036 --- [http-nio-5555-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2019-10-21 09:39:35.548 INFO 14036 --- [http-nio-5555-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms
2019-10-21 09:42:18.937 INFO 14036 --- [RMI TCP Connection(9)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested.
2019-10-21 09:42:18.941 INFO 14036 --- [RMI TCP Connection(9)-127.0.0.1] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2019-10-21 09:42:18.943 INFO 14036 --- [RMI TCP Connection(9)-127.0.0.1] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2019-10-21 09:42:18.946 INFO 14036 --- [RMI TCP Connection(9)-127.0.0.1] com.zaxxer.hikari.HikariDataSource : HikariPool-3 - Shutdown initiated...
2019-10-21 09:42:18.955 INFO 14036 --- [RMI TCP Connection(9)-127.0.0.1] com.zaxxer.hikari.HikariDataSource : HikariPool-3 - Shutdown completed.
2019-10-21 09:46:56.510 INFO 15052 --- [restartedMain] com.parse.email.EmailParseApplication : Starting EmailParseApplication on hima-Inspiron-3521 with PID 15052 (/home/hima/eclipse-workspace/email/target/classes started by hima in /home/hima/eclipse-workspace/email)
2019-10-21 09:46:56.513 INFO 15052 --- [restartedMain] com.parse.email.EmailParseApplication : No active profile set, falling back to default profiles: default
2019-10-21 09:46:56.565 INFO 15052 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2019-10-21 09:46:56.565 INFO 15052 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2019-10-21 09:46:57.524 INFO 15052 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
2019-10-21 09:46:57.545 INFO 15052 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 15ms. Found 0 repository interfaces.
2019-10-21 09:46:57.990 INFO 15052 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$1a53b23e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-10-21 09:46:58.379 INFO 15052 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 5555 (http)
2019-10-21 09:46:58.409 INFO 15052 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-10-21 09:46:58.409 INFO 15052 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.14]
2019-10-21 09:46:58.417 INFO 15052 --- [restartedMain] 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]
2019-10-21 09:46:58.557 INFO 15052 --- [restartedMain] org.apache.jasper.servlet.TldScanner : At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2019-10-21 09:46:58.561 INFO 15052 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-10-21 09:46:58.561 INFO 15052 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1996 ms
2019-10-21 09:46:59.044 INFO 15052 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2019-10-21 09:46:59.348 INFO 15052 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2019-10-21 09:46:59.388 INFO 15052 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
name: default
...]
2019-10-21 09:46:59.435 INFO 15052 --- [restartedMain] org.hibernate.Version : HHH000412: Hibernate Core {5.3.7.Final}
2019-10-21 09:46:59.437 INFO 15052 --- [restartedMain] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
2019-10-21 09:46:59.547 INFO 15052 --- [restartedMain] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2019-10-21 09:46:59.656 INFO 15052 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
2019-10-21 09:46:59.857 INFO 15052 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2019-10-21 09:46:59.906 INFO 15052 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2019-10-21 09:47:00.176 INFO 15052 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2019-10-21 09:47:00.212 WARN 15052 --- [restartedMain] 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
2019-10-21 09:47:00.551 INFO 15052 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2019-10-21 09:47:00.645 INFO 15052 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 5555 (http) with context path ''
2019-10-21 09:47:00.650 INFO 15052 --- [restartedMain] com.parse.email.EmailParseApplication : Started EmailParseApplication in 4.536 seconds (JVM running for 5.099)
2019-10-21 09:47:01.238 INFO 15052 --- [RMI TCP Connection(1)-127.0.0.1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2019-10-21 09:47:01.238 INFO 15052 --- [RMI TCP Connection(1)-127.0.0.1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2019-10-21 09:47:01.249 INFO 15052 --- [RMI TCP Connection(1)-127.0.0.1] o.s.web.servlet.DispatcherServlet : Completed initialization in 10 ms
2019-10-21 09:52:35.042 INFO 15052 --- [RMI TCP Connection(4)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested.
2019-10-21 09:52:35.053 INFO 15052 --- [RMI TCP Connection(4)-127.0.0.1] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2019-10-21 09:52:35.054 INFO 15052 --- [RMI TCP Connection(4)-127.0.0.1] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2019-10-21 09:52:35.060 INFO 15052 --- [RMI TCP Connection(4)-127.0.0.1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2019-10-21 09:52:35.069 INFO 15052 --- [RMI TCP Connection(4)-127.0.0.1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2019-10-21 09:57:58.259 INFO 16956 --- [restartedMain] com.parse.email.EmailParseApplication : Starting EmailParseApplication on hima-Inspiron-3521 with PID 16956 (/home/hima/eclipse-workspace/email/target/classes started by hima in /home/hima/eclipse-workspace/email)
2019-10-21 09:57:58.354 INFO 16956 --- [restartedMain] com.parse.email.EmailParseApplication : No active profile set, falling back to default profiles: default
2019-10-21 09:57:59.033 INFO 16956 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2019-10-21 09:57:59.033 INFO 16956 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2019-10-21 09:58:04.018 INFO 16956 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
2019-10-21 09:58:04.050 INFO 16956 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 23ms. Found 0 repository interfaces.
2019-10-21 09:58:04.735 INFO 16956 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$5e14db9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-10-21 09:58:06.339 INFO 16956 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 5555 (http)
2019-10-21 09:58:06.514 INFO 16956 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-10-21 09:58:06.514 INFO 16956 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.14]
2019-10-21 09:58:06.543 INFO 16956 --- [restartedMain] 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]
2019-10-21 09:58:06.797 INFO 16956 --- [restartedMain] org.apache.jasper.servlet.TldScanner : At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2019-10-21 09:58:06.802 INFO 16956 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-10-21 09:58:06.802 INFO 16956 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 7768 ms
2019-10-21 09:58:08.152 INFO 16956 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2019-10-21 09:58:08.702 INFO 16956 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2019-10-21 09:58:09.046 INFO 16956 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
name: default
...]
2019-10-21 09:58:09.960 INFO 16956 --- [restartedMain] org.hibernate.Version : HHH000412: Hibernate Core {5.3.7.Final}
2019-10-21 09:58:09.967 INFO 16956 --- [restartedMain] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
2019-10-21 09:58:10.762 INFO 16956 --- [restartedMain] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2019-10-21 09:58:11.326 INFO 16956 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
2019-10-21 09:58:12.060 INFO 16956 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2019-10-21 09:58:12.337 INFO 16956 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2019-10-21 09:58:12.806 INFO 16956 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2019-10-21 09:58:12.852 WARN 16956 --- [restartedMain] 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
2019-10-21 09:58:13.234 INFO 16956 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2019-10-21 09:58:13.413 INFO 16956 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 5555 (http) with context path ''
2019-10-21 09:58:13.417 INFO 16956 --- [restartedMain] com.parse.email.EmailParseApplication : Started EmailParseApplication in 17.348 seconds (JVM running for 36.472)
2019-10-21 09:58:15.913 INFO 16956 --- [RMI TCP Connection(1)-127.0.0.1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2019-10-21 09:58:15.914 INFO 16956 --- [RMI TCP Connection(1)-127.0.0.1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2019-10-21 09:58:15.929 INFO 16956 --- [RMI TCP Connection(1)-127.0.0.1] o.s.web.servlet.DispatcherServlet : Completed initialization in 15 ms
2019-10-21 10:00:12.956 INFO 16956 --- [Thread-8] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2019-10-21 10:00:12.996 INFO 16956 --- [Thread-8] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2019-10-21 10:00:13.005 INFO 16956 --- [Thread-8] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2019-10-21 10:00:13.019 INFO 16956 --- [Thread-8] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2019-10-21 10:00:13.538 INFO 16956 --- [restartedMain] com.parse.email.EmailParseApplication : Starting EmailParseApplication on hima-Inspiron-3521 with PID 16956 (/home/hima/eclipse-workspace/email/target/classes started by hima in /home/hima/eclipse-workspace/email)
2019-10-21 10:00:13.538 INFO 16956 --- [restartedMain] com.parse.email.EmailParseApplication : No active profile set, falling back to default profiles: default
2019-10-21 10:00:13.958 INFO 16956 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
2019-10-21 10:00:13.961 INFO 16956 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 3ms. Found 0 repository interfaces.
2019-10-21 10:00:14.042 INFO 16956 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$5e14db9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-10-21 10:00:14.148 INFO 16956 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 5555 (http)
2019-10-21 10:00:14.151 INFO 16956 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-10-21 10:00:14.152 INFO 16956 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.14]
2019-10-21 10:00:14.207 INFO 16956 --- [restartedMain] org.apache.jasper.servlet.TldScanner : At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2019-10-21 10:00:14.207 INFO 16956 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-10-21 10:00:14.208 INFO 16956 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 667 ms
2019-10-21 10:00:14.454 INFO 16956 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Starting...
2019-10-21 10:00:14.653 INFO 16956 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Start completed.
2019-10-21 10:00:14.665 INFO 16956 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
name: default
...]
2019-10-21 10:00:14.671 INFO 16956 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
2019-10-21 10:00:14.766 INFO 16956 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2019-10-21 10:00:14.789 INFO 16956 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2019-10-21 10:00:14.896 INFO 16956 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2019-10-21 10:00:14.908 WARN 16956 --- [restartedMain] 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
2019-10-21 10:00:15.082 INFO 16956 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2019-10-21 10:00:15.126 INFO 16956 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 5555 (http) with context path ''
2019-10-21 10:00:15.127 INFO 16956 --- [restartedMain] com.parse.email.EmailParseApplication : Started EmailParseApplication in 1.616 seconds (JVM running for 158.182)
2019-10-21 10:00:15.133 INFO 16956 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged
2019-10-21 10:00:18.481 INFO 16956 --- [RMI TCP Connection(1)-127.0.0.1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2019-10-21 10:00:18.483 INFO 16956 --- [RMI TCP Connection(1)-127.0.0.1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2019-10-21 10:00:18.491 INFO 16956 --- [RMI TCP Connection(1)-127.0.0.1] o.s.web.servlet.DispatcherServlet : Completed initialization in 7 ms
2019-10-21 10:09:54.134 INFO 16956 --- [RMI TCP Connection(3)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested.
2019-10-21 10:09:54.248 INFO 16956 --- [RMI TCP Connection(3)-127.0.0.1] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2019-10-21 10:09:54.250 INFO 16956 --- [RMI TCP Connection(3)-127.0.0.1] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2019-10-21 10:09:54.257 INFO 16956 --- [RMI TCP Connection(3)-127.0.0.1] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Shutdown initiated...
2019-10-21 10:09:54.265 INFO 16956 --- [RMI TCP Connection(3)-127.0.0.1] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Shutdown completed.