-
Notifications
You must be signed in to change notification settings - Fork 0
/
empLogFile.log
39 lines (39 loc) · 7.38 KB
/
empLogFile.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
2023-12-06T14:35:57.188+05:45 INFO 27550 --- [restartedMain] c.b.s.Springproject3pmApplication : Starting Springproject3pmApplication using Java 17.0.7 with PID 27550 (/home/aayush/Documents/workspace-spring-tool-suite-4-4.18.1.RELEASE/springproject3pm/target/classes started by aayush in /home/aayush/Documents/workspace-spring-tool-suite-4-4.18.1.RELEASE/springproject3pm)
2023-12-06T14:35:57.194+05:45 INFO 27550 --- [restartedMain] c.b.s.Springproject3pmApplication : No active profile set, falling back to 1 default profile: "default"
2023-12-06T14:35:57.238+05:45 INFO 27550 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2023-12-06T14:35:57.239+05:45 INFO 27550 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2023-12-06T14:35:57.736+05:45 INFO 27550 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2023-12-06T14:35:57.784+05:45 INFO 27550 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 41 ms. Found 4 JPA repository interfaces.
2023-12-06T14:35:58.236+05:45 INFO 27550 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
2023-12-06T14:35:58.244+05:45 INFO 27550 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2023-12-06T14:35:58.244+05:45 INFO 27550 --- [restartedMain] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.15]
2023-12-06T14:35:58.300+05:45 INFO 27550 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2023-12-06T14:35:58.301+05:45 INFO 27550 --- [restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1062 ms
2023-12-06T14:35:58.406+05:45 INFO 27550 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2023-12-06T14:35:58.438+05:45 INFO 27550 --- [restartedMain] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.2.13.Final
2023-12-06T14:35:58.440+05:45 INFO 27550 --- [restartedMain] org.hibernate.cfg.Environment : HHH000406: Using bytecode reflection optimizer
2023-12-06T14:35:58.607+05:45 INFO 27550 --- [restartedMain] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2023-12-06T14:35:58.625+05:45 INFO 27550 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2023-12-06T14:35:58.887+05:45 INFO 27550 --- [restartedMain] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@5d1b325
2023-12-06T14:35:58.889+05:45 INFO 27550 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2023-12-06T14:35:59.630+05:45 INFO 27550 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2023-12-06T14:35:59.750+05:45 INFO 27550 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2023-12-06T14:36:00.126+05:45 WARN 27550 --- [restartedMain] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2023-12-06T14:36:00.230+05:45 INFO 27550 --- [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [static/index.html]
2023-12-06T14:36:00.436+05:45 INFO 27550 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2023-12-06T14:36:00.465+05:45 INFO 27550 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''
2023-12-06T14:36:00.474+05:45 INFO 27550 --- [restartedMain] c.b.s.Springproject3pmApplication : Started Springproject3pmApplication in 3.574 seconds (process running for 4.135)
2023-12-06T14:36:03.806+05:45 INFO 27550 --- [http-nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-12-06T14:36:03.806+05:45 INFO 27550 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2023-12-06T14:36:03.808+05:45 INFO 27550 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 2 ms
2023-12-06T14:36:03.833+05:45 INFO 27550 --- [http-nio-8080-exec-1] c.b.s.controller.UserController : ------ inside login page -------
2023-12-06T14:36:10.150+05:45 INFO 27550 --- [http-nio-8080-exec-1] c.b.s.controller.UserController : ------ login success -------
2023-12-06T14:36:10.154+05:45 WARN 27550 --- [http-nio-8080-exec-1] actStandardFragmentInsertionTagProcessor : [THYMELEAF][http-nio-8080-exec-1][Home] Deprecated unwrapped fragment expression "header.html" found in template Home, line 9, col 12. Please use the complete syntax of fragment expressions instead ("~{header.html}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2023-12-06T14:36:12.112+05:45 WARN 27550 --- [http-nio-8080-exec-3] actStandardFragmentInsertionTagProcessor : [THYMELEAF][http-nio-8080-exec-3][GalleryForm] Deprecated unwrapped fragment expression "header.html" found in template GalleryForm, line 9, col 12. Please use the complete syntax of fragment expressions instead ("~{header.html}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2023-12-06T14:36:13.515+05:45 WARN 27550 --- [http-nio-8080-exec-8] actStandardFragmentInsertionTagProcessor : [THYMELEAF][http-nio-8080-exec-8][UploadForm] Deprecated unwrapped fragment expression "header.html" found in template UploadForm, line 8, col 11. Please use the complete syntax of fragment expressions instead ("~{header.html}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2023-12-06T14:40:03.827+05:45 INFO 27550 --- [RMI TCP Connection(7)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested.
2023-12-06T14:40:03.833+05:45 INFO 27550 --- [RMI TCP Connection(7)-127.0.0.1] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
2023-12-06T14:40:03.837+05:45 INFO 27550 --- [RMI TCP Connection(7)-127.0.0.1] o.a.c.c.C.[Tomcat].[localhost].[/] : Destroying Spring FrameworkServlet 'dispatcherServlet'
2023-12-06T14:40:03.847+05:45 INFO 27550 --- [RMI TCP Connection(7)-127.0.0.1] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2023-12-06T14:40:03.853+05:45 INFO 27550 --- [RMI TCP Connection(7)-127.0.0.1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2023-12-06T14:40:03.860+05:45 INFO 27550 --- [RMI TCP Connection(7)-127.0.0.1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.