Guest User

Untitled

a guest
Sep 16th, 2019
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 217.91 KB | None | 0 0
  1. Microsoft Windows [Versione 10.0.18362.356]
  2. (c) 2019 Microsoft Corporation. Tutti i diritti sono riservati.
  3.  
  4. C:\Users\Nicholas>cd C:\Progetti
  5.  
  6. C:\Progetti>cd mfw-service
  7.  
  8. C:\Progetti\mfw-service>gradle bootRun
  9. Starting a Gradle Daemon, 13 busy and 1 incompatible and 1 stopped Daemons could not be reused, use --status for details
  10.  
  11. > Task :mfw-be:compileJava
  12. Note: Some input files use unchecked or unsafe operations.
  13. Note: Recompile with -Xlint:unchecked for details.
  14.  
  15. > Task :mfw-adapter:compileJava
  16. Note: C:\Progetti\mfw-service\mfw-adapter\src\main\java\com\themaconsulting\mfw\adapter\thrift\MfClientWrapper.java uses unchecked or unsafe operations.
  17. Note: Recompile with -Xlint:unchecked for details.
  18.  
  19. > Task :mfw-api:compileJava
  20. Note: C:\Progetti\mfw-service\mfw-api\src\main\java\com\themaconsulting\mfw\api\securityconfig\JwtTokenHelper.java uses unchecked or unsafe operations.
  21. Note: Recompile with -Xlint:unchecked for details.
  22.  
  23. > Task :bootRun
  24.  
  25. . ____ _ __ _ _
  26. /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
  27. ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
  28. \\/ ___)| |_)| | | | | || (_| | ) ) ) )
  29. ' |____| .__|_| |_|_| |_\__, | / / / /
  30. =========|_|==============|___/=/_/_/_/
  31. :: Spring Boot :: (v2.1.3.RELEASE)
  32.  
  33. 2019-09-16 09:25:24.691 [main] INFO SYSTEM com.themaconsulting.mfw.MfwApplication(50) MDC={} Starting MfwApplication on DELL-NICHOLAS with PID 20800 (C:\Progetti\mfw-service\build\classes\java\main started by Nicholas in C:\Progetti\mfw-service)
  34. 2019-09-16 09:25:24.699 [main] INFO SYSTEM com.themaconsulting.mfw.MfwApplication(679) MDC={} The following profiles are active: dev
  35. 2019-09-16 09:25:28.504 [main] INFO SYSTEM org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker(330) MDC={} Bean 'org.springframework.amqp.rabbit.annotation.RabbitBootstrapConfiguration' of type [org.springframework.amqp.rabbit.annotation.RabbitBootstrapConfiguration$$EnhancerBySpringCGLIB$$b58b5f6] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  36. 2019-09-16 09:25:28.666 [main] INFO SYSTEM org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker(330) MDC={} Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$44ecf7c8] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  37. 2019-09-16 09:25:28.874 [main] INFO SYSTEM org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker(330) MDC={} Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$dd9ac002] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  38. 2019-09-16 09:25:28.886 [main] INFO SYSTEM org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker(330) MDC={} Bean 'objectPostProcessor' of type [org.springframework.security.config.annotation.configuration.AutowireBeanFactoryObjectPostProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  39. 2019-09-16 09:25:28.889 [main] INFO SYSTEM org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker(330) MDC={} Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@402fcf14' of type [org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  40. 2019-09-16 09:25:28.896 [main] INFO SYSTEM org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker(330) MDC={} Bean 'mfMethodSecurityConfig' of type [com.themaconsulting.mfw.api.securityconfig.MfMethodSecurityConfig$$EnhancerBySpringCGLIB$$797f9cb1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  41. 2019-09-16 09:25:28.910 [main] INFO SYSTEM org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker(330) MDC={} Bean 'methodSecurityMetadataSource' of type [org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  42. 2019-09-16 09:25:30.160 [main] INFO SYSTEM org.springframework.boot.web.embedded.tomcat.TomcatWebServer(90) MDC={} Tomcat initialized with port(s): 8090 (http)
  43. 2019-09-16 09:25:30.187 [main] INFO SYSTEM org.apache.coyote.http11.Http11NioProtocol(173) MDC={} Initializing ProtocolHandler ["http-nio-8090"]
  44. 2019-09-16 09:25:30.208 [main] INFO SYSTEM org.apache.catalina.core.StandardService(173) MDC={} Starting service [Tomcat]
  45. 2019-09-16 09:25:30.210 [main] INFO SYSTEM org.apache.catalina.core.StandardEngine(173) MDC={} Starting Servlet engine: [Apache Tomcat/9.0.16]
  46. 2019-09-16 09:25:30.232 [main] INFO SYSTEM org.apache.catalina.core.AprLifecycleListener(173) MDC={} The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [C:\Program Files\Java\jdk-11.0.2\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Oraclexe\app\oracle\product\11.2.0\dbhome_1\bin;C:\Oraclexe\app\oracle\product\11.2.0\client1;C:\Oracle\app\oracle\product\11.2.0\dbhome_1\bin;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\apache-maven-3.5.0\bin;C:\Program Files\Java\jdk1.8.0_131\bin;C:\apache-maven-3.5.0\bin;C:\Users\Nicholas\AppData\Local\Android\sdk\tools;C:\Users\Nicholas\AppData\Local\Android\sdk\platform-tools;C:\Program Files\OpenVPN\bin;C:\Program Files\Git\cmd;C:\Program Files (x86)\Yarn\bin;C:\Users\Nicholas\bin\Sencha\Cmd;C:\Program Files (x86)\Infocert\DiKe 6\RAO;C:\Program Files (x86)\Zucchetti\FirmaCheck\RAO;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\PuTTY\;C:\Python27;C:\Python27\Scripts;C:\phantomjs-2.1.1-windows\bin;C:\sonar-scanner-3.3.0.1492-windows\bin;C:\Gradle\gradle-5.2.1\bin;C:\Users\Nicholas\AppData\Roaming\nvm;C:\Program Files\nodejs;C:\Users\Nicholas\AppData\Local\Microsoft\WindowsApps;C:\Users\Nicholas\AppData\Local\Yarn\bin;C:\Users\Nicholas\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\Nicholas\AppData\Roaming\npm;C:\Users\Nicholas\AppData\Roaming\nvm;C:\Program Files\nodejs;.]
  47. 2019-09-16 09:25:30.585 [main] INFO SYSTEM org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/](173) MDC={} Initializing Spring embedded WebApplicationContext
  48. 2019-09-16 09:25:30.586 [main] INFO SYSTEM org.springframework.web.context.ContextLoader(296) MDC={} Root WebApplicationContext: initialization completed in 5830 ms
  49. WARNING: An illegal reflective access operation has occurred
  50. WARNING: Illegal reflective access by org.jooq.tools.reflect.Reflect (file:/C:/Progetti/mfw-service/libs/jooq-3.11.11.jar) to constructor java.lang.invoke.MethodHandles$Lookup(java.lang.Class)
  51. WARNING: Please consider reporting this to the maintainers of org.jooq.tools.reflect.Reflect
  52. WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
  53. WARNING: All illegal access operations will be denied in a future release
  54. 2019-09-16 09:25:32.586 [main] INFO SYSTEM com.zaxxer.hikari.HikariDataSource(110) MDC={} HikariPool-1 - Starting...
  55. 2019-09-16 09:25:33.417 [main] INFO SYSTEM com.zaxxer.hikari.HikariDataSource(123) MDC={} HikariPool-1 - Start completed.
  56. 2019-09-16 09:25:34.546 [main] INFO INFO com.themaconsulting.mfw.be.service.impl.DefaultConfigurationService(168) MDC={} Configuration loaded
  57. 2019-09-16 09:25:37.110 [main] INFO SYSTEM org.springframework.security.web.DefaultSecurityFilterChain(43) MDC={} Creating filter chain: Ant [pattern='/v2/api-docs', GET], []
  58. 2019-09-16 09:25:37.111 [main] INFO SYSTEM org.springframework.security.web.DefaultSecurityFilterChain(43) MDC={} Creating filter chain: Ant [pattern='/swagger-ui.html', GET], []
  59. 2019-09-16 09:25:37.111 [main] INFO SYSTEM org.springframework.security.web.DefaultSecurityFilterChain(43) MDC={} Creating filter chain: Ant [pattern='/swagger-resources', GET], []
  60. 2019-09-16 09:25:37.112 [main] INFO SYSTEM org.springframework.security.web.DefaultSecurityFilterChain(43) MDC={} Creating filter chain: Ant [pattern='/webjars/**', GET], []
  61. 2019-09-16 09:25:37.112 [main] INFO SYSTEM org.springframework.security.web.DefaultSecurityFilterChain(43) MDC={} Creating filter chain: Ant [pattern='/', GET], []
  62. 2019-09-16 09:25:37.112 [main] INFO SYSTEM org.springframework.security.web.DefaultSecurityFilterChain(43) MDC={} Creating filter chain: Ant [pattern='/*.html', GET], []
  63. 2019-09-16 09:25:37.112 [main] INFO SYSTEM org.springframework.security.web.DefaultSecurityFilterChain(43) MDC={} Creating filter chain: Ant [pattern='/favicon.ico', GET], []
  64. 2019-09-16 09:25:37.113 [main] INFO SYSTEM org.springframework.security.web.DefaultSecurityFilterChain(43) MDC={} Creating filter chain: Ant [pattern='/**/*.html', GET], []
  65. 2019-09-16 09:25:37.114 [main] INFO SYSTEM org.springframework.security.web.DefaultSecurityFilterChain(43) MDC={} Creating filter chain: Ant [pattern='/**/*.css', GET], []
  66. 2019-09-16 09:25:37.115 [main] INFO SYSTEM org.springframework.security.web.DefaultSecurityFilterChain(43) MDC={} Creating filter chain: Ant [pattern='/**/*.js', GET], []
  67. 2019-09-16 09:25:37.162 [main] INFO SYSTEM org.springframework.security.web.DefaultSecurityFilterChain(43) MDC={} Creating filter chain: any request, [com.themaconsulting.mfw.api.securityconfig.WebSecurityConfig$CorsFilter@400bf062, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1b0cfe11, org.springframework.security.web.context.SecurityContextPersistenceFilter@157affc1, org.springframework.security.web.header.HeaderWriterFilter@7b48451b, org.springframework.security.web.authentication.logout.LogoutFilter@2f533bd1, com.themaconsulting.mfw.api.securityconfig.JwtAuthenticationFilter@3243d4ca, com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter@740610a2, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@776dd64b, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@508d0d9a, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@b8d10c9, org.springframework.security.web.session.SessionManagementFilter@74f2593b, org.springframework.security.web.access.ExceptionTranslationFilter@57e51932, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@5fdcc57e]
  68. 2019-09-16 09:25:37.208 [main] INFO SYSTEM springfox.documentation.spring.web.PropertySourcedRequestMappingHandlerMapping(69) MDC={} Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
  69. 2019-09-16 09:25:37.313 [main] INFO SYSTEM org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor(171) MDC={} Initializing ExecutorService 'clientInboundChannelExecutor'
  70. 2019-09-16 09:25:37.330 [main] INFO SYSTEM org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor(171) MDC={} Initializing ExecutorService 'clientOutboundChannelExecutor'
  71. 2019-09-16 09:25:37.343 [main] INFO SYSTEM org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler(171) MDC={} Initializing ExecutorService 'messageBrokerTaskScheduler'
  72. 2019-09-16 09:25:37.397 [main] INFO SYSTEM org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor(171) MDC={} Initializing ExecutorService 'brokerChannelExecutor'
  73. 2019-09-16 09:25:38.298 [main] INFO SYSTEM springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper(160) MDC={} Context refreshed
  74. 2019-09-16 09:25:38.321 [main] INFO SYSTEM springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper(163) MDC={} Found 1 custom documentation plugin(s)
  75. 2019-09-16 09:25:38.398 [main] INFO SYSTEM springfox.documentation.spring.web.scanners.ApiListingReferenceScanner(41) MDC={} Scanning for api listing references
  76. 2019-09-16 09:25:38.717 [main] INFO SYSTEM springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator(40) MDC={} Generating unique operation named: fullTextSearchUsingGET_1
  77. 2019-09-16 09:25:38.723 [main] INFO SYSTEM springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator(40) MDC={} Generating unique operation named: listUsingGET_1
  78. 2019-09-16 09:25:38.728 [main] INFO SYSTEM springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator(40) MDC={} Generating unique operation named: readUsingGET_1
  79. 2019-09-16 09:25:38.739 [main] INFO SYSTEM springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator(40) MDC={} Generating unique operation named: validateUsingGET_1
  80. 2019-09-16 09:25:38.807 [main] INFO SYSTEM springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator(40) MDC={} Generating unique operation named: fullTextSearchUsingGET_2
  81. 2019-09-16 09:25:38.813 [main] INFO SYSTEM springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator(40) MDC={} Generating unique operation named: listUsingGET_2
  82. 2019-09-16 09:25:38.825 [main] INFO SYSTEM springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator(40) MDC={} Generating unique operation named: readUsingGET_2
  83. 2019-09-16 09:25:38.833 [main] INFO SYSTEM springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator(40) MDC={} Generating unique operation named: validateUsingGET_2
  84. 2019-09-16 09:25:38.844 [main] INFO SYSTEM springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator(40) MDC={} Generating unique operation named: fullTextSearchUsingGET_3
  85. 2019-09-16 09:25:38.851 [main] INFO SYSTEM springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator(40) MDC={} Generating unique operation named: listUsingGET_3
  86. 2019-09-16 09:25:38.856 [main] INFO SYSTEM springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator(40) MDC={} Generating unique operation named: readUsingGET_3
  87. 2019-09-16 09:25:38.900 [main] INFO SYSTEM springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator(40) MDC={} Generating unique operation named: validateUsingGET_3
  88. 2019-09-16 09:25:38.909 [main] INFO SYSTEM springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator(40) MDC={} Generating unique operation named: fullTextSearchUsingGET_4
  89. 2019-09-16 09:25:38.932 [main] INFO SYSTEM springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator(40) MDC={} Generating unique operation named: listUsingGET_4
  90. 2019-09-16 09:25:38.937 [main] INFO SYSTEM springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator(40) MDC={} Generating unique operation named: readUsingGET_4
  91. 2019-09-16 09:25:38.940 [main] INFO SYSTEM springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator(40) MDC={} Generating unique operation named: validateUsingGET_4
  92. 2019-09-16 09:25:38.949 [main] INFO SYSTEM springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator(40) MDC={} Generating unique operation named: fullTextSearchUsingGET_5
  93. 2019-09-16 09:25:38.953 [main] INFO SYSTEM springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator(40) MDC={} Generating unique operation named: listUsingGET_5
  94. 2019-09-16 09:25:38.957 [main] INFO SYSTEM springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator(40) MDC={} Generating unique operation named: readUsingGET_5
  95. 2019-09-16 09:25:38.961 [main] INFO SYSTEM springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator(40) MDC={} Generating unique operation named: validateUsingGET_5
  96. 2019-09-16 09:25:39.003 [main] INFO SYSTEM springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator(40) MDC={} Generating unique operation named: readDefaultGridLayoutUsingGET_1
  97. 2019-09-16 09:25:39.014 [main] INFO SYSTEM springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator(40) MDC={} Generating unique operation named: readGridLayoutUsingGET_1
  98. 2019-09-16 09:25:39.108 [main] INFO SYSTEM springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator(40) MDC={} Generating unique operation named: readGridLayoutUsingGET_2
  99. 2019-09-16 09:25:39.161 [main] INFO SYSTEM springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator(40) MDC={} Generating unique operation named: saveGridLayoutUsingPOST_1
  100. 2019-09-16 09:25:39.256 [main] INFO SYSTEM springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator(40) MDC={} Generating unique operation named: readUsingGET_6
  101. 2019-09-16 09:25:39.318 [main] INFO SYSTEM springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator(40) MDC={} Generating unique operation named: completeOrderUsingPOST_1
  102. 2019-09-16 09:25:39.331 [main] INFO SYSTEM springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator(40) MDC={} Generating unique operation named: readExchangeRateUsingPOST_1
  103. 2019-09-16 09:25:39.497 [main] INFO SYSTEM springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator(40) MDC={} Generating unique operation named: fullTextSearchUsingGET_6
  104. 2019-09-16 09:25:39.499 [main] INFO SYSTEM springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator(40) MDC={} Generating unique operation named: listUsingGET_6
  105. 2019-09-16 09:25:39.502 [main] INFO SYSTEM springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator(40) MDC={} Generating unique operation named: readUsingGET_7
  106. 2019-09-16 09:25:39.505 [main] INFO SYSTEM springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator(40) MDC={} Generating unique operation named: validateUsingGET_6
  107. 2019-09-16 09:25:39.528 [main] INFO SYSTEM springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator(40) MDC={} Generating unique operation named: savePageUsingPOST_1
  108. 2019-09-16 09:25:39.539 [main] INFO SYSTEM springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator(40) MDC={} Generating unique operation named: saveWidgetUsingPOST_1
  109. 2019-09-16 09:25:39.605 [main] INFO SYSTEM org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler(132) MDC={} Starting...
  110. 2019-09-16 09:25:39.606 [main] INFO SYSTEM org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler(132) MDC={} BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]]
  111. 2019-09-16 09:25:39.607 [main] INFO SYSTEM org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler(132) MDC={} Started.
  112. 2019-09-16 09:25:39.611 [main] INFO SYSTEM org.apache.coyote.http11.Http11NioProtocol(173) MDC={} Starting ProtocolHandler ["http-nio-8090"]
  113. 2019-09-16 09:25:39.651 [main] INFO SYSTEM org.springframework.boot.web.embedded.tomcat.TomcatWebServer(204) MDC={} Tomcat started on port(s): 8090 (http) with context path ''
  114. 2019-09-16 09:25:39.657 [main] INFO SYSTEM com.themaconsulting.mfw.MfwApplication(59) MDC={} Started MfwApplication in 17.236 seconds (JVM running for 19.135)
  115. 2019-09-16 09:26:37.394 [MessageBroker-1] INFO SYSTEM org.springframework.web.socket.config.WebSocketMessageBrokerStats(124) MDC={} WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 0 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(0)-CONNECTED(0)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], sockJsScheduler[pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 0]
  116. 2019-09-16 09:56:37.398 [MessageBroker-1] INFO SYSTEM org.springframework.web.socket.config.WebSocketMessageBrokerStats(124) MDC={} WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 0 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(0)-CONNECTED(0)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], sockJsScheduler[pool size = 2, active threads = 1, queued tasks = 0, completed tasks = 1]
  117. 2019-09-16 10:12:07.913 [http-nio-8090-exec-1] INFO SYSTEM org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/](173) MDC={} Initializing Spring DispatcherServlet 'dispatcherServlet'
  118. 2019-09-16 10:12:07.914 [http-nio-8090-exec-1] INFO SYSTEM org.springframework.web.servlet.DispatcherServlet(524) MDC={} Initializing Servlet 'dispatcherServlet'
  119. 2019-09-16 10:12:07.941 [http-nio-8090-exec-1] INFO SYSTEM org.springframework.web.servlet.DispatcherServlet(546) MDC={} Completed initialization in 27 ms
  120. 2019-09-16 10:12:08.167 [http-nio-8090-exec-2] WARN TECHNICAL com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(60) MDC={correlationId=b72cf7e3-1aa1-45fa-9a67-46729b6ac441} the token is expired and not valid anymore
  121. io.jsonwebtoken.ExpiredJwtException: JWT expired at 2019-09-11T15:42:53Z. Current time: 2019-09-16T08:12:08Z, a difference of 404955163 milliseconds. Allowed clock skew: 0 milliseconds.
  122. at io.jsonwebtoken.impl.DefaultJwtParser.parse(DefaultJwtParser.java:411) ~[jjwt-impl-0.10.6.jar:?]
  123. at io.jsonwebtoken.impl.DefaultJwtParser.parse(DefaultJwtParser.java:513) ~[jjwt-impl-0.10.6.jar:?]
  124. at io.jsonwebtoken.impl.DefaultJwtParser.parseClaimsJws(DefaultJwtParser.java:573) ~[jjwt-impl-0.10.6.jar:?]
  125. at com.themaconsulting.mfw.api.securityconfig.JwtTokenHelper.getAllClaimsFromToken(JwtTokenHelper.java:83) ~[mfw-api.jar:?]
  126. at com.themaconsulting.mfw.api.securityconfig.JwtTokenHelper.getClaimFromToken(JwtTokenHelper.java:76) ~[mfw-api.jar:?]
  127. at com.themaconsulting.mfw.api.securityconfig.JwtTokenHelper.extractUsernameFromToken(JwtTokenHelper.java:63) ~[mfw-api.jar:?]
  128. at com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter.doFilterInternal(JwtAuthorizationTokenFilter.java:56) [mfw-api.jar:?]
  129. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  130. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
  131. at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200) [spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
  132. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
  133. at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) [spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
  134. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
  135. at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:74) [spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
  136. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  137. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
  138. at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) [spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
  139. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
  140. at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) [spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
  141. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  142. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
  143. at com.themaconsulting.mfw.api.securityconfig.WebSecurityConfig$CorsFilter.doFilterInternal(WebSecurityConfig.java:186) [mfw-api.jar:?]
  144. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  145. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
  146. at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215) [spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
  147. at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) [spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
  148. at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357) [spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  149. at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270) [spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  150. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.16.jar:9.0.16]
  151. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.16.jar:9.0.16]
  152. at com.themaconsulting.mfw.api.filters.MDCFilter.doFilter(MDCFilter.java:36) [mfw-api.jar:?]
  153. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.16.jar:9.0.16]
  154. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.16.jar:9.0.16]
  155. at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) [spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  156. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  157. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.16.jar:9.0.16]
  158. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.16.jar:9.0.16]
  159. at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92) [spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  160. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  161. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.16.jar:9.0.16]
  162. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.16.jar:9.0.16]
  163. at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) [spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  164. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  165. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.16.jar:9.0.16]
  166. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.16.jar:9.0.16]
  167. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) [spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  168. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  169. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.16.jar:9.0.16]
  170. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.16.jar:9.0.16]
  171. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200) [tomcat-embed-core-9.0.16.jar:9.0.16]
  172. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) [tomcat-embed-core-9.0.16.jar:9.0.16]
  173. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) [tomcat-embed-core-9.0.16.jar:9.0.16]
  174. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) [tomcat-embed-core-9.0.16.jar:9.0.16]
  175. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.16.jar:9.0.16]
  176. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) [tomcat-embed-core-9.0.16.jar:9.0.16]
  177. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) [tomcat-embed-core-9.0.16.jar:9.0.16]
  178. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) [tomcat-embed-core-9.0.16.jar:9.0.16]
  179. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) [tomcat-embed-core-9.0.16.jar:9.0.16]
  180. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:834) [tomcat-embed-core-9.0.16.jar:9.0.16]
  181. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1415) [tomcat-embed-core-9.0.16.jar:9.0.16]
  182. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.16.jar:9.0.16]
  183. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
  184. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
  185. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.16.jar:9.0.16]
  186. at java.lang.Thread.run(Thread.java:834) [?:?]
  187. 2019-09-16 10:12:09.905 [http-nio-8090-exec-5] WARN TECHNICAL com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(60) MDC={correlationId=a3210684-3bfb-45f3-9315-cb10d3498741} the token is expired and not valid anymore
  188. io.jsonwebtoken.ExpiredJwtException: JWT expired at 2019-09-11T15:42:53Z. Current time: 2019-09-16T08:12:09Z, a difference of 404956905 milliseconds. Allowed clock skew: 0 milliseconds.
  189. at io.jsonwebtoken.impl.DefaultJwtParser.parse(DefaultJwtParser.java:411) ~[jjwt-impl-0.10.6.jar:?]
  190. at io.jsonwebtoken.impl.DefaultJwtParser.parse(DefaultJwtParser.java:513) ~[jjwt-impl-0.10.6.jar:?]
  191. at io.jsonwebtoken.impl.DefaultJwtParser.parseClaimsJws(DefaultJwtParser.java:573) ~[jjwt-impl-0.10.6.jar:?]
  192. at com.themaconsulting.mfw.api.securityconfig.JwtTokenHelper.getAllClaimsFromToken(JwtTokenHelper.java:83) ~[mfw-api.jar:?]
  193. at com.themaconsulting.mfw.api.securityconfig.JwtTokenHelper.getClaimFromToken(JwtTokenHelper.java:76) ~[mfw-api.jar:?]
  194. at com.themaconsulting.mfw.api.securityconfig.JwtTokenHelper.extractUsernameFromToken(JwtTokenHelper.java:63) ~[mfw-api.jar:?]
  195. at com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter.doFilterInternal(JwtAuthorizationTokenFilter.java:56) [mfw-api.jar:?]
  196. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  197. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
  198. at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200) [spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
  199. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
  200. at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) [spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
  201. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
  202. at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:74) [spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
  203. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  204. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
  205. at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) [spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
  206. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
  207. at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) [spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
  208. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  209. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
  210. at com.themaconsulting.mfw.api.securityconfig.WebSecurityConfig$CorsFilter.doFilterInternal(WebSecurityConfig.java:186) [mfw-api.jar:?]
  211. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  212. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
  213. at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215) [spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
  214. at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) [spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
  215. at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357) [spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  216. at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270) [spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  217. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.16.jar:9.0.16]
  218. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.16.jar:9.0.16]
  219. at com.themaconsulting.mfw.api.filters.MDCFilter.doFilter(MDCFilter.java:36) [mfw-api.jar:?]
  220. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.16.jar:9.0.16]
  221. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.16.jar:9.0.16]
  222. at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) [spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  223. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  224. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.16.jar:9.0.16]
  225. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.16.jar:9.0.16]
  226. at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92) [spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  227. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  228. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.16.jar:9.0.16]
  229. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.16.jar:9.0.16]
  230. at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) [spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  231. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  232. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.16.jar:9.0.16]
  233. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.16.jar:9.0.16]
  234. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) [spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  235. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  236. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.16.jar:9.0.16]
  237. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.16.jar:9.0.16]
  238. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200) [tomcat-embed-core-9.0.16.jar:9.0.16]
  239. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) [tomcat-embed-core-9.0.16.jar:9.0.16]
  240. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) [tomcat-embed-core-9.0.16.jar:9.0.16]
  241. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) [tomcat-embed-core-9.0.16.jar:9.0.16]
  242. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.16.jar:9.0.16]
  243. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) [tomcat-embed-core-9.0.16.jar:9.0.16]
  244. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) [tomcat-embed-core-9.0.16.jar:9.0.16]
  245. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) [tomcat-embed-core-9.0.16.jar:9.0.16]
  246. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) [tomcat-embed-core-9.0.16.jar:9.0.16]
  247. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:834) [tomcat-embed-core-9.0.16.jar:9.0.16]
  248. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1415) [tomcat-embed-core-9.0.16.jar:9.0.16]
  249. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.16.jar:9.0.16]
  250. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
  251. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
  252. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.16.jar:9.0.16]
  253. at java.lang.Thread.run(Thread.java:834) [?:?]
  254. 2019-09-16 10:12:09.907 [http-nio-8090-exec-6] WARN TECHNICAL com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(60) MDC={correlationId=33601d99-fa7c-4305-8424-fd1a18c36bae} the token is expired and not valid anymore
  255. io.jsonwebtoken.ExpiredJwtException: JWT expired at 2019-09-11T15:42:53Z. Current time: 2019-09-16T08:12:09Z, a difference of 404956906 milliseconds. Allowed clock skew: 0 milliseconds.
  256. at io.jsonwebtoken.impl.DefaultJwtParser.parse(DefaultJwtParser.java:411) ~[jjwt-impl-0.10.6.jar:?]
  257. at io.jsonwebtoken.impl.DefaultJwtParser.parse(DefaultJwtParser.java:513) ~[jjwt-impl-0.10.6.jar:?]
  258. at io.jsonwebtoken.impl.DefaultJwtParser.parseClaimsJws(DefaultJwtParser.java:573) ~[jjwt-impl-0.10.6.jar:?]
  259. at com.themaconsulting.mfw.api.securityconfig.JwtTokenHelper.getAllClaimsFromToken(JwtTokenHelper.java:83) ~[mfw-api.jar:?]
  260. at com.themaconsulting.mfw.api.securityconfig.JwtTokenHelper.getClaimFromToken(JwtTokenHelper.java:76) ~[mfw-api.jar:?]
  261. at com.themaconsulting.mfw.api.securityconfig.JwtTokenHelper.extractUsernameFromToken(JwtTokenHelper.java:63) ~[mfw-api.jar:?]
  262. at com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter.doFilterInternal(JwtAuthorizationTokenFilter.java:56) [mfw-api.jar:?]
  263. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  264. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
  265. at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200) [spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
  266. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
  267. at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) [spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
  268. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
  269. at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:74) [spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
  270. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  271. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
  272. at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) [spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
  273. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
  274. at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) [spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
  275. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  276. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
  277. at com.themaconsulting.mfw.api.securityconfig.WebSecurityConfig$CorsFilter.doFilterInternal(WebSecurityConfig.java:186) [mfw-api.jar:?]
  278. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  279. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
  280. at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215) [spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
  281. at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) [spring-security-web-5.1.4.RELEASE.jar:5.1.4.RELEASE]
  282. at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357) [spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  283. at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270) [spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  284. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.16.jar:9.0.16]
  285. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.16.jar:9.0.16]
  286. at com.themaconsulting.mfw.api.filters.MDCFilter.doFilter(MDCFilter.java:36) [mfw-api.jar:?]
  287. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.16.jar:9.0.16]
  288. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.16.jar:9.0.16]
  289. at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) [spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  290. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  291. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.16.jar:9.0.16]
  292. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.16.jar:9.0.16]
  293. at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92) [spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  294. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  295. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.16.jar:9.0.16]
  296. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.16.jar:9.0.16]
  297. at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) [spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  298. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  299. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.16.jar:9.0.16]
  300. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.16.jar:9.0.16]
  301. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) [spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  302. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  303. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.16.jar:9.0.16]
  304. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.16.jar:9.0.16]
  305. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200) [tomcat-embed-core-9.0.16.jar:9.0.16]
  306. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) [tomcat-embed-core-9.0.16.jar:9.0.16]
  307. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) [tomcat-embed-core-9.0.16.jar:9.0.16]
  308. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) [tomcat-embed-core-9.0.16.jar:9.0.16]
  309. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.16.jar:9.0.16]
  310. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) [tomcat-embed-core-9.0.16.jar:9.0.16]
  311. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) [tomcat-embed-core-9.0.16.jar:9.0.16]
  312. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) [tomcat-embed-core-9.0.16.jar:9.0.16]
  313. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) [tomcat-embed-core-9.0.16.jar:9.0.16]
  314. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:834) [tomcat-embed-core-9.0.16.jar:9.0.16]
  315. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1415) [tomcat-embed-core-9.0.16.jar:9.0.16]
  316. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.16.jar:9.0.16]
  317. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
  318. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
  319. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.16.jar:9.0.16]
  320. at java.lang.Thread.run(Thread.java:834) [?:?]
  321. 2019-09-16 10:12:39.983 [http-nio-8090-exec-8] INFO TRACING mf_thrift.auth$Iface MDC={correlationId=e0c20217-3053-4513-9581-024d8aeb1978} THRIFT - server_login, elapsed: 141ms, exit with retval: ProcessToken
  322. 2019-09-16 10:12:40.126 [http-nio-8090-exec-8] INFO TRACING mf_thrift.auth$Iface MDC={correlationId=e0c20217-3053-4513-9581-024d8aeb1978} THRIFT - user_login, elapsed: 138ms, exit with retval: SessionData
  323. 2019-09-16 10:12:40.127 [http-nio-8090-exec-8] INFO AUDIT thrift.MfUserSession MDC={correlationId=e0c20217-3053-4513-9581-024d8aeb1978} MF User Login NF sessionToken : 5018470
  324. 2019-09-16 10:12:40.132 [http-nio-8090-exec-8] INFO TRACING thrift.MfUserSession MDC={correlationId=e0c20217-3053-4513-9581-024d8aeb1978} THRIFT - userLogin, elapsed: 399ms, exit with retval: Optional<ImmutableMfwUserSessionData>
  325. 2019-09-16 10:12:42.145 [http-nio-8090-exec-10] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=7c59342e-8d96-40d8-8072-ce59691b03ac} authorized user 'NF', setting security context
  326. 2019-09-16 10:12:42.687 [http-nio-8090-exec-10] INFO TRACING rest.UserRestController MDC={correlationId=7c59342e-8d96-40d8-8072-ce59691b03ac, user=NF} REST_CONTROLLER - readWorkspace, elapsed: 538ms, exit with retval: Workspace
  327. 2019-09-16 10:12:43.360 [http-nio-8090-exec-3] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=d6235b86-f625-4a4a-92bb-51d71f95e47b} authorized user 'NF', setting security context
  328. 2019-09-16 10:12:43.659 [http-nio-8090-exec-4] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=affdbb36-95ac-440f-9627-6a85d1a7d9a9} authorized user 'NF', setting security context
  329. 2019-09-16 10:12:44.037 [http-nio-8090-exec-3] INFO TRACING rest.StatisticRestController MDC={correlationId=d6235b86-f625-4a4a-92bb-51d71f95e47b, user=NF} REST_CONTROLLER - readGroupedOrderCountByStatus, elapsed: 673ms, exit with retval: Map
  330. 2019-09-16 10:12:47.078 [http-nio-8090-exec-4] INFO TRACING rest.OrderMonitorRestController MDC={correlationId=affdbb36-95ac-440f-9627-6a85d1a7d9a9, user=NF} REST_CONTROLLER - orderMonitor, elapsed: 3399ms, exit with retval: Monitor
  331. 2019-09-16 10:12:53.938 [http-nio-8090-exec-5] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=624cc931-a9b2-4e7f-9ad2-50efb7e6f61d} authorized user 'NF', setting security context
  332. 2019-09-16 10:12:54.117 [http-nio-8090-exec-5] INFO TRACING mf_thrift.order$Iface MDC={correlationId=624cc931-a9b2-4e7f-9ad2-50efb7e6f61d, user=NF} THRIFT - init_order, elapsed: 102ms, exit with retval: OrderStructure
  333. 2019-09-16 10:12:54.135 [http-nio-8090-exec-5] INFO TRACING order.DefaultOrderForexRepository MDC={correlationId=624cc931-a9b2-4e7f-9ad2-50efb7e6f61d, user=NF} THRIFT - initOrderForex, elapsed: 179ms, exit with retval: OrderForexStructure
  334. 2019-09-16 10:12:54.518 [http-nio-8090-exec-5] INFO TRACING rest.OrderForexRestController MDC={correlationId=624cc931-a9b2-4e7f-9ad2-50efb7e6f61d, user=NF} REST_CONTROLLER - initOrderForex, elapsed: 572ms, exit with retval: GenericOrderStructure
  335. 2019-09-16 10:12:55.806 [http-nio-8090-exec-9] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=fbf7f00f-4204-406a-b0f1-5cc133dc790c} authorized user 'NF', setting security context
  336. 2019-09-16 10:12:56.471 [http-nio-8090-exec-10] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=0a4a75c5-e7b0-4f5c-8cba-df0cf44662c1} authorized user 'NF', setting security context
  337. 2019-09-16 10:14:17.060 [http-nio-8090-exec-4] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=05cd57b4-d735-40e9-ae76-85f1a4a9bf90} authorized user 'NF', setting security context
  338. 2019-09-16 10:14:17.107 [http-nio-8090-exec-4] INFO TRACING mf_thrift.order$Iface MDC={correlationId=05cd57b4-d735-40e9-ae76-85f1a4a9bf90, user=NF} THRIFT - init_order, elapsed: 46ms, exit with retval: OrderStructure
  339. 2019-09-16 10:14:17.108 [http-nio-8090-exec-4] INFO TRACING order.DefaultOrderForexRepository MDC={correlationId=05cd57b4-d735-40e9-ae76-85f1a4a9bf90, user=NF} THRIFT - initOrderForex, elapsed: 47ms, exit with retval: OrderForexStructure
  340. 2019-09-16 10:14:17.205 [http-nio-8090-exec-4] INFO TRACING rest.OrderForexRestController MDC={correlationId=05cd57b4-d735-40e9-ae76-85f1a4a9bf90, user=NF} REST_CONTROLLER - initOrderForex, elapsed: 144ms, exit with retval: GenericOrderStructure
  341. 2019-09-16 10:14:18.650 [http-nio-8090-exec-7] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=e771f54b-1ae6-47b3-af45-7f07011b2b6a} authorized user 'NF', setting security context
  342. 2019-09-16 10:14:32.620 [http-nio-8090-exec-9] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=c906fcc6-aa3f-47ba-a626-41e78f7183a3} authorized user 'NF', setting security context
  343. 2019-09-16 10:14:32.680 [http-nio-8090-exec-9] INFO TRACING mf_thrift.order$Iface MDC={correlationId=c906fcc6-aa3f-47ba-a626-41e78f7183a3, user=NF} THRIFT - init_order, elapsed: 57ms, exit with retval: OrderStructure
  344. 2019-09-16 10:14:32.681 [http-nio-8090-exec-9] INFO TRACING order.DefaultOrderForexRepository MDC={correlationId=c906fcc6-aa3f-47ba-a626-41e78f7183a3, user=NF} THRIFT - initOrderForex, elapsed: 59ms, exit with retval: OrderForexStructure
  345. 2019-09-16 10:14:32.801 [http-nio-8090-exec-9] INFO TRACING rest.OrderForexRestController MDC={correlationId=c906fcc6-aa3f-47ba-a626-41e78f7183a3, user=NF} REST_CONTROLLER - initOrderForex, elapsed: 179ms, exit with retval: GenericOrderStructure
  346. 2019-09-16 10:14:34.556 [http-nio-8090-exec-2] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=f7e5f162-e4ca-48fb-92d9-b6061a49d3be} authorized user 'NF', setting security context
  347. 2019-09-16 10:14:34.844 [http-nio-8090-exec-3] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=441847f2-3d9f-4e74-bdfc-58ed6fbd95a7} authorized user 'NF', setting security context
  348. 2019-09-16 10:17:23.667 [http-nio-8090-exec-5] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=a9776e66-bd2e-4408-8319-d6036f4dcecd} authorized user 'NF', setting security context
  349. 2019-09-16 10:17:23.769 [http-nio-8090-exec-5] INFO TRACING mf_thrift.order$Iface MDC={correlationId=a9776e66-bd2e-4408-8319-d6036f4dcecd, user=NF} THRIFT - init_order, elapsed: 100ms, exit with retval: OrderStructure
  350. 2019-09-16 10:17:23.770 [http-nio-8090-exec-5] INFO TRACING order.DefaultOrderForexRepository MDC={correlationId=a9776e66-bd2e-4408-8319-d6036f4dcecd, user=NF} THRIFT - initOrderForex, elapsed: 101ms, exit with retval: OrderForexStructure
  351. 2019-09-16 10:17:24.008 [http-nio-8090-exec-5] INFO TRACING rest.OrderForexRestController MDC={correlationId=a9776e66-bd2e-4408-8319-d6036f4dcecd, user=NF} REST_CONTROLLER - initOrderForex, elapsed: 339ms, exit with retval: GenericOrderStructure
  352. 2019-09-16 10:17:26.042 [http-nio-8090-exec-9] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=df24a82d-b227-440e-b6cb-0f73091c735b} authorized user 'NF', setting security context
  353. 2019-09-16 10:17:27.153 [http-nio-8090-exec-10] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=c3d01916-af6d-43d4-a689-45075b873717} authorized user 'NF', setting security context
  354. 2019-09-16 10:22:26.972 [http-nio-8090-exec-3] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=e48a6c70-1d1b-4bbd-8713-1dc1be0d1c19} authorized user 'NF', setting security context
  355. 2019-09-16 10:22:27.017 [http-nio-8090-exec-3] INFO TRACING mf_thrift.order$Iface MDC={correlationId=e48a6c70-1d1b-4bbd-8713-1dc1be0d1c19, user=NF} THRIFT - init_order, elapsed: 42ms, exit with retval: OrderStructure
  356. 2019-09-16 10:22:27.018 [http-nio-8090-exec-3] INFO TRACING order.DefaultOrderForexRepository MDC={correlationId=e48a6c70-1d1b-4bbd-8713-1dc1be0d1c19, user=NF} THRIFT - initOrderForex, elapsed: 43ms, exit with retval: OrderForexStructure
  357. 2019-09-16 10:22:27.109 [http-nio-8090-exec-3] INFO TRACING rest.OrderForexRestController MDC={correlationId=e48a6c70-1d1b-4bbd-8713-1dc1be0d1c19, user=NF} REST_CONTROLLER - initOrderForex, elapsed: 134ms, exit with retval: GenericOrderStructure
  358. 2019-09-16 10:22:28.057 [http-nio-8090-exec-5] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=4118a3f4-0cce-4aed-9710-da9c6ac85c29} authorized user 'NF', setting security context
  359. 2019-09-16 10:22:28.372 [http-nio-8090-exec-7] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=dc385f12-ae07-4c86-a2b7-1be8a4b665c8} authorized user 'NF', setting security context
  360. 2019-09-16 10:22:48.269 [http-nio-8090-exec-9] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=19c3897d-79df-4143-bc4a-d1962bdba765} authorized user 'NF', setting security context
  361. 2019-09-16 10:22:48.312 [http-nio-8090-exec-9] INFO TRACING mf_thrift.order$Iface MDC={correlationId=19c3897d-79df-4143-bc4a-d1962bdba765, user=NF} THRIFT - init_order, elapsed: 40ms, exit with retval: OrderStructure
  362. 2019-09-16 10:22:48.314 [http-nio-8090-exec-9] INFO TRACING order.DefaultOrderForexRepository MDC={correlationId=19c3897d-79df-4143-bc4a-d1962bdba765, user=NF} THRIFT - initOrderForex, elapsed: 43ms, exit with retval: OrderForexStructure
  363. 2019-09-16 10:22:48.404 [http-nio-8090-exec-9] INFO TRACING rest.OrderForexRestController MDC={correlationId=19c3897d-79df-4143-bc4a-d1962bdba765, user=NF} REST_CONTROLLER - initOrderForex, elapsed: 133ms, exit with retval: GenericOrderStructure
  364. 2019-09-16 10:22:49.156 [http-nio-8090-exec-2] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=6f49adcd-bc16-4d54-9341-c675312de6af} authorized user 'NF', setting security context
  365. 2019-09-16 10:22:49.180 [http-nio-8090-exec-3] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=6c6d31eb-90c1-481a-bc70-fcce75b107a4} authorized user 'NF', setting security context
  366. 2019-09-16 10:24:48.772 [http-nio-8090-exec-7] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=5424d635-6aa2-4eb3-a8ce-4e2655bd8053} authorized user 'NF', setting security context
  367. 2019-09-16 10:24:48.861 [http-nio-8090-exec-7] INFO TRACING mf_thrift.order$Iface MDC={correlationId=5424d635-6aa2-4eb3-a8ce-4e2655bd8053, user=NF} THRIFT - init_order, elapsed: 87ms, exit with retval: OrderStructure
  368. 2019-09-16 10:24:48.862 [http-nio-8090-exec-7] INFO TRACING order.DefaultOrderForexRepository MDC={correlationId=5424d635-6aa2-4eb3-a8ce-4e2655bd8053, user=NF} THRIFT - initOrderForex, elapsed: 88ms, exit with retval: OrderForexStructure
  369. 2019-09-16 10:24:49.042 [http-nio-8090-exec-7] INFO TRACING rest.OrderForexRestController MDC={correlationId=5424d635-6aa2-4eb3-a8ce-4e2655bd8053, user=NF} REST_CONTROLLER - initOrderForex, elapsed: 268ms, exit with retval: GenericOrderStructure
  370. 2019-09-16 10:24:50.934 [http-nio-8090-exec-10] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=c4cbc57a-e93c-47e6-8626-0c8c32cf547e} authorized user 'NF', setting security context
  371. 2019-09-16 10:24:51.558 [http-nio-8090-exec-1] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=f53d3bae-0e9e-4407-af54-db31200d9c15} authorized user 'NF', setting security context
  372. 2019-09-16 10:25:30.296 [http-nio-8090-exec-3] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=e6ac055c-53cc-4075-9e99-77428287671e} authorized user 'NF', setting security context
  373. 2019-09-16 10:25:30.364 [http-nio-8090-exec-3] INFO TRACING mf_thrift.order$Iface MDC={correlationId=e6ac055c-53cc-4075-9e99-77428287671e, user=NF} THRIFT - init_order, elapsed: 65ms, exit with retval: OrderStructure
  374. 2019-09-16 10:25:30.365 [http-nio-8090-exec-3] INFO TRACING order.DefaultOrderForexRepository MDC={correlationId=e6ac055c-53cc-4075-9e99-77428287671e, user=NF} THRIFT - initOrderForex, elapsed: 67ms, exit with retval: OrderForexStructure
  375. 2019-09-16 10:25:30.463 [http-nio-8090-exec-3] INFO TRACING rest.OrderForexRestController MDC={correlationId=e6ac055c-53cc-4075-9e99-77428287671e, user=NF} REST_CONTROLLER - initOrderForex, elapsed: 166ms, exit with retval: GenericOrderStructure
  376. 2019-09-16 10:25:32.493 [http-nio-8090-exec-5] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=1cbc2a0a-aa43-4718-bf24-5e961b6055b1} authorized user 'NF', setting security context
  377. 2019-09-16 10:25:33.603 [http-nio-8090-exec-7] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=93d78372-4ce4-4c7f-b9f4-e23d52b70a57} authorized user 'NF', setting security context
  378. 2019-09-16 10:25:45.255 [http-nio-8090-exec-9] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=194fa822-8df7-485e-9be2-249cf56ee35f} authorized user 'NF', setting security context
  379. 2019-09-16 10:25:45.308 [http-nio-8090-exec-9] INFO TRACING mf_thrift.order$Iface MDC={correlationId=194fa822-8df7-485e-9be2-249cf56ee35f, user=NF} THRIFT - init_order, elapsed: 51ms, exit with retval: OrderStructure
  380. 2019-09-16 10:25:45.309 [http-nio-8090-exec-9] INFO TRACING order.DefaultOrderForexRepository MDC={correlationId=194fa822-8df7-485e-9be2-249cf56ee35f, user=NF} THRIFT - initOrderForex, elapsed: 53ms, exit with retval: OrderForexStructure
  381. 2019-09-16 10:25:45.401 [http-nio-8090-exec-9] INFO TRACING rest.OrderForexRestController MDC={correlationId=194fa822-8df7-485e-9be2-249cf56ee35f, user=NF} REST_CONTROLLER - initOrderForex, elapsed: 145ms, exit with retval: GenericOrderStructure
  382. 2019-09-16 10:25:47.441 [http-nio-8090-exec-2] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=c81ad272-b5f5-48f5-bbb3-d6cf4dbf52be} authorized user 'NF', setting security context
  383. 2019-09-16 10:25:48.323 [http-nio-8090-exec-3] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=5bfa8606-6861-4c54-88a3-6b22b4f52129} authorized user 'NF', setting security context
  384. 2019-09-16 10:25:57.995 [http-nio-8090-exec-6] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=e24137a9-5bfe-4d99-b366-38e0aed9dde3} authorized user 'NF', setting security context
  385. 2019-09-16 10:25:58.037 [http-nio-8090-exec-6] INFO TRACING mf_thrift.order$Iface MDC={correlationId=e24137a9-5bfe-4d99-b366-38e0aed9dde3, user=NF} THRIFT - init_order, elapsed: 40ms, exit with retval: OrderStructure
  386. 2019-09-16 10:25:58.038 [http-nio-8090-exec-6] INFO TRACING order.DefaultOrderForexRepository MDC={correlationId=e24137a9-5bfe-4d99-b366-38e0aed9dde3, user=NF} THRIFT - initOrderForex, elapsed: 41ms, exit with retval: OrderForexStructure
  387. 2019-09-16 10:25:58.165 [http-nio-8090-exec-6] INFO TRACING rest.OrderForexRestController MDC={correlationId=e24137a9-5bfe-4d99-b366-38e0aed9dde3, user=NF} REST_CONTROLLER - initOrderForex, elapsed: 167ms, exit with retval: GenericOrderStructure
  388. 2019-09-16 10:25:59.108 [http-nio-8090-exec-8] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=6e1fc863-3564-495a-95f6-28924821a797} authorized user 'NF', setting security context
  389. 2019-09-16 10:25:59.534 [http-nio-8090-exec-9] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=7b39b86e-6629-4e91-bacf-3ad8e8d52326} authorized user 'NF', setting security context
  390. 2019-09-16 10:26:08.696 [http-nio-8090-exec-1] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=418ea4fe-e450-45aa-9b54-8c0859807b41} authorized user 'NF', setting security context
  391. 2019-09-16 10:26:08.861 [http-nio-8090-exec-1] INFO TRACING composite.CounterpartRestController MDC={correlationId=418ea4fe-e450-45aa-9b54-8c0859807b41, user=NF} REST_CONTROLLER - readAccessoryData, elapsed: 155ms, exit with retval: Map
  392. 2019-09-16 10:26:08.906 [http-nio-8090-exec-3] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=717f6f76-a69e-41e3-893d-17afbbc0dccb} authorized user 'NF', setting security context
  393. 2019-09-16 10:26:09.373 [http-nio-8090-exec-6] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=477f9a80-0a2a-472d-95e0-f53a9c45c5c5} authorized user 'NF', setting security context
  394. 2019-09-16 10:26:09.405 [http-nio-8090-exec-3] INFO TRACING rest.UserRestController MDC={correlationId=717f6f76-a69e-41e3-893d-17afbbc0dccb, user=NF} REST_CONTROLLER - saveMRU, elapsed: 481ms, exit with retval: ResponseEntity
  395. 2019-09-16 10:26:09.556 [http-nio-8090-exec-7] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=091debc4-913f-44d8-aab3-cd633a51df9b} authorized user 'NF', setting security context
  396. 2019-09-16 10:26:09.639 [http-nio-8090-exec-6] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=477f9a80-0a2a-472d-95e0-f53a9c45c5c5, user=NF} REST_CONTROLLER - validate, elapsed: 261ms, exit with retval: ValidationResult
  397. 2019-09-16 10:26:09.663 [http-nio-8090-exec-7] INFO INFO com.themaconsulting.mfw.adapter.order.OrderForexClientAdapterService(104) MDC={correlationId=091debc4-913f-44d8-aab3-cd633a51df9b, user=NF} Complete Order called with ProcessToken : SessionToken(token:5018470)
  398. 2019-09-16 10:26:09.760 [http-nio-8090-exec-7] INFO TRACING mf_thrift.order$Iface MDC={correlationId=091debc4-913f-44d8-aab3-cd633a51df9b, user=NF} THRIFT - complete_order, elapsed: 96ms, exit with retval: OrderStructure
  399. 2019-09-16 10:26:09.774 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=091debc4-913f-44d8-aab3-cd633a51df9b, user=NF} Property: class has no read accessor
  400. 2019-09-16 10:26:09.774 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=091debc4-913f-44d8-aab3-cd633a51df9b, user=NF} Property: compositeId has no read accessor
  401. 2019-09-16 10:26:09.782 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=091debc4-913f-44d8-aab3-cd633a51df9b, user=NF} Property: class has no read accessor
  402. 2019-09-16 10:26:09.782 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=091debc4-913f-44d8-aab3-cd633a51df9b, user=NF} Property: class has no read accessor
  403. 2019-09-16 10:26:09.782 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=091debc4-913f-44d8-aab3-cd633a51df9b, user=NF} Property: accessoryDataRequired has no read accessor
  404. 2019-09-16 10:26:09.788 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=091debc4-913f-44d8-aab3-cd633a51df9b, user=NF} Property: class has no read accessor
  405. 2019-09-16 10:26:09.797 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=091debc4-913f-44d8-aab3-cd633a51df9b, user=NF} Property: class has no read accessor
  406. 2019-09-16 10:26:09.797 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=091debc4-913f-44d8-aab3-cd633a51df9b, user=NF} Property: class has no read accessor
  407. 2019-09-16 10:26:09.801 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=091debc4-913f-44d8-aab3-cd633a51df9b, user=NF} Property: class has no read accessor
  408. 2019-09-16 10:26:09.801 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=091debc4-913f-44d8-aab3-cd633a51df9b, user=NF} Property: compositeId has no read accessor
  409. 2019-09-16 10:26:09.802 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=091debc4-913f-44d8-aab3-cd633a51df9b, user=NF} Property: class has no read accessor
  410. 2019-09-16 10:26:09.811 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=091debc4-913f-44d8-aab3-cd633a51df9b, user=NF} Property: class has no read accessor
  411. 2019-09-16 10:26:09.811 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=091debc4-913f-44d8-aab3-cd633a51df9b, user=NF} Property: class has no read accessor
  412. 2019-09-16 10:26:09.812 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=091debc4-913f-44d8-aab3-cd633a51df9b, user=NF} Property: class has no read accessor
  413. 2019-09-16 10:26:09.814 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=091debc4-913f-44d8-aab3-cd633a51df9b, user=NF} Property: class has no read accessor
  414. 2019-09-16 10:26:09.814 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=091debc4-913f-44d8-aab3-cd633a51df9b, user=NF} Property: accessoryDataRequired has no read accessor
  415. 2019-09-16 10:26:09.815 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=091debc4-913f-44d8-aab3-cd633a51df9b, user=NF} Property: class has no read accessor
  416. 2019-09-16 10:26:09.855 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=091debc4-913f-44d8-aab3-cd633a51df9b, user=NF} Property: accessoryDataRequired has no read accessor
  417. 2019-09-16 10:26:09.855 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=091debc4-913f-44d8-aab3-cd633a51df9b, user=NF} Property: class has no read accessor
  418. 2019-09-16 10:26:09.863 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=091debc4-913f-44d8-aab3-cd633a51df9b, user=NF} Property: class has no read accessor
  419. 2019-09-16 10:26:09.863 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=091debc4-913f-44d8-aab3-cd633a51df9b, user=NF} Property: accessoryDataRequired has no read accessor
  420. 2019-09-16 10:26:09.872 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=091debc4-913f-44d8-aab3-cd633a51df9b, user=NF} Property: class has no read accessor
  421. 2019-09-16 10:26:09.876 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=091debc4-913f-44d8-aab3-cd633a51df9b, user=NF} Property: class has no read accessor
  422. 2019-09-16 10:26:09.879 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=091debc4-913f-44d8-aab3-cd633a51df9b, user=NF} Property: class has no read accessor
  423. 2019-09-16 10:26:09.885 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=091debc4-913f-44d8-aab3-cd633a51df9b, user=NF} Property: class has no read accessor
  424. 2019-09-16 10:26:09.886 [http-nio-8090-exec-7] INFO TRACING order.DefaultOrderForexRepository MDC={correlationId=091debc4-913f-44d8-aab3-cd633a51df9b, user=NF} THRIFT - completeOrder, elapsed: 225ms, exit with retval: OrderForexStructure
  425. 2019-09-16 10:26:09.886 [http-nio-8090-exec-7] INFO TRACING rest.OrderForexRestController MDC={correlationId=091debc4-913f-44d8-aab3-cd633a51df9b, user=NF} REST_CONTROLLER - completeOrder, elapsed: 226ms, exit with retval: GenericOrderStructure
  426. 2019-09-16 10:26:10.130 [http-nio-8090-exec-1] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=a34419e0-9335-4c59-9694-77aad97f9971} authorized user 'NF', setting security context
  427. 2019-09-16 10:26:10.135 [http-nio-8090-exec-1] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=a34419e0-9335-4c59-9694-77aad97f9971, user=NF} REST_CONTROLLER - validate, elapsed: 0ms, exit with retval: ValidationResult
  428. 2019-09-16 10:26:10.211 [http-nio-8090-exec-2] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=c5577118-4a4a-4e54-8d2e-c703823e09e4} authorized user 'NF', setting security context
  429. 2019-09-16 10:26:10.213 [http-nio-8090-exec-4] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=2587f0bc-45fc-4f42-bc62-9cb1b60f11bf} authorized user 'NF', setting security context
  430. 2019-09-16 10:26:10.434 [http-nio-8090-exec-2] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=c5577118-4a4a-4e54-8d2e-c703823e09e4, user=NF} REST_CONTROLLER - validate, elapsed: 218ms, exit with retval: ValidationResult
  431. 2019-09-16 10:26:10.488 [http-nio-8090-exec-4] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=2587f0bc-45fc-4f42-bc62-9cb1b60f11bf, user=NF} REST_CONTROLLER - validate, elapsed: 269ms, exit with retval: ValidationResult
  432. 2019-09-16 10:26:13.440 [http-nio-8090-exec-5] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=6ef9aab3-d3a6-42d6-a43e-32601f44a889} authorized user 'NF', setting security context
  433. 2019-09-16 10:26:13.617 [http-nio-8090-exec-5] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=6ef9aab3-d3a6-42d6-a43e-32601f44a889, user=NF} REST_CONTROLLER - validate, elapsed: 175ms, exit with retval: ValidationResult
  434. 2019-09-16 10:26:13.894 [http-nio-8090-exec-7] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=9c917007-96ac-41dc-aba4-28913b2e5fad} authorized user 'NF', setting security context
  435. 2019-09-16 10:26:13.903 [http-nio-8090-exec-7] INFO INFO com.themaconsulting.mfw.adapter.order.OrderForexClientAdapterService(104) MDC={correlationId=9c917007-96ac-41dc-aba4-28913b2e5fad, user=NF} Complete Order called with ProcessToken : SessionToken(token:5018470)
  436. 2019-09-16 10:26:13.946 [http-nio-8090-exec-7] INFO TRACING mf_thrift.order$Iface MDC={correlationId=9c917007-96ac-41dc-aba4-28913b2e5fad, user=NF} THRIFT - complete_order, elapsed: 41ms, exit with retval: OrderStructure
  437. 2019-09-16 10:26:13.947 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9c917007-96ac-41dc-aba4-28913b2e5fad, user=NF} Property: class has no read accessor
  438. 2019-09-16 10:26:13.947 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9c917007-96ac-41dc-aba4-28913b2e5fad, user=NF} Property: compositeId has no read accessor
  439. 2019-09-16 10:26:13.947 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9c917007-96ac-41dc-aba4-28913b2e5fad, user=NF} Property: class has no read accessor
  440. 2019-09-16 10:26:13.947 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9c917007-96ac-41dc-aba4-28913b2e5fad, user=NF} Property: class has no read accessor
  441. 2019-09-16 10:26:13.949 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9c917007-96ac-41dc-aba4-28913b2e5fad, user=NF} Property: accessoryDataRequired has no read accessor
  442. 2019-09-16 10:26:13.949 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9c917007-96ac-41dc-aba4-28913b2e5fad, user=NF} Property: class has no read accessor
  443. 2019-09-16 10:26:13.949 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9c917007-96ac-41dc-aba4-28913b2e5fad, user=NF} Property: class has no read accessor
  444. 2019-09-16 10:26:13.950 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9c917007-96ac-41dc-aba4-28913b2e5fad, user=NF} Property: class has no read accessor
  445. 2019-09-16 10:26:13.950 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9c917007-96ac-41dc-aba4-28913b2e5fad, user=NF} Property: class has no read accessor
  446. 2019-09-16 10:26:13.950 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9c917007-96ac-41dc-aba4-28913b2e5fad, user=NF} Property: compositeId has no read accessor
  447. 2019-09-16 10:26:13.950 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9c917007-96ac-41dc-aba4-28913b2e5fad, user=NF} Property: class has no read accessor
  448. 2019-09-16 10:26:13.950 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9c917007-96ac-41dc-aba4-28913b2e5fad, user=NF} Property: class has no read accessor
  449. 2019-09-16 10:26:13.951 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9c917007-96ac-41dc-aba4-28913b2e5fad, user=NF} Property: class has no read accessor
  450. 2019-09-16 10:26:13.951 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9c917007-96ac-41dc-aba4-28913b2e5fad, user=NF} Property: class has no read accessor
  451. 2019-09-16 10:26:13.951 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9c917007-96ac-41dc-aba4-28913b2e5fad, user=NF} Property: class has no read accessor
  452. 2019-09-16 10:26:13.951 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9c917007-96ac-41dc-aba4-28913b2e5fad, user=NF} Property: accessoryDataRequired has no read accessor
  453. 2019-09-16 10:26:13.953 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9c917007-96ac-41dc-aba4-28913b2e5fad, user=NF} Property: class has no read accessor
  454. 2019-09-16 10:26:13.953 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9c917007-96ac-41dc-aba4-28913b2e5fad, user=NF} Property: accessoryDataRequired has no read accessor
  455. 2019-09-16 10:26:13.953 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9c917007-96ac-41dc-aba4-28913b2e5fad, user=NF} Property: class has no read accessor
  456. 2019-09-16 10:26:13.953 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9c917007-96ac-41dc-aba4-28913b2e5fad, user=NF} Property: accessoryDataRequired has no read accessor
  457. 2019-09-16 10:26:13.954 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9c917007-96ac-41dc-aba4-28913b2e5fad, user=NF} Property: class has no read accessor
  458. 2019-09-16 10:26:13.954 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9c917007-96ac-41dc-aba4-28913b2e5fad, user=NF} Property: accessoryDataRequired has no read accessor
  459. 2019-09-16 10:26:13.954 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9c917007-96ac-41dc-aba4-28913b2e5fad, user=NF} Property: class has no read accessor
  460. 2019-09-16 10:26:13.954 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9c917007-96ac-41dc-aba4-28913b2e5fad, user=NF} Property: class has no read accessor
  461. 2019-09-16 10:26:13.954 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9c917007-96ac-41dc-aba4-28913b2e5fad, user=NF} Property: accessoryDataRequired has no read accessor
  462. 2019-09-16 10:26:13.954 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9c917007-96ac-41dc-aba4-28913b2e5fad, user=NF} Property: class has no read accessor
  463. 2019-09-16 10:26:13.955 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9c917007-96ac-41dc-aba4-28913b2e5fad, user=NF} Property: accessoryDataRequired has no read accessor
  464. 2019-09-16 10:26:13.955 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9c917007-96ac-41dc-aba4-28913b2e5fad, user=NF} Property: class has no read accessor
  465. 2019-09-16 10:26:13.955 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9c917007-96ac-41dc-aba4-28913b2e5fad, user=NF} Property: class has no read accessor
  466. 2019-09-16 10:26:13.959 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9c917007-96ac-41dc-aba4-28913b2e5fad, user=NF} Property: class has no read accessor
  467. 2019-09-16 10:26:13.959 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9c917007-96ac-41dc-aba4-28913b2e5fad, user=NF} Property: class has no read accessor
  468. 2019-09-16 10:26:13.959 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9c917007-96ac-41dc-aba4-28913b2e5fad, user=NF} Property: class has no read accessor
  469. 2019-09-16 10:26:13.960 [http-nio-8090-exec-7] INFO TRACING order.DefaultOrderForexRepository MDC={correlationId=9c917007-96ac-41dc-aba4-28913b2e5fad, user=NF} THRIFT - completeOrder, elapsed: 57ms, exit with retval: OrderForexStructure
  470. 2019-09-16 10:26:13.960 [http-nio-8090-exec-7] INFO TRACING rest.OrderForexRestController MDC={correlationId=9c917007-96ac-41dc-aba4-28913b2e5fad, user=NF} REST_CONTROLLER - completeOrder, elapsed: 57ms, exit with retval: GenericOrderStructure
  471. 2019-09-16 10:26:14.218 [http-nio-8090-exec-2] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=a7d17f99-ffc0-441e-b669-1a76bd9e45f9} authorized user 'NF', setting security context
  472. 2019-09-16 10:26:14.220 [http-nio-8090-exec-2] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=a7d17f99-ffc0-441e-b669-1a76bd9e45f9, user=NF} REST_CONTROLLER - validate, elapsed: 0ms, exit with retval: ValidationResult
  473. 2019-09-16 10:26:14.308 [http-nio-8090-exec-4] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=a2e61d01-d223-482f-bde6-54f8f976e474} authorized user 'NF', setting security context
  474. 2019-09-16 10:26:14.312 [http-nio-8090-exec-4] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=a2e61d01-d223-482f-bde6-54f8f976e474, user=NF} REST_CONTROLLER - validate, elapsed: 0ms, exit with retval: ValidationResult
  475. 2019-09-16 10:26:14.320 [http-nio-8090-exec-5] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=f1c504c6-7366-4fcc-8b73-dcb38ebd369f} authorized user 'NF', setting security context
  476. 2019-09-16 10:26:14.320 [http-nio-8090-exec-3] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=d4b1945f-7a73-4327-ad6b-78cefd1ec926} authorized user 'NF', setting security context
  477. 2019-09-16 10:26:14.325 [http-nio-8090-exec-5] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=f1c504c6-7366-4fcc-8b73-dcb38ebd369f, user=NF} REST_CONTROLLER - validate, elapsed: 1ms, exit with retval: ValidationResult
  478. 2019-09-16 10:26:14.327 [http-nio-8090-exec-3] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=d4b1945f-7a73-4327-ad6b-78cefd1ec926, user=NF} REST_CONTROLLER - validate, elapsed: 1ms, exit with retval: ValidationResult
  479. 2019-09-16 10:26:14.422 [http-nio-8090-exec-8] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=12021ece-0ca5-47d0-a26b-cad2c8818a76} authorized user 'NF', setting security context
  480. 2019-09-16 10:26:14.459 [http-nio-8090-exec-9] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=14720f0c-76b7-427d-a864-a287cad81cc3} authorized user 'NF', setting security context
  481. 2019-09-16 10:26:14.485 [http-nio-8090-exec-8] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=12021ece-0ca5-47d0-a26b-cad2c8818a76, user=NF} REST_CONTROLLER - validate, elapsed: 60ms, exit with retval: ValidationResult
  482. 2019-09-16 10:26:14.587 [http-nio-8090-exec-1] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=9a9fbbf3-ca5b-45fe-9616-e6ce18e48b04} authorized user 'NF', setting security context
  483. 2019-09-16 10:26:14.591 [http-nio-8090-exec-9] INFO TRACING composite.CurrencyRestController MDC={correlationId=14720f0c-76b7-427d-a864-a287cad81cc3, user=NF} REST_CONTROLLER - validateCurrencyPair, elapsed: 128ms, exit with retval: boolean
  484. 2019-09-16 10:26:14.596 [http-nio-8090-exec-1] INFO INFO com.themaconsulting.mfw.adapter.order.OrderForexClientAdapterService(104) MDC={correlationId=9a9fbbf3-ca5b-45fe-9616-e6ce18e48b04, user=NF} Complete Order called with ProcessToken : SessionToken(token:5018470)
  485. 2019-09-16 10:26:14.638 [http-nio-8090-exec-1] INFO TRACING mf_thrift.order$Iface MDC={correlationId=9a9fbbf3-ca5b-45fe-9616-e6ce18e48b04, user=NF} THRIFT - complete_order, elapsed: 42ms, exit with retval: OrderStructure
  486. 2019-09-16 10:26:14.642 [http-nio-8090-exec-1] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9a9fbbf3-ca5b-45fe-9616-e6ce18e48b04, user=NF} Property: class has no read accessor
  487. 2019-09-16 10:26:14.642 [http-nio-8090-exec-1] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9a9fbbf3-ca5b-45fe-9616-e6ce18e48b04, user=NF} Property: compositeId has no read accessor
  488. 2019-09-16 10:26:14.643 [http-nio-8090-exec-1] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9a9fbbf3-ca5b-45fe-9616-e6ce18e48b04, user=NF} Property: class has no read accessor
  489. 2019-09-16 10:26:14.643 [http-nio-8090-exec-1] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9a9fbbf3-ca5b-45fe-9616-e6ce18e48b04, user=NF} Property: class has no read accessor
  490. 2019-09-16 10:26:14.643 [http-nio-8090-exec-1] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9a9fbbf3-ca5b-45fe-9616-e6ce18e48b04, user=NF} Property: accessoryDataRequired has no read accessor
  491. 2019-09-16 10:26:14.644 [http-nio-8090-exec-1] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9a9fbbf3-ca5b-45fe-9616-e6ce18e48b04, user=NF} Property: class has no read accessor
  492. 2019-09-16 10:26:14.644 [http-nio-8090-exec-1] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9a9fbbf3-ca5b-45fe-9616-e6ce18e48b04, user=NF} Property: class has no read accessor
  493. 2019-09-16 10:26:14.644 [http-nio-8090-exec-1] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9a9fbbf3-ca5b-45fe-9616-e6ce18e48b04, user=NF} Property: class has no read accessor
  494. 2019-09-16 10:26:14.644 [http-nio-8090-exec-1] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9a9fbbf3-ca5b-45fe-9616-e6ce18e48b04, user=NF} Property: class has no read accessor
  495. 2019-09-16 10:26:14.644 [http-nio-8090-exec-1] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9a9fbbf3-ca5b-45fe-9616-e6ce18e48b04, user=NF} Property: compositeId has no read accessor
  496. 2019-09-16 10:26:14.645 [http-nio-8090-exec-1] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9a9fbbf3-ca5b-45fe-9616-e6ce18e48b04, user=NF} Property: class has no read accessor
  497. 2019-09-16 10:26:14.645 [http-nio-8090-exec-1] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9a9fbbf3-ca5b-45fe-9616-e6ce18e48b04, user=NF} Property: class has no read accessor
  498. 2019-09-16 10:26:14.645 [http-nio-8090-exec-1] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9a9fbbf3-ca5b-45fe-9616-e6ce18e48b04, user=NF} Property: class has no read accessor
  499. 2019-09-16 10:26:14.646 [http-nio-8090-exec-1] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9a9fbbf3-ca5b-45fe-9616-e6ce18e48b04, user=NF} Property: accessoryDataRequired has no read accessor
  500. 2019-09-16 10:26:14.646 [http-nio-8090-exec-1] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9a9fbbf3-ca5b-45fe-9616-e6ce18e48b04, user=NF} Property: class has no read accessor
  501. 2019-09-16 10:26:14.646 [http-nio-8090-exec-1] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9a9fbbf3-ca5b-45fe-9616-e6ce18e48b04, user=NF} Property: class has no read accessor
  502. 2019-09-16 10:26:14.646 [http-nio-8090-exec-1] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9a9fbbf3-ca5b-45fe-9616-e6ce18e48b04, user=NF} Property: class has no read accessor
  503. 2019-09-16 10:26:14.646 [http-nio-8090-exec-1] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9a9fbbf3-ca5b-45fe-9616-e6ce18e48b04, user=NF} Property: accessoryDataRequired has no read accessor
  504. 2019-09-16 10:26:14.647 [http-nio-8090-exec-1] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9a9fbbf3-ca5b-45fe-9616-e6ce18e48b04, user=NF} Property: class has no read accessor
  505. 2019-09-16 10:26:14.647 [http-nio-8090-exec-1] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9a9fbbf3-ca5b-45fe-9616-e6ce18e48b04, user=NF} Property: accessoryDataRequired has no read accessor
  506. 2019-09-16 10:26:14.647 [http-nio-8090-exec-1] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9a9fbbf3-ca5b-45fe-9616-e6ce18e48b04, user=NF} Property: class has no read accessor
  507. 2019-09-16 10:26:14.647 [http-nio-8090-exec-1] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9a9fbbf3-ca5b-45fe-9616-e6ce18e48b04, user=NF} Property: accessoryDataRequired has no read accessor
  508. 2019-09-16 10:26:14.647 [http-nio-8090-exec-1] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9a9fbbf3-ca5b-45fe-9616-e6ce18e48b04, user=NF} Property: class has no read accessor
  509. 2019-09-16 10:26:14.647 [http-nio-8090-exec-1] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9a9fbbf3-ca5b-45fe-9616-e6ce18e48b04, user=NF} Property: accessoryDataRequired has no read accessor
  510. 2019-09-16 10:26:14.648 [http-nio-8090-exec-1] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9a9fbbf3-ca5b-45fe-9616-e6ce18e48b04, user=NF} Property: class has no read accessor
  511. 2019-09-16 10:26:14.649 [http-nio-8090-exec-1] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9a9fbbf3-ca5b-45fe-9616-e6ce18e48b04, user=NF} Property: class has no read accessor
  512. 2019-09-16 10:26:14.649 [http-nio-8090-exec-1] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9a9fbbf3-ca5b-45fe-9616-e6ce18e48b04, user=NF} Property: accessoryDataRequired has no read accessor
  513. 2019-09-16 10:26:14.649 [http-nio-8090-exec-1] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9a9fbbf3-ca5b-45fe-9616-e6ce18e48b04, user=NF} Property: class has no read accessor
  514. 2019-09-16 10:26:14.649 [http-nio-8090-exec-1] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9a9fbbf3-ca5b-45fe-9616-e6ce18e48b04, user=NF} Property: accessoryDataRequired has no read accessor
  515. 2019-09-16 10:26:14.650 [http-nio-8090-exec-1] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9a9fbbf3-ca5b-45fe-9616-e6ce18e48b04, user=NF} Property: class has no read accessor
  516. 2019-09-16 10:26:14.650 [http-nio-8090-exec-1] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9a9fbbf3-ca5b-45fe-9616-e6ce18e48b04, user=NF} Property: class has no read accessor
  517. 2019-09-16 10:26:14.650 [http-nio-8090-exec-1] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9a9fbbf3-ca5b-45fe-9616-e6ce18e48b04, user=NF} Property: class has no read accessor
  518. 2019-09-16 10:26:14.650 [http-nio-8090-exec-1] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9a9fbbf3-ca5b-45fe-9616-e6ce18e48b04, user=NF} Property: class has no read accessor
  519. 2019-09-16 10:26:14.650 [http-nio-8090-exec-1] DEBUG TRACING helpers.MergeHelper MDC={correlationId=9a9fbbf3-ca5b-45fe-9616-e6ce18e48b04, user=NF} Property: class has no read accessor
  520. 2019-09-16 10:26:14.650 [http-nio-8090-exec-1] INFO TRACING order.DefaultOrderForexRepository MDC={correlationId=9a9fbbf3-ca5b-45fe-9616-e6ce18e48b04, user=NF} THRIFT - completeOrder, elapsed: 55ms, exit with retval: OrderForexStructure
  521. 2019-09-16 10:26:14.651 [http-nio-8090-exec-1] INFO TRACING rest.OrderForexRestController MDC={correlationId=9a9fbbf3-ca5b-45fe-9616-e6ce18e48b04, user=NF} REST_CONTROLLER - completeOrder, elapsed: 56ms, exit with retval: GenericOrderStructure
  522. 2019-09-16 10:26:14.925 [http-nio-8090-exec-7] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=0bdd45dc-ac53-4d10-b143-22f93687917f} authorized user 'NF', setting security context
  523. 2019-09-16 10:26:14.928 [http-nio-8090-exec-7] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=0bdd45dc-ac53-4d10-b143-22f93687917f, user=NF} REST_CONTROLLER - validate, elapsed: 1ms, exit with retval: ValidationResult
  524. 2019-09-16 10:26:14.989 [http-nio-8090-exec-9] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=2e3f6898-52a6-4464-9cf6-8c4b34b44356} authorized user 'NF', setting security context
  525. 2019-09-16 10:26:14.989 [http-nio-8090-exec-10] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=18c4b592-157a-4ccf-a763-2f4f98bc4900} authorized user 'NF', setting security context
  526. 2019-09-16 10:26:14.991 [http-nio-8090-exec-9] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=2e3f6898-52a6-4464-9cf6-8c4b34b44356, user=NF} REST_CONTROLLER - validate, elapsed: 0ms, exit with retval: ValidationResult
  527. 2019-09-16 10:26:14.992 [http-nio-8090-exec-10] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=18c4b592-157a-4ccf-a763-2f4f98bc4900, user=NF} REST_CONTROLLER - validate, elapsed: 0ms, exit with retval: ValidationResult
  528. 2019-09-16 10:26:14.995 [http-nio-8090-exec-8] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=1b1eb42e-1e91-499f-81fa-a6c9d5e390ff} authorized user 'NF', setting security context
  529. 2019-09-16 10:26:15.000 [http-nio-8090-exec-8] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=1b1eb42e-1e91-499f-81fa-a6c9d5e390ff, user=NF} REST_CONTROLLER - validate, elapsed: 0ms, exit with retval: ValidationResult
  530. 2019-09-16 10:26:15.005 [http-nio-8090-exec-1] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=12617e65-eb6d-4873-b2d7-a5fecbebc1ab} authorized user 'NF', setting security context
  531. 2019-09-16 10:26:15.007 [http-nio-8090-exec-1] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=12617e65-eb6d-4873-b2d7-a5fecbebc1ab, user=NF} REST_CONTROLLER - validate, elapsed: 0ms, exit with retval: ValidationResult
  532. 2019-09-16 10:26:20.035 [http-nio-8090-exec-4] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=6df0294f-6238-4d90-b56f-a7cbaa0855e9} authorized user 'NF', setting security context
  533. 2019-09-16 10:26:20.182 [http-nio-8090-exec-4] INFO TRACING mf_thrift.scenario$Iface MDC={correlationId=6df0294f-6238-4d90-b56f-a7cbaa0855e9, user=NF} THRIFT - order_price, elapsed: 49ms, exit with retval: double
  534. 2019-09-16 10:26:20.184 [http-nio-8090-exec-4] INFO TRACING scenario.DefaultScenarioRepository MDC={correlationId=6df0294f-6238-4d90-b56f-a7cbaa0855e9, user=NF} THRIFT - readExchangeRate, elapsed: 89ms, exit with retval: double
  535. 2019-09-16 10:26:20.185 [http-nio-8090-exec-4] INFO TRACING rest.OrderForexRestController MDC={correlationId=6df0294f-6238-4d90-b56f-a7cbaa0855e9, user=NF} REST_CONTROLLER - readExchangeRate, elapsed: 146ms, exit with retval: double
  536. 2019-09-16 10:26:24.627 [http-nio-8090-exec-3] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=342da144-1248-443a-9d29-7a2f21160c21} authorized user 'NF', setting security context
  537. 2019-09-16 10:26:24.632 [http-nio-8090-exec-3] INFO INFO com.themaconsulting.mfw.adapter.order.OrderForexClientAdapterService(104) MDC={correlationId=342da144-1248-443a-9d29-7a2f21160c21, user=NF} Complete Order called with ProcessToken : SessionToken(token:5018470)
  538. 2019-09-16 10:26:24.676 [http-nio-8090-exec-3] INFO TRACING mf_thrift.order$Iface MDC={correlationId=342da144-1248-443a-9d29-7a2f21160c21, user=NF} THRIFT - complete_order, elapsed: 43ms, exit with retval: OrderStructure
  539. 2019-09-16 10:26:24.681 [http-nio-8090-exec-3] DEBUG TRACING helpers.MergeHelper MDC={correlationId=342da144-1248-443a-9d29-7a2f21160c21, user=NF} Property: class has no read accessor
  540. 2019-09-16 10:26:24.681 [http-nio-8090-exec-3] DEBUG TRACING helpers.MergeHelper MDC={correlationId=342da144-1248-443a-9d29-7a2f21160c21, user=NF} Property: compositeId has no read accessor
  541. 2019-09-16 10:26:24.681 [http-nio-8090-exec-3] DEBUG TRACING helpers.MergeHelper MDC={correlationId=342da144-1248-443a-9d29-7a2f21160c21, user=NF} Property: class has no read accessor
  542. 2019-09-16 10:26:24.681 [http-nio-8090-exec-3] DEBUG TRACING helpers.MergeHelper MDC={correlationId=342da144-1248-443a-9d29-7a2f21160c21, user=NF} Property: class has no read accessor
  543. 2019-09-16 10:26:24.681 [http-nio-8090-exec-3] DEBUG TRACING helpers.MergeHelper MDC={correlationId=342da144-1248-443a-9d29-7a2f21160c21, user=NF} Property: accessoryDataRequired has no read accessor
  544. 2019-09-16 10:26:24.681 [http-nio-8090-exec-3] DEBUG TRACING helpers.MergeHelper MDC={correlationId=342da144-1248-443a-9d29-7a2f21160c21, user=NF} Property: class has no read accessor
  545. 2019-09-16 10:26:24.682 [http-nio-8090-exec-3] DEBUG TRACING helpers.MergeHelper MDC={correlationId=342da144-1248-443a-9d29-7a2f21160c21, user=NF} Property: class has no read accessor
  546. 2019-09-16 10:26:24.683 [http-nio-8090-exec-3] DEBUG TRACING helpers.MergeHelper MDC={correlationId=342da144-1248-443a-9d29-7a2f21160c21, user=NF} Property: class has no read accessor
  547. 2019-09-16 10:26:24.683 [http-nio-8090-exec-3] DEBUG TRACING helpers.MergeHelper MDC={correlationId=342da144-1248-443a-9d29-7a2f21160c21, user=NF} Property: class has no read accessor
  548. 2019-09-16 10:26:24.684 [http-nio-8090-exec-3] DEBUG TRACING helpers.MergeHelper MDC={correlationId=342da144-1248-443a-9d29-7a2f21160c21, user=NF} Property: compositeId has no read accessor
  549. 2019-09-16 10:26:24.685 [http-nio-8090-exec-3] DEBUG TRACING helpers.MergeHelper MDC={correlationId=342da144-1248-443a-9d29-7a2f21160c21, user=NF} Property: class has no read accessor
  550. 2019-09-16 10:26:24.686 [http-nio-8090-exec-3] DEBUG TRACING helpers.MergeHelper MDC={correlationId=342da144-1248-443a-9d29-7a2f21160c21, user=NF} Property: class has no read accessor
  551. 2019-09-16 10:26:24.686 [http-nio-8090-exec-3] DEBUG TRACING helpers.MergeHelper MDC={correlationId=342da144-1248-443a-9d29-7a2f21160c21, user=NF} Property: class has no read accessor
  552. 2019-09-16 10:26:24.687 [http-nio-8090-exec-3] DEBUG TRACING helpers.MergeHelper MDC={correlationId=342da144-1248-443a-9d29-7a2f21160c21, user=NF} Property: accessoryDataRequired has no read accessor
  553. 2019-09-16 10:26:24.687 [http-nio-8090-exec-3] DEBUG TRACING helpers.MergeHelper MDC={correlationId=342da144-1248-443a-9d29-7a2f21160c21, user=NF} Property: class has no read accessor
  554. 2019-09-16 10:26:24.687 [http-nio-8090-exec-3] DEBUG TRACING helpers.MergeHelper MDC={correlationId=342da144-1248-443a-9d29-7a2f21160c21, user=NF} Property: class has no read accessor
  555. 2019-09-16 10:26:24.688 [http-nio-8090-exec-3] DEBUG TRACING helpers.MergeHelper MDC={correlationId=342da144-1248-443a-9d29-7a2f21160c21, user=NF} Property: class has no read accessor
  556. 2019-09-16 10:26:24.688 [http-nio-8090-exec-3] DEBUG TRACING helpers.MergeHelper MDC={correlationId=342da144-1248-443a-9d29-7a2f21160c21, user=NF} Property: accessoryDataRequired has no read accessor
  557. 2019-09-16 10:26:24.690 [http-nio-8090-exec-3] DEBUG TRACING helpers.MergeHelper MDC={correlationId=342da144-1248-443a-9d29-7a2f21160c21, user=NF} Property: class has no read accessor
  558. 2019-09-16 10:26:24.690 [http-nio-8090-exec-3] DEBUG TRACING helpers.MergeHelper MDC={correlationId=342da144-1248-443a-9d29-7a2f21160c21, user=NF} Property: accessoryDataRequired has no read accessor
  559. 2019-09-16 10:26:24.695 [http-nio-8090-exec-3] DEBUG TRACING helpers.MergeHelper MDC={correlationId=342da144-1248-443a-9d29-7a2f21160c21, user=NF} Property: class has no read accessor
  560. 2019-09-16 10:26:24.696 [http-nio-8090-exec-3] DEBUG TRACING helpers.MergeHelper MDC={correlationId=342da144-1248-443a-9d29-7a2f21160c21, user=NF} Property: accessoryDataRequired has no read accessor
  561. 2019-09-16 10:26:24.696 [http-nio-8090-exec-3] DEBUG TRACING helpers.MergeHelper MDC={correlationId=342da144-1248-443a-9d29-7a2f21160c21, user=NF} Property: class has no read accessor
  562. 2019-09-16 10:26:24.696 [http-nio-8090-exec-3] DEBUG TRACING helpers.MergeHelper MDC={correlationId=342da144-1248-443a-9d29-7a2f21160c21, user=NF} Property: accessoryDataRequired has no read accessor
  563. 2019-09-16 10:26:24.697 [http-nio-8090-exec-3] DEBUG TRACING helpers.MergeHelper MDC={correlationId=342da144-1248-443a-9d29-7a2f21160c21, user=NF} Property: class has no read accessor
  564. 2019-09-16 10:26:24.697 [http-nio-8090-exec-3] DEBUG TRACING helpers.MergeHelper MDC={correlationId=342da144-1248-443a-9d29-7a2f21160c21, user=NF} Property: class has no read accessor
  565. 2019-09-16 10:26:24.697 [http-nio-8090-exec-3] DEBUG TRACING helpers.MergeHelper MDC={correlationId=342da144-1248-443a-9d29-7a2f21160c21, user=NF} Property: accessoryDataRequired has no read accessor
  566. 2019-09-16 10:26:24.698 [http-nio-8090-exec-3] DEBUG TRACING helpers.MergeHelper MDC={correlationId=342da144-1248-443a-9d29-7a2f21160c21, user=NF} Property: class has no read accessor
  567. 2019-09-16 10:26:24.699 [http-nio-8090-exec-3] DEBUG TRACING helpers.MergeHelper MDC={correlationId=342da144-1248-443a-9d29-7a2f21160c21, user=NF} Property: accessoryDataRequired has no read accessor
  568. 2019-09-16 10:26:24.700 [http-nio-8090-exec-3] DEBUG TRACING helpers.MergeHelper MDC={correlationId=342da144-1248-443a-9d29-7a2f21160c21, user=NF} Property: class has no read accessor
  569. 2019-09-16 10:26:24.702 [http-nio-8090-exec-3] DEBUG TRACING helpers.MergeHelper MDC={correlationId=342da144-1248-443a-9d29-7a2f21160c21, user=NF} Property: class has no read accessor
  570. 2019-09-16 10:26:24.702 [http-nio-8090-exec-3] DEBUG TRACING helpers.MergeHelper MDC={correlationId=342da144-1248-443a-9d29-7a2f21160c21, user=NF} Property: class has no read accessor
  571. 2019-09-16 10:26:24.702 [http-nio-8090-exec-3] DEBUG TRACING helpers.MergeHelper MDC={correlationId=342da144-1248-443a-9d29-7a2f21160c21, user=NF} Property: class has no read accessor
  572. 2019-09-16 10:26:24.702 [http-nio-8090-exec-3] DEBUG TRACING helpers.MergeHelper MDC={correlationId=342da144-1248-443a-9d29-7a2f21160c21, user=NF} Property: class has no read accessor
  573. 2019-09-16 10:26:24.703 [http-nio-8090-exec-3] DEBUG TRACING helpers.MergeHelper MDC={correlationId=342da144-1248-443a-9d29-7a2f21160c21, user=NF} Property: class has no read accessor
  574. 2019-09-16 10:26:24.707 [http-nio-8090-exec-3] INFO TRACING order.DefaultOrderForexRepository MDC={correlationId=342da144-1248-443a-9d29-7a2f21160c21, user=NF} THRIFT - completeOrder, elapsed: 75ms, exit with retval: OrderForexStructure
  575. 2019-09-16 10:26:24.708 [http-nio-8090-exec-3] INFO TRACING rest.OrderForexRestController MDC={correlationId=342da144-1248-443a-9d29-7a2f21160c21, user=NF} REST_CONTROLLER - completeOrder, elapsed: 76ms, exit with retval: GenericOrderStructure
  576. 2019-09-16 10:26:24.841 [http-nio-8090-exec-1] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=d3caded6-2d6b-4da9-bc28-1c7a9d2cb20a} authorized user 'NF', setting security context
  577. 2019-09-16 10:26:24.845 [http-nio-8090-exec-1] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=d3caded6-2d6b-4da9-bc28-1c7a9d2cb20a, user=NF} REST_CONTROLLER - validate, elapsed: 0ms, exit with retval: ValidationResult
  578. 2019-09-16 10:26:24.923 [http-nio-8090-exec-2] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=b2b1730a-b06d-442d-883f-00706c5b74b2} authorized user 'NF', setting security context
  579. 2019-09-16 10:26:24.927 [http-nio-8090-exec-2] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=b2b1730a-b06d-442d-883f-00706c5b74b2, user=NF} REST_CONTROLLER - validate, elapsed: 0ms, exit with retval: ValidationResult
  580. 2019-09-16 10:26:24.930 [http-nio-8090-exec-4] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=e14cde93-0416-4e5b-a35f-7e3ef7ff3bf7} authorized user 'NF', setting security context
  581. 2019-09-16 10:26:24.934 [http-nio-8090-exec-4] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=e14cde93-0416-4e5b-a35f-7e3ef7ff3bf7, user=NF} REST_CONTROLLER - validate, elapsed: 1ms, exit with retval: ValidationResult
  582. 2019-09-16 10:26:24.939 [http-nio-8090-exec-2] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=3a465dfe-dfa9-4fb3-936b-f52bb70ebdfa} authorized user 'NF', setting security context
  583. 2019-09-16 10:26:24.941 [http-nio-8090-exec-2] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=3a465dfe-dfa9-4fb3-936b-f52bb70ebdfa, user=NF} REST_CONTROLLER - validate, elapsed: 0ms, exit with retval: ValidationResult
  584. 2019-09-16 10:26:24.953 [http-nio-8090-exec-3] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=176e962f-cc7b-4eb4-8673-e46618406013} authorized user 'NF', setting security context
  585. 2019-09-16 10:26:24.956 [http-nio-8090-exec-3] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=176e962f-cc7b-4eb4-8673-e46618406013, user=NF} REST_CONTROLLER - validate, elapsed: 0ms, exit with retval: ValidationResult
  586. 2019-09-16 10:26:37.395 [MessageBroker-2] INFO SYSTEM org.springframework.web.socket.config.WebSocketMessageBrokerStats(124) MDC={} WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 0 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(0)-CONNECTED(0)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], sockJsScheduler[pool size = 3, active threads = 1, queued tasks = 0, completed tasks = 2]
  587. 2019-09-16 10:27:37.331 [http-nio-8090-exec-8] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=eec258c4-dee9-4e51-aa1b-d8798c8c8950} authorized user 'NF', setting security context
  588. 2019-09-16 10:27:37.373 [http-nio-8090-exec-8] INFO TRACING mf_thrift.order$Iface MDC={correlationId=eec258c4-dee9-4e51-aa1b-d8798c8c8950, user=NF} THRIFT - init_order, elapsed: 40ms, exit with retval: OrderStructure
  589. 2019-09-16 10:27:37.374 [http-nio-8090-exec-8] INFO TRACING order.DefaultOrderForexRepository MDC={correlationId=eec258c4-dee9-4e51-aa1b-d8798c8c8950, user=NF} THRIFT - initOrderForex, elapsed: 41ms, exit with retval: OrderForexStructure
  590. 2019-09-16 10:27:37.467 [http-nio-8090-exec-8] INFO TRACING rest.OrderForexRestController MDC={correlationId=eec258c4-dee9-4e51-aa1b-d8798c8c8950, user=NF} REST_CONTROLLER - initOrderForex, elapsed: 135ms, exit with retval: GenericOrderStructure
  591. 2019-09-16 10:27:38.426 [http-nio-8090-exec-4] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=3a7d0ef0-a531-40ea-82c3-36fe1bd1ae7e} authorized user 'NF', setting security context
  592. 2019-09-16 10:27:38.680 [http-nio-8090-exec-2] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=2666aad7-e91e-450e-8d99-9a064f8e007c} authorized user 'NF', setting security context
  593. 2019-09-16 10:27:39.875 [http-nio-8090-exec-6] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=8f048582-02a4-4795-871d-dcb1350bed22} authorized user 'NF', setting security context
  594. 2019-09-16 10:27:39.937 [http-nio-8090-exec-6] INFO TRACING composite.CounterpartRestController MDC={correlationId=8f048582-02a4-4795-871d-dcb1350bed22, user=NF} REST_CONTROLLER - readAccessoryData, elapsed: 58ms, exit with retval: Map
  595. 2019-09-16 10:27:39.975 [http-nio-8090-exec-10] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=8e4b6fac-014d-40ac-9bd3-98eccd625da2} authorized user 'NF', setting security context
  596. 2019-09-16 10:27:40.336 [http-nio-8090-exec-10] INFO TRACING rest.UserRestController MDC={correlationId=8e4b6fac-014d-40ac-9bd3-98eccd625da2, user=NF} REST_CONTROLLER - saveMRU, elapsed: 358ms, exit with retval: ResponseEntity
  597. 2019-09-16 10:27:40.479 [http-nio-8090-exec-8] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=e5eda49a-53c5-4060-a9df-b1c1ed87bbcc} authorized user 'NF', setting security context
  598. 2019-09-16 10:27:40.481 [http-nio-8090-exec-8] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=e5eda49a-53c5-4060-a9df-b1c1ed87bbcc, user=NF} REST_CONTROLLER - validate, elapsed: 0ms, exit with retval: ValidationResult
  599. 2019-09-16 10:27:40.664 [http-nio-8090-exec-5] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=987f10ed-e153-4b11-9a28-398f8500930f} authorized user 'NF', setting security context
  600. 2019-09-16 10:27:40.668 [http-nio-8090-exec-5] INFO INFO com.themaconsulting.mfw.adapter.order.OrderForexClientAdapterService(104) MDC={correlationId=987f10ed-e153-4b11-9a28-398f8500930f, user=NF} Complete Order called with ProcessToken : SessionToken(token:5018470)
  601. 2019-09-16 10:27:40.726 [http-nio-8090-exec-5] INFO TRACING mf_thrift.order$Iface MDC={correlationId=987f10ed-e153-4b11-9a28-398f8500930f, user=NF} THRIFT - complete_order, elapsed: 57ms, exit with retval: OrderStructure
  602. 2019-09-16 10:27:40.727 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=987f10ed-e153-4b11-9a28-398f8500930f, user=NF} Property: class has no read accessor
  603. 2019-09-16 10:27:40.727 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=987f10ed-e153-4b11-9a28-398f8500930f, user=NF} Property: compositeId has no read accessor
  604. 2019-09-16 10:27:40.727 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=987f10ed-e153-4b11-9a28-398f8500930f, user=NF} Property: class has no read accessor
  605. 2019-09-16 10:27:40.727 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=987f10ed-e153-4b11-9a28-398f8500930f, user=NF} Property: class has no read accessor
  606. 2019-09-16 10:27:40.728 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=987f10ed-e153-4b11-9a28-398f8500930f, user=NF} Property: accessoryDataRequired has no read accessor
  607. 2019-09-16 10:27:40.729 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=987f10ed-e153-4b11-9a28-398f8500930f, user=NF} Property: class has no read accessor
  608. 2019-09-16 10:27:40.729 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=987f10ed-e153-4b11-9a28-398f8500930f, user=NF} Property: class has no read accessor
  609. 2019-09-16 10:27:40.729 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=987f10ed-e153-4b11-9a28-398f8500930f, user=NF} Property: class has no read accessor
  610. 2019-09-16 10:27:40.729 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=987f10ed-e153-4b11-9a28-398f8500930f, user=NF} Property: class has no read accessor
  611. 2019-09-16 10:27:40.729 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=987f10ed-e153-4b11-9a28-398f8500930f, user=NF} Property: compositeId has no read accessor
  612. 2019-09-16 10:27:40.730 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=987f10ed-e153-4b11-9a28-398f8500930f, user=NF} Property: class has no read accessor
  613. 2019-09-16 10:27:40.730 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=987f10ed-e153-4b11-9a28-398f8500930f, user=NF} Property: class has no read accessor
  614. 2019-09-16 10:27:40.730 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=987f10ed-e153-4b11-9a28-398f8500930f, user=NF} Property: class has no read accessor
  615. 2019-09-16 10:27:40.730 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=987f10ed-e153-4b11-9a28-398f8500930f, user=NF} Property: class has no read accessor
  616. 2019-09-16 10:27:40.730 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=987f10ed-e153-4b11-9a28-398f8500930f, user=NF} Property: class has no read accessor
  617. 2019-09-16 10:27:40.731 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=987f10ed-e153-4b11-9a28-398f8500930f, user=NF} Property: accessoryDataRequired has no read accessor
  618. 2019-09-16 10:27:40.731 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=987f10ed-e153-4b11-9a28-398f8500930f, user=NF} Property: class has no read accessor
  619. 2019-09-16 10:27:40.731 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=987f10ed-e153-4b11-9a28-398f8500930f, user=NF} Property: accessoryDataRequired has no read accessor
  620. 2019-09-16 10:27:40.731 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=987f10ed-e153-4b11-9a28-398f8500930f, user=NF} Property: class has no read accessor
  621. 2019-09-16 10:27:40.732 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=987f10ed-e153-4b11-9a28-398f8500930f, user=NF} Property: class has no read accessor
  622. 2019-09-16 10:27:40.732 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=987f10ed-e153-4b11-9a28-398f8500930f, user=NF} Property: accessoryDataRequired has no read accessor
  623. 2019-09-16 10:27:40.732 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=987f10ed-e153-4b11-9a28-398f8500930f, user=NF} Property: class has no read accessor
  624. 2019-09-16 10:27:40.732 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=987f10ed-e153-4b11-9a28-398f8500930f, user=NF} Property: class has no read accessor
  625. 2019-09-16 10:27:40.732 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=987f10ed-e153-4b11-9a28-398f8500930f, user=NF} Property: class has no read accessor
  626. 2019-09-16 10:27:40.732 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=987f10ed-e153-4b11-9a28-398f8500930f, user=NF} Property: class has no read accessor
  627. 2019-09-16 10:27:40.733 [http-nio-8090-exec-5] INFO TRACING order.DefaultOrderForexRepository MDC={correlationId=987f10ed-e153-4b11-9a28-398f8500930f, user=NF} THRIFT - completeOrder, elapsed: 65ms, exit with retval: OrderForexStructure
  628. 2019-09-16 10:27:40.733 [http-nio-8090-exec-5] INFO TRACING rest.OrderForexRestController MDC={correlationId=987f10ed-e153-4b11-9a28-398f8500930f, user=NF} REST_CONTROLLER - completeOrder, elapsed: 65ms, exit with retval: GenericOrderStructure
  629. 2019-09-16 10:27:40.907 [http-nio-8090-exec-6] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=cd8d677e-8459-4efb-99cc-9115a8e68905} authorized user 'NF', setting security context
  630. 2019-09-16 10:27:40.909 [http-nio-8090-exec-6] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=cd8d677e-8459-4efb-99cc-9115a8e68905, user=NF} REST_CONTROLLER - validate, elapsed: 0ms, exit with retval: ValidationResult
  631. 2019-09-16 10:27:40.971 [http-nio-8090-exec-7] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=93490c96-94c4-40ce-8921-53e78e75a709} authorized user 'NF', setting security context
  632. 2019-09-16 10:27:40.974 [http-nio-8090-exec-7] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=93490c96-94c4-40ce-8921-53e78e75a709, user=NF} REST_CONTROLLER - validate, elapsed: 0ms, exit with retval: ValidationResult
  633. 2019-09-16 10:27:40.984 [http-nio-8090-exec-10] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=9fd66187-783f-4469-9bd6-aa317d0528c8} authorized user 'NF', setting security context
  634. 2019-09-16 10:27:40.986 [http-nio-8090-exec-10] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=9fd66187-783f-4469-9bd6-aa317d0528c8, user=NF} REST_CONTROLLER - validate, elapsed: 0ms, exit with retval: ValidationResult
  635. 2019-09-16 10:27:42.296 [http-nio-8090-exec-8] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=4b3492e9-5611-414f-9046-3c0cc666547c} authorized user 'NF', setting security context
  636. 2019-09-16 10:27:42.298 [http-nio-8090-exec-8] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=4b3492e9-5611-414f-9046-3c0cc666547c, user=NF} REST_CONTROLLER - validate, elapsed: 0ms, exit with retval: ValidationResult
  637. 2019-09-16 10:27:42.782 [http-nio-8090-exec-5] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=03c60c85-fd23-4c0c-95f2-0f7e1bc63d19} authorized user 'NF', setting security context
  638. 2019-09-16 10:27:42.789 [http-nio-8090-exec-5] INFO INFO com.themaconsulting.mfw.adapter.order.OrderForexClientAdapterService(104) MDC={correlationId=03c60c85-fd23-4c0c-95f2-0f7e1bc63d19, user=NF} Complete Order called with ProcessToken : SessionToken(token:5018470)
  639. 2019-09-16 10:27:42.834 [http-nio-8090-exec-5] INFO TRACING mf_thrift.order$Iface MDC={correlationId=03c60c85-fd23-4c0c-95f2-0f7e1bc63d19, user=NF} THRIFT - complete_order, elapsed: 44ms, exit with retval: OrderStructure
  640. 2019-09-16 10:27:42.834 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=03c60c85-fd23-4c0c-95f2-0f7e1bc63d19, user=NF} Property: class has no read accessor
  641. 2019-09-16 10:27:42.834 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=03c60c85-fd23-4c0c-95f2-0f7e1bc63d19, user=NF} Property: compositeId has no read accessor
  642. 2019-09-16 10:27:42.835 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=03c60c85-fd23-4c0c-95f2-0f7e1bc63d19, user=NF} Property: class has no read accessor
  643. 2019-09-16 10:27:42.835 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=03c60c85-fd23-4c0c-95f2-0f7e1bc63d19, user=NF} Property: class has no read accessor
  644. 2019-09-16 10:27:42.835 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=03c60c85-fd23-4c0c-95f2-0f7e1bc63d19, user=NF} Property: accessoryDataRequired has no read accessor
  645. 2019-09-16 10:27:42.835 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=03c60c85-fd23-4c0c-95f2-0f7e1bc63d19, user=NF} Property: class has no read accessor
  646. 2019-09-16 10:27:42.835 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=03c60c85-fd23-4c0c-95f2-0f7e1bc63d19, user=NF} Property: class has no read accessor
  647. 2019-09-16 10:27:42.835 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=03c60c85-fd23-4c0c-95f2-0f7e1bc63d19, user=NF} Property: class has no read accessor
  648. 2019-09-16 10:27:42.835 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=03c60c85-fd23-4c0c-95f2-0f7e1bc63d19, user=NF} Property: class has no read accessor
  649. 2019-09-16 10:27:42.835 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=03c60c85-fd23-4c0c-95f2-0f7e1bc63d19, user=NF} Property: compositeId has no read accessor
  650. 2019-09-16 10:27:42.836 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=03c60c85-fd23-4c0c-95f2-0f7e1bc63d19, user=NF} Property: class has no read accessor
  651. 2019-09-16 10:27:42.836 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=03c60c85-fd23-4c0c-95f2-0f7e1bc63d19, user=NF} Property: class has no read accessor
  652. 2019-09-16 10:27:42.836 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=03c60c85-fd23-4c0c-95f2-0f7e1bc63d19, user=NF} Property: class has no read accessor
  653. 2019-09-16 10:27:42.836 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=03c60c85-fd23-4c0c-95f2-0f7e1bc63d19, user=NF} Property: class has no read accessor
  654. 2019-09-16 10:27:42.836 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=03c60c85-fd23-4c0c-95f2-0f7e1bc63d19, user=NF} Property: class has no read accessor
  655. 2019-09-16 10:27:42.836 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=03c60c85-fd23-4c0c-95f2-0f7e1bc63d19, user=NF} Property: accessoryDataRequired has no read accessor
  656. 2019-09-16 10:27:42.836 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=03c60c85-fd23-4c0c-95f2-0f7e1bc63d19, user=NF} Property: class has no read accessor
  657. 2019-09-16 10:27:42.836 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=03c60c85-fd23-4c0c-95f2-0f7e1bc63d19, user=NF} Property: accessoryDataRequired has no read accessor
  658. 2019-09-16 10:27:42.836 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=03c60c85-fd23-4c0c-95f2-0f7e1bc63d19, user=NF} Property: class has no read accessor
  659. 2019-09-16 10:27:42.836 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=03c60c85-fd23-4c0c-95f2-0f7e1bc63d19, user=NF} Property: accessoryDataRequired has no read accessor
  660. 2019-09-16 10:27:42.836 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=03c60c85-fd23-4c0c-95f2-0f7e1bc63d19, user=NF} Property: class has no read accessor
  661. 2019-09-16 10:27:42.836 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=03c60c85-fd23-4c0c-95f2-0f7e1bc63d19, user=NF} Property: accessoryDataRequired has no read accessor
  662. 2019-09-16 10:27:42.836 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=03c60c85-fd23-4c0c-95f2-0f7e1bc63d19, user=NF} Property: class has no read accessor
  663. 2019-09-16 10:27:42.836 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=03c60c85-fd23-4c0c-95f2-0f7e1bc63d19, user=NF} Property: class has no read accessor
  664. 2019-09-16 10:27:42.836 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=03c60c85-fd23-4c0c-95f2-0f7e1bc63d19, user=NF} Property: accessoryDataRequired has no read accessor
  665. 2019-09-16 10:27:42.836 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=03c60c85-fd23-4c0c-95f2-0f7e1bc63d19, user=NF} Property: class has no read accessor
  666. 2019-09-16 10:27:42.836 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=03c60c85-fd23-4c0c-95f2-0f7e1bc63d19, user=NF} Property: accessoryDataRequired has no read accessor
  667. 2019-09-16 10:27:42.837 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=03c60c85-fd23-4c0c-95f2-0f7e1bc63d19, user=NF} Property: class has no read accessor
  668. 2019-09-16 10:27:42.837 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=03c60c85-fd23-4c0c-95f2-0f7e1bc63d19, user=NF} Property: class has no read accessor
  669. 2019-09-16 10:27:42.837 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=03c60c85-fd23-4c0c-95f2-0f7e1bc63d19, user=NF} Property: class has no read accessor
  670. 2019-09-16 10:27:42.837 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=03c60c85-fd23-4c0c-95f2-0f7e1bc63d19, user=NF} Property: class has no read accessor
  671. 2019-09-16 10:27:42.837 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=03c60c85-fd23-4c0c-95f2-0f7e1bc63d19, user=NF} Property: class has no read accessor
  672. 2019-09-16 10:27:42.837 [http-nio-8090-exec-5] INFO TRACING order.DefaultOrderForexRepository MDC={correlationId=03c60c85-fd23-4c0c-95f2-0f7e1bc63d19, user=NF} THRIFT - completeOrder, elapsed: 48ms, exit with retval: OrderForexStructure
  673. 2019-09-16 10:27:42.838 [http-nio-8090-exec-5] INFO TRACING rest.OrderForexRestController MDC={correlationId=03c60c85-fd23-4c0c-95f2-0f7e1bc63d19, user=NF} REST_CONTROLLER - completeOrder, elapsed: 49ms, exit with retval: GenericOrderStructure
  674. 2019-09-16 10:27:42.998 [http-nio-8090-exec-7] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=58ab139b-4fb1-496a-9dc1-0c6515bc69c1} authorized user 'NF', setting security context
  675. 2019-09-16 10:27:43.000 [http-nio-8090-exec-7] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=58ab139b-4fb1-496a-9dc1-0c6515bc69c1, user=NF} REST_CONTROLLER - validate, elapsed: 0ms, exit with retval: ValidationResult
  676. 2019-09-16 10:27:43.150 [http-nio-8090-exec-10] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=b9c0426f-e6a3-4b6f-9942-5e4bb00d8831} authorized user 'NF', setting security context
  677. 2019-09-16 10:27:43.152 [http-nio-8090-exec-10] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=b9c0426f-e6a3-4b6f-9942-5e4bb00d8831, user=NF} REST_CONTROLLER - validate, elapsed: 0ms, exit with retval: ValidationResult
  678. 2019-09-16 10:27:43.151 [http-nio-8090-exec-9] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=cb06d3e9-a996-4218-a922-a091967ace76} authorized user 'NF', setting security context
  679. 2019-09-16 10:27:43.157 [http-nio-8090-exec-9] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=cb06d3e9-a996-4218-a922-a091967ace76, user=NF} REST_CONTROLLER - validate, elapsed: 1ms, exit with retval: ValidationResult
  680. 2019-09-16 10:27:43.158 [http-nio-8090-exec-8] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=4efc3ea1-2a95-4ca1-b85f-0fb29602fbef} authorized user 'NF', setting security context
  681. 2019-09-16 10:27:43.162 [http-nio-8090-exec-8] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=4efc3ea1-2a95-4ca1-b85f-0fb29602fbef, user=NF} REST_CONTROLLER - validate, elapsed: 0ms, exit with retval: ValidationResult
  682. 2019-09-16 10:27:43.323 [http-nio-8090-exec-4] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=c7bf9737-c7db-4d5c-a1df-50d862fefc47} authorized user 'NF', setting security context
  683. 2019-09-16 10:27:43.325 [http-nio-8090-exec-4] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=c7bf9737-c7db-4d5c-a1df-50d862fefc47, user=NF} REST_CONTROLLER - validate, elapsed: 0ms, exit with retval: ValidationResult
  684. 2019-09-16 10:27:43.392 [http-nio-8090-exec-2] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=ca00f64f-f25f-4a54-9dac-cd8b4c9f972e} authorized user 'NF', setting security context
  685. 2019-09-16 10:27:43.452 [http-nio-8090-exec-2] INFO TRACING composite.CurrencyRestController MDC={correlationId=ca00f64f-f25f-4a54-9dac-cd8b4c9f972e, user=NF} REST_CONTROLLER - validateCurrencyPair, elapsed: 57ms, exit with retval: boolean
  686. 2019-09-16 10:27:43.581 [http-nio-8090-exec-6] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=d6102ddd-2878-4df9-95a0-66c9a41d08ca} authorized user 'NF', setting security context
  687. 2019-09-16 10:27:43.585 [http-nio-8090-exec-6] INFO INFO com.themaconsulting.mfw.adapter.order.OrderForexClientAdapterService(104) MDC={correlationId=d6102ddd-2878-4df9-95a0-66c9a41d08ca, user=NF} Complete Order called with ProcessToken : SessionToken(token:5018470)
  688. 2019-09-16 10:27:43.629 [http-nio-8090-exec-6] INFO TRACING mf_thrift.order$Iface MDC={correlationId=d6102ddd-2878-4df9-95a0-66c9a41d08ca, user=NF} THRIFT - complete_order, elapsed: 44ms, exit with retval: OrderStructure
  689. 2019-09-16 10:27:43.629 [http-nio-8090-exec-6] DEBUG TRACING helpers.MergeHelper MDC={correlationId=d6102ddd-2878-4df9-95a0-66c9a41d08ca, user=NF} Property: class has no read accessor
  690. 2019-09-16 10:27:43.629 [http-nio-8090-exec-6] DEBUG TRACING helpers.MergeHelper MDC={correlationId=d6102ddd-2878-4df9-95a0-66c9a41d08ca, user=NF} Property: compositeId has no read accessor
  691. 2019-09-16 10:27:43.630 [http-nio-8090-exec-6] DEBUG TRACING helpers.MergeHelper MDC={correlationId=d6102ddd-2878-4df9-95a0-66c9a41d08ca, user=NF} Property: class has no read accessor
  692. 2019-09-16 10:27:43.630 [http-nio-8090-exec-6] DEBUG TRACING helpers.MergeHelper MDC={correlationId=d6102ddd-2878-4df9-95a0-66c9a41d08ca, user=NF} Property: class has no read accessor
  693. 2019-09-16 10:27:43.630 [http-nio-8090-exec-6] DEBUG TRACING helpers.MergeHelper MDC={correlationId=d6102ddd-2878-4df9-95a0-66c9a41d08ca, user=NF} Property: accessoryDataRequired has no read accessor
  694. 2019-09-16 10:27:43.630 [http-nio-8090-exec-6] DEBUG TRACING helpers.MergeHelper MDC={correlationId=d6102ddd-2878-4df9-95a0-66c9a41d08ca, user=NF} Property: class has no read accessor
  695. 2019-09-16 10:27:43.630 [http-nio-8090-exec-6] DEBUG TRACING helpers.MergeHelper MDC={correlationId=d6102ddd-2878-4df9-95a0-66c9a41d08ca, user=NF} Property: class has no read accessor
  696. 2019-09-16 10:27:43.630 [http-nio-8090-exec-6] DEBUG TRACING helpers.MergeHelper MDC={correlationId=d6102ddd-2878-4df9-95a0-66c9a41d08ca, user=NF} Property: class has no read accessor
  697. 2019-09-16 10:27:43.630 [http-nio-8090-exec-6] DEBUG TRACING helpers.MergeHelper MDC={correlationId=d6102ddd-2878-4df9-95a0-66c9a41d08ca, user=NF} Property: class has no read accessor
  698. 2019-09-16 10:27:43.630 [http-nio-8090-exec-6] DEBUG TRACING helpers.MergeHelper MDC={correlationId=d6102ddd-2878-4df9-95a0-66c9a41d08ca, user=NF} Property: compositeId has no read accessor
  699. 2019-09-16 10:27:43.630 [http-nio-8090-exec-6] DEBUG TRACING helpers.MergeHelper MDC={correlationId=d6102ddd-2878-4df9-95a0-66c9a41d08ca, user=NF} Property: class has no read accessor
  700. 2019-09-16 10:27:43.630 [http-nio-8090-exec-6] DEBUG TRACING helpers.MergeHelper MDC={correlationId=d6102ddd-2878-4df9-95a0-66c9a41d08ca, user=NF} Property: class has no read accessor
  701. 2019-09-16 10:27:43.630 [http-nio-8090-exec-6] DEBUG TRACING helpers.MergeHelper MDC={correlationId=d6102ddd-2878-4df9-95a0-66c9a41d08ca, user=NF} Property: class has no read accessor
  702. 2019-09-16 10:27:43.630 [http-nio-8090-exec-6] DEBUG TRACING helpers.MergeHelper MDC={correlationId=d6102ddd-2878-4df9-95a0-66c9a41d08ca, user=NF} Property: accessoryDataRequired has no read accessor
  703. 2019-09-16 10:27:43.630 [http-nio-8090-exec-6] DEBUG TRACING helpers.MergeHelper MDC={correlationId=d6102ddd-2878-4df9-95a0-66c9a41d08ca, user=NF} Property: class has no read accessor
  704. 2019-09-16 10:27:43.630 [http-nio-8090-exec-6] DEBUG TRACING helpers.MergeHelper MDC={correlationId=d6102ddd-2878-4df9-95a0-66c9a41d08ca, user=NF} Property: class has no read accessor
  705. 2019-09-16 10:27:43.630 [http-nio-8090-exec-6] DEBUG TRACING helpers.MergeHelper MDC={correlationId=d6102ddd-2878-4df9-95a0-66c9a41d08ca, user=NF} Property: class has no read accessor
  706. 2019-09-16 10:27:43.630 [http-nio-8090-exec-6] DEBUG TRACING helpers.MergeHelper MDC={correlationId=d6102ddd-2878-4df9-95a0-66c9a41d08ca, user=NF} Property: accessoryDataRequired has no read accessor
  707. 2019-09-16 10:27:43.630 [http-nio-8090-exec-6] DEBUG TRACING helpers.MergeHelper MDC={correlationId=d6102ddd-2878-4df9-95a0-66c9a41d08ca, user=NF} Property: class has no read accessor
  708. 2019-09-16 10:27:43.631 [http-nio-8090-exec-6] DEBUG TRACING helpers.MergeHelper MDC={correlationId=d6102ddd-2878-4df9-95a0-66c9a41d08ca, user=NF} Property: accessoryDataRequired has no read accessor
  709. 2019-09-16 10:27:43.631 [http-nio-8090-exec-6] DEBUG TRACING helpers.MergeHelper MDC={correlationId=d6102ddd-2878-4df9-95a0-66c9a41d08ca, user=NF} Property: class has no read accessor
  710. 2019-09-16 10:27:43.631 [http-nio-8090-exec-6] DEBUG TRACING helpers.MergeHelper MDC={correlationId=d6102ddd-2878-4df9-95a0-66c9a41d08ca, user=NF} Property: accessoryDataRequired has no read accessor
  711. 2019-09-16 10:27:43.631 [http-nio-8090-exec-6] DEBUG TRACING helpers.MergeHelper MDC={correlationId=d6102ddd-2878-4df9-95a0-66c9a41d08ca, user=NF} Property: class has no read accessor
  712. 2019-09-16 10:27:43.631 [http-nio-8090-exec-6] DEBUG TRACING helpers.MergeHelper MDC={correlationId=d6102ddd-2878-4df9-95a0-66c9a41d08ca, user=NF} Property: accessoryDataRequired has no read accessor
  713. 2019-09-16 10:27:43.631 [http-nio-8090-exec-6] DEBUG TRACING helpers.MergeHelper MDC={correlationId=d6102ddd-2878-4df9-95a0-66c9a41d08ca, user=NF} Property: class has no read accessor
  714. 2019-09-16 10:27:43.631 [http-nio-8090-exec-6] DEBUG TRACING helpers.MergeHelper MDC={correlationId=d6102ddd-2878-4df9-95a0-66c9a41d08ca, user=NF} Property: class has no read accessor
  715. 2019-09-16 10:27:43.631 [http-nio-8090-exec-6] DEBUG TRACING helpers.MergeHelper MDC={correlationId=d6102ddd-2878-4df9-95a0-66c9a41d08ca, user=NF} Property: accessoryDataRequired has no read accessor
  716. 2019-09-16 10:27:43.631 [http-nio-8090-exec-6] DEBUG TRACING helpers.MergeHelper MDC={correlationId=d6102ddd-2878-4df9-95a0-66c9a41d08ca, user=NF} Property: class has no read accessor
  717. 2019-09-16 10:27:43.631 [http-nio-8090-exec-6] DEBUG TRACING helpers.MergeHelper MDC={correlationId=d6102ddd-2878-4df9-95a0-66c9a41d08ca, user=NF} Property: accessoryDataRequired has no read accessor
  718. 2019-09-16 10:27:43.631 [http-nio-8090-exec-6] DEBUG TRACING helpers.MergeHelper MDC={correlationId=d6102ddd-2878-4df9-95a0-66c9a41d08ca, user=NF} Property: class has no read accessor
  719. 2019-09-16 10:27:43.631 [http-nio-8090-exec-6] DEBUG TRACING helpers.MergeHelper MDC={correlationId=d6102ddd-2878-4df9-95a0-66c9a41d08ca, user=NF} Property: class has no read accessor
  720. 2019-09-16 10:27:43.631 [http-nio-8090-exec-6] DEBUG TRACING helpers.MergeHelper MDC={correlationId=d6102ddd-2878-4df9-95a0-66c9a41d08ca, user=NF} Property: class has no read accessor
  721. 2019-09-16 10:27:43.631 [http-nio-8090-exec-6] DEBUG TRACING helpers.MergeHelper MDC={correlationId=d6102ddd-2878-4df9-95a0-66c9a41d08ca, user=NF} Property: class has no read accessor
  722. 2019-09-16 10:27:43.631 [http-nio-8090-exec-6] DEBUG TRACING helpers.MergeHelper MDC={correlationId=d6102ddd-2878-4df9-95a0-66c9a41d08ca, user=NF} Property: class has no read accessor
  723. 2019-09-16 10:27:43.632 [http-nio-8090-exec-6] INFO TRACING order.DefaultOrderForexRepository MDC={correlationId=d6102ddd-2878-4df9-95a0-66c9a41d08ca, user=NF} THRIFT - completeOrder, elapsed: 47ms, exit with retval: OrderForexStructure
  724. 2019-09-16 10:27:43.632 [http-nio-8090-exec-6] INFO TRACING rest.OrderForexRestController MDC={correlationId=d6102ddd-2878-4df9-95a0-66c9a41d08ca, user=NF} REST_CONTROLLER - completeOrder, elapsed: 47ms, exit with retval: GenericOrderStructure
  725. 2019-09-16 10:27:43.724 [http-nio-8090-exec-5] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=5c823785-6cc0-44f1-ad5f-5fd62c5bdce8} authorized user 'NF', setting security context
  726. 2019-09-16 10:27:43.726 [http-nio-8090-exec-5] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=5c823785-6cc0-44f1-ad5f-5fd62c5bdce8, user=NF} REST_CONTROLLER - validate, elapsed: 0ms, exit with retval: ValidationResult
  727. 2019-09-16 10:27:43.854 [http-nio-8090-exec-4] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=2eacb8f7-2fe9-4aed-a44f-790b05733c32} authorized user 'NF', setting security context
  728. 2019-09-16 10:27:43.854 [http-nio-8090-exec-2] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=0bfae514-b3e8-41bc-9876-3ca8107ba939} authorized user 'NF', setting security context
  729. 2019-09-16 10:27:43.855 [http-nio-8090-exec-3] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=a5ce0133-9bab-45ef-a2fc-a1f935c9ff3d} authorized user 'NF', setting security context
  730. 2019-09-16 10:27:43.855 [http-nio-8090-exec-4] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=2eacb8f7-2fe9-4aed-a44f-790b05733c32, user=NF} REST_CONTROLLER - validate, elapsed: 0ms, exit with retval: ValidationResult
  731. 2019-09-16 10:27:43.860 [http-nio-8090-exec-2] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=0bfae514-b3e8-41bc-9876-3ca8107ba939, user=NF} REST_CONTROLLER - validate, elapsed: 1ms, exit with retval: ValidationResult
  732. 2019-09-16 10:27:43.863 [http-nio-8090-exec-3] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=a5ce0133-9bab-45ef-a2fc-a1f935c9ff3d, user=NF} REST_CONTROLLER - validate, elapsed: 0ms, exit with retval: ValidationResult
  733. 2019-09-16 10:27:43.867 [http-nio-8090-exec-4] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=34b5abf5-64fb-4bb7-9019-f01ec6c92483} authorized user 'NF', setting security context
  734. 2019-09-16 10:27:43.869 [http-nio-8090-exec-4] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=34b5abf5-64fb-4bb7-9019-f01ec6c92483, user=NF} REST_CONTROLLER - validate, elapsed: 0ms, exit with retval: ValidationResult
  735. 2019-09-16 10:27:53.363 [http-nio-8090-exec-10] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=506ca544-23b5-4ae8-ab1e-5210a2e43275} authorized user 'NF', setting security context
  736. 2019-09-16 10:27:53.500 [http-nio-8090-exec-10] INFO TRACING mf_thrift.scenario$Iface MDC={correlationId=506ca544-23b5-4ae8-ab1e-5210a2e43275, user=NF} THRIFT - order_price, elapsed: 33ms, exit with retval: double
  737. 2019-09-16 10:27:53.500 [http-nio-8090-exec-10] INFO TRACING scenario.DefaultScenarioRepository MDC={correlationId=506ca544-23b5-4ae8-ab1e-5210a2e43275, user=NF} THRIFT - readExchangeRate, elapsed: 34ms, exit with retval: double
  738. 2019-09-16 10:27:53.500 [http-nio-8090-exec-10] INFO TRACING rest.OrderForexRestController MDC={correlationId=506ca544-23b5-4ae8-ab1e-5210a2e43275, user=NF} REST_CONTROLLER - readExchangeRate, elapsed: 135ms, exit with retval: double
  739. 2019-09-16 10:27:53.534 [http-nio-8090-exec-8] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=04f07e1d-b94d-45e1-b821-a4ac54cc460c} authorized user 'NF', setting security context
  740. 2019-09-16 10:27:53.539 [http-nio-8090-exec-8] INFO INFO com.themaconsulting.mfw.adapter.order.OrderForexClientAdapterService(104) MDC={correlationId=04f07e1d-b94d-45e1-b821-a4ac54cc460c, user=NF} Complete Order called with ProcessToken : SessionToken(token:5018470)
  741. 2019-09-16 10:27:53.600 [http-nio-8090-exec-8] INFO TRACING mf_thrift.order$Iface MDC={correlationId=04f07e1d-b94d-45e1-b821-a4ac54cc460c, user=NF} THRIFT - complete_order, elapsed: 59ms, exit with retval: OrderStructure
  742. 2019-09-16 10:27:53.601 [http-nio-8090-exec-8] DEBUG TRACING helpers.MergeHelper MDC={correlationId=04f07e1d-b94d-45e1-b821-a4ac54cc460c, user=NF} Property: class has no read accessor
  743. 2019-09-16 10:27:53.601 [http-nio-8090-exec-8] DEBUG TRACING helpers.MergeHelper MDC={correlationId=04f07e1d-b94d-45e1-b821-a4ac54cc460c, user=NF} Property: compositeId has no read accessor
  744. 2019-09-16 10:27:53.601 [http-nio-8090-exec-8] DEBUG TRACING helpers.MergeHelper MDC={correlationId=04f07e1d-b94d-45e1-b821-a4ac54cc460c, user=NF} Property: class has no read accessor
  745. 2019-09-16 10:27:53.601 [http-nio-8090-exec-8] DEBUG TRACING helpers.MergeHelper MDC={correlationId=04f07e1d-b94d-45e1-b821-a4ac54cc460c, user=NF} Property: class has no read accessor
  746. 2019-09-16 10:27:53.602 [http-nio-8090-exec-8] DEBUG TRACING helpers.MergeHelper MDC={correlationId=04f07e1d-b94d-45e1-b821-a4ac54cc460c, user=NF} Property: accessoryDataRequired has no read accessor
  747. 2019-09-16 10:27:53.602 [http-nio-8090-exec-8] DEBUG TRACING helpers.MergeHelper MDC={correlationId=04f07e1d-b94d-45e1-b821-a4ac54cc460c, user=NF} Property: class has no read accessor
  748. 2019-09-16 10:27:53.602 [http-nio-8090-exec-8] DEBUG TRACING helpers.MergeHelper MDC={correlationId=04f07e1d-b94d-45e1-b821-a4ac54cc460c, user=NF} Property: class has no read accessor
  749. 2019-09-16 10:27:53.603 [http-nio-8090-exec-8] DEBUG TRACING helpers.MergeHelper MDC={correlationId=04f07e1d-b94d-45e1-b821-a4ac54cc460c, user=NF} Property: class has no read accessor
  750. 2019-09-16 10:27:53.603 [http-nio-8090-exec-8] DEBUG TRACING helpers.MergeHelper MDC={correlationId=04f07e1d-b94d-45e1-b821-a4ac54cc460c, user=NF} Property: class has no read accessor
  751. 2019-09-16 10:27:53.605 [http-nio-8090-exec-8] DEBUG TRACING helpers.MergeHelper MDC={correlationId=04f07e1d-b94d-45e1-b821-a4ac54cc460c, user=NF} Property: compositeId has no read accessor
  752. 2019-09-16 10:27:53.606 [http-nio-8090-exec-8] DEBUG TRACING helpers.MergeHelper MDC={correlationId=04f07e1d-b94d-45e1-b821-a4ac54cc460c, user=NF} Property: class has no read accessor
  753. 2019-09-16 10:27:53.606 [http-nio-8090-exec-8] DEBUG TRACING helpers.MergeHelper MDC={correlationId=04f07e1d-b94d-45e1-b821-a4ac54cc460c, user=NF} Property: class has no read accessor
  754. 2019-09-16 10:27:53.606 [http-nio-8090-exec-8] DEBUG TRACING helpers.MergeHelper MDC={correlationId=04f07e1d-b94d-45e1-b821-a4ac54cc460c, user=NF} Property: class has no read accessor
  755. 2019-09-16 10:27:53.607 [http-nio-8090-exec-8] DEBUG TRACING helpers.MergeHelper MDC={correlationId=04f07e1d-b94d-45e1-b821-a4ac54cc460c, user=NF} Property: accessoryDataRequired has no read accessor
  756. 2019-09-16 10:27:53.607 [http-nio-8090-exec-8] DEBUG TRACING helpers.MergeHelper MDC={correlationId=04f07e1d-b94d-45e1-b821-a4ac54cc460c, user=NF} Property: class has no read accessor
  757. 2019-09-16 10:27:53.608 [http-nio-8090-exec-8] DEBUG TRACING helpers.MergeHelper MDC={correlationId=04f07e1d-b94d-45e1-b821-a4ac54cc460c, user=NF} Property: class has no read accessor
  758. 2019-09-16 10:27:53.608 [http-nio-8090-exec-8] DEBUG TRACING helpers.MergeHelper MDC={correlationId=04f07e1d-b94d-45e1-b821-a4ac54cc460c, user=NF} Property: class has no read accessor
  759. 2019-09-16 10:27:53.608 [http-nio-8090-exec-8] DEBUG TRACING helpers.MergeHelper MDC={correlationId=04f07e1d-b94d-45e1-b821-a4ac54cc460c, user=NF} Property: accessoryDataRequired has no read accessor
  760. 2019-09-16 10:27:53.609 [http-nio-8090-exec-8] DEBUG TRACING helpers.MergeHelper MDC={correlationId=04f07e1d-b94d-45e1-b821-a4ac54cc460c, user=NF} Property: class has no read accessor
  761. 2019-09-16 10:27:53.610 [http-nio-8090-exec-8] DEBUG TRACING helpers.MergeHelper MDC={correlationId=04f07e1d-b94d-45e1-b821-a4ac54cc460c, user=NF} Property: accessoryDataRequired has no read accessor
  762. 2019-09-16 10:27:53.611 [http-nio-8090-exec-8] DEBUG TRACING helpers.MergeHelper MDC={correlationId=04f07e1d-b94d-45e1-b821-a4ac54cc460c, user=NF} Property: class has no read accessor
  763. 2019-09-16 10:27:53.611 [http-nio-8090-exec-8] DEBUG TRACING helpers.MergeHelper MDC={correlationId=04f07e1d-b94d-45e1-b821-a4ac54cc460c, user=NF} Property: accessoryDataRequired has no read accessor
  764. 2019-09-16 10:27:53.611 [http-nio-8090-exec-8] DEBUG TRACING helpers.MergeHelper MDC={correlationId=04f07e1d-b94d-45e1-b821-a4ac54cc460c, user=NF} Property: class has no read accessor
  765. 2019-09-16 10:27:53.611 [http-nio-8090-exec-8] DEBUG TRACING helpers.MergeHelper MDC={correlationId=04f07e1d-b94d-45e1-b821-a4ac54cc460c, user=NF} Property: accessoryDataRequired has no read accessor
  766. 2019-09-16 10:27:53.612 [http-nio-8090-exec-8] DEBUG TRACING helpers.MergeHelper MDC={correlationId=04f07e1d-b94d-45e1-b821-a4ac54cc460c, user=NF} Property: class has no read accessor
  767. 2019-09-16 10:27:53.617 [http-nio-8090-exec-8] DEBUG TRACING helpers.MergeHelper MDC={correlationId=04f07e1d-b94d-45e1-b821-a4ac54cc460c, user=NF} Property: class has no read accessor
  768. 2019-09-16 10:27:53.617 [http-nio-8090-exec-8] DEBUG TRACING helpers.MergeHelper MDC={correlationId=04f07e1d-b94d-45e1-b821-a4ac54cc460c, user=NF} Property: accessoryDataRequired has no read accessor
  769. 2019-09-16 10:27:53.617 [http-nio-8090-exec-8] DEBUG TRACING helpers.MergeHelper MDC={correlationId=04f07e1d-b94d-45e1-b821-a4ac54cc460c, user=NF} Property: class has no read accessor
  770. 2019-09-16 10:27:53.618 [http-nio-8090-exec-8] DEBUG TRACING helpers.MergeHelper MDC={correlationId=04f07e1d-b94d-45e1-b821-a4ac54cc460c, user=NF} Property: accessoryDataRequired has no read accessor
  771. 2019-09-16 10:27:53.618 [http-nio-8090-exec-8] DEBUG TRACING helpers.MergeHelper MDC={correlationId=04f07e1d-b94d-45e1-b821-a4ac54cc460c, user=NF} Property: class has no read accessor
  772. 2019-09-16 10:27:53.618 [http-nio-8090-exec-8] DEBUG TRACING helpers.MergeHelper MDC={correlationId=04f07e1d-b94d-45e1-b821-a4ac54cc460c, user=NF} Property: class has no read accessor
  773. 2019-09-16 10:27:53.618 [http-nio-8090-exec-8] DEBUG TRACING helpers.MergeHelper MDC={correlationId=04f07e1d-b94d-45e1-b821-a4ac54cc460c, user=NF} Property: class has no read accessor
  774. 2019-09-16 10:27:53.619 [http-nio-8090-exec-8] DEBUG TRACING helpers.MergeHelper MDC={correlationId=04f07e1d-b94d-45e1-b821-a4ac54cc460c, user=NF} Property: class has no read accessor
  775. 2019-09-16 10:27:53.621 [http-nio-8090-exec-8] DEBUG TRACING helpers.MergeHelper MDC={correlationId=04f07e1d-b94d-45e1-b821-a4ac54cc460c, user=NF} Property: class has no read accessor
  776. 2019-09-16 10:27:53.622 [http-nio-8090-exec-8] DEBUG TRACING helpers.MergeHelper MDC={correlationId=04f07e1d-b94d-45e1-b821-a4ac54cc460c, user=NF} Property: class has no read accessor
  777. 2019-09-16 10:27:53.623 [http-nio-8090-exec-8] INFO TRACING order.DefaultOrderForexRepository MDC={correlationId=04f07e1d-b94d-45e1-b821-a4ac54cc460c, user=NF} THRIFT - completeOrder, elapsed: 83ms, exit with retval: OrderForexStructure
  778. 2019-09-16 10:27:53.623 [http-nio-8090-exec-8] INFO TRACING rest.OrderForexRestController MDC={correlationId=04f07e1d-b94d-45e1-b821-a4ac54cc460c, user=NF} REST_CONTROLLER - completeOrder, elapsed: 84ms, exit with retval: GenericOrderStructure
  779. 2019-09-16 10:27:53.743 [http-nio-8090-exec-4] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=fa9b9eb9-1930-4257-bfd6-138586ed95b0} authorized user 'NF', setting security context
  780. 2019-09-16 10:27:53.746 [http-nio-8090-exec-4] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=fa9b9eb9-1930-4257-bfd6-138586ed95b0, user=NF} REST_CONTROLLER - validate, elapsed: 0ms, exit with retval: ValidationResult
  781. 2019-09-16 10:27:53.948 [http-nio-8090-exec-7] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=e17de66d-6af1-4b4b-ba87-55fb53930c9e} authorized user 'NF', setting security context
  782. 2019-09-16 10:27:53.951 [http-nio-8090-exec-7] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=e17de66d-6af1-4b4b-ba87-55fb53930c9e, user=NF} REST_CONTROLLER - validate, elapsed: 0ms, exit with retval: ValidationResult
  783. 2019-09-16 10:27:53.952 [http-nio-8090-exec-9] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=eceb5ccd-7441-45df-9025-36889dd464e2} authorized user 'NF', setting security context
  784. 2019-09-16 10:27:53.953 [http-nio-8090-exec-10] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=351f8983-3c6b-4fde-b3c6-fe5e4accae8c} authorized user 'NF', setting security context
  785. 2019-09-16 10:27:53.957 [http-nio-8090-exec-10] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=351f8983-3c6b-4fde-b3c6-fe5e4accae8c, user=NF} REST_CONTROLLER - validate, elapsed: 0ms, exit with retval: ValidationResult
  786. 2019-09-16 10:27:53.954 [http-nio-8090-exec-9] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=eceb5ccd-7441-45df-9025-36889dd464e2, user=NF} REST_CONTROLLER - validate, elapsed: 0ms, exit with retval: ValidationResult
  787. 2019-09-16 10:27:53.965 [http-nio-8090-exec-8] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=b5faeb33-9573-4293-86ac-a964a90e734a} authorized user 'NF', setting security context
  788. 2019-09-16 10:27:53.967 [http-nio-8090-exec-8] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=b5faeb33-9573-4293-86ac-a964a90e734a, user=NF} REST_CONTROLLER - validate, elapsed: 0ms, exit with retval: ValidationResult
  789. 2019-09-16 10:34:33.986 [http-nio-8090-exec-4] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=45dc0430-72a1-4c10-955d-3f0d36c23ed0} authorized user 'NF', setting security context
  790. 2019-09-16 10:34:34.110 [http-nio-8090-exec-4] INFO TRACING mf_thrift.order$Iface MDC={correlationId=45dc0430-72a1-4c10-955d-3f0d36c23ed0, user=NF} THRIFT - init_order, elapsed: 121ms, exit with retval: OrderStructure
  791. 2019-09-16 10:34:34.111 [http-nio-8090-exec-4] INFO TRACING order.DefaultOrderForexRepository MDC={correlationId=45dc0430-72a1-4c10-955d-3f0d36c23ed0, user=NF} THRIFT - initOrderForex, elapsed: 121ms, exit with retval: OrderForexStructure
  792. 2019-09-16 10:34:34.729 [http-nio-8090-exec-4] INFO TRACING rest.OrderForexRestController MDC={correlationId=45dc0430-72a1-4c10-955d-3f0d36c23ed0, user=NF} REST_CONTROLLER - initOrderForex, elapsed: 741ms, exit with retval: GenericOrderStructure
  793. 2019-09-16 10:34:36.016 [http-nio-8090-exec-9] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=b11f98c4-6dc8-4d35-8557-02ef266dd50a} authorized user 'NF', setting security context
  794. 2019-09-16 10:34:36.165 [http-nio-8090-exec-8] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=60ffe019-24bf-4364-bda3-c387784da883} authorized user 'NF', setting security context
  795. 2019-09-16 10:34:57.200 [http-nio-8090-exec-5] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=d04c9c8e-e83f-4f81-bdf8-0ef21304cbf4} authorized user 'NF', setting security context
  796. 2019-09-16 10:34:57.240 [http-nio-8090-exec-5] INFO TRACING mf_thrift.order$Iface MDC={correlationId=d04c9c8e-e83f-4f81-bdf8-0ef21304cbf4, user=NF} THRIFT - init_order, elapsed: 39ms, exit with retval: OrderStructure
  797. 2019-09-16 10:34:57.241 [http-nio-8090-exec-5] INFO TRACING order.DefaultOrderForexRepository MDC={correlationId=d04c9c8e-e83f-4f81-bdf8-0ef21304cbf4, user=NF} THRIFT - initOrderForex, elapsed: 40ms, exit with retval: OrderForexStructure
  798. 2019-09-16 10:34:57.339 [http-nio-8090-exec-5] INFO TRACING rest.OrderForexRestController MDC={correlationId=d04c9c8e-e83f-4f81-bdf8-0ef21304cbf4, user=NF} REST_CONTROLLER - initOrderForex, elapsed: 138ms, exit with retval: GenericOrderStructure
  799. 2019-09-16 10:34:58.432 [http-nio-8090-exec-3] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=069384a6-5ca8-4a14-a3b0-79be043f7f76} authorized user 'NF', setting security context
  800. 2019-09-16 10:35:00.132 [http-nio-8090-exec-4] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=e209d918-c562-4f6d-88ec-b1a1adc4230c} authorized user 'NF', setting security context
  801. 2019-09-16 10:35:17.584 [http-nio-8090-exec-10] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=0834cca1-77b4-4484-8109-04bfe7534465} authorized user 'NF', setting security context
  802. 2019-09-16 10:35:17.624 [http-nio-8090-exec-10] INFO TRACING mf_thrift.order$Iface MDC={correlationId=0834cca1-77b4-4484-8109-04bfe7534465, user=NF} THRIFT - init_order, elapsed: 38ms, exit with retval: OrderStructure
  803. 2019-09-16 10:35:17.625 [http-nio-8090-exec-10] INFO TRACING order.DefaultOrderForexRepository MDC={correlationId=0834cca1-77b4-4484-8109-04bfe7534465, user=NF} THRIFT - initOrderForex, elapsed: 39ms, exit with retval: OrderForexStructure
  804. 2019-09-16 10:35:17.722 [http-nio-8090-exec-10] INFO TRACING rest.OrderForexRestController MDC={correlationId=0834cca1-77b4-4484-8109-04bfe7534465, user=NF} REST_CONTROLLER - initOrderForex, elapsed: 136ms, exit with retval: GenericOrderStructure
  805. 2019-09-16 10:35:19.393 [http-nio-8090-exec-1] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=fce9c7a5-2930-4bfa-9e16-06e30edbc504} authorized user 'NF', setting security context
  806. 2019-09-16 10:35:19.688 [http-nio-8090-exec-5] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=a2de00d0-d6b9-4140-ae26-3420f0079084} authorized user 'NF', setting security context
  807. 2019-09-16 10:35:58.557 [http-nio-8090-exec-6] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=b10063f9-4d2b-4593-90c6-4dc3e7477496} authorized user 'NF', setting security context
  808. 2019-09-16 10:35:58.859 [http-nio-8090-exec-6] INFO TRACING mf_thrift.order$Iface MDC={correlationId=b10063f9-4d2b-4593-90c6-4dc3e7477496, user=NF} THRIFT - init_order, elapsed: 300ms, exit with retval: OrderStructure
  809. 2019-09-16 10:35:58.860 [http-nio-8090-exec-6] INFO TRACING order.DefaultOrderForexRepository MDC={correlationId=b10063f9-4d2b-4593-90c6-4dc3e7477496, user=NF} THRIFT - initOrderForex, elapsed: 301ms, exit with retval: OrderForexStructure
  810. 2019-09-16 10:35:58.958 [http-nio-8090-exec-6] INFO TRACING rest.OrderForexRestController MDC={correlationId=b10063f9-4d2b-4593-90c6-4dc3e7477496, user=NF} REST_CONTROLLER - initOrderForex, elapsed: 398ms, exit with retval: GenericOrderStructure
  811. 2019-09-16 10:35:59.951 [http-nio-8090-exec-7] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=7585648b-7bea-4fd6-be4b-bd5d56bbba9b} authorized user 'NF', setting security context
  812. 2019-09-16 10:36:00.173 [http-nio-8090-exec-10] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=e134e4aa-57a3-46b3-9b12-a01e33c5aa22} authorized user 'NF', setting security context
  813. 2019-09-16 10:36:38.928 [http-nio-8090-exec-8] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=c0b58f3c-ce88-4325-9c0d-c50e39872900} authorized user 'NF', setting security context
  814. 2019-09-16 10:36:38.970 [http-nio-8090-exec-8] INFO TRACING mf_thrift.order$Iface MDC={correlationId=c0b58f3c-ce88-4325-9c0d-c50e39872900, user=NF} THRIFT - init_order, elapsed: 41ms, exit with retval: OrderStructure
  815. 2019-09-16 10:36:38.971 [http-nio-8090-exec-8] INFO TRACING order.DefaultOrderForexRepository MDC={correlationId=c0b58f3c-ce88-4325-9c0d-c50e39872900, user=NF} THRIFT - initOrderForex, elapsed: 42ms, exit with retval: OrderForexStructure
  816. 2019-09-16 10:36:39.060 [http-nio-8090-exec-8] INFO TRACING rest.OrderForexRestController MDC={correlationId=c0b58f3c-ce88-4325-9c0d-c50e39872900, user=NF} REST_CONTROLLER - initOrderForex, elapsed: 130ms, exit with retval: GenericOrderStructure
  817. 2019-09-16 10:36:39.924 [http-nio-8090-exec-2] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=5dd355c4-c3ad-491a-8ab1-6b1c58f57f5b} authorized user 'NF', setting security context
  818. 2019-09-16 10:36:40.079 [http-nio-8090-exec-6] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=e53669c5-f35f-4ad6-89f0-e52cbab0f356} authorized user 'NF', setting security context
  819. 2019-09-16 10:37:18.629 [http-nio-8090-exec-4] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=6a070905-3018-4114-aff8-75edfdec07ba} authorized user 'NF', setting security context
  820. 2019-09-16 10:37:18.671 [http-nio-8090-exec-4] INFO TRACING mf_thrift.order$Iface MDC={correlationId=6a070905-3018-4114-aff8-75edfdec07ba, user=NF} THRIFT - init_order, elapsed: 40ms, exit with retval: OrderStructure
  821. 2019-09-16 10:37:18.672 [http-nio-8090-exec-4] INFO TRACING order.DefaultOrderForexRepository MDC={correlationId=6a070905-3018-4114-aff8-75edfdec07ba, user=NF} THRIFT - initOrderForex, elapsed: 42ms, exit with retval: OrderForexStructure
  822. 2019-09-16 10:37:18.763 [http-nio-8090-exec-4] INFO TRACING rest.OrderForexRestController MDC={correlationId=6a070905-3018-4114-aff8-75edfdec07ba, user=NF} REST_CONTROLLER - initOrderForex, elapsed: 133ms, exit with retval: GenericOrderStructure
  823. 2019-09-16 10:37:19.841 [http-nio-8090-exec-9] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=d6dcfc24-b30a-475a-b5ae-abecb77238ab} authorized user 'NF', setting security context
  824. 2019-09-16 10:37:20.364 [http-nio-8090-exec-8] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=9108cb4a-a3ce-436c-885f-0a9a4cb29172} authorized user 'NF', setting security context
  825. 2019-09-16 10:37:59.770 [http-nio-8090-exec-5] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=ad0896fb-7aaa-41fb-80e8-c791e6998ad6} authorized user 'NF', setting security context
  826. 2019-09-16 10:37:59.825 [http-nio-8090-exec-5] INFO TRACING composite.CounterpartRestController MDC={correlationId=ad0896fb-7aaa-41fb-80e8-c791e6998ad6, user=NF} REST_CONTROLLER - readAccessoryData, elapsed: 53ms, exit with retval: Map
  827. 2019-09-16 10:37:59.864 [http-nio-8090-exec-6] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=d73c920d-4787-4543-91ad-fc1ee4d01a70} authorized user 'NF', setting security context
  828. 2019-09-16 10:38:00.350 [http-nio-8090-exec-4] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=17b1f3e7-ce8b-421b-a072-f02c6568bcf7} authorized user 'NF', setting security context
  829. 2019-09-16 10:38:00.353 [http-nio-8090-exec-4] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=17b1f3e7-ce8b-421b-a072-f02c6568bcf7, user=NF} REST_CONTROLLER - validate, elapsed: 0ms, exit with retval: ValidationResult
  830. 2019-09-16 10:38:00.419 [http-nio-8090-exec-6] INFO TRACING rest.UserRestController MDC={correlationId=d73c920d-4787-4543-91ad-fc1ee4d01a70, user=NF} REST_CONTROLLER - saveMRU, elapsed: 553ms, exit with retval: ResponseEntity
  831. 2019-09-16 10:38:00.516 [http-nio-8090-exec-10] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=f9be373f-1aa7-49cf-9790-a4594230d7a4} authorized user 'NF', setting security context
  832. 2019-09-16 10:38:00.519 [http-nio-8090-exec-10] INFO INFO com.themaconsulting.mfw.adapter.order.OrderForexClientAdapterService(104) MDC={correlationId=f9be373f-1aa7-49cf-9790-a4594230d7a4, user=NF} Complete Order called with ProcessToken : SessionToken(token:5018470)
  833. 2019-09-16 10:38:00.604 [http-nio-8090-exec-10] INFO TRACING mf_thrift.order$Iface MDC={correlationId=f9be373f-1aa7-49cf-9790-a4594230d7a4, user=NF} THRIFT - complete_order, elapsed: 84ms, exit with retval: OrderStructure
  834. 2019-09-16 10:38:00.605 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=f9be373f-1aa7-49cf-9790-a4594230d7a4, user=NF} Property: class has no read accessor
  835. 2019-09-16 10:38:00.605 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=f9be373f-1aa7-49cf-9790-a4594230d7a4, user=NF} Property: compositeId has no read accessor
  836. 2019-09-16 10:38:00.605 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=f9be373f-1aa7-49cf-9790-a4594230d7a4, user=NF} Property: class has no read accessor
  837. 2019-09-16 10:38:00.605 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=f9be373f-1aa7-49cf-9790-a4594230d7a4, user=NF} Property: class has no read accessor
  838. 2019-09-16 10:38:00.605 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=f9be373f-1aa7-49cf-9790-a4594230d7a4, user=NF} Property: accessoryDataRequired has no read accessor
  839. 2019-09-16 10:38:00.605 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=f9be373f-1aa7-49cf-9790-a4594230d7a4, user=NF} Property: class has no read accessor
  840. 2019-09-16 10:38:00.606 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=f9be373f-1aa7-49cf-9790-a4594230d7a4, user=NF} Property: class has no read accessor
  841. 2019-09-16 10:38:00.606 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=f9be373f-1aa7-49cf-9790-a4594230d7a4, user=NF} Property: class has no read accessor
  842. 2019-09-16 10:38:00.606 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=f9be373f-1aa7-49cf-9790-a4594230d7a4, user=NF} Property: class has no read accessor
  843. 2019-09-16 10:38:00.606 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=f9be373f-1aa7-49cf-9790-a4594230d7a4, user=NF} Property: compositeId has no read accessor
  844. 2019-09-16 10:38:00.606 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=f9be373f-1aa7-49cf-9790-a4594230d7a4, user=NF} Property: class has no read accessor
  845. 2019-09-16 10:38:00.606 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=f9be373f-1aa7-49cf-9790-a4594230d7a4, user=NF} Property: class has no read accessor
  846. 2019-09-16 10:38:00.606 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=f9be373f-1aa7-49cf-9790-a4594230d7a4, user=NF} Property: class has no read accessor
  847. 2019-09-16 10:38:00.606 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=f9be373f-1aa7-49cf-9790-a4594230d7a4, user=NF} Property: class has no read accessor
  848. 2019-09-16 10:38:00.606 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=f9be373f-1aa7-49cf-9790-a4594230d7a4, user=NF} Property: class has no read accessor
  849. 2019-09-16 10:38:00.607 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=f9be373f-1aa7-49cf-9790-a4594230d7a4, user=NF} Property: accessoryDataRequired has no read accessor
  850. 2019-09-16 10:38:00.607 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=f9be373f-1aa7-49cf-9790-a4594230d7a4, user=NF} Property: class has no read accessor
  851. 2019-09-16 10:38:00.607 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=f9be373f-1aa7-49cf-9790-a4594230d7a4, user=NF} Property: accessoryDataRequired has no read accessor
  852. 2019-09-16 10:38:00.607 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=f9be373f-1aa7-49cf-9790-a4594230d7a4, user=NF} Property: class has no read accessor
  853. 2019-09-16 10:38:00.607 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=f9be373f-1aa7-49cf-9790-a4594230d7a4, user=NF} Property: class has no read accessor
  854. 2019-09-16 10:38:00.608 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=f9be373f-1aa7-49cf-9790-a4594230d7a4, user=NF} Property: accessoryDataRequired has no read accessor
  855. 2019-09-16 10:38:00.608 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=f9be373f-1aa7-49cf-9790-a4594230d7a4, user=NF} Property: class has no read accessor
  856. 2019-09-16 10:38:00.608 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=f9be373f-1aa7-49cf-9790-a4594230d7a4, user=NF} Property: class has no read accessor
  857. 2019-09-16 10:38:00.608 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=f9be373f-1aa7-49cf-9790-a4594230d7a4, user=NF} Property: class has no read accessor
  858. 2019-09-16 10:38:00.608 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=f9be373f-1aa7-49cf-9790-a4594230d7a4, user=NF} Property: class has no read accessor
  859. 2019-09-16 10:38:00.608 [http-nio-8090-exec-10] INFO TRACING order.DefaultOrderForexRepository MDC={correlationId=f9be373f-1aa7-49cf-9790-a4594230d7a4, user=NF} THRIFT - completeOrder, elapsed: 89ms, exit with retval: OrderForexStructure
  860. 2019-09-16 10:38:00.609 [http-nio-8090-exec-10] INFO TRACING rest.OrderForexRestController MDC={correlationId=f9be373f-1aa7-49cf-9790-a4594230d7a4, user=NF} REST_CONTROLLER - completeOrder, elapsed: 89ms, exit with retval: GenericOrderStructure
  861. 2019-09-16 10:38:00.840 [http-nio-8090-exec-5] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=627c9681-ceb8-4799-b3be-0306a9f1425e} authorized user 'NF', setting security context
  862. 2019-09-16 10:38:00.842 [http-nio-8090-exec-5] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=627c9681-ceb8-4799-b3be-0306a9f1425e, user=NF} REST_CONTROLLER - validate, elapsed: 0ms, exit with retval: ValidationResult
  863. 2019-09-16 10:38:00.918 [http-nio-8090-exec-2] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=3b2fb19d-d92f-49ff-9cee-f5391f15fa36} authorized user 'NF', setting security context
  864. 2019-09-16 10:38:00.919 [http-nio-8090-exec-3] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=22a3708f-8a49-4d45-935e-ed5da2e64b93} authorized user 'NF', setting security context
  865. 2019-09-16 10:38:00.920 [http-nio-8090-exec-2] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=3b2fb19d-d92f-49ff-9cee-f5391f15fa36, user=NF} REST_CONTROLLER - validate, elapsed: 0ms, exit with retval: ValidationResult
  866. 2019-09-16 10:38:00.922 [http-nio-8090-exec-3] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=22a3708f-8a49-4d45-935e-ed5da2e64b93, user=NF} REST_CONTROLLER - validate, elapsed: 0ms, exit with retval: ValidationResult
  867. 2019-09-16 10:38:02.457 [http-nio-8090-exec-7] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=3f9a1f85-e369-44d0-8436-21c770515f96} authorized user 'NF', setting security context
  868. 2019-09-16 10:38:02.459 [http-nio-8090-exec-7] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=3f9a1f85-e369-44d0-8436-21c770515f96, user=NF} REST_CONTROLLER - validate, elapsed: 1ms, exit with retval: ValidationResult
  869. 2019-09-16 10:38:02.878 [http-nio-8090-exec-10] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=e3029b50-fc05-4def-8158-a4df98521b31} authorized user 'NF', setting security context
  870. 2019-09-16 10:38:02.883 [http-nio-8090-exec-10] INFO INFO com.themaconsulting.mfw.adapter.order.OrderForexClientAdapterService(104) MDC={correlationId=e3029b50-fc05-4def-8158-a4df98521b31, user=NF} Complete Order called with ProcessToken : SessionToken(token:5018470)
  871. 2019-09-16 10:38:02.933 [http-nio-8090-exec-10] INFO TRACING mf_thrift.order$Iface MDC={correlationId=e3029b50-fc05-4def-8158-a4df98521b31, user=NF} THRIFT - complete_order, elapsed: 49ms, exit with retval: OrderStructure
  872. 2019-09-16 10:38:02.934 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=e3029b50-fc05-4def-8158-a4df98521b31, user=NF} Property: class has no read accessor
  873. 2019-09-16 10:38:02.934 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=e3029b50-fc05-4def-8158-a4df98521b31, user=NF} Property: compositeId has no read accessor
  874. 2019-09-16 10:38:02.934 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=e3029b50-fc05-4def-8158-a4df98521b31, user=NF} Property: class has no read accessor
  875. 2019-09-16 10:38:02.934 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=e3029b50-fc05-4def-8158-a4df98521b31, user=NF} Property: class has no read accessor
  876. 2019-09-16 10:38:02.934 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=e3029b50-fc05-4def-8158-a4df98521b31, user=NF} Property: accessoryDataRequired has no read accessor
  877. 2019-09-16 10:38:02.934 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=e3029b50-fc05-4def-8158-a4df98521b31, user=NF} Property: class has no read accessor
  878. 2019-09-16 10:38:02.934 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=e3029b50-fc05-4def-8158-a4df98521b31, user=NF} Property: class has no read accessor
  879. 2019-09-16 10:38:02.934 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=e3029b50-fc05-4def-8158-a4df98521b31, user=NF} Property: class has no read accessor
  880. 2019-09-16 10:38:02.935 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=e3029b50-fc05-4def-8158-a4df98521b31, user=NF} Property: class has no read accessor
  881. 2019-09-16 10:38:02.935 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=e3029b50-fc05-4def-8158-a4df98521b31, user=NF} Property: compositeId has no read accessor
  882. 2019-09-16 10:38:02.935 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=e3029b50-fc05-4def-8158-a4df98521b31, user=NF} Property: class has no read accessor
  883. 2019-09-16 10:38:02.935 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=e3029b50-fc05-4def-8158-a4df98521b31, user=NF} Property: class has no read accessor
  884. 2019-09-16 10:38:02.935 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=e3029b50-fc05-4def-8158-a4df98521b31, user=NF} Property: class has no read accessor
  885. 2019-09-16 10:38:02.935 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=e3029b50-fc05-4def-8158-a4df98521b31, user=NF} Property: class has no read accessor
  886. 2019-09-16 10:38:02.935 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=e3029b50-fc05-4def-8158-a4df98521b31, user=NF} Property: class has no read accessor
  887. 2019-09-16 10:38:02.935 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=e3029b50-fc05-4def-8158-a4df98521b31, user=NF} Property: accessoryDataRequired has no read accessor
  888. 2019-09-16 10:38:02.935 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=e3029b50-fc05-4def-8158-a4df98521b31, user=NF} Property: class has no read accessor
  889. 2019-09-16 10:38:02.935 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=e3029b50-fc05-4def-8158-a4df98521b31, user=NF} Property: accessoryDataRequired has no read accessor
  890. 2019-09-16 10:38:02.935 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=e3029b50-fc05-4def-8158-a4df98521b31, user=NF} Property: class has no read accessor
  891. 2019-09-16 10:38:02.936 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=e3029b50-fc05-4def-8158-a4df98521b31, user=NF} Property: accessoryDataRequired has no read accessor
  892. 2019-09-16 10:38:02.936 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=e3029b50-fc05-4def-8158-a4df98521b31, user=NF} Property: class has no read accessor
  893. 2019-09-16 10:38:02.936 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=e3029b50-fc05-4def-8158-a4df98521b31, user=NF} Property: accessoryDataRequired has no read accessor
  894. 2019-09-16 10:38:02.936 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=e3029b50-fc05-4def-8158-a4df98521b31, user=NF} Property: class has no read accessor
  895. 2019-09-16 10:38:02.936 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=e3029b50-fc05-4def-8158-a4df98521b31, user=NF} Property: class has no read accessor
  896. 2019-09-16 10:38:02.936 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=e3029b50-fc05-4def-8158-a4df98521b31, user=NF} Property: accessoryDataRequired has no read accessor
  897. 2019-09-16 10:38:02.936 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=e3029b50-fc05-4def-8158-a4df98521b31, user=NF} Property: class has no read accessor
  898. 2019-09-16 10:38:02.936 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=e3029b50-fc05-4def-8158-a4df98521b31, user=NF} Property: accessoryDataRequired has no read accessor
  899. 2019-09-16 10:38:02.936 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=e3029b50-fc05-4def-8158-a4df98521b31, user=NF} Property: class has no read accessor
  900. 2019-09-16 10:38:02.937 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=e3029b50-fc05-4def-8158-a4df98521b31, user=NF} Property: class has no read accessor
  901. 2019-09-16 10:38:02.937 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=e3029b50-fc05-4def-8158-a4df98521b31, user=NF} Property: class has no read accessor
  902. 2019-09-16 10:38:02.937 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=e3029b50-fc05-4def-8158-a4df98521b31, user=NF} Property: class has no read accessor
  903. 2019-09-16 10:38:02.937 [http-nio-8090-exec-10] DEBUG TRACING helpers.MergeHelper MDC={correlationId=e3029b50-fc05-4def-8158-a4df98521b31, user=NF} Property: class has no read accessor
  904. 2019-09-16 10:38:02.937 [http-nio-8090-exec-10] INFO TRACING order.DefaultOrderForexRepository MDC={correlationId=e3029b50-fc05-4def-8158-a4df98521b31, user=NF} THRIFT - completeOrder, elapsed: 54ms, exit with retval: OrderForexStructure
  905. 2019-09-16 10:38:02.937 [http-nio-8090-exec-10] INFO TRACING rest.OrderForexRestController MDC={correlationId=e3029b50-fc05-4def-8158-a4df98521b31, user=NF} REST_CONTROLLER - completeOrder, elapsed: 54ms, exit with retval: GenericOrderStructure
  906. 2019-09-16 10:38:03.067 [http-nio-8090-exec-2] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=491aa6e6-d85a-41c9-abc7-8cc0f493c9d9} authorized user 'NF', setting security context
  907. 2019-09-16 10:38:03.069 [http-nio-8090-exec-2] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=491aa6e6-d85a-41c9-abc7-8cc0f493c9d9, user=NF} REST_CONTROLLER - validate, elapsed: 0ms, exit with retval: ValidationResult
  908. 2019-09-16 10:38:03.630 [http-nio-8090-exec-3] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=ad30152e-9caa-4ffb-a79b-62d17f873e1d} authorized user 'NF', setting security context
  909. 2019-09-16 10:38:03.633 [http-nio-8090-exec-3] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=ad30152e-9caa-4ffb-a79b-62d17f873e1d, user=NF} REST_CONTROLLER - validate, elapsed: 0ms, exit with retval: ValidationResult
  910. 2019-09-16 10:38:03.794 [http-nio-8090-exec-6] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=dfa5de75-a0cd-4045-83ab-802a503da603} authorized user 'NF', setting security context
  911. 2019-09-16 10:38:03.796 [http-nio-8090-exec-6] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=dfa5de75-a0cd-4045-83ab-802a503da603, user=NF} REST_CONTROLLER - validate, elapsed: 0ms, exit with retval: ValidationResult
  912. 2019-09-16 10:38:03.801 [http-nio-8090-exec-10] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=4f44ec62-ebea-4835-a3c5-918d0f69cc09} authorized user 'NF', setting security context
  913. 2019-09-16 10:38:03.803 [http-nio-8090-exec-10] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=4f44ec62-ebea-4835-a3c5-918d0f69cc09, user=NF} REST_CONTROLLER - validate, elapsed: 0ms, exit with retval: ValidationResult
  914. 2019-09-16 10:38:03.873 [http-nio-8090-exec-9] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=acfb2b62-ae02-4e9d-b298-fc8a3b5ce9e3} authorized user 'NF', setting security context
  915. 2019-09-16 10:38:03.876 [http-nio-8090-exec-9] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=acfb2b62-ae02-4e9d-b298-fc8a3b5ce9e3, user=NF} REST_CONTROLLER - validate, elapsed: 1ms, exit with retval: ValidationResult
  916. 2019-09-16 10:38:03.879 [http-nio-8090-exec-8] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=0d3cd8d2-0b67-4fb3-93e1-62e11b6a9b58} authorized user 'NF', setting security context
  917. 2019-09-16 10:38:03.946 [http-nio-8090-exec-8] INFO TRACING composite.CurrencyRestController MDC={correlationId=0d3cd8d2-0b67-4fb3-93e1-62e11b6a9b58, user=NF} REST_CONTROLLER - validateCurrencyPair, elapsed: 64ms, exit with retval: boolea
  918. 2019-09-16 10:38:04.040 [http-nio-8090-exec-5] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=49746e01-2b39-4021-a95c-5c4dbb8402ee} authorized user 'NF', setting security context
  919. 2019-09-16 10:38:04.044 [http-nio-8090-exec-5] INFO INFO com.themaconsulting.mfw.adapter.order.OrderForexClientAdapterService(104) MDC={correlationId=49746e01-2b39-4021-a95c-5c4dbb8402ee, user=NF} Complete Order called with ProcessToken : SessionToken(token:5018470)
  920. 2019-09-16 10:38:04.087 [http-nio-8090-exec-5] INFO TRACING mf_thrift.order$Iface MDC={correlationId=49746e01-2b39-4021-a95c-5c4dbb8402ee, user=NF} THRIFT - complete_order, elapsed: 43ms, exit with retval: OrderStructure
  921. 2019-09-16 10:38:04.088 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=49746e01-2b39-4021-a95c-5c4dbb8402ee, user=NF} Property: class has no read accessor
  922. 2019-09-16 10:38:04.088 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=49746e01-2b39-4021-a95c-5c4dbb8402ee, user=NF} Property: compositeId has no read accessor
  923. 2019-09-16 10:38:04.088 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=49746e01-2b39-4021-a95c-5c4dbb8402ee, user=NF} Property: class has no read accessor
  924. 2019-09-16 10:38:04.088 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=49746e01-2b39-4021-a95c-5c4dbb8402ee, user=NF} Property: class has no read accessor
  925. 2019-09-16 10:38:04.089 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=49746e01-2b39-4021-a95c-5c4dbb8402ee, user=NF} Property: accessoryDataRequired has no read accessor
  926. 2019-09-16 10:38:04.089 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=49746e01-2b39-4021-a95c-5c4dbb8402ee, user=NF} Property: class has no read accessor
  927. 2019-09-16 10:38:04.089 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=49746e01-2b39-4021-a95c-5c4dbb8402ee, user=NF} Property: class has no read accessor
  928. 2019-09-16 10:38:04.089 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=49746e01-2b39-4021-a95c-5c4dbb8402ee, user=NF} Property: class has no read accessor
  929. 2019-09-16 10:38:04.089 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=49746e01-2b39-4021-a95c-5c4dbb8402ee, user=NF} Property: class has no read accessor
  930. 2019-09-16 10:38:04.089 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=49746e01-2b39-4021-a95c-5c4dbb8402ee, user=NF} Property: compositeId has no read accessor
  931. 2019-09-16 10:38:04.089 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=49746e01-2b39-4021-a95c-5c4dbb8402ee, user=NF} Property: class has no read accessor
  932. 2019-09-16 10:38:04.089 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=49746e01-2b39-4021-a95c-5c4dbb8402ee, user=NF} Property: class has no read accessor
  933. 2019-09-16 10:38:04.089 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=49746e01-2b39-4021-a95c-5c4dbb8402ee, user=NF} Property: class has no read accessor
  934. 2019-09-16 10:38:04.089 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=49746e01-2b39-4021-a95c-5c4dbb8402ee, user=NF} Property: accessoryDataRequired has no read accessor
  935. 2019-09-16 10:38:04.089 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=49746e01-2b39-4021-a95c-5c4dbb8402ee, user=NF} Property: class has no read accessor
  936. 2019-09-16 10:38:04.090 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=49746e01-2b39-4021-a95c-5c4dbb8402ee, user=NF} Property: class has no read accessor
  937. 2019-09-16 10:38:04.090 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=49746e01-2b39-4021-a95c-5c4dbb8402ee, user=NF} Property: class has no read accessor
  938. 2019-09-16 10:38:04.090 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=49746e01-2b39-4021-a95c-5c4dbb8402ee, user=NF} Property: accessoryDataRequired has no read accessor
  939. 2019-09-16 10:38:04.090 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=49746e01-2b39-4021-a95c-5c4dbb8402ee, user=NF} Property: class has no read accessor
  940. 2019-09-16 10:38:04.090 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=49746e01-2b39-4021-a95c-5c4dbb8402ee, user=NF} Property: accessoryDataRequired has no read accessor
  941. 2019-09-16 10:38:04.090 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=49746e01-2b39-4021-a95c-5c4dbb8402ee, user=NF} Property: class has no read accessor
  942. 2019-09-16 10:38:04.090 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=49746e01-2b39-4021-a95c-5c4dbb8402ee, user=NF} Property: accessoryDataRequired has no read accessor
  943. 2019-09-16 10:38:04.090 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=49746e01-2b39-4021-a95c-5c4dbb8402ee, user=NF} Property: class has no read accessor
  944. 2019-09-16 10:38:04.091 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=49746e01-2b39-4021-a95c-5c4dbb8402ee, user=NF} Property: accessoryDataRequired has no read accessor
  945. 2019-09-16 10:38:04.091 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=49746e01-2b39-4021-a95c-5c4dbb8402ee, user=NF} Property: class has no read accessor
  946. 2019-09-16 10:38:04.091 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=49746e01-2b39-4021-a95c-5c4dbb8402ee, user=NF} Property: class has no read accessor
  947. 2019-09-16 10:38:04.091 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=49746e01-2b39-4021-a95c-5c4dbb8402ee, user=NF} Property: accessoryDataRequired has no read accessor
  948. 2019-09-16 10:38:04.091 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=49746e01-2b39-4021-a95c-5c4dbb8402ee, user=NF} Property: class has no read accessor
  949. 2019-09-16 10:38:04.091 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=49746e01-2b39-4021-a95c-5c4dbb8402ee, user=NF} Property: accessoryDataRequired has no read accessor
  950. 2019-09-16 10:38:04.091 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=49746e01-2b39-4021-a95c-5c4dbb8402ee, user=NF} Property: class has no read accessor
  951. 2019-09-16 10:38:04.091 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=49746e01-2b39-4021-a95c-5c4dbb8402ee, user=NF} Property: class has no read accessor
  952. 2019-09-16 10:38:04.091 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=49746e01-2b39-4021-a95c-5c4dbb8402ee, user=NF} Property: class has no read accessor
  953. 2019-09-16 10:38:04.091 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=49746e01-2b39-4021-a95c-5c4dbb8402ee, user=NF} Property: class has no read accessor
  954. 2019-09-16 10:38:04.092 [http-nio-8090-exec-5] DEBUG TRACING helpers.MergeHelper MDC={correlationId=49746e01-2b39-4021-a95c-5c4dbb8402ee, user=NF} Property: class has no read accessor
  955. 2019-09-16 10:38:04.092 [http-nio-8090-exec-5] INFO TRACING order.DefaultOrderForexRepository MDC={correlationId=49746e01-2b39-4021-a95c-5c4dbb8402ee, user=NF} THRIFT - completeOrder, elapsed: 48ms, exit with retval: OrderForexStructure
  956. 2019-09-16 10:38:04.093 [http-nio-8090-exec-5] INFO TRACING rest.OrderForexRestController MDC={correlationId=49746e01-2b39-4021-a95c-5c4dbb8402ee, user=NF} REST_CONTROLLER - completeOrder, elapsed: 48ms, exit with retval: GenericOrderStructure
  957. 2019-09-16 10:38:04.311 [http-nio-8090-exec-10] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=39b9e447-5723-4f4b-b433-b77eb2c497e2} authorized user 'NF', setting security context
  958. 2019-09-16 10:38:04.313 [http-nio-8090-exec-10] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=39b9e447-5723-4f4b-b433-b77eb2c497e2, user=NF} REST_CONTROLLER - validate, elapsed: 0ms, exit with retval: ValidationResult
  959. 2019-09-16 10:38:04.383 [http-nio-8090-exec-1] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=1a5640c5-4ab4-443c-8143-d12b6f4594f0} authorized user 'NF', setting security context
  960. 2019-09-16 10:38:04.383 [http-nio-8090-exec-9] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=e2a3574c-f917-427d-bf57-ae3aa57ca1cf} authorized user 'NF', setting security context
  961. 2019-09-16 10:38:04.385 [http-nio-8090-exec-9] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=e2a3574c-f917-427d-bf57-ae3aa57ca1cf, user=NF} REST_CONTROLLER - validate, elapsed: 0ms, exit with retval: ValidationResult
  962. 2019-09-16 10:38:04.386 [http-nio-8090-exec-1] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=1a5640c5-4ab4-443c-8143-d12b6f4594f0, user=NF} REST_CONTROLLER - validate, elapsed: 1ms, exit with retval: ValidationResult
  963. 2019-09-16 10:38:04.396 [http-nio-8090-exec-8] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=5d266784-ff42-43d6-827f-a4e3bbea4c5a} authorized user 'NF', setting security context
  964. 2019-09-16 10:38:04.399 [http-nio-8090-exec-8] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=5d266784-ff42-43d6-827f-a4e3bbea4c5a, user=NF} REST_CONTROLLER - validate, elapsed: 0ms, exit with retval: ValidationResult
  965. 2019-09-16 10:38:04.401 [http-nio-8090-exec-5] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=ca029d64-ea78-4600-a259-723731b6fe24} authorized user 'NF', setting security context
  966. 2019-09-16 10:38:04.404 [http-nio-8090-exec-5] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=ca029d64-ea78-4600-a259-723731b6fe24, user=NF} REST_CONTROLLER - validate, elapsed: 1ms, exit with retval: ValidationResult
  967. 2019-09-16 10:38:07.615 [http-nio-8090-exec-3] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=11fdc1a5-1717-447d-8ca3-c80b5101e9db} authorized user 'NF', setting security context
  968. 2019-09-16 10:38:07.698 [http-nio-8090-exec-3] INFO TRACING mf_thrift.scenario$Iface MDC={correlationId=11fdc1a5-1717-447d-8ca3-c80b5101e9db, user=NF} THRIFT - order_price, elapsed: 27ms, exit with retval: double
  969. 2019-09-16 10:38:07.698 [http-nio-8090-exec-3] INFO TRACING scenario.DefaultScenarioRepository MDC={correlationId=11fdc1a5-1717-447d-8ca3-c80b5101e9db, user=NF} THRIFT - readExchangeRate, elapsed: 27ms, exit with retval: double
  970. 2019-09-16 10:38:07.698 [http-nio-8090-exec-3] INFO TRACING rest.OrderForexRestController MDC={correlationId=11fdc1a5-1717-447d-8ca3-c80b5101e9db, user=NF} REST_CONTROLLER - readExchangeRate, elapsed: 81ms, exit with retval: double
  971. 2019-09-16 10:38:10.363 [http-nio-8090-exec-7] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=2ecfa584-7f84-4f56-990b-42571da7ce3d} authorized user 'NF', setting security context
  972. 2019-09-16 10:38:10.366 [http-nio-8090-exec-7] INFO INFO com.themaconsulting.mfw.adapter.order.OrderForexClientAdapterService(104) MDC={correlationId=2ecfa584-7f84-4f56-990b-42571da7ce3d, user=NF} Complete Order called with ProcessToken : SessionToken(token:5018470)
  973. 2019-09-16 10:38:10.417 [http-nio-8090-exec-7] INFO TRACING mf_thrift.order$Iface MDC={correlationId=2ecfa584-7f84-4f56-990b-42571da7ce3d, user=NF} THRIFT - complete_order, elapsed: 51ms, exit with retval: OrderStructure
  974. 2019-09-16 10:38:10.418 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=2ecfa584-7f84-4f56-990b-42571da7ce3d, user=NF} Property: class has no read accessor
  975. 2019-09-16 10:38:10.418 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=2ecfa584-7f84-4f56-990b-42571da7ce3d, user=NF} Property: compositeId has no read accessor
  976. 2019-09-16 10:38:10.418 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=2ecfa584-7f84-4f56-990b-42571da7ce3d, user=NF} Property: class has no read accessor
  977. 2019-09-16 10:38:10.418 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=2ecfa584-7f84-4f56-990b-42571da7ce3d, user=NF} Property: class has no read accessor
  978. 2019-09-16 10:38:10.418 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=2ecfa584-7f84-4f56-990b-42571da7ce3d, user=NF} Property: accessoryDataRequired has no read accessor
  979. 2019-09-16 10:38:10.418 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=2ecfa584-7f84-4f56-990b-42571da7ce3d, user=NF} Property: class has no read accessor
  980. 2019-09-16 10:38:10.418 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=2ecfa584-7f84-4f56-990b-42571da7ce3d, user=NF} Property: class has no read accessor
  981. 2019-09-16 10:38:10.419 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=2ecfa584-7f84-4f56-990b-42571da7ce3d, user=NF} Property: class has no read accessor
  982. 2019-09-16 10:38:10.419 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=2ecfa584-7f84-4f56-990b-42571da7ce3d, user=NF} Property: class has no read accessor
  983. 2019-09-16 10:38:10.419 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=2ecfa584-7f84-4f56-990b-42571da7ce3d, user=NF} Property: compositeId has no read accessor
  984. 2019-09-16 10:38:10.419 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=2ecfa584-7f84-4f56-990b-42571da7ce3d, user=NF} Property: class has no read accessor
  985. 2019-09-16 10:38:10.419 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=2ecfa584-7f84-4f56-990b-42571da7ce3d, user=NF} Property: class has no read accessor
  986. 2019-09-16 10:38:10.419 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=2ecfa584-7f84-4f56-990b-42571da7ce3d, user=NF} Property: class has no read accessor
  987. 2019-09-16 10:38:10.420 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=2ecfa584-7f84-4f56-990b-42571da7ce3d, user=NF} Property: accessoryDataRequired has no read accessor
  988. 2019-09-16 10:38:10.420 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=2ecfa584-7f84-4f56-990b-42571da7ce3d, user=NF} Property: class has no read accessor
  989. 2019-09-16 10:38:10.420 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=2ecfa584-7f84-4f56-990b-42571da7ce3d, user=NF} Property: class has no read accessor
  990. 2019-09-16 10:38:10.420 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=2ecfa584-7f84-4f56-990b-42571da7ce3d, user=NF} Property: class has no read accessor
  991. 2019-09-16 10:38:10.420 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=2ecfa584-7f84-4f56-990b-42571da7ce3d, user=NF} Property: accessoryDataRequired has no read accessor
  992. 2019-09-16 10:38:10.420 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=2ecfa584-7f84-4f56-990b-42571da7ce3d, user=NF} Property: class has no read accessor
  993. 2019-09-16 10:38:10.420 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=2ecfa584-7f84-4f56-990b-42571da7ce3d, user=NF} Property: accessoryDataRequired has no read accessor
  994. 2019-09-16 10:38:10.420 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=2ecfa584-7f84-4f56-990b-42571da7ce3d, user=NF} Property: class has no read accessor
  995. 2019-09-16 10:38:10.420 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=2ecfa584-7f84-4f56-990b-42571da7ce3d, user=NF} Property: accessoryDataRequired has no read accessor
  996. 2019-09-16 10:38:10.420 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=2ecfa584-7f84-4f56-990b-42571da7ce3d, user=NF} Property: class has no read accessor
  997. 2019-09-16 10:38:10.420 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=2ecfa584-7f84-4f56-990b-42571da7ce3d, user=NF} Property: accessoryDataRequired has no read accessor
  998. 2019-09-16 10:38:10.420 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=2ecfa584-7f84-4f56-990b-42571da7ce3d, user=NF} Property: class has no read accessor
  999. 2019-09-16 10:38:10.420 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=2ecfa584-7f84-4f56-990b-42571da7ce3d, user=NF} Property: class has no read accessor
  1000. 2019-09-16 10:38:10.420 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=2ecfa584-7f84-4f56-990b-42571da7ce3d, user=NF} Property: accessoryDataRequired has no read accessor
  1001. 2019-09-16 10:38:10.420 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=2ecfa584-7f84-4f56-990b-42571da7ce3d, user=NF} Property: class has no read accessor
  1002. 2019-09-16 10:38:10.421 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=2ecfa584-7f84-4f56-990b-42571da7ce3d, user=NF} Property: accessoryDataRequired has no read accessor
  1003. 2019-09-16 10:38:10.421 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=2ecfa584-7f84-4f56-990b-42571da7ce3d, user=NF} Property: class has no read accessor
  1004. 2019-09-16 10:38:10.421 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=2ecfa584-7f84-4f56-990b-42571da7ce3d, user=NF} Property: class has no read accessor
  1005. 2019-09-16 10:38:10.421 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=2ecfa584-7f84-4f56-990b-42571da7ce3d, user=NF} Property: class has no read accessor
  1006. 2019-09-16 10:38:10.421 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=2ecfa584-7f84-4f56-990b-42571da7ce3d, user=NF} Property: class has no read accessor
  1007. 2019-09-16 10:38:10.421 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=2ecfa584-7f84-4f56-990b-42571da7ce3d, user=NF} Property: class has no read accessor
  1008. 2019-09-16 10:38:10.421 [http-nio-8090-exec-7] DEBUG TRACING helpers.MergeHelper MDC={correlationId=2ecfa584-7f84-4f56-990b-42571da7ce3d, user=NF} Property: class has no read accessor
  1009. 2019-09-16 10:38:10.422 [http-nio-8090-exec-7] INFO TRACING order.DefaultOrderForexRepository MDC={correlationId=2ecfa584-7f84-4f56-990b-42571da7ce3d, user=NF} THRIFT - completeOrder, elapsed: 55ms, exit with retval: OrderForexStructure
  1010. 2019-09-16 10:38:10.422 [http-nio-8090-exec-7] INFO TRACING rest.OrderForexRestController MDC={correlationId=2ecfa584-7f84-4f56-990b-42571da7ce3d, user=NF} REST_CONTROLLER - completeOrder, elapsed: 56ms, exit with retval: GenericOrderStructure
  1011. 2019-09-16 10:38:10.541 [http-nio-8090-exec-2] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=30b33de9-2c42-4328-8e71-8fe8a6f5e7b7} authorized user 'NF', setting security context
  1012. 2019-09-16 10:38:10.543 [http-nio-8090-exec-2] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=30b33de9-2c42-4328-8e71-8fe8a6f5e7b7, user=NF} REST_CONTROLLER - validate, elapsed: 0ms, exit with retval: ValidationResult
  1013. 2019-09-16 10:38:10.682 [http-nio-8090-exec-3] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=b0f8e319-1469-4069-978d-5c92632629cd} authorized user 'NF', setting security context
  1014. 2019-09-16 10:38:10.684 [http-nio-8090-exec-3] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=b0f8e319-1469-4069-978d-5c92632629cd, user=NF} REST_CONTROLLER - validate, elapsed: 0ms, exit with retval: ValidationResult
  1015. 2019-09-16 10:38:10.689 [http-nio-8090-exec-7] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=9d452f20-9e6f-46c1-a263-7e0886b91414} authorized user 'NF', setting security context
  1016. 2019-09-16 10:38:10.689 [http-nio-8090-exec-4] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=d95a5346-7563-4793-91a2-bb956c38296b} authorized user 'NF', setting security context
  1017. 2019-09-16 10:38:10.692 [http-nio-8090-exec-4] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=d95a5346-7563-4793-91a2-bb956c38296b, user=NF} REST_CONTROLLER - validate, elapsed: 1ms, exit with retval: ValidationResult
  1018. 2019-09-16 10:38:10.696 [http-nio-8090-exec-7] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=9d452f20-9e6f-46c1-a263-7e0886b91414, user=NF} REST_CONTROLLER - validate, elapsed: 0ms, exit with retval: ValidationResult
  1019. 2019-09-16 10:38:10.708 [http-nio-8090-exec-6] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=cd0d53d7-4dfa-4c0c-865d-3f0871548ed6} authorized user 'NF', setting security context
  1020. 2019-09-16 10:38:10.710 [http-nio-8090-exec-6] INFO TRACING composite.GenericCompositeInputRestController MDC={correlationId=cd0d53d7-4dfa-4c0c-865d-3f0871548ed6, user=NF} REST_CONTROLLER - validate, elapsed: 0ms, exit with retval: ValidationResult
  1021. 2019-09-16 10:51:29.253 [http-nio-8090-exec-8] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=27f0973a-9b9f-417a-bef4-fd10bfcfe93f} authorized user 'NF', setting security context
  1022. 2019-09-16 10:51:29.991 [http-nio-8090-exec-8] INFO TRACING rest.UserRestController MDC={correlationId=27f0973a-9b9f-417a-bef4-fd10bfcfe93f, user=NF} REST_CONTROLLER - readWorkspace, elapsed: 735ms, exit with retval: Workspace
  1023. 2019-09-16 10:51:30.441 [http-nio-8090-exec-3] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=f96026ee-d25a-46ba-b17c-dd7bef437023} authorized user 'NF', setting security context
  1024. 2019-09-16 10:51:30.712 [http-nio-8090-exec-4] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=d12db3a7-665f-48ce-9da5-a575821b68b4} authorized user 'NF', setting security context
  1025. 2019-09-16 10:51:30.823 [http-nio-8090-exec-3] INFO TRACING rest.StatisticRestController MDC={correlationId=f96026ee-d25a-46ba-b17c-dd7bef437023, user=NF} REST_CONTROLLER - readGroupedOrderCountByStatus, elapsed: 380ms, exit with retval: Map
  1026. 2019-09-16 10:51:33.627 [http-nio-8090-exec-4] INFO TRACING rest.OrderMonitorRestController MDC={correlationId=d12db3a7-665f-48ce-9da5-a575821b68b4, user=NF} REST_CONTROLLER - orderMonitor, elapsed: 2913ms, exit with retval: Monitor
  1027. 2019-09-16 10:53:14.001 [http-nio-8090-exec-9] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=11d832f0-7bb3-4403-a424-2119555b0424} authorized user 'NF', setting security context
  1028. 2019-09-16 10:53:14.232 [http-nio-8090-exec-9] INFO TRACING rest.UserRestController MDC={correlationId=11d832f0-7bb3-4403-a424-2119555b0424, user=NF} REST_CONTROLLER - readWorkspace, elapsed: 229ms, exit with retval: Workspace
  1029. 2019-09-16 10:53:14.538 [http-nio-8090-exec-5] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=80eec85c-4ad9-46fa-a80d-a171b0abafb1} authorized user 'NF', setting security context
  1030. 2019-09-16 10:53:14.624 [http-nio-8090-exec-5] INFO TRACING rest.StatisticRestController MDC={correlationId=80eec85c-4ad9-46fa-a80d-a171b0abafb1, user=NF} REST_CONTROLLER - readGroupedOrderCountByStatus, elapsed: 85ms, exit with retval: Map
  1031. 2019-09-16 10:53:14.634 [http-nio-8090-exec-2] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=0b46ba70-d14e-4897-bf1e-9daa52c32cb3} authorized user 'NF', setting security context
  1032. 2019-09-16 10:53:16.899 [http-nio-8090-exec-2] INFO TRACING rest.OrderMonitorRestController MDC={correlationId=0b46ba70-d14e-4897-bf1e-9daa52c32cb3, user=NF} REST_CONTROLLER - orderMonitor, elapsed: 2263ms, exit with retval: Monitor
  1033. 2019-09-16 10:54:23.266 [http-nio-8090-exec-7] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=e6f41cae-7fd6-48b9-9246-7ffcff476bdc} authorized user 'NF', setting security context
  1034. 2019-09-16 10:54:23.432 [http-nio-8090-exec-7] INFO TRACING rest.UserRestController MDC={correlationId=e6f41cae-7fd6-48b9-9246-7ffcff476bdc, user=NF} REST_CONTROLLER - readWorkspace, elapsed: 164ms, exit with retval: Workspace
  1035. 2019-09-16 10:54:23.647 [http-nio-8090-exec-9] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=a3d0b642-6f82-455b-9892-a518a4e493b5} authorized user 'NF', setting security context
  1036. 2019-09-16 10:54:23.686 [http-nio-8090-exec-9] INFO TRACING rest.StatisticRestController MDC={correlationId=a3d0b642-6f82-455b-9892-a518a4e493b5, user=NF} REST_CONTROLLER - readGroupedOrderCountByStatus, elapsed: 37ms, exit with retval: Map
  1037. 2019-09-16 10:54:23.965 [http-nio-8090-exec-1] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=4ff4b37d-9f8a-4e3a-b834-5d747ff0ea2f} authorized user 'NF', setting security context
  1038. 2019-09-16 10:54:26.074 [http-nio-8090-exec-1] INFO TRACING rest.OrderMonitorRestController MDC={correlationId=4ff4b37d-9f8a-4e3a-b834-5d747ff0ea2f, user=NF} REST_CONTROLLER - orderMonitor, elapsed: 2107ms, exit with retval: Monitor
  1039. 2019-09-16 10:54:54.615 [http-nio-8090-exec-5] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=5ad2d536-4f68-431d-b420-19b42c44363a} authorized user 'NF', setting security context
  1040. 2019-09-16 10:54:54.759 [http-nio-8090-exec-5] INFO TRACING rest.UserRestController MDC={correlationId=5ad2d536-4f68-431d-b420-19b42c44363a, user=NF} REST_CONTROLLER - readWorkspace, elapsed: 143ms, exit with retval: Workspace
  1041. 2019-09-16 10:54:54.943 [http-nio-8090-exec-4] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=21d0d6a9-d7aa-45c8-9ec9-2ef48ec21ed5} authorized user 'NF', setting security context
  1042. 2019-09-16 10:54:54.951 [http-nio-8090-exec-7] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=7e48498d-4fb4-47de-998d-a573e929a7b3} authorized user 'NF', setting security context
  1043. 2019-09-16 10:54:54.998 [http-nio-8090-exec-4] INFO TRACING rest.StatisticRestController MDC={correlationId=21d0d6a9-d7aa-45c8-9ec9-2ef48ec21ed5, user=NF} REST_CONTROLLER - readGroupedOrderCountByStatus, elapsed: 54ms, exit with retval: Map
  1044. 2019-09-16 10:54:57.003 [http-nio-8090-exec-7] INFO TRACING rest.OrderMonitorRestController MDC={correlationId=7e48498d-4fb4-47de-998d-a573e929a7b3, user=NF} REST_CONTROLLER - orderMonitor, elapsed: 2050ms, exit with retval: Monitor
  1045. 2019-09-16 10:56:37.396 [MessageBroker-1] INFO SYSTEM org.springframework.web.socket.config.WebSocketMessageBrokerStats(124) MDC={} WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 0 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(0)-CONNECTED(0)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], sockJsScheduler[pool size = 4, active threads = 1, queued tasks = 0, completed tasks = 3]
  1046. 2019-09-16 10:57:01.042 [http-nio-8090-exec-1] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=abe834bb-8e6c-4915-8a60-cf4f0b15a067} authorized user 'NF', setting security context
  1047. 2019-09-16 10:57:01.338 [http-nio-8090-exec-1] INFO TRACING rest.UserRestController MDC={correlationId=abe834bb-8e6c-4915-8a60-cf4f0b15a067, user=NF} REST_CONTROLLER - readWorkspace, elapsed: 295ms, exit with retval: Workspace
  1048. 2019-09-16 10:57:01.504 [http-nio-8090-exec-2] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=af7b0007-7e5c-4e5c-934f-faae51ac5b1e} authorized user 'NF', setting security context
  1049. 2019-09-16 10:57:01.599 [http-nio-8090-exec-3] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=8441a993-f99f-4497-af75-f0b85b5a0b92} authorized user 'NF', setting security context
  1050. 2019-09-16 10:57:01.619 [http-nio-8090-exec-2] INFO TRACING rest.StatisticRestController MDC={correlationId=af7b0007-7e5c-4e5c-934f-faae51ac5b1e, user=NF} REST_CONTROLLER - readGroupedOrderCountByStatus, elapsed: 113ms, exit with retval: Map
  1051. 2019-09-16 10:57:03.947 [http-nio-8090-exec-3] INFO TRACING rest.OrderMonitorRestController MDC={correlationId=8441a993-f99f-4497-af75-f0b85b5a0b92, user=NF} REST_CONTROLLER - orderMonitor, elapsed: 2346ms, exit with retval: Monitor
  1052. 2019-09-16 10:58:17.017 [http-nio-8090-exec-10] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=4eba772e-30ae-43fd-bb1a-0f1e510f03df} authorized user 'NF', setting security context
  1053. 2019-09-16 10:58:17.178 [http-nio-8090-exec-10] INFO TRACING rest.UserRestController MDC={correlationId=4eba772e-30ae-43fd-bb1a-0f1e510f03df, user=NF} REST_CONTROLLER - readWorkspace, elapsed: 160ms, exit with retval: Workspace
  1054. 2019-09-16 10:58:17.561 [http-nio-8090-exec-8] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=59c9f3ab-b6c1-49ed-ac99-0a463853a742} authorized user 'NF', setting security context
  1055. 2019-09-16 10:58:17.600 [http-nio-8090-exec-5] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=61151c02-c483-4f55-99a1-c76c85c2f2f0} authorized user 'NF', setting security context
  1056. 2019-09-16 10:58:17.619 [http-nio-8090-exec-8] INFO TRACING rest.StatisticRestController MDC={correlationId=59c9f3ab-b6c1-49ed-ac99-0a463853a742, user=NF} REST_CONTROLLER - readGroupedOrderCountByStatus, elapsed: 57ms, exit with retval: Map
  1057. 2019-09-16 10:58:19.774 [http-nio-8090-exec-5] INFO TRACING rest.OrderMonitorRestController MDC={correlationId=61151c02-c483-4f55-99a1-c76c85c2f2f0, user=NF} REST_CONTROLLER - orderMonitor, elapsed: 2172ms, exit with retval: Monitor
  1058. 2019-09-16 10:58:46.479 [http-nio-8090-exec-3] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=058d98d2-f639-4380-8f92-b368e0a0bf77} authorized user 'NF', setting security context
  1059. 2019-09-16 10:58:46.621 [http-nio-8090-exec-3] INFO TRACING rest.UserRestController MDC={correlationId=058d98d2-f639-4380-8f92-b368e0a0bf77, user=NF} REST_CONTROLLER - readWorkspace, elapsed: 141ms, exit with retval: Workspace
  1060. 2019-09-16 10:58:46.954 [http-nio-8090-exec-6] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=48be007d-7e18-4903-a2d2-323851c34ee4} authorized user 'NF', setting security context
  1061. 2019-09-16 10:58:46.962 [http-nio-8090-exec-10] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=90f1ca85-1904-42d9-b279-f90b90cc3470} authorized user 'NF', setting security context
  1062. 2019-09-16 10:58:47.009 [http-nio-8090-exec-6] INFO TRACING rest.StatisticRestController MDC={correlationId=48be007d-7e18-4903-a2d2-323851c34ee4, user=NF} REST_CONTROLLER - readGroupedOrderCountByStatus, elapsed: 54ms, exit with retval: Map
  1063. 2019-09-16 10:58:49.004 [http-nio-8090-exec-10] INFO TRACING rest.OrderMonitorRestController MDC={correlationId=90f1ca85-1904-42d9-b279-f90b90cc3470, user=NF} REST_CONTROLLER - orderMonitor, elapsed: 2040ms, exit with retval: Monitor
  1064. 2019-09-16 11:10:50.452 [http-nio-8090-exec-5] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=cfefb32e-e9c3-4f5f-af25-05242aff7c3b} authorized user 'NF', setting security context
  1065. 2019-09-16 11:10:50.600 [http-nio-8090-exec-5] INFO TRACING rest.UserRestController MDC={correlationId=cfefb32e-e9c3-4f5f-af25-05242aff7c3b, user=NF} REST_CONTROLLER - readWorkspace, elapsed: 146ms, exit with retval: Workspace
  1066. 2019-09-16 11:10:50.944 [http-nio-8090-exec-4] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=fa3bc474-6c4e-4c4b-bd11-95e7cfd06985} authorized user 'NF', setting security context
  1067. 2019-09-16 11:10:50.952 [http-nio-8090-exec-7] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=355c40a2-9092-40b5-b015-070378eaefff} authorized user 'NF', setting security context
  1068. 2019-09-16 11:10:50.987 [http-nio-8090-exec-4] INFO TRACING rest.StatisticRestController MDC={correlationId=fa3bc474-6c4e-4c4b-bd11-95e7cfd06985, user=NF} REST_CONTROLLER - readGroupedOrderCountByStatus, elapsed: 42ms, exit with retval: Map
  1069. 2019-09-16 11:10:53.302 [http-nio-8090-exec-7] INFO TRACING rest.OrderMonitorRestController MDC={correlationId=355c40a2-9092-40b5-b015-070378eaefff, user=NF} REST_CONTROLLER - orderMonitor, elapsed: 2348ms, exit with retval: Monitor
  1070. 2019-09-16 11:11:11.299 [http-nio-8090-exec-10] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=6559d954-43fa-4993-99b5-57b840823340} authorized user 'NF', setting security context
  1071. 2019-09-16 11:11:11.454 [http-nio-8090-exec-10] INFO TRACING rest.UserRestController MDC={correlationId=6559d954-43fa-4993-99b5-57b840823340, user=NF} REST_CONTROLLER - readWorkspace, elapsed: 153ms, exit with retval: Workspace
  1072. 2019-09-16 11:11:11.869 [http-nio-8090-exec-8] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=39cd4a7a-12f3-4357-ae78-0987237a91c6} authorized user 'NF', setting security context
  1073. 2019-09-16 11:11:11.875 [http-nio-8090-exec-5] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=9a4d6d58-a346-4e57-8ef8-5adb2063f422} authorized user 'NF', setting security context
  1074. 2019-09-16 11:11:11.922 [http-nio-8090-exec-8] INFO TRACING rest.StatisticRestController MDC={correlationId=39cd4a7a-12f3-4357-ae78-0987237a91c6, user=NF} REST_CONTROLLER - readGroupedOrderCountByStatus, elapsed: 53ms, exit with retval: Map
  1075. 2019-09-16 11:11:13.975 [http-nio-8090-exec-5] INFO TRACING rest.OrderMonitorRestController MDC={correlationId=9a4d6d58-a346-4e57-8ef8-5adb2063f422, user=NF} REST_CONTROLLER - orderMonitor, elapsed: 2099ms, exit with retval: Monitor
  1076. 2019-09-16 11:12:06.001 [http-nio-8090-exec-3] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=53b83df4-5107-4f80-90f3-7b266bc5f766} authorized user 'NF', setting security context
  1077. 2019-09-16 11:12:06.196 [http-nio-8090-exec-3] INFO TRACING rest.UserRestController MDC={correlationId=53b83df4-5107-4f80-90f3-7b266bc5f766, user=NF} REST_CONTROLLER - readWorkspace, elapsed: 194ms, exit with retval: Workspace
  1078. 2019-09-16 11:12:07.460 [http-nio-8090-exec-6] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=6f97ecf6-c9d0-4b14-a423-c83d98551ab4} authorized user 'NF', setting security context
  1079. 2019-09-16 11:12:07.534 [http-nio-8090-exec-6] INFO TRACING rest.StatisticRestController MDC={correlationId=6f97ecf6-c9d0-4b14-a423-c83d98551ab4, user=NF} REST_CONTROLLER - readGroupedOrderCountByStatus, elapsed: 73ms, exit with retval: Map
  1080. 2019-09-16 11:12:08.144 [http-nio-8090-exec-10] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=75de6c25-69fc-4cae-ae28-bbbd2c6a90c6} authorized user 'NF', setting security context
  1081. 2019-09-16 11:12:10.237 [http-nio-8090-exec-10] INFO TRACING rest.OrderMonitorRestController MDC={correlationId=75de6c25-69fc-4cae-ae28-bbbd2c6a90c6, user=NF} REST_CONTROLLER - orderMonitor, elapsed: 2093ms, exit with retval: Monitor
  1082. 2019-09-16 11:12:33.765 [http-nio-8090-exec-8] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=ea83d71e-e39c-4a1b-b6fb-e0ed80311e44} authorized user 'NF', setting security context
  1083. 2019-09-16 11:12:33.914 [http-nio-8090-exec-8] INFO TRACING rest.UserRestController MDC={correlationId=ea83d71e-e39c-4a1b-b6fb-e0ed80311e44, user=NF} REST_CONTROLLER - readWorkspace, elapsed: 147ms, exit with retval: Workspace
  1084. 2019-09-16 11:12:34.057 [http-nio-8090-exec-3] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=1827066a-7c47-4aba-9fb4-ace199176784} authorized user 'NF', setting security context
  1085. 2019-09-16 11:12:34.062 [http-nio-8090-exec-4] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=342aee11-ba29-4d10-b2c9-8ed6637b68c1} authorized user 'NF', setting security context
  1086. 2019-09-16 11:12:34.089 [http-nio-8090-exec-3] INFO TRACING rest.StatisticRestController MDC={correlationId=1827066a-7c47-4aba-9fb4-ace199176784, user=NF} REST_CONTROLLER - readGroupedOrderCountByStatus, elapsed: 31ms, exit with retval: Map
  1087. 2019-09-16 11:12:36.144 [http-nio-8090-exec-4] INFO TRACING rest.OrderMonitorRestController MDC={correlationId=342aee11-ba29-4d10-b2c9-8ed6637b68c1, user=NF} REST_CONTROLLER - orderMonitor, elapsed: 2081ms, exit with retval: Monitor
  1088. 2019-09-16 11:13:05.326 [http-nio-8090-exec-6] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=22348194-20be-4cf5-b6c3-e7303ca825ad} authorized user 'NF', setting security context
  1089. 2019-09-16 11:13:05.510 [http-nio-8090-exec-6] INFO TRACING rest.UserRestController MDC={correlationId=22348194-20be-4cf5-b6c3-e7303ca825ad, user=NF} REST_CONTROLLER - readWorkspace, elapsed: 183ms, exit with retval: Workspace
  1090. 2019-09-16 11:13:05.647 [http-nio-8090-exec-1] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=ba49d43e-e9c4-4f5d-9532-816dc0b0c56f} authorized user 'NF', setting security context
  1091. 2019-09-16 11:13:05.653 [http-nio-8090-exec-8] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=4a4e0f21-244b-416f-977f-f7dfa23acaa2} authorized user 'NF', setting security context
  1092. 2019-09-16 11:13:05.677 [http-nio-8090-exec-1] INFO TRACING rest.StatisticRestController MDC={correlationId=ba49d43e-e9c4-4f5d-9532-816dc0b0c56f, user=NF} REST_CONTROLLER - readGroupedOrderCountByStatus, elapsed: 29ms, exit with retval: Map
  1093. 2019-09-16 11:13:07.741 [http-nio-8090-exec-8] INFO TRACING rest.OrderMonitorRestController MDC={correlationId=4a4e0f21-244b-416f-977f-f7dfa23acaa2, user=NF} REST_CONTROLLER - orderMonitor, elapsed: 2087ms, exit with retval: Monitor
  1094. 2019-09-16 11:13:17.684 [http-nio-8090-exec-2] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=5026360b-d874-4695-9b2f-ec308012705f} authorized user 'NF', setting security context
  1095. 2019-09-16 11:13:17.693 [http-nio-8090-exec-2] INFO TRACING mf_thrift.order$Iface MDC={correlationId=5026360b-d874-4695-9b2f-ec308012705f, user=NF} THRIFT - init_order, elapsed: 5ms, exit with throwable: TTransportException
  1096. 2019-09-16 11:13:17.694 [http-nio-8090-exec-2] ERROR TECHNICAL com.themaconsulting.mfw.adapter.helpers.FailsafeHelper(37) MDC={correlationId=5026360b-d874-4695-9b2f-ec308012705f, user=NF} [msg_order_init_error]
  1097. 2019-09-16 11:13:17.697 [http-nio-8090-exec-2] ERROR TECHNICAL com.themaconsulting.mfw.adapter.helpers.FailsafeHelper(69) MDC={correlationId=5026360b-d874-4695-9b2f-ec308012705f, user=NF} Connection attempt failed
  1098. java.lang.RuntimeException: ExecutionAttemptedEvent[result=null, failure=org.apache.thrift.transport.TTransportException]
  1099. at com.themaconsulting.mfw.adapter.helpers.FailsafeHelper.lambda$makeFallbackPolicy$0(FailsafeHelper.java:62) ~[mfw-adapter.jar:?]
  1100. at net.jodah.failsafe.Fallback.apply(Fallback.java:139) ~[failsafe-2.0.1.jar:2.0.1]
  1101. at net.jodah.failsafe.internal.executor.FallbackExecutor.onFailure(FallbackExecutor.java:38) ~[failsafe-2.0.1.jar:2.0.1]
  1102. 2019-09-16 11:23:03.500 [http-nio-8090-exec-3] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=bf98ab64-38bf-4e2c-a9dc-d57c1fa521c5} authorized user 'NF', setting security context
  1103. 2019-09-16 11:23:03.547 [http-nio-8090-exec-3] INFO TRACING mf_thrift.order$Iface MDC={correlationId=bf98ab64-38bf-4e2c-a9dc-d57c1fa521c5, user=NF} THRIFT - init_order, elapsed: 45ms, exit with retval: OrderStructure
  1104. 2019-09-16 11:23:03.548 [http-nio-8090-exec-3] INFO TRACING order.DefaultOrderForexRepository MDC={correlationId=bf98ab64-38bf-4e2c-a9dc-d57c1fa521c5, user=NF} THRIFT - initOrderForex, elapsed: 46ms, exit with retval: OrderForexStructure
  1105. 2019-09-16 11:23:03.636 [http-nio-8090-exec-3] INFO TRACING rest.OrderForexRestController MDC={correlationId=bf98ab64-38bf-4e2c-a9dc-d57c1fa521c5, user=NF} REST_CONTROLLER - initOrderForex, elapsed: 134ms, exit with retval: GenericOrderStructure-adapter.jar:?]
  1106. 2019-09-16 11:23:04.963 [http-nio-8090-exec-6] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=77f943b1-d178-4046-a6c7-0a1eb9d463ae} authorized user 'NF', setting security context
  1107. 2019-09-16 11:23:05.229 [http-nio-8090-exec-10] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=2eb900e4-9805-437a-a0e0-5535f27c5d2d} authorized user 'NF', setting security context
  1108. 2019-09-16 11:23:43.874 [http-nio-8090-exec-1] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=4a651fc4-3ab9-4c0b-9e34-679a5070fdd6} authorized user 'NF', setting security context
  1109. 2019-09-16 11:23:43.921 [http-nio-8090-exec-1] INFO TRACING mf_thrift.order$Iface MDC={correlationId=4a651fc4-3ab9-4c0b-9e34-679a5070fdd6, user=NF} THRIFT - init_order, elapsed: 45ms, exit with retval: OrderStructure
  1110. 2019-09-16 11:23:43.922 [http-nio-8090-exec-1] INFO TRACING order.DefaultOrderForexRepository MDC={correlationId=4a651fc4-3ab9-4c0b-9e34-679a5070fdd6, user=NF} THRIFT - initOrderForex, elapsed: 46ms, exit with retval: OrderForexStructure
  1111. 2019-09-16 11:23:44.010 [http-nio-8090-exec-1] INFO TRACING rest.OrderForexRestController MDC={correlationId=4a651fc4-3ab9-4c0b-9e34-679a5070fdd6, user=NF} REST_CONTROLLER - initOrderForex, elapsed: 134ms, exit with retval: GenericOrderStructure at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTransla
  1112. 2019-09-16 11:23:44.798 [http-nio-8090-exec-3] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=e13da959-8bdd-4226-b95d-9ac4122df297} authorized user 'NF', setting security context
  1113. 2019-09-16 11:23:45.028 [http-nio-8090-exec-4] INFO INFO com.themaconsulting.mfw.api.securityconfig.JwtAuthorizationTokenFilter(94) MDC={correlationId=a3fea409-8964-437b-8461-5ca87e18c135} authorized user 'NF', setting security context
  1114. <============-> 96% EXECUTING [10m 26s]
  1115. > :bootRun
  1116. w
Add Comment
Please, Sign In to add comment