-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathMolla-backend.log
94 lines (94 loc) · 15.7 KB
/
Molla-backend.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
2022-03-24 16:13:05.497 INFO 17392 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2022-03-24 16:13:05.545 INFO 17392 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '/MollaAdmin'
2022-03-24 16:13:05.556 INFO 17392 --- [restartedMain] com.molla.admin.MollaBackEndApplication : Started MollaBackEndApplication in 9.476 seconds (JVM running for 12.152)
2022-03-24 16:13:23.149 INFO 17392 --- [http-nio-8080-exec-1] o.a.c.c.C.[.[localhost].[/MollaAdmin] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-24 16:13:23.186 INFO 17392 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2022-03-24 16:13:23.188 INFO 17392 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 2 ms
2022-03-24 16:13:23.736 WARN 17392 --- [http-nio-8080-exec-1] o.a.c.util.SessionIdGeneratorBase : Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [352] milliseconds.
2022-03-24 16:13:23.807 INFO 17392 --- [http-nio-8080-exec-1] c.m.a.p.PagingAndSortingArgumentResolver : PagingAndSortingArgumentResolver | resolveArgument | sortField : orderTime
2022-03-24 16:13:23.807 INFO 17392 --- [http-nio-8080-exec-1] c.m.a.p.PagingAndSortingArgumentResolver : PagingAndSortingArgumentResolver | resolveArgument | sortDir : desc
2022-03-24 16:13:23.807 INFO 17392 --- [http-nio-8080-exec-1] c.m.a.p.PagingAndSortingArgumentResolver : PagingAndSortingArgumentResolver | resolveArgument | reverseSortDir : asc
2022-03-24 16:13:23.808 INFO 17392 --- [http-nio-8080-exec-1] c.m.a.p.PagingAndSortingArgumentResolver : PagingAndSortingArgumentResolver | resolveArgument | keyword : null
2022-03-24 16:13:23.808 INFO 17392 --- [http-nio-8080-exec-1] c.m.a.p.PagingAndSortingArgumentResolver : PagingAndSortingArgumentResolver | resolveArgument | moduleURL : /orders
2022-03-24 16:13:23.817 INFO 17392 --- [http-nio-8080-exec-1] c.m.admin.controller.OrderController : OrderController | listByPage is called
2022-03-24 16:13:23.891 INFO 17392 --- [http-nio-8080-exec-1] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes is started
2022-03-24 16:13:23.891 INFO 17392 --- [http-nio-8080-exec-1] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | startCount : 1
2022-03-24 16:13:23.891 INFO 17392 --- [http-nio-8080-exec-1] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | endCount : 10
2022-03-24 16:13:23.892 INFO 17392 --- [http-nio-8080-exec-1] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | page.getTotalElements() : 2
2022-03-24 16:13:23.892 INFO 17392 --- [http-nio-8080-exec-1] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | endCount : 2
2022-03-24 16:13:23.892 INFO 17392 --- [http-nio-8080-exec-1] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | currentPage : 1
2022-03-24 16:13:23.893 INFO 17392 --- [http-nio-8080-exec-1] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | totalPages : 1
2022-03-24 16:13:23.893 INFO 17392 --- [http-nio-8080-exec-1] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | totalItems : 2
2022-03-24 16:13:23.908 INFO 17392 --- [http-nio-8080-exec-1] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | listName : [Order [id=8, subtotal=23840.0, paymentMethod=COD, status=DELIVERED, customer=mohamed emad], Order [id=3, subtotal=40920.0, paymentMethod=COD, status=NEW, customer=mohamed emad]]
2022-03-24 16:13:23.910 INFO 17392 --- [http-nio-8080-exec-1] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting is called
2022-03-24 16:13:23.924 INFO 17392 --- [http-nio-8080-exec-1] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | currencySettings : [Setting [key=CURRENCY_ID, value=5], Setting [key=CURRENCY_SYMBOL, value=€], Setting [key=CURRENCY_SYMBOL_POSITION, value=Before price], Setting [key=DECIMAL_DIGITS, value=2], Setting [key=DECIMAL_POINT_TYPE, value=POINT], Setting [key=THOUSANDS_POINT_TYPE, value=COMMA]]
2022-03-24 16:13:23.927 INFO 17392 --- [http-nio-8080-exec-1] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | setting | key : CURRENCY_ID , value : 5
2022-03-24 16:13:23.928 INFO 17392 --- [http-nio-8080-exec-1] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | setting | key : CURRENCY_SYMBOL , value : €
2022-03-24 16:13:23.928 INFO 17392 --- [http-nio-8080-exec-1] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | setting | key : CURRENCY_SYMBOL_POSITION , value : Before price
2022-03-24 16:13:23.928 INFO 17392 --- [http-nio-8080-exec-1] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | setting | key : DECIMAL_DIGITS , value : 2
2022-03-24 16:13:23.928 INFO 17392 --- [http-nio-8080-exec-1] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | setting | key : DECIMAL_POINT_TYPE , value : POINT
2022-03-24 16:13:23.928 INFO 17392 --- [http-nio-8080-exec-1] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | setting | key : THOUSANDS_POINT_TYPE , value : COMMA
2022-03-24 16:13:23.928 INFO 17392 --- [http-nio-8080-exec-1] c.m.admin.controller.OrderController : OrderController | listByPage | loggedUser : com.molla.admin.model.MollaUserDetails@2dbb8b3b
2022-03-24 16:13:24.931 INFO 17392 --- [http-nio-8080-exec-1] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:13:24.932 INFO 17392 --- [http-nio-8080-exec-1] com.molla.common.entity.Order : Order | hasStatus | status : PICKED
2022-03-24 16:13:24.938 INFO 17392 --- [http-nio-8080-exec-1] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:13:24.950 INFO 17392 --- [http-nio-8080-exec-1] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:13:24.950 INFO 17392 --- [http-nio-8080-exec-1] com.molla.common.entity.Order : Order | hasStatus | status : SHIPPING
2022-03-24 16:13:24.950 INFO 17392 --- [http-nio-8080-exec-1] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:13:24.960 INFO 17392 --- [http-nio-8080-exec-1] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:13:24.961 INFO 17392 --- [http-nio-8080-exec-1] com.molla.common.entity.Order : Order | hasStatus | status : DELIVERED
2022-03-24 16:13:24.961 INFO 17392 --- [http-nio-8080-exec-1] com.molla.common.entity.Order : Order | hasStatus | return True
2022-03-24 16:13:24.968 INFO 17392 --- [http-nio-8080-exec-1] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:13:24.971 INFO 17392 --- [http-nio-8080-exec-1] com.molla.common.entity.Order : Order | hasStatus | status : RETURNED
2022-03-24 16:13:24.971 INFO 17392 --- [http-nio-8080-exec-1] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:13:24.990 INFO 17392 --- [http-nio-8080-exec-1] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:13:24.990 INFO 17392 --- [http-nio-8080-exec-1] com.molla.common.entity.Order : Order | hasStatus | status : PICKED
2022-03-24 16:13:24.994 INFO 17392 --- [http-nio-8080-exec-1] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:13:25.012 INFO 17392 --- [http-nio-8080-exec-1] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:13:25.012 INFO 17392 --- [http-nio-8080-exec-1] com.molla.common.entity.Order : Order | hasStatus | status : SHIPPING
2022-03-24 16:13:25.012 INFO 17392 --- [http-nio-8080-exec-1] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:13:25.041 INFO 17392 --- [http-nio-8080-exec-1] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:13:25.041 INFO 17392 --- [http-nio-8080-exec-1] com.molla.common.entity.Order : Order | hasStatus | status : DELIVERED
2022-03-24 16:13:25.041 INFO 17392 --- [http-nio-8080-exec-1] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:13:25.047 INFO 17392 --- [http-nio-8080-exec-1] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:13:25.047 INFO 17392 --- [http-nio-8080-exec-1] com.molla.common.entity.Order : Order | hasStatus | status : RETURNED
2022-03-24 16:13:25.047 INFO 17392 --- [http-nio-8080-exec-1] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:13:28.848 INFO 17392 --- [http-nio-8080-exec-10] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:13:28.848 INFO 17392 --- [http-nio-8080-exec-10] com.molla.common.entity.Order : Order | hasStatus | status : RETURNED
2022-03-24 16:13:28.850 INFO 17392 --- [http-nio-8080-exec-10] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:14:00.923 INFO 17392 --- [http-nio-8080-exec-1] c.m.admin.controller.AccountController : AccountController | viewDetails is called
2022-03-24 16:14:00.923 INFO 17392 --- [http-nio-8080-exec-1] c.m.admin.controller.AccountController : AccountController | viewDetails | email : [email protected]
2022-03-24 16:14:01.036 INFO 17392 --- [http-nio-8080-exec-1] c.m.admin.controller.AccountController : AccountController | viewDetails | user : User([email protected], password=$2a$10$TmvyH1AoyDqRmQ4uC8NAZOOV29CPEDGuxVsHLP1cJoHQGr78L4kjW, firstName=Mohamed, lastName=Zirri, photos=Mohamed Zirri.jpg, enabled=true, roles=[Shipper])
2022-03-24 16:27:13.303 INFO 17392 --- [Thread-5] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2022-03-24 16:27:13.347 INFO 17392 --- [Thread-5] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2022-03-24 16:27:13.361 INFO 17392 --- [Thread-5] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2022-03-24 16:27:13.582 INFO 17392 --- [restartedMain] com.molla.admin.MollaBackEndApplication : Starting MollaBackEndApplication using Java 11.0.11 on DESKTOP-VU2MQQ8 with PID 17392 (E:\Materials\Java\Spring\Projects\MollaECommerceProject\MollaWebParent\MollaBackEnd\target\classes started by Mohamed in E:\Materials\Java\Spring\Projects\MollaECommerceProject)
2022-03-24 16:27:13.583 INFO 17392 --- [restartedMain] com.molla.admin.MollaBackEndApplication : No active profile set, falling back to 1 default profile: "default"
2022-03-24 16:27:14.023 INFO 17392 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2022-03-24 16:27:14.090 INFO 17392 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 66 ms. Found 12 JPA repository interfaces.
2022-03-24 16:27:14.247 INFO 17392 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
2022-03-24 16:27:14.248 INFO 17392 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2022-03-24 16:27:14.248 INFO 17392 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.58]
2022-03-24 16:27:14.283 INFO 17392 --- [restartedMain] o.a.c.c.C.[.[localhost].[/MollaAdmin] : Initializing Spring embedded WebApplicationContext
2022-03-24 16:27:14.283 INFO 17392 --- [restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 696 ms
2022-03-24 16:27:14.367 INFO 17392 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2022-03-24 16:27:14.379 INFO 17392 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Starting...
2022-03-24 16:27:14.385 INFO 17392 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Start completed.
2022-03-24 16:27:14.385 INFO 17392 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
2022-03-24 16:27:14.889 INFO 17392 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-24 16:27:14.890 INFO 17392 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-03-24 16:27:14.913 WARN 17392 --- [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
2022-03-24 16:27:15.395 WARN 17392 --- [restartedMain] o.s.s.c.a.web.builders.WebSecurity : You are asking Spring Security to ignore Ant [pattern='/images/**']. This is not recommended -- please use permitAll via HttpSecurity#authorizeHttpRequests instead.
2022-03-24 16:27:15.395 INFO 17392 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Will secure Ant [pattern='/images/**'] with []
2022-03-24 16:27:15.395 WARN 17392 --- [restartedMain] o.s.s.c.a.web.builders.WebSecurity : You are asking Spring Security to ignore Ant [pattern='/js/**']. This is not recommended -- please use permitAll via HttpSecurity#authorizeHttpRequests instead.
2022-03-24 16:27:15.395 INFO 17392 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Will secure Ant [pattern='/js/**'] with []
2022-03-24 16:27:15.395 WARN 17392 --- [restartedMain] o.s.s.c.a.web.builders.WebSecurity : You are asking Spring Security to ignore Ant [pattern='/webjars/**']. This is not recommended -- please use permitAll via HttpSecurity#authorizeHttpRequests instead.
2022-03-24 16:27:15.395 INFO 17392 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Will secure Ant [pattern='/webjars/**'] with []
2022-03-24 16:27:15.395 WARN 17392 --- [restartedMain] o.s.s.c.a.web.builders.WebSecurity : You are asking Spring Security to ignore Ant [pattern='/css/**']. This is not recommended -- please use permitAll via HttpSecurity#authorizeHttpRequests instead.
2022-03-24 16:27:15.395 INFO 17392 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Will secure Ant [pattern='/css/**'] with []
2022-03-24 16:27:15.415 INFO 17392 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Will not secure any request
2022-03-24 16:27:15.557 INFO 17392 --- [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page template: index
2022-03-24 16:27:16.821 INFO 17392 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2022-03-24 16:27:16.893 INFO 17392 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '/MollaAdmin'
2022-03-24 16:27:16.914 INFO 17392 --- [restartedMain] com.molla.admin.MollaBackEndApplication : Started MollaBackEndApplication in 3.382 seconds (JVM running for 863.511)
2022-03-24 16:27:16.920 INFO 17392 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged