-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathspring-log.log
More file actions
33 lines (33 loc) · 5.57 KB
/
spring-log.log
File metadata and controls
33 lines (33 loc) · 5.57 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
2019-11-19 15:45:15.658 INFO 23656 --- [main] i.n.m.j.t.r.RestServiceTestApplication : Starting RestServiceTestApplication on GF-35480 with PID 23656 (D:\Projects\code-examples\jpos\jpos-server\rest-service-test\target\classes started by a.khatamidoost in D:\Projects\code-examples\jpos\jpos-server)
2019-11-19 15:45:15.676 INFO 23656 --- [main] i.n.m.j.t.r.RestServiceTestApplication : No active profile set, falling back to default profiles: default
2019-11-19 15:45:16.497 INFO 23656 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9090 (http)
2019-11-19 15:45:16.522 INFO 23656 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-11-19 15:45:16.523 INFO 23656 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.24]
2019-11-19 15:45:16.744 INFO 23656 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-11-19 15:45:16.744 INFO 23656 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1030 ms
2019-11-19 15:45:16.932 INFO 23656 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2019-11-19 15:45:17.093 INFO 23656 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 9090 (http) with context path ''
2019-11-19 15:45:17.096 INFO 23656 --- [main] i.n.m.j.t.r.RestServiceTestApplication : Started RestServiceTestApplication in 1.838 seconds (JVM running for 3.243)
2019-11-19 15:53:11.659 INFO 23656 --- [http-nio-9090-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2019-11-19 15:53:11.660 INFO 23656 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2019-11-19 15:53:11.664 INFO 23656 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 4 ms
2019-11-19 15:53:11.740 INFO 23656 --- [http-nio-9090-exec-1] TestController : Message1100 received.
2019-11-19 16:22:32.007 INFO 23656 --- [http-nio-9090-exec-3] TestController : Message1100 received.
2019-11-19 16:23:14.146 INFO 23656 --- [http-nio-9090-exec-4] TestController : Message1100 received.
2019-11-19 17:43:31.516 WARN 23656 --- [http-nio-9090-exec-7] .c.j.MappingJackson2HttpMessageConverter : Failed to evaluate Jackson deserialization for type [[simple type, class ir.navaco.mcb.credit.card.parser.transformer.dto.Message1200]]: com.fasterxml.jackson.databind.JsonMappingException: Conflicting setter definitions for property "header": org.jpos.iso.ISOMsg#setHeader(1 params) vs org.jpos.iso.ISOMsg#setHeader(1 params)
2019-11-19 17:43:31.527 WARN 23656 --- [http-nio-9090-exec-7] .c.j.MappingJackson2HttpMessageConverter : Failed to evaluate Jackson deserialization for type [[simple type, class ir.navaco.mcb.credit.card.parser.transformer.dto.Message1200]]: com.fasterxml.jackson.databind.JsonMappingException: Conflicting setter definitions for property "header": org.jpos.iso.ISOMsg#setHeader(1 params) vs org.jpos.iso.ISOMsg#setHeader(1 params)
2019-11-19 17:43:31.532 WARN 23656 --- [http-nio-9090-exec-7] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'application/json;charset=UTF-8' not supported]
2019-11-19 17:46:18.389 INFO 1436 --- [main] i.n.m.j.t.r.RestServiceTestApplication : Starting RestServiceTestApplication on GF-35480 with PID 1436 (D:\Projects\code-examples\jpos\jpos-server\rest-service-test\target\classes started by a.khatamidoost in D:\Projects\code-examples\jpos\jpos-server)
2019-11-19 17:46:18.392 INFO 1436 --- [main] i.n.m.j.t.r.RestServiceTestApplication : No active profile set, falling back to default profiles: default
2019-11-19 17:46:19.176 INFO 1436 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9090 (http)
2019-11-19 17:46:19.194 INFO 1436 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-11-19 17:46:19.195 INFO 1436 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.24]
2019-11-19 17:46:19.332 INFO 1436 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-11-19 17:46:19.332 INFO 1436 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 902 ms
2019-11-19 17:46:19.496 INFO 1436 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2019-11-19 17:46:19.634 INFO 1436 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 9090 (http) with context path ''
2019-11-19 17:46:19.637 INFO 1436 --- [main] i.n.m.j.t.r.RestServiceTestApplication : Started RestServiceTestApplication in 1.574 seconds (JVM running for 2.34)
2019-11-19 17:46:33.128 INFO 1436 --- [http-nio-9090-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2019-11-19 17:46:33.128 INFO 1436 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2019-11-19 17:46:33.132 INFO 1436 --- [http-nio-9090-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 4 ms
2019-11-19 17:46:33.200 INFO 1436 --- [http-nio-9090-exec-1] TestController : Message1210 received.