-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapplication.log
More file actions
28 lines (28 loc) · 8.99 KB
/
application.log
File metadata and controls
28 lines (28 loc) · 8.99 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
2025-02-12T17:49:55.988+05:30 INFO 26400 --- [Production_Features_SpringBoot] [main] uctionFeaturesSpringBootApplicationTests : Starting ProductionFeaturesSpringBootApplicationTests using Java 22.0.2 with PID 26400 (started by hp in C:\Users\hp\Desktop\SpringBoot_All\Production_Features_SpringBoot)
2025-02-12T17:49:55.989+05:30 INFO 26400 --- [Production_Features_SpringBoot] [main] uctionFeaturesSpringBootApplicationTests : No active profile set, falling back to 1 default profile: "default"
2025-02-12T17:49:56.800+05:30 INFO 26400 --- [Production_Features_SpringBoot] [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-02-12T17:49:56.907+05:30 INFO 26400 --- [Production_Features_SpringBoot] [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 87 ms. Found 1 JPA repository interface.
2025-02-12T17:49:57.709+05:30 INFO 26400 --- [Production_Features_SpringBoot] [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-02-12T17:49:57.791+05:30 INFO 26400 --- [Production_Features_SpringBoot] [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.5.3.Final
2025-02-12T17:49:57.848+05:30 INFO 26400 --- [Production_Features_SpringBoot] [main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-02-12T17:49:58.037+05:30 INFO 26400 --- [Production_Features_SpringBoot] [main] o.h.e.boot.internal.EnversServiceImpl : Envers integration enabled? : true
2025-02-12T17:49:58.381+05:30 INFO 26400 --- [Production_Features_SpringBoot] [main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-02-12T17:49:58.435+05:30 INFO 26400 --- [Production_Features_SpringBoot] [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2025-02-12T17:49:58.664+05:30 INFO 26400 --- [Production_Features_SpringBoot] [main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@4bbf20d1
2025-02-12T17:49:58.666+05:30 INFO 26400 --- [Production_Features_SpringBoot] [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2025-02-12T17:49:58.982+05:30 INFO 26400 --- [Production_Features_SpringBoot] [main] o.h.e.c.i.m.AuditMetadataGenerator : Adding properties for entity: com.Production_Features_SpringBoot.Production_Features_SpringBoot.Entity.PostEntity
2025-02-12T17:49:59.662+05:30 ERROR 26400 --- [Production_Features_SpringBoot] [main] o.h.metamodel.internal.MetadataContext : HHH015007: Illegal argument on static metamodel field injection : org.hibernate.envers.DefaultRevisionEntity_#class_; expected type : org.hibernate.metamodel.model.domain.internal.EntityTypeImpl; encountered type : jakarta.persistence.metamodel.MappedSuperclassType
2025-02-12T17:49:59.668+05:30 INFO 26400 --- [Production_Features_SpringBoot] [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2025-02-12T17:49:59.886+05:30 INFO 26400 --- [Production_Features_SpringBoot] [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-02-12T17:50:00.593+05:30 WARN 26400 --- [Production_Features_SpringBoot] [main] 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
2025-02-12T17:50:01.070+05:30 INFO 26400 --- [Production_Features_SpringBoot] [main] uctionFeaturesSpringBootApplicationTests : Started ProductionFeaturesSpringBootApplicationTests in 5.582 seconds (process running for 6.867)
2025-02-12T17:50:01.631+05:30 TRACE 26400 --- [Production_Features_SpringBoot] [main] c.P.P.Client.impl.EmployeeClientImpl : Trying To createEmployee:EmployeeDto(Id=null, name=Roshan, email=roshan@gmail.com, age=20, salarly=199.02, dateOfJoining=2024-12-01, isActive=true, role=USER)
2025-02-12T17:50:01.822+05:30 TRACE 26400 --- [Production_Features_SpringBoot] [main] c.P.P.Client.impl.EmployeeClientImpl : Success created a new employee:APIresponse(data=EmployeeDto(Id=708, name=Roshan, email=roshan@gmail.com, age=20, salarly=199.02, dateOfJoining=2024-12-01, isActive=true, role=USER), error=null, timeStamp=2025-02-12T17:50:01.764452200)
2025-02-12T17:50:01.843+05:30 TRACE 26400 --- [Production_Features_SpringBoot] [main] c.P.P.Client.impl.EmployeeClientImpl : Trying To Retrive
2025-02-12T17:50:01.843+05:30 INFO 26400 --- [Production_Features_SpringBoot] [main] c.P.P.Client.impl.EmployeeClientImpl : Attempting to retrive
2025-02-12T17:50:01.868+05:30 DEBUG 26400 --- [Production_Features_SpringBoot] [main] c.P.P.Client.impl.EmployeeClientImpl : Succesfully retrived the employess in getAllEmployees
2025-02-12T17:50:01.868+05:30 TRACE 26400 --- [Production_Features_SpringBoot] [main] c.P.P.Client.impl.EmployeeClientImpl : Retrived Employee List :[EmployeeDto(Id=3, name=jushWHY, email=sitry@gmail.com, age=27, salarly=156.0, dateOfJoining=2024-01-01, isActive=false, role=ADMIN), EmployeeDto(Id=52, name=roshan, email=ayush@gmail.com, age=24, salarly=null, dateOfJoining=2024-01-01, isActive=null, role=null), EmployeeDto(Id=102, name=rrarrosiihanput, email=ayushoioiiii@gmail.com, age=24, salarly=null, dateOfJoining=2027-01-01, isActive=null, role=null), EmployeeDto(Id=103, name=rrarHHJJKKLLrosiihanput, email=ayushoioiiii@gmail.com, age=24, salarly=null, dateOfJoining=2027-01-01, isActive=null, role=null), EmployeeDto(Id=252, name=jus, email=repositry@gmail.com, age=20, salarly=null, dateOfJoining=2024-01-01, isActive=false, role=null), EmployeeDto(Id=253, name=jus, email=repositry@gmail.com, age=20, salarly=null, dateOfJoining=2024-01-01, isActive=false, role=user), EmployeeDto(Id=302, name=jus, email=repositry@gmail.com, age=20, salarly=null, dateOfJoining=2024-01-01, isActive=false, role=USER), EmployeeDto(Id=402, name=jus, email=repositry@gmail.com, age=25, salarly=null, dateOfJoining=2024-01-01, isActive=false, role=USER), EmployeeDto(Id=452, name=jus, email=repositry@gmail.com, age=25, salarly=15.0, dateOfJoining=2024-01-01, isActive=false, role=USER), EmployeeDto(Id=453, name=jus, email=repositry@gmail.com, age=25, salarly=15.0, dateOfJoining=2025-01-01, isActive=false, role=USER), EmployeeDto(Id=502, name=jus, email=repositry@gmail.com, age=25, salarly=15.0, dateOfJoining=2025-01-01, isActive=false, role=USER), EmployeeDto(Id=503, name=jus, email=repositry@gmail.com, age=25, salarly=15.22, dateOfJoining=2025-01-01, isActive=false, role=USER), EmployeeDto(Id=552, name=jus, email=repositry@gmail.com, age=25, salarly=105.22, dateOfJoining=2025-01-01, isActive=false, role=USER), EmployeeDto(Id=602, name=jus, email=repositry@gmail.com, age=25, salarly=105.22, dateOfJoining=2025-01-01, isActive=false, role=USER), EmployeeDto(Id=652, name=Roshan, email=roshan@gmail.com, age=20, salarly=199.02, dateOfJoining=2024-12-01, isActive=true, role=USER), EmployeeDto(Id=653, name=Roshan, email=roshan@gmail.com, age=20, salarly=199.02, dateOfJoining=2024-12-01, isActive=true, role=USER), EmployeeDto(Id=654, name=Roshan, email=roshan@gmail.com, age=20, salarly=199.02, dateOfJoining=2024-12-01, isActive=true, role=USER), EmployeeDto(Id=702, name=Roshan, email=roshan@gmail.com, age=20, salarly=199.02, dateOfJoining=2024-12-01, isActive=true, role=USER), EmployeeDto(Id=703, name=Roshan, email=roshan@gmail.com, age=20, salarly=199.02, dateOfJoining=2024-12-01, isActive=true, role=USER), EmployeeDto(Id=704, name=Roshan, email=roshan@gmail.com, age=20, salarly=199.02, dateOfJoining=2024-12-01, isActive=true, role=USER), EmployeeDto(Id=705, name=Roshan, email=roshan@gmail.com, age=20, salarly=199.02, dateOfJoining=2024-12-01, isActive=true, role=USER), EmployeeDto(Id=706, name=Roshan, email=roshan@gmail.com, age=20, salarly=199.02, dateOfJoining=2024-12-01, isActive=true, role=USER), EmployeeDto(Id=707, name=Roshan, email=roshan@gmail.com, age=20, salarly=199.02, dateOfJoining=2024-12-01, isActive=true, role=USER), EmployeeDto(Id=708, name=Roshan, email=roshan@gmail.com, age=20, salarly=199.02, dateOfJoining=2024-12-01, isActive=true, role=USER)], Hello, 5
2025-02-12T17:50:01.878+05:30 TRACE 26400 --- [Production_Features_SpringBoot] [main] c.P.P.Client.impl.EmployeeClientImpl : Trying To Retrive:3
2025-02-12T17:50:01.899+05:30 INFO 26400 --- [Production_Features_SpringBoot] [SpringApplicationShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2025-02-12T17:50:01.903+05:30 INFO 26400 --- [Production_Features_SpringBoot] [SpringApplicationShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2025-02-12T17:50:01.914+05:30 INFO 26400 --- [Production_Features_SpringBoot] [SpringApplicationShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.