nordic-institute/X-Road

Security Server in DVV/FI-environment fails to register any new sub-systems; Proxy/Error: localhost:5500 failed to respond

jjaone opened this issue · 18 comments

jjaone commented

Just installed a new X-Road/SS in DVV/X-Road (FI-environment, i.e. a production server).
AWS-infra, Ansible xroad-init (DVV/7.x images with variant=fi) and initial config with confguration-anchor and sign/auth certs done w/o any issues.

But adding any Subsystem (the same Member who owns the Server owns these too) and Registering it immediatly produces an error in the GUI:
error_code.core.Server.ClientProxy.IOError localhost:5500 failed to respond

And the /var/log/proxy.log has below Execptions failing everytime when Sub-systems are to be Registered:
2023-05-08T08:03:46.457Z [qtp1484397819-54] INFO e.r.x.p.c.AbstractClientProxyHandler - Received request from 127.0.0.1 2023-05-08T08:03:46.493Z [pool-2-thread-1] INFO e.r.x.c.util.filewatcher.FileWatcher - Starting to watch for modifications to file: /etc/xroad/signer/keyconf.xml 2023-05-08T08:03:50.317Z [qtp1484397819-54] ERROR e.r.x.p.c.AbstractClientProxyHandler - Request processing error (23650612-a587-43b1-9978-50090a102fef) org.apache.http.NoHttpResponseException: localhost:5500 failed to respond at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56) at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259) at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163) at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157) at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273) at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)


I've checked that the SecurityGroups to CS and CS/SS's are ork and Auth/Sign Certs and Keys seem to be just fine.

I'm puzzled; what could ve going on?

What Security Server version are you using (e.g., 7.0.4, 7.1.3, 7.2.2)? And what host operating system and its version are you using (e.g., RHEL7, Ubuntu 22.04 LTS)?

Also, could you share the following log files?

  • /var/log/xroad/proxy.log
  • /var/log/xroad/proxy_ui_api.log
  • /var/log/xroad/signer.log

If you prefer to share the log files privately, please open an issue at the X-Road Service Desk.

Have you tried somethig as simple as rebooting the host?

jjaone commented

Hello, thank for comments/questions:

  1. Security Server is installed from the latest DVV/production images with FI-variant setting (GUI tells it's version: 7.2.1)

  2. It's running EC2-image: Ubuntu 20.04 LTS

  3. Log-files around the time of incident (just after having registered certs and adding/registering new subsystem)
    a) proxy.log:

2023-05-08T08:03:46.457Z [qtp1484397819-54] INFO  e.r.x.p.c.AbstractClientProxyHandler - Received request from 127.0.0.1
2023-05-08T08:03:46.493Z [pool-2-thread-1] INFO  e.r.x.c.util.filewatcher.FileWatcher - Starting to watch for modifications to file: /etc/xroad/signer/keyconf.xml
2023-05-08T08:03:50.317Z [qtp1484397819-54] ERROR e.r.x.p.c.AbstractClientProxyHandler - Request processing error (23650612-a587-43b1-9978-50090a102fef)
org.apache.http.NoHttpResponseException: localhost:5500 failed to respond
        at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141)
        at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
        at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
        at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at ee.ria.xroad.common.util.HttpSender.doRequest(HttpSender.java:144)
        at ee.ria.xroad.common.util.HttpSender.doPost(HttpSender.java:100)
        at ee.ria.xroad.proxy.clientproxy.ClientMessageProcessor.sendRequest(ClientMessageProcessor.java:265)
        at ee.ria.xroad.proxy.clientproxy.ClientMessageProcessor.processRequest(ClientMessageProcessor.java:238)
        at ee.ria.xroad.proxy.clientproxy.ClientMessageProcessor.process(ClientMessageProcessor.java:192)
        at ee.ria.xroad.proxy.clientproxy.AbstractClientProxyHandler.handle(AbstractClientProxyHandler.java:95)
        at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:146)
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at org.eclipse.jetty.server.Server.handle(Server.java:516)
        at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:487)
        at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:732)
        at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:479)
        at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:277)
        at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
        at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
        at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:555)
        at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:410)
        at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:164)
        at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
        at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:338)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:315)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:409)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
        at java.base/java.lang.Thread.run(Thread.java:829)
2023-05-08T08:03:55.972Z [Proxy-akka.actor.default-dispatcher-9] INFO  e.r.xroad.proxy.messagelog.TaskQueue - Start time-stamping 1 message records
2023-05-08T08:03:56.187Z [Proxy-akka.actor.default-dispatcher-22] INFO  e.r.x.p.m.AbstractTimestampRequest - tsresponse org.bouncycastle.tsp.TimeStampResponse@f91911c
2023-05-08T08:03:56.293Z [Proxy-akka.actor.default-dispatcher-22] INFO  e.r.x.p.messagelog.TimestamperWorker - Timestamped 1 message records in 319 ms
2023-05-08T08:04:30.345Z [qtp1484397819-61] INFO  e.r.x.p.c.AbstractClientProxyHandler - Received request from 127.0.0.1
2023-05-08T08:04:33.312Z [qtp1484397819-61] ERROR e.r.x.p.c.AbstractClientProxyHandler - Request processing error (9545a964-6a8c-4bca-a6ac-8faa20a28f3f)
org.apache.http.NoHttpResponseException: localhost:5500 failed to respond
        at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141)
        at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
        at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)

b) proxy._ui_api.log:

2023-05-08T08:03:13.300Z [https-jsse-nio-4000-exec-2] correlation-id:[f26cb39fb8665178] INFO  ee.ria.xroad.common.AuditLogger - {"event":"Enable certificate","user":"xrd","auth":"Session","url":"/api/v1/token-certificates/F1FFC43E7E27465785F42D5988EE375038ED008B/activate","data":{"tokenId":"0","tokenSerialNumber":null,"tokenFriendlyName":"softToken-0","keyId":"898F84A976D9D49B9D569B83A1AE074E766FFBD7","keyFriendlyName":"authkey","keyUsage":"AUTHENTICATION","certId":"D1598197BC899F6DA66089B8EAA75CF1656E8E0C","certHash":"F1:FF:C4:3E:7E:27:46:57:85:F4:2D:59:88:EE:37:50:38:ED:00:8B","certHashAlgorithm":"SHA-1"}}
2023-05-08T08:03:50.383Z [https-jsse-nio-4000-exec-1] correlation-id:[dc19de3d8b7ee89a] ERROR o.n.x.s.r.s.ManagementRequestSenderService - Sending management request failed
ee.ria.xroad.common.CodedException$Fault: Server.ClientProxy.IOError: localhost:5500 failed to respond
	at ee.ria.xroad.common.CodedException.fromFault(CodedException.java:141)
	at ee.ria.xroad.common.message.SoapFault.toCodedException(SoapFault.java:131)
	at ee.ria.xroad.common.request.ManagementRequestSender.getResponse(ManagementRequestSender.java:236)
	at ee.ria.xroad.common.request.ManagementRequestSender.send(ManagementRequestSender.java:185)
	at ee.ria.xroad.common.request.ManagementRequestSender.sendClientRegRequest(ManagementRequestSender.java:133)
	at org.niis.xroad.securityserver.restapi.service.ManagementRequestSenderService.sendClientRegisterRequest(ManagementRequestSenderService.java:113)
	at org.niis.xroad.securityserver.restapi.service.ManagementRequestSenderService$$FastClassBySpringCGLIB$$dfbfba6b.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:61)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.niis.xroad.securityserver.restapi.service.ManagementRequestSenderService$$EnhancerBySpringCGLIB$$602b4287.sendClientRegisterRequest(<generated>)
	at org.niis.xroad.securityserver.restapi.service.ClientService.registerClient(ClientService.java:540)
	at org.niis.xroad.securityserver.restapi.service.ClientService$$FastClassBySpringCGLIB$$909e7273.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:61)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.niis.xroad.securityserver.restapi.service.ClientService$$EnhancerBySpringCGLIB$$f81bd29f.registerClient(<generated>)
	at org.niis.xroad.securityserver.restapi.openapi.ClientsApiController.registerClient(ClientsApiController.java:525)
	at org.niis.xroad.securityserver.restapi.openapi.ClientsApiController$$FastClassBySpringCGLIB$$b4aed00a.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:123)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:61)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.niis.xroad.securityserver.restapi.openapi.ClientsApiController$$EnhancerBySpringCGLIB$$dc277ec4.registerClient(<generated>)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071)
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964)
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
	at org.springframework.web.servlet.FrameworkServlet.doPut(FrameworkServlet.java:920)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:668)
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:337)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:122)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:116)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.authentication.preauth.AbstractPreAuthenticatedProcessingFilter.doFilter(AbstractPreAuthenticatedProcessingFilter.java:146)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.csrf.CsrfFilter.doFilterInternal(CsrfFilter.java:132)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:112)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:82)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:221)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:186)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.niis.xroad.securityserver.restapi.config.IpThrottlingFilter.doFilter(IpThrottlingFilter.java:109)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.niis.xroad.securityserver.restapi.config.LimitRequestSizesFilter.doFilterInternal(LimitRequestSizesFilter.java:85)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.niis.xroad.securityserver.restapi.config.AddCorrelationIdFilter.doFilter(AddCorrelationIdFilter.java:68)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.cloud.sleuth.instrument.web.servlet.TracingFilter.doFilter(TracingFilter.java:68)
	at org.springframework.cloud.sleuth.autoconfig.instrument.web.TraceWebServletConfiguration$LazyTracingFilter.doFilter(TraceWebServletConfiguration.java:131)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.niis.xroad.securityserver.restapi.config.SessionTimeoutFilter.doFilter(SessionTimeoutFilter.java:117)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.springframework.cloud.sleuth.instrument.web.tomcat.TraceValve.invoke(TraceValve.java:103)
	at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:687)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:829)
2023-05-08T08:03:50.395Z [https-jsse-nio-4000-exec-1] correlation-id:[dc19de3d8b7ee89a] INFO  ee.ria.xroad.common.AuditLogger - {"event":"Register client failed","user":"xrd","reason":"Server.ClientProxy.IOError: localhost:5500 failed to respond","warning":false,"auth":"Session","url":"/api/v1/clients/FI%3AGOV%3A2440921-4%3ASMK-PROD-CLIENT/register","data":{"clientIdentifier":{"memberClass":"GOV","memberCode":"2440921-4","subsystemCode":"SMK-PROD-CLIENT","objectType":"SUBSYSTEM","xroadInstance":"FI"}}}
2023-05-08T08:03:50.395Z [https-jsse-nio-4000-exec-1] correlation-id:[dc19de3d8b7ee89a] ERROR o.n.x.r.e.ApplicationExceptionHandler - exception caught
ee.ria.xroad.common.CodedException$Fault: Server.ClientProxy.IOError: localhost:5500 failed to respond
	at ee.ria.xroad.common.CodedException.fromFault(CodedException.java:141)
	at ee.ria.xroad.common.message.SoapFault.toCodedException(SoapFault.java:131)
	at ee.ria.xroad.common.request.ManagementRequestSender.getResponse(ManagementRequestSender.java:236)
	at ee.ria.xroad.common.request.ManagementRequestSender.send(ManagementRequestSender.java:185)
	at ee.ria.xroad.common.request.ManagementRequestSender.sendClientRegRequest(ManagementRequestSender.java:133)
	at org.niis.xroad.securityserver.restapi.service.ManagementRequestSenderService.sendClientRegisterRequest(ManagementRequestSenderService.java:113)
	at org.niis.xroad.securityserver.restapi.service.ManagementRequestSenderService$$FastClassBySpringCGLIB$$dfbfba6b.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:61)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.niis.xroad.securityserver.restapi.service.ManagementRequestSenderService$$EnhancerBySpringCGLIB$$602b4287.sendClientRegisterRequest(<generated>)
	at org.niis.xroad.securityserver.restapi.service.ClientService.registerClient(ClientService.java:540)
	at org.niis.xroad.securityserver.restapi.service.ClientService$$FastClassBySpringCGLIB$$909e7273.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:61)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.niis.xroad.securityserver.restapi.service.ClientService$$EnhancerBySpringCGLIB$$f81bd29f.registerClient(<generated>)
	at org.niis.xroad.securityserver.restapi.openapi.ClientsApiController.registerClient(ClientsApiController.java:525)
	at org.niis.xroad.securityserver.restapi.openapi.ClientsApiController$$FastClassBySpringCGLIB$$b4aed00a.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:123)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:61)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.niis.xroad.securityserver.restapi.openapi.ClientsApiController$$EnhancerBySpringCGLIB$$dc277ec4.registerClient(<generated>)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071)
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964)
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
	at org.springframework.web.servlet.FrameworkServlet.doPut(FrameworkServlet.java:920)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:668)
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:337)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:122)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:116)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.authentication.preauth.AbstractPreAuthenticatedProcessingFilter.doFilter(AbstractPreAuthenticatedProcessingFilter.java:146)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.csrf.CsrfFilter.doFilterInternal(CsrfFilter.java:132)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:112)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:82)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:221)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:186)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.niis.xroad.securityserver.restapi.config.IpThrottlingFilter.doFilter(IpThrottlingFilter.java:109)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.niis.xroad.securityserver.restapi.config.LimitRequestSizesFilter.doFilterInternal(LimitRequestSizesFilter.java:85)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.niis.xroad.securityserver.restapi.config.AddCorrelationIdFilter.doFilter(AddCorrelationIdFilter.java:68)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.cloud.sleuth.instrument.web.servlet.TracingFilter.doFilter(TracingFilter.java:68)
	at org.springframework.cloud.sleuth.autoconfig.instrument.web.TraceWebServletConfiguration$LazyTracingFilter.doFilter(TraceWebServletConfiguration.java:131)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.niis.xroad.securityserver.restapi.config.SessionTimeoutFilter.doFilter(SessionTimeoutFilter.java:117)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.springframework.cloud.sleuth.instrument.web.tomcat.TraceValve.invoke(TraceValve.java:103)
	at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:687)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)

c) signer.log:

2023-05-08T06:31:19.826Z INFO  [Signer-akka.actor.default-dispatcher-11] e.r.x.s.certmanager.OcspClientWorker - OCSP-response refresh cycle started
2023-05-08T06:36:59.154Z INFO  [Signer-akka.actor.default-dispatcher-15] e.r.x.s.p.h.ImportCertRequestHandler - Imported certificate to key '643C5657B7550C831295EE4517408
3F6592874CE', certificate hash:
0952a9bf8d8838665d5bace1a306907095c0a361
2023-05-08T06:36:59.156Z INFO  [Signer-akka.actor.default-dispatcher-15] e.r.x.s.p.h.AbstractDeleteFromKeyInfo - Deleted certificate request under key '643C5657B7550C8312
95EE45174083F6592874CE'
2023-05-08T06:38:04.722Z INFO  [Signer-akka.actor.default-dispatcher-10] e.r.x.s.p.h.ImportCertRequestHandler - Imported certificate to key '898F84A976D9D49B9D569B83A1AE0
74E766FFBD7', certificate hash:
f1ffc43e7e27465785f42d5988ee375038ed008b
2023-05-08T06:38:04.722Z INFO  [Signer-akka.actor.default-dispatcher-10] e.r.x.s.p.h.AbstractDeleteFromKeyInfo - Deleted certificate request under key '898F84A976D9D49B9D569B83A1AE074E766FFBD7'
2023-05-08T06:40:25.433Z INFO  [Signer-akka.actor.default-dispatcher-10] e.r.x.s.p.h.GetMemberSigningInfoRequestHandler - Found suitable certificate for member 'MEMBER:FI/GOV/2440921-4' under key 643C5657B7550C831295EE45174083F6592874CE
2023-05-08T07:31:19.845Z INFO  [Signer-akka.actor.default-dispatcher-11] ee.ria.xroad.signer.OcspClientJob - Next OCSP refresh scheduled in 3600 seconds
2023-05-08T07:31:19.845Z INFO  [Signer-akka.actor.default-dispatcher-10] e.r.x.s.certmanager.OcspClientWorker - OCSP-response refresh cycle started
2023-05-08T07:31:19.849Z INFO  [Signer-akka.actor.default-dispatcher-10] e.r.x.s.certmanager.OcspClientWorker - Fetching OCSP responses for 1 certificates
2023-05-08T07:31:19.988Z INFO  [Signer-akka.actor.default-dispatcher-11] ee.ria.xroad.signer.OcspClientJob - OCSP-response refresh cycle successfully completed, continuing with normal scheduling
2023-05-08T08:03:46.127Z INFO  [Signer-akka.actor.default-dispatcher-13] e.r.x.s.p.h.GetMemberSigningInfoRequestHandler - Found suitable certificate for member 'SUBSYSTEM:FI/GOV/2440921-4/SMK-PROD-CLIENT' under key 643C5657B7550C831295EE45174083F6592874CE
2023-05-08T08:03:47.584Z WARN  [Signer-akka.actor.default-dispatcher-15] e.r.x.s.c.OcspResponseManager - Could not find certificate for hash e3f297062d63836c931deec92d0182a9e0b7772e
2023-05-08T08:03:47.584Z WARN  [Signer-akka.actor.default-dispatcher-15] e.r.x.s.c.OcspResponseManager - Could not acquire an OCSP response for certificate e3f297062d63836c931deec92d0182a9e0b7772e
2023-05-08T08:03:47.760Z INFO  [Signer-akka.actor.default-dispatcher-15] e.r.x.s.p.h.GetMemberSigningInfoRequestHandler - Found suitable certificate for member 'MEMBER:FI/GOV/2440921-4' under key 643C5657B7550C831295EE45174083F6592874CE
2023-05-08T08:04:30.313Z INFO  [Signer-akka.actor.default-dispatcher-13] e.r.x.s.p.h.GetMemberSigningInfoRequestHandler - Found suitable certificate for member 'SUBSYSTEM:FI/GOV/2440921-4/SMK-PROD-CLIENT' under key 643C5657B7550C831295EE45174083F6592874CE
2023-05-08T08:04:30.581Z INFO  [Signer-akka.actor.default-dispatcher-13] e.r.x.s.p.h.GetMemberSigningInfoRequestHandler - Found suitable certificate for member 'MEMBER:FI/GOV/2440921-4' under key 643C5657B7550C831295EE45174083F6592874CE
2023-05-08T08:04:49.455Z INFO  [Signer-akka.actor.default-dispatcher-11] e.r.x.s.p.h.GetMemberSigningInfoRequestHandler - Found suitable certificate for member 'SUBSYSTEM:FI/GOV/2440921-4/SMK-PROD-CLIENT' under key 643C5657B7550C831295EE45174083F6592874CE
2023-05-08T08:07:02.934Z INFO  [Signer-akka.actor.default-dispatcher-14] e.r.x.s.p.h.GetMemberSigningInfoRequestHandler - Found suitable certificate for member 'SUBSYSTEM:FI/GOV/2440921-4/SMK-JuuriProd-MV-latauspalvelu-rest-service' under key 643C5657B7550C831295EE45174083F6592874CE
2023-05-08T08:31:19.865Z INFO  [Signer-akka.actor.default-dispatcher-11] e.r.x.s.certmanager.OcspClientWorker - OCSP-response refresh cycle started
2023-05-08T08:31:19.865Z INFO  [Signer-akka.actor.default-dispatcher-15] ee.ria.xroad.signer.OcspClientJob - Next OCSP refresh scheduled in 3600 seconds
2023-05-08T08:31:19.869Z INFO  [Signer-akka.actor.default-dispatcher-11] e.r.x.s.certmanager.OcspClientWorker - Fetching OCSP responses for 2 certificates
2023-05-08T08:31:20.203Z INFO  [Signer-akka.actor.default-dispatcher-14] ee.ria.xroad.signer.OcspClientJob - OCSP-response refresh cycle successfully completed, continuing with normal scheduling
  1. Yes, server has been restarted, security groups checked etc.

For me browsing now those logs, this struck me quite odd or quite telling in proxy_ui_api.log:

2023-05-08T08:03:50.383Z [https-jsse-nio-4000-exec-1] correlation-id:[dc19de3d8b7ee89a] ERROR o.n.x.s.r.s.ManagementRequestSenderService - Sending management request failed
ee.ria.xroad.common.CodedException$Fault: Server.ClientProxy.IOError: localhost:5500 failed to respond
	at ee.ria.xroad.common.CodedException.fromFault(CodedException.java:141)
	at ee.ria.xroad.common.message.SoapFault.toCodedException(SoapFault.java:131)
	at ee.ria.xroad.common.request.ManagementRequestSender.getResponse(ManagementRequestSender.java:236)
	at ee.ria.xroad.common.request.ManagementRequestSender.send(ManagementRequestSender.java:185)
	at ee.ria.xroad.common.request.ManagementRequestSender.sendClientRegRequest(ManagementRequestSender.java:133)
	at org.niis.xroad.securityserver.restapi.service.ManagementRequestSenderService.sendClientRegisterRequest(ManagementRequestSenderService.java:113)

Where in it is doing an ManagementRequest which fails with the output error:

_2023-05-08T08:03:50.383Z [https-jsse-nio-4000-exec-1] correlation-id:[dc19de3d8b7ee89a] ERROR o.n.x.s.r.s.ManagementRequestSenderService - Sending management request failed
ee.ria.xroad.common.CodedException$Fault: Server.ClientProxy.IOError: localhost:5500 failed to respond_

which then soon after appears in proxy.log as this kind of error:

_2023-05-08T08:03:50.317Z [qtp1484397819-54] ERROR e.r.x.p.c.AbstractClientProxyHandler - Request processing error (23650612-a587-43b1-9978-50090a102fef)
org.apache.http.NoHttpResponseException: localhost:5500 failed to respond
        at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141)
        at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
        at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)_

So registering a subsystem in newly installed server results in ManagegentRequest error (to where is trying to make Management request) and then causes an IOError and message "localhost:5500 failed to respond".. so why would the server try access itself in 5500 in ManagementRequest while registering a new subsystem?

Is it maybe in those SecGroups which should enable it to talk to DVV/SS1+SS2 in making this reuqest, maybe should check those?

It's good to double check that the Security Server is able to connect to all the management Security Servers (ports 5500 and 5577). Registering a subsystem is the first time when a newly installed Security Server needs to establish a connection to the management Security Servers. Registering an authentication certificate is done using the Central Server port 4001, not through the management Security Servers.

Also, could you set the logging level for ee.ria.xroad packages to ALL in the /etc/xroad/conf.d/proxy-logback.xml configuration file? After the change, the xroad-proxy service must be restarted.

<logger name="ee.ria.xroad" level="ALL" />

After updating the logging configuration, could you try to register the subsystem again and share the log file?

jjaone commented

There is no such file in xroad-config, which one do you mean, or should I create an empty file and in to it that loggin clause?

jjaone commented

We started anew, and aftere registring both certs (sign/auth) with DVV, we then added new/first subsystem to server with SS_Toolkit and this (the same as previously) happened but now we have SS-toolkit generated logging, seems to be that the signing cert from DVV is not valid or broken somehow, don't you think?

``jaklan@u20gofo1:env.sst(Feature/xrd_Setup)$ (export TOOLKIT_SSH_PRIVATE_KEY=~/.ssh/aws/smkprod-sshkey.pem && export TOOLKIT_ADMIN_CREDENTIALS="xrd:secret" && xrdsst -c files/smk-pv02/FI_xrdsst.yml client register)
API key "b08a4d51-89d2-40a0-bd1b-231514679b1d" for security server smk-pv02 created.
FAILED
PUT /clients/{id}/register @ clients_api.py#register_client <- client.py#remote_register_client
INTERNAL_SERVER_ERROR (500), error_code 'core.Server.ClientProxy.IOError'
['localhost:5500 failed to respond']
No valid sign certificate on the CLIENT proxy. The sign certificate may not exist, it may be disabled or it may not have a valid OCSP status.

╒═Trusted Network═╕ . INTERNET . ╒═Trusted Network══╕
│ │ ╒══════════╕ . . ╒══════════╕ │ │
│ │ │ Security │ | | │ Security │ │/ Service (REST) │
│ xrdsst (REST) -│- ->- │\ Server /│- ->- | - - ->- - - - | ->-│\ Server /│- ->- │ │
│ │ │ - ->- - │ . . │ - ->- - │ │\ Service (SOAP) │
│ │ ╘══════════╛ . . ╘══════════╛ │ │
╘═════════════════╛ INTRANET ╘══════════════════╛

Service CONSUMER CLIENT Proxy SERVER Proxy Service PROVIDER

POSSIBLE HINTS
--------------
The sign certificate may not exist, it may be disabled or it may not have a valid OCSP status.
  * Make sure the sign certificate is imported into the Security Server.
  * Make sure the sign certificate is active.
  * Make sure the token holding the sign certificate is available and logged in.
  * If the OCSP status of the sign certificate is not in the 'good' state, then
    the Security Server cannot use the certificate.

Activities logged into '/home/jaklan/xrdsst-20230511-1115-03-gofc.log'.

Sorry, the correct file path is /etc/xroad/conf.d/proxy-logback.xml.

jjaone commented

Ok, I'll add the logging clause there,thanks.

Meanwhile, here attached the signing cert contents that it claims to be not having or is not valid etc..
Screenshot from 2023-05-11 11-46-06

Registering the authentication certificate requires a valid sign cert so it should have failed too if the sign certificate was invalid. How does the certificate status (both auth + sign) look in the Keys & certificate view?

jjaone commented

Both certs are ok and registered.
Screenshot from 2023-05-11 12-01-40

jjaone commented

But this error says it:

INTERNAL_SERVER_ERROR (500), error_code 'core.Server.ClientProxy.IOError'
['localhost:5500 failed to respond']
No valid sign certificate on the CLIENT proxy. The sign certificate may not exist, it may be disabled or it may not have a valid OCSP status.

The Security Server Toolkit tries to suggest a potential reason for the error based on the error code (in this case Server.ClientProxy.IOError). However, it's not 100% accurate. The Security Server logs should be used as the primary source of information.

jjaone commented

I tired again to register a subsystem with devug-level logging as by your instructions => result same Error, a bit more log lines in each, nothing new to my eays, "localhost:5500 failed to respond"

 
ubuntu@smk-pv02:~$ 
ubuntu@smk-pv02:~$ 2023-05-11T09:19:26.110Z [https-jsse-nio-4000-exec-9] correlation-id:[4cd5bd3ea4994cb9] ERROR o.n.x.s.r.s.ManagementRequestSenderService - Sending management request failed
ee.ria.xroad.common.CodedException$Fault: Server.ClientProxy.IOError: localhost:5500 failed to respond
	at ee.ria.xroad.common.CodedException.fromFault(CodedException.java:141)
	at ee.ria.xroad.common.message.SoapFault.toCodedException(SoapFault.java:131)
	at ee.ria.xroad.common.request.ManagementRequestSender.getResponse(ManagementRequestSender.java:236)
	at ee.ria.xroad.common.request.ManagementRequestSender.send(ManagementRequestSender.java:185)
	at ee.ria.xroad.common.request.ManagementRequestSender.sendClientRegRequest(ManagementRequestSender.java:133)
	at org.niis.xroad.securityserver.restapi.service.ManagementRequestSenderService.sendClientRegisterRequest(ManagementRequestSenderService.java:113)
	at org.niis.xroad.securityserver.restapi.service.ManagementRequestSenderService$$FastClassBySpringCGLIB$$dfbfba6b.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:61)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.niis.xroad.securityserver.restapi.service.ManagementRequestSenderService$$EnhancerBySpringCGLIB$$9e80d148.sendClientRegisterRequest(<generated>)
	at org.niis.xroad.securityserver.restapi.service.ClientService.registerClient(ClientService.java:540)
	at org.niis.xroad.securityserver.restapi.service.ClientService$$FastClassBySpringCGLIB$$909e7273.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:61)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.niis.xroad.securityserver.restapi.service.ClientService$$EnhancerBySpringCGLIB$$30c70e65.registerClient(<generated>)
	at org.niis.xroad.securityserver.restapi.openapi.ClientsApiController.registerClient(ClientsApiController.java:525)
	at org.niis.xroad.securityserver.restapi.openapi.ClientsApiController$$FastClassBySpringCGLIB$$b4aed00a.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:123)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:61)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.niis.xroad.securityserver.restapi.openapi.ClientsApiController$$EnhancerBySpringCGLIB$$1a7d0d85.registerClient(<generated>)
	at jdk.internal.reflect.GeneratedMethodAccessor236.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071)
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964)
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
	at org.springframework.web.servlet.FrameworkServlet.doPut(FrameworkServlet.java:920)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:668)
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:337)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:122)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:116)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.authentication.preauth.AbstractPreAuthenticatedProcessingFilter.doFilter(AbstractPreAuthenticatedProcessingFilter.java:146)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.csrf.CsrfFilter.doFilterInternal(CsrfFilter.java:132)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:112)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:82)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:221)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:186)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.niis.xroad.securityserver.restapi.config.IpThrottlingFilter.doFilter(IpThrottlingFilter.java:109)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.niis.xroad.securityserver.restapi.config.LimitRequestSizesFilter.doFilterInternal(LimitRequestSizesFilter.java:85)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.niis.xroad.securityserver.restapi.config.AddCorrelationIdFilter.doFilter(AddCorrelationIdFilter.java:68)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.cloud.sleuth.instrument.web.servlet.TracingFilter.doFilter(TracingFilter.java:68)
	at org.springframework.cloud.sleuth.autoconfig.instrument.web.TraceWebServletConfiguration$LazyTracingFilter.doFilter(TraceWebServletConfiguration.java:131)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.niis.xroad.securityserver.restapi.config.SessionTimeoutFilter.doFilter(SessionTimeoutFilter.java:117)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.springframework.cloud.sleuth.instrument.web.tomcat.TraceValve.invoke(TraceValve.java:103)
	at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:687)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:829)
2023-05-11T09:19:26.117Z [https-jsse-nio-4000-exec-9] correlation-id:[4cd5bd3ea4994cb9] INFO  ee.ria.xroad.common.AuditLogger - {"event":"Register client failed","user":"xrd","reason":"Server.ClientProxy.IOError: localhost:5500 failed to respond","warning":false,"auth":"Session","url":"/api/v1/clients/FI%3AGOV%3A2440921-4%3ASMK-PROD-CLIENT/register","data":{"clientIdentifier":{"memberClass":"GOV","memberCode":"2440921-4","subsystemCode":"SMK-PROD-CLIENT","objectType":"SUBSYSTEM","xroadInstance":"FI"}}}
2023-05-11T09:19:26.118Z [https-jsse-nio-4000-exec-9] correlation-id:[4cd5bd3ea4994cb9] ERROR o.n.x.r.e.ApplicationExceptionHandler - exception caught
ee.ria.xroad.common.CodedException$Fault: Server.ClientProxy.IOError: localhost:5500 failed to respond
	at ee.ria.xroad.common.CodedException.fromFault(CodedException.java:141)
	at ee.ria.xroad.common.message.SoapFault.toCodedException(SoapFault.java:131)
	at ee.ria.xroad.common.request.ManagementRequestSender.getResponse(ManagementRequestSender.java:236)
	at ee.ria.xroad.common.request.ManagementRequestSender.send(ManagementRequestSender.java:185)
	at ee.ria.xroad.common.request.ManagementRequestSender.sendClientRegRequest(ManagementRequestSender.java:133)
	at org.niis.xroad.securityserver.restapi.service.ManagementRequestSenderService.sendClientRegisterRequest(ManagementRequestSenderService.java:113)
	at org.niis.xroad.securityserver.restapi.service.ManagementRequestSenderService$$FastClassBySpringCGLIB$$dfbfba6b.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:61)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.niis.xroad.securityserver.restapi.service.ManagementRequestSenderService$$EnhancerBySpringCGLIB$$9e80d148.sendClientRegisterRequest(<generated>)
	at org.niis.xroad.securityserver.restapi.service.ClientService.registerClient(ClientService.java:540)
	at org.niis.xroad.securityserver.restapi.service.ClientService$$FastClassBySpringCGLIB$$909e7273.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:61)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.niis.xroad.securityserver.restapi.service.ClientService$$EnhancerBySpringCGLIB$$30c70e65.registerClient(<generated>)
	at org.niis.xroad.securityserver.restapi.openapi.ClientsApiController.registerClient(ClientsApiController.java:525)
	at org.niis.xroad.securityserver.restapi.openapi.ClientsApiController$$FastClassBySpringCGLIB$$b4aed00a.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:123)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:61)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.niis.xroad.securityserver.restapi.openapi.ClientsApiController$$EnhancerBySpringCGLIB$$1a7d0d85.registerClient(<generated>)
	at jdk.internal.reflect.GeneratedMethodAccessor236.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071)
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964)
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
	at org.springframework.web.servlet.FrameworkServlet.doPut(FrameworkServlet.java:920)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:668)
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:337)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:122)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:116)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.authentication.preauth.AbstractPreAuthenticatedProcessingFilter.doFilter(AbstractPreAuthenticatedProcessingFilter.java:146)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.csrf.CsrfFilter.doFilterInternal(CsrfFilter.java:132)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:112)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:82)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:221)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:186)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.niis.xroad.securityserver.restapi.config.IpThrottlingFilter.doFilter(IpThrottlingFilter.java:109)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.niis.xroad.securityserver.restapi.config.LimitRequestSizesFilter.doFilterInternal(LimitRequestSizesFilter.java:85)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.niis.xroad.securityserver.restapi.config.AddCorrelationIdFilter.doFilter(AddCorrelationIdFilter.java:68)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.cloud.sleuth.instrument.web.servlet.TracingFilter.doFilter(TracingFilter.java:68)
	at org.springframework.cloud.sleuth.autoconfig.instrument.web.TraceWebServletConfiguration$LazyTracingFilter.doFilter(TraceWebServletConfiguration.java:131)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.niis.xroad.securityserver.restapi.config.SessionTimeoutFilter.doFilter(SessionTimeoutFilter.java:117)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.springframework.cloud.sleuth.instrument.web.tomcat.TraceValve.invoke(TraceValve.java:103)
	at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:687)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:829)

Could you share the whole log file so that it would be possible to see also the lines before the exception is thrown?

jjaone commented

/var/log/xroad/proxy.log:

2023-05-11T09:17:07.586Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:17:07.588Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(230,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:17:08.605Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:17:08.607Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(231,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:17:09.626Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:17:09.628Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(232,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:17:09.686Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:17:10.646Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:17:10.649Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(233,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:17:11.666Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:17:11.668Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(234,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:17:12.686Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:17:12.688Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(235,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:17:13.706Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:17:13.710Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(236,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:17:14.686Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:17:14.726Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:17:14.728Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(237,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:17:14.876Z [QuartzScheduler_Worker-3] TRACE e.r.x.c.c.s.CachingServerConfImpl - ServerConf.clientCache : entries: 0, stats: CacheStats{hitCount=0, missCount=0, loadSuccessCount=0, loadExceptionCount=0, totalLoadTime=0, evictionCount=0}
2023-05-11T09:17:14.876Z [QuartzScheduler_Worker-3] TRACE e.r.x.c.c.s.CachingServerConfImpl - ServerConf.serviceCache: entries: 0, stats: CacheStats{hitCount=0, missCount=0, loadSuccessCount=0, loadExceptionCount=0, totalLoadTime=0, evictionCount=0}
2023-05-11T09:17:14.876Z [QuartzScheduler_Worker-3] TRACE e.r.x.c.c.s.CachingServerConfImpl - ServerConf.aclCache    : entries: 0, stats: CacheStats{hitCount=0, missCount=0, loadSuccessCount=0, loadExceptionCount=0, totalLoadTime=0, evictionCount=0}
2023-05-11T09:17:14.886Z [QuartzScheduler_Worker-1] TRACE e.r.x.c.c.g.GlobalConfUpdater - Updating globalconf
2023-05-11T09:17:14.886Z [QuartzScheduler_Worker-1] DEBUG e.r.x.c.conf.globalconf.GlobalConf - reload called
2023-05-11T09:17:14.886Z [QuartzScheduler_Worker-1] DEBUG e.r.x.c.conf.globalconf.GlobalConf - reloading instance
2023-05-11T09:17:14.887Z [QuartzScheduler_Worker-1] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - Loading instance identifier from /etc/xroad/globalconf/instance-identifier
2023-05-11T09:17:14.887Z [QuartzScheduler_Worker-1] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - Reloading configuration from /etc/xroad/globalconf
2023-05-11T09:17:14.887Z [QuartzScheduler_Worker-1] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - Loading parameters from /etc/xroad/globalconf/FI
2023-05-11T09:17:14.887Z [QuartzScheduler_Worker-1] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - Loading private parameters from /etc/xroad/globalconf/FI/private-params.xml
2023-05-11T09:17:14.888Z [QuartzScheduler_Worker-1] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - PrivateParametersV2 from /etc/xroad/globalconf/FI/private-params.xml have not changed, reusing
2023-05-11T09:17:14.888Z [QuartzScheduler_Worker-1] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - Loading shared parameters from /etc/xroad/globalconf/FI/shared-params.xml
2023-05-11T09:17:14.891Z [QuartzScheduler_Worker-1] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - SharedParametersV2 from /etc/xroad/globalconf/FI/shared-params.xml have not changed, reusing
2023-05-11T09:17:15.746Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:17:15.749Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(238,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:17:16.766Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:17:16.768Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(239,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:17:17.657Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.proxy.messagelog.LogManager - onReceive(StartTimestamping)
2023-05-11T09:17:17.657Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.xroad.proxy.messagelog.TaskQueue - onReceive(StartTimestamping)
2023-05-11T09:17:17.657Z [Proxy-akka.actor.default-dispatcher-6] DEBUG e.r.x.proxy.messagelog.LogManager - Use batch time-stamping retry backoff schedule: false
2023-05-11T09:17:17.657Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.c.conf.globalconf.GlobalConf - getTimestampingIntervalSeconds()
2023-05-11T09:17:17.658Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - getPrivate(instance = FI, directory = FI)
2023-05-11T09:17:17.658Z [Proxy-akka.actor.default-dispatcher-6] DEBUG e.r.x.proxy.messagelog.LogManager - Time-stamping interval is: 60s
2023-05-11T09:17:17.659Z [Proxy-akka.actor.default-dispatcher-10] TRACE ee.ria.xroad.common.db.DatabaseCtx - commitTransaction(messagelog)
2023-05-11T09:17:17.659Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.xroad.proxy.messagelog.TaskQueue - Nothing to time-stamp, task queue is empty
2023-05-11T09:17:17.786Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:17:17.788Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(240,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:17:18.806Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:17:18.808Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(241,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:17:19.686Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:17:19.826Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:17:19.830Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(242,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:17:20.846Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:17:20.848Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(243,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:17:21.866Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:17:21.868Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(244,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:17:22.886Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:17:22.888Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(245,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:17:23.906Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:17:23.909Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(246,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:17:24.686Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:17:24.926Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:17:24.928Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(247,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:17:25.946Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:17:25.948Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(248,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:17:26.966Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:17:26.970Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(249,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:17:27.986Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:17:27.988Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(250,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:17:29.006Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:17:29.009Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(251,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:17:29.686Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:17:30.026Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:17:30.029Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(252,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:17:31.036Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:17:31.038Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(253,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:17:32.056Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:17:32.058Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(254,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:17:33.076Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:17:33.078Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(255,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:17:34.096Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:17:34.101Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(256,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:17:34.686Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:17:35.116Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:17:35.119Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(257,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:17:36.126Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:17:36.128Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(258,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:17:37.146Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:17:37.148Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(259,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:17:38.166Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:17:38.171Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(260,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:17:39.185Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:17:39.188Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(261,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:17:39.686Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:17:40.206Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:17:40.209Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(262,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:17:41.225Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:17:41.227Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(263,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:17:42.246Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:17:42.248Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(264,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:17:43.266Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:17:43.268Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(265,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:17:44.285Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:17:44.287Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(266,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:17:44.686Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:17:45.306Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:17:45.308Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(267,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:17:46.326Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:17:46.328Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(268,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:17:47.346Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:17:47.348Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(269,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:17:48.366Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:17:48.368Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(270,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:17:49.386Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:17:49.388Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(271,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:17:49.685Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:17:50.406Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:17:50.408Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(272,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:17:51.426Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:17:51.428Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(273,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:17:52.446Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:17:52.448Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(274,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:17:53.466Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:17:53.468Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(275,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:17:54.486Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:17:54.488Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(276,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:17:54.686Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:17:55.506Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:17:55.508Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(277,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:17:56.526Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:17:56.527Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(278,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:17:57.546Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:17:57.548Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(279,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:17:58.566Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:17:58.568Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(280,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:17:59.586Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:17:59.588Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(281,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:17:59.685Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:18:00.606Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:00.608Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(282,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:01.626Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:01.629Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(283,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:02.645Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:02.647Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(284,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:03.666Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:03.668Z [Proxy-akka.actor.default-dispatcher-6] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(285,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:04.686Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:04.686Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:18:04.689Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(286,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:05.706Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:05.709Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(287,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:06.726Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:06.728Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(288,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:07.746Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:07.749Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(289,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:08.766Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:08.768Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(290,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:09.676Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:18:09.786Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:09.788Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(291,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:10.806Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:10.808Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(292,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:11.826Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:11.828Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(293,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:12.845Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:12.847Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(294,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:13.865Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:13.868Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(295,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:14.685Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:18:14.876Z [QuartzScheduler_Worker-2] TRACE e.r.x.c.c.s.CachingServerConfImpl - ServerConf.clientCache : entries: 0, stats: CacheStats{hitCount=0, missCount=0, loadSuccessCount=0, loadExceptionCount=0, totalLoadTime=0, evictionCount=0}
2023-05-11T09:18:14.876Z [QuartzScheduler_Worker-2] TRACE e.r.x.c.c.s.CachingServerConfImpl - ServerConf.serviceCache: entries: 0, stats: CacheStats{hitCount=0, missCount=0, loadSuccessCount=0, loadExceptionCount=0, totalLoadTime=0, evictionCount=0}
2023-05-11T09:18:14.876Z [QuartzScheduler_Worker-2] TRACE e.r.x.c.c.s.CachingServerConfImpl - ServerConf.aclCache    : entries: 0, stats: CacheStats{hitCount=0, missCount=0, loadSuccessCount=0, loadExceptionCount=0, totalLoadTime=0, evictionCount=0}
2023-05-11T09:18:14.885Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:14.886Z [QuartzScheduler_Worker-3] TRACE e.r.x.c.c.g.GlobalConfUpdater - Updating globalconf
2023-05-11T09:18:14.886Z [QuartzScheduler_Worker-3] DEBUG e.r.x.c.conf.globalconf.GlobalConf - reload called
2023-05-11T09:18:14.886Z [QuartzScheduler_Worker-3] DEBUG e.r.x.c.conf.globalconf.GlobalConf - reloading instance
2023-05-11T09:18:14.887Z [QuartzScheduler_Worker-3] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - Loading instance identifier from /etc/xroad/globalconf/instance-identifier
2023-05-11T09:18:14.887Z [QuartzScheduler_Worker-3] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - Reloading configuration from /etc/xroad/globalconf
2023-05-11T09:18:14.887Z [QuartzScheduler_Worker-3] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - Loading parameters from /etc/xroad/globalconf/FI
2023-05-11T09:18:14.887Z [QuartzScheduler_Worker-3] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - Loading private parameters from /etc/xroad/globalconf/FI/private-params.xml
2023-05-11T09:18:14.888Z [QuartzScheduler_Worker-3] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - PrivateParametersV2 from /etc/xroad/globalconf/FI/private-params.xml have not changed, reusing
2023-05-11T09:18:14.888Z [QuartzScheduler_Worker-3] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - Loading shared parameters from /etc/xroad/globalconf/FI/shared-params.xml
2023-05-11T09:18:14.892Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(296,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:14.894Z [QuartzScheduler_Worker-3] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - SharedParametersV2 from /etc/xroad/globalconf/FI/shared-params.xml have not changed, reusing
2023-05-11T09:18:15.906Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:15.907Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(297,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:16.926Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:16.928Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(298,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:17.675Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.proxy.messagelog.LogManager - onReceive(StartTimestamping)
2023-05-11T09:18:17.676Z [Proxy-akka.actor.default-dispatcher-11] DEBUG e.r.x.proxy.messagelog.LogManager - Use batch time-stamping retry backoff schedule: false
2023-05-11T09:18:17.676Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.xroad.proxy.messagelog.TaskQueue - onReceive(StartTimestamping)
2023-05-11T09:18:17.676Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.conf.globalconf.GlobalConf - getTimestampingIntervalSeconds()
2023-05-11T09:18:17.678Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - getPrivate(instance = FI, directory = FI)
2023-05-11T09:18:17.678Z [Proxy-akka.actor.default-dispatcher-11] DEBUG e.r.x.proxy.messagelog.LogManager - Time-stamping interval is: 60s
2023-05-11T09:18:17.679Z [Proxy-akka.actor.default-dispatcher-10] TRACE ee.ria.xroad.common.db.DatabaseCtx - commitTransaction(messagelog)
2023-05-11T09:18:17.680Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.xroad.proxy.messagelog.TaskQueue - Nothing to time-stamp, task queue is empty
2023-05-11T09:18:17.945Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:17.947Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(299,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:18.966Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:18.968Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(300,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:19.686Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:18:19.986Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:19.988Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(301,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:21.006Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:21.007Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(302,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:22.026Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:22.028Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(303,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:23.046Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:23.048Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(304,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:24.066Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:24.067Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(305,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:24.686Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:18:25.086Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:25.088Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(306,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:26.105Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:26.108Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(307,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:27.126Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:27.128Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(308,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:28.146Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:28.147Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(309,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:29.166Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:29.167Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(310,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:29.686Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:18:30.186Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:30.187Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(311,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:31.206Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:31.208Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(312,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:32.226Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:32.228Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(313,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:33.246Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:33.248Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(314,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:34.266Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:34.269Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(315,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:34.686Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:18:35.285Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:35.287Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(316,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:36.306Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:36.307Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(317,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:37.326Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:37.329Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(318,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:38.346Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:38.349Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(319,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:39.366Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:39.369Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(320,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:39.686Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:18:40.386Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:40.388Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(321,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:41.405Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:41.407Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(322,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:42.426Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:42.428Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(323,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:43.446Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:43.448Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(324,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:44.466Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:44.468Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(325,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:44.686Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:18:45.486Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:45.488Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(326,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:46.506Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:46.508Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(327,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:47.526Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:47.527Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(328,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:48.547Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:48.548Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(329,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:49.566Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:49.568Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(330,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:49.686Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:18:50.585Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:50.587Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(331,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:51.606Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:51.609Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(332,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:52.625Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:52.628Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(333,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:53.646Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:53.648Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(334,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:54.666Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:54.668Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(335,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:54.686Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:18:55.686Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:55.688Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(336,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:56.706Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:56.708Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(337,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:57.726Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:57.728Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(338,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:58.746Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:58.747Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(339,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:59.686Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:18:59.766Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:59.768Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(340,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:00.786Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:00.788Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(341,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:01.806Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:01.811Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(342,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:02.826Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:02.829Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(343,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:03.846Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:03.848Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(344,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:04.686Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:19:04.866Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:04.868Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(345,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:05.886Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:05.888Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(346,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:06.905Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:06.907Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(347,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:07.926Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:07.932Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(348,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:08.945Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:08.947Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(349,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:09.686Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:19:09.966Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:09.967Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(350,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:10.986Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:10.988Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(351,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:12.006Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:12.008Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(352,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:13.026Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:13.029Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(353,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:14.046Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:14.048Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(354,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:14.686Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:19:14.875Z [QuartzScheduler_Worker-1] TRACE e.r.x.c.c.s.CachingServerConfImpl - ServerConf.clientCache : entries: 0, stats: CacheStats{hitCount=0, missCount=0, loadSuccessCount=0, loadExceptionCount=0, totalLoadTime=0, evictionCount=0}
2023-05-11T09:19:14.875Z [QuartzScheduler_Worker-1] TRACE e.r.x.c.c.s.CachingServerConfImpl - ServerConf.serviceCache: entries: 0, stats: CacheStats{hitCount=0, missCount=0, loadSuccessCount=0, loadExceptionCount=0, totalLoadTime=0, evictionCount=0}
2023-05-11T09:19:14.875Z [QuartzScheduler_Worker-1] TRACE e.r.x.c.c.s.CachingServerConfImpl - ServerConf.aclCache    : entries: 0, stats: CacheStats{hitCount=0, missCount=0, loadSuccessCount=0, loadExceptionCount=0, totalLoadTime=0, evictionCount=0}
2023-05-11T09:19:14.886Z [QuartzScheduler_Worker-2] TRACE e.r.x.c.c.g.GlobalConfUpdater - Updating globalconf
2023-05-11T09:19:14.886Z [QuartzScheduler_Worker-2] DEBUG e.r.x.c.conf.globalconf.GlobalConf - reload called
2023-05-11T09:19:14.887Z [QuartzScheduler_Worker-2] DEBUG e.r.x.c.conf.globalconf.GlobalConf - reloading instance
2023-05-11T09:19:14.887Z [QuartzScheduler_Worker-2] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - Loading instance identifier from /etc/xroad/globalconf/instance-identifier
2023-05-11T09:19:14.887Z [QuartzScheduler_Worker-2] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - Reloading configuration from /etc/xroad/globalconf
2023-05-11T09:19:14.887Z [QuartzScheduler_Worker-2] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - Loading parameters from /etc/xroad/globalconf/FI
2023-05-11T09:19:14.887Z [QuartzScheduler_Worker-2] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - Loading private parameters from /etc/xroad/globalconf/FI/private-params.xml
2023-05-11T09:19:14.888Z [QuartzScheduler_Worker-2] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - PrivateParametersV2 from /etc/xroad/globalconf/FI/private-params.xml have not changed, reusing
2023-05-11T09:19:14.888Z [QuartzScheduler_Worker-2] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - Loading shared parameters from /etc/xroad/globalconf/FI/shared-params.xml
2023-05-11T09:19:14.904Z [QuartzScheduler_Worker-2] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - SharedParametersV2 from /etc/xroad/globalconf/FI/shared-params.xml have not changed, reusing
2023-05-11T09:19:15.066Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:15.068Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(355,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:16.085Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:16.087Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(356,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:17.106Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:17.108Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(357,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:17.696Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.proxy.messagelog.LogManager - onReceive(StartTimestamping)
2023-05-11T09:19:17.697Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.xroad.proxy.messagelog.TaskQueue - onReceive(StartTimestamping)
2023-05-11T09:19:17.697Z [Proxy-akka.actor.default-dispatcher-11] DEBUG e.r.x.proxy.messagelog.LogManager - Use batch time-stamping retry backoff schedule: false
2023-05-11T09:19:17.697Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.conf.globalconf.GlobalConf - getTimestampingIntervalSeconds()
2023-05-11T09:19:17.698Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - getPrivate(instance = FI, directory = FI)
2023-05-11T09:19:17.698Z [Proxy-akka.actor.default-dispatcher-11] DEBUG e.r.x.proxy.messagelog.LogManager - Time-stamping interval is: 60s
2023-05-11T09:19:17.699Z [Proxy-akka.actor.default-dispatcher-10] TRACE ee.ria.xroad.common.db.DatabaseCtx - commitTransaction(messagelog)
2023-05-11T09:19:17.700Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.xroad.proxy.messagelog.TaskQueue - Nothing to time-stamp, task queue is empty
2023-05-11T09:19:18.126Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:18.128Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(358,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:19.146Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:19.147Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(359,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:19.686Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:19:20.166Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:20.168Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(360,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:21.186Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:21.189Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(361,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:22.205Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:22.207Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(362,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:22.613Z [qtp455036946-55] TRACE e.r.x.p.c.ClientSslKeyManager - chooseEngineServerAlias RSA null
2023-05-11T09:19:22.613Z [qtp455036946-55] TRACE e.r.x.p.c.ClientSslKeyManager - getPrivateKey ClientSslKeyManager
2023-05-11T09:19:22.614Z [qtp455036946-55] TRACE e.r.x.c.conf.serverconf.ServerConf - getInternalSSLKey()
2023-05-11T09:19:22.642Z [qtp455036946-55] TRACE e.r.x.c.conf.serverconf.ServerConf - getInternalSSLKey()
2023-05-11T09:19:22.835Z [qtp455036946-54] TRACE e.r.x.p.c.AbstractClientProxyHandler - PERFORMANCE: 1683796762835: Received request from 127.0.0.1
2023-05-11T09:19:22.836Z [qtp455036946-54] INFO  e.r.x.p.c.AbstractClientProxyHandler - Received request from 127.0.0.1
2023-05-11T09:19:22.837Z [qtp455036946-54] TRACE e.r.x.p.c.AsicContainerHandler - createRequestProcessor(/)
2023-05-11T09:19:22.837Z [qtp455036946-54] TRACE e.r.x.p.clientproxy.MetadataHandler - createRequestProcessor(/)
2023-05-11T09:19:22.837Z [qtp455036946-54] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - getPrivate(instance = FI, directory = FI)
2023-05-11T09:19:22.838Z [qtp455036946-54] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - getShared(instance = FI, directory = FI)
2023-05-11T09:19:22.839Z [qtp455036946-54] TRACE ee.ria.xroad.proxy.conf.KeyConf - getAuthKey()
2023-05-11T09:19:22.845Z [qtp455036946-54] TRACE e.r.x.c.conf.serverconf.ServerConf - getIdentifier()
2023-05-11T09:19:22.847Z [pool-2-thread-1] INFO  e.r.x.c.util.filewatcher.FileWatcher - Starting to watch for modifications to file: /etc/xroad/signer/keyconf.xml
2023-05-11T09:19:22.853Z [qtp455036946-54] TRACE ee.ria.xroad.common.db.DatabaseCtx - commitTransaction(serverconf)
2023-05-11T09:19:22.856Z [qtp455036946-54] DEBUG e.r.x.proxy.conf.CachingKeyConfImpl - Retrieving authentication info for security server 'SERVER:FI/GOV/2440921-4/smk-pv02'
2023-05-11T09:19:22.884Z [qtp455036946-54] TRACE e.r.x.c.conf.globalconf.GlobalConf - getCertChain(FI, CN=smk-pv02.metsakeskus.fi,2.5.4.5=#130f46492f736d6b2d707630322f474f56,O=Suomen metsakeskus,C=FI)
2023-05-11T09:19:22.884Z [qtp455036946-54] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - getShared(instance = FI, directory = FI)
2023-05-11T09:19:22.905Z [qtp455036946-54] TRACE ee.ria.xroad.proxy.conf.KeyConfImpl - Loading authentication key from key store '/etc/xroad/signer/softtoken/898F84A976D9D49B9D569B83A1AE074E766FFBD7.p12'
2023-05-11T09:19:23.020Z [qtp455036946-54] TRACE e.r.x.c.conf.globalconf.GlobalConf - getCaCert(FI, CN=smk-pv02.metsakeskus.fi,2.5.4.5=#130f46492f736d6b2d707630322f474f56,O=Suomen metsakeskus,C=FI)
2023-05-11T09:19:23.028Z [qtp455036946-54] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - getShared(instance = FI, directory = FI)
2023-05-11T09:19:23.055Z [qtp455036946-54] TRACE e.r.x.c.conf.globalconf.GlobalConf - getOcspFreshnessSeconds()
2023-05-11T09:19:23.055Z [qtp455036946-54] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - getShared(instance = FI, directory = FI)
2023-05-11T09:19:23.055Z [qtp455036946-54] TRACE e.r.x.c.conf.globalconf.GlobalConf - ocspFreshnessSeconds=84600
2023-05-11T09:19:23.057Z [qtp455036946-54] TRACE e.r.x.c.conf.globalconf.GlobalConf - getInstanceIdentifier()
2023-05-11T09:19:23.057Z [qtp455036946-54] TRACE e.r.x.c.c.g.GlobalConfExtensions - Loading private parameters from /etc/xroad/globalconf/FI/nextupdate-params.xml
2023-05-11T09:19:23.064Z [qtp455036946-54] TRACE e.r.x.c.conf.globalconf.GlobalConf - getInstanceIdentifier()
2023-05-11T09:19:23.098Z [qtp455036946-54] TRACE e.r.x.c.c.g.GlobalConfExtensions - Parameters were loaded, value: false
2023-05-11T09:19:23.098Z [qtp455036946-54] TRACE e.r.x.c.c.g.GlobalConfExtensions - shouldVerifyOcspNextUpdate: false
2023-05-11T09:19:23.099Z [qtp455036946-54] DEBUG e.ria.xroad.common.ocsp.OcspVerifier - verifyValidity(subject: CN=smk-pv02.metsakeskus.fi,2.5.4.5=#130f46492f736d6b2d707630322f474f56,O=Suomen metsakeskus,C=FI, issuer: CN=DVV Service Certificates - G5R,OU=Palveluvarmenteet,O=Digi- ja vaestotietovirasto CA,C=FI, atDate: 2023-05-11T09:19:22.996Z)
2023-05-11T09:19:23.102Z [qtp455036946-54] TRACE e.r.x.c.conf.globalconf.GlobalConf - getOcspResponderCertificates()
2023-05-11T09:19:23.106Z [qtp455036946-54] TRACE e.r.x.c.conf.globalconf.GlobalConf - getAllCaCerts()
2023-05-11T09:19:23.116Z [qtp455036946-54] TRACE e.r.x.c.conf.globalconf.GlobalConf - isOcspResponderCert(CN=DVV Service Certificates - G5R,OU=Palveluvarmenteet,O=Digi- ja vaestotietovirasto CA,C=FI, CN=OCSP Responder 1B,2.5.4.5=#1309303234353433372d32,OU=Palveluvarmenteet,O=Digi- ja vaestotietovirasto CA,C=FI)
2023-05-11T09:19:23.122Z [qtp455036946-54] TRACE e.ria.xroad.common.ocsp.OcspVerifier - isExpired(thisUpdate: 2023-05-11T08:34:21Z, allowedThisUpdate: 2023-05-10T09:49:22.996Z, atDate: 2023-05-11T09:19:22.996Z)
2023-05-11T09:19:23.122Z [qtp455036946-54] DEBUG e.ria.xroad.common.ocsp.OcspVerifier - OCSP nextUpdate verification is turned off
2023-05-11T09:19:23.123Z [qtp455036946-54] TRACE e.r.x.c.conf.globalconf.GlobalConf - getOcspFreshnessSeconds()
2023-05-11T09:19:23.123Z [qtp455036946-54] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - getShared(instance = FI, directory = FI)
2023-05-11T09:19:23.123Z [qtp455036946-54] TRACE e.r.x.c.conf.globalconf.GlobalConf - ocspFreshnessSeconds=84600
2023-05-11T09:19:23.124Z [qtp455036946-54] TRACE e.r.x.c.c.g.GlobalConfExtensions - shouldVerifyOcspNextUpdate: false
2023-05-11T09:19:23.127Z [qtp455036946-54] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - getPrivate(instance = FI, directory = FI)
2023-05-11T09:19:23.128Z [qtp455036946-54] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - getShared(instance = FI, directory = FI)
2023-05-11T09:19:23.128Z [qtp455036946-54] TRACE e.r.x.p.c.ClientMessageProcessor - process()
2023-05-11T09:19:23.128Z [qtp455036946-54] TRACE e.r.x.c.conf.serverconf.ServerConf - getIdentifier()
2023-05-11T09:19:23.129Z [qtp455036946-54] TRACE e.r.x.c.conf.globalconf.GlobalConf - getSecurityServerAddress(SERVER:FI/GOV/2440921-4/smk-pv02)
2023-05-11T09:19:23.129Z [qtp455036946-54] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - getShared(instance = FI, directory = FI)
2023-05-11T09:19:23.130Z [qtp455036946-54] TRACE e.r.x.p.c.ClientMessageProcessor - waitForSoapMessage()
2023-05-11T09:19:23.140Z [qtp455036946-54-soap] TRACE e.r.x.c.message.SoapMessageDecoder - readMultipart
2023-05-11T09:19:23.156Z [qtp455036946-54-soap] TRACE e.r.x.c.message.SoapMessageDecoder - Read SOAP from multipart: text/xml; charset=UTF-8
2023-05-11T09:19:23.168Z [qtp455036946-54-soap] TRACE e.r.x.c.message.SaxSoapParserImpl - parseMessage(text/xml, UTF-8)
2023-05-11T09:19:23.171Z [qtp455036946-54-soap] TRACE e.r.x.c.message.SaxSoapParserImpl - startDocument()
2023-05-11T09:19:23.187Z [qtp455036946-54-soap] TRACE e.r.x.c.message.SaxSoapParserImpl - endDocument()
2023-05-11T09:19:23.188Z [qtp455036946-54-soap] TRACE e.r.x.p.c.ClientMessageProcessor - soap(<?xml version="1.0" encoding="utf-8" ?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:id="http://x-road.eu/xsd/identifiers" xmlns:xroad="http://x-road.eu/xsd/xroad.xsd"><SOAP-ENV:Header xmlns:ns4="http://x-road.eu/xsd/representation.xsd"><xroad:client id:objectType="MEMBER"><id:xRoadInstance>FI</id:xRoadInstance><id:memberClass>GOV</id:memberClass><id:memberCode>2440921-4</id:memberCode></xroad:client><xroad:service id:objectType="SERVICE"><id:xRoadInstance>FI</id:xRoadInstance><id:memberClass>ORG</id:memberClass><id:memberCode>0920632-0</id:memberCode><id:subsystemCode>Management</id:subsystemCode><id:serviceCode>clientReg</id:serviceCode></xroad:service><xroad:id>0c8ee004-23ab-43cc-9235-3c4f421673f5</xroad:id><xroad:protocolVersion>4.0</xroad:protocolVersion></SOAP-ENV:Header><SOAP-ENV:Body><xroad:clientReg><xroad:server id:objectType="SERVER"><id:xRoadInstance>FI</id:xRoadInstance><id:memberClass>GOV</id:memberClass><id:memberCode>2440921-4</id:memberCode><id:serverCode>smk-pv02</id:serverCode></xroad:server><xroad:client id:objectType="SUBSYSTEM"><id:xRoadInstance>FI</id:xRoadInstance><id:memberClass>GOV</id:memberClass><id:memberCode>2440921-4</id:memberCode><id:subsystemCode>SMK-PROD-CLIENT</id:subsystemCode></xroad:client></xroad:clientReg></SOAP-ENV:Body></SOAP-ENV:Envelope>)
2023-05-11T09:19:23.191Z [qtp455036946-54-soap] TRACE e.r.x.p.c.ClientMessageProcessor - continueProcessing()
2023-05-11T09:19:23.192Z [qtp455036946-54] TRACE e.r.x.c.conf.serverconf.ServerConf - getMemberStatus(MEMBER:FI/GOV/2440921-4)
2023-05-11T09:19:23.200Z [qtp455036946-54-soap] TRACE ee.ria.xroad.proxy.conf.KeyConf - getAuthKey()
2023-05-11T09:19:23.200Z [qtp455036946-54-soap] TRACE e.r.x.c.conf.serverconf.ServerConf - getIdentifier()
2023-05-11T09:19:23.206Z [qtp455036946-54-soap] TRACE e.r.x.p.protocol.ProxyMessageEncoder - writeOcspResponse(2729 bytes)
2023-05-11T09:19:23.221Z [qtp455036946-54] TRACE ee.ria.xroad.common.db.DatabaseCtx - commitTransaction(serverconf)
2023-05-11T09:19:23.222Z [qtp455036946-54] TRACE e.r.x.p.c.AbstractClientMessageProcessor - verifyClientAuthentication()
2023-05-11T09:19:23.223Z [qtp455036946-54] TRACE e.r.x.c.conf.serverconf.ServerConf - getIsAuthentication(MEMBER:FI/GOV/2440921-4)
2023-05-11T09:19:23.224Z [qtp455036946-54] TRACE e.r.x.c.c.s.IsAuthentication - IS authentication for client 'MEMBER:FI/GOV/2440921-4' is: SSLAUTH
2023-05-11T09:19:23.224Z [qtp455036946-54] TRACE e.r.x.c.conf.serverconf.ServerConf - getInternalSSLKey()
2023-05-11T09:19:23.224Z [qtp455036946-54] TRACE e.r.x.p.c.ClientMessageProcessor - processRequest()
2023-05-11T09:19:23.226Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:23.228Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(363,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:23.230Z [qtp455036946-54] TRACE e.r.x.p.c.ClientMessageProcessor - sendRequest()
2023-05-11T09:19:23.231Z [qtp455036946-54] TRACE e.r.x.p.c.AbstractClientMessageProcessor - getServiceAddresses(SERVICE:FI/ORG/0920632-0/Management/clientReg, null)
2023-05-11T09:19:23.231Z [qtp455036946-54] TRACE e.r.x.c.conf.globalconf.GlobalConf - getProviderAddress(SUBSYSTEM:FI/ORG/0920632-0/Management)
2023-05-11T09:19:23.231Z [qtp455036946-54] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - getShared(instance = FI, directory = FI)
2023-05-11T09:19:23.231Z [qtp455036946-54] TRACE ee.ria.xroad.common.util.HttpSender - doPost(address = https://localhost:5500/, connectionTimeout = 30000, socketTimeout = 0)
2023-05-11T09:19:23.234Z [qtp455036946-54] TRACE ee.ria.xroad.common.util.HttpSender - Log request headers
2023-05-11T09:19:23.234Z [qtp455036946-54] TRACE ee.ria.xroad.common.util.HttpSender - x-hash-algorithm : SHA-512
2023-05-11T09:19:23.234Z [qtp455036946-54] TRACE ee.ria.xroad.common.util.HttpSender - x-original-content-type : multipart/related; type="application/octet-stream"; charset=UTF-8; boundary=jetty2124397725lhix490i
2023-05-11T09:19:23.235Z [qtp455036946-54] TRACE ee.ria.xroad.common.util.HttpSender - x-road-request-id : e065fb70-a727-4afb-b835-81d505394986
2023-05-11T09:19:23.235Z [qtp455036946-54] TRACE ee.ria.xroad.common.util.HttpSender - x-proxy-version : 7.2.1
2023-05-11T09:19:23.235Z [qtp455036946-54] TRACE ee.ria.xroad.common.util.HttpSender - x-original-soapaction : null
2023-05-11T09:19:23.268Z [qtp455036946-54] TRACE e.r.x.p.c.FastestConnectionSelectingSSLSocketFactory - addresses from context [https://kapvlpp02.csc.fi:5500/, https://espvlpp02.csc.fi:5500/] current thread id 54
2023-05-11T09:19:23.268Z [qtp455036946-54] TRACE e.r.x.p.c.FastestSocketSelector - select()
2023-05-11T09:19:23.269Z [qtp455036946-54] TRACE e.r.x.p.c.FastestSocketSelector - initConnections()
2023-05-11T09:19:23.351Z [qtp455036946-54] TRACE e.r.x.p.c.FastestSocketSelector - selectFirstConnectedSocketChannel()
2023-05-11T09:19:23.442Z [qtp455036946-54] TRACE e.r.x.c.c.g.AuthTrustManager - getAcceptedIssuers
2023-05-11T09:19:23.443Z [qtp455036946-54] TRACE e.r.x.c.conf.globalconf.GlobalConf - getAuthTrustChain()
2023-05-11T09:19:23.446Z [qtp455036946-54] TRACE e.r.xroad.proxy.conf.AuthKeyManager - chooseClientAlias [EC] [CN=VRK CA for Service Providers - G3, OU=Palveluvarmenteet, O=Vaestorekisterikeskus CA, C=FI, CN=VRK CA for Service Providers - G2, OU=Palveluvarmenteet, O=Vaestorekisterikeskus CA, C=FI, CN=DVV Service Certificates - G5R, OU=Palveluvarmenteet, O=Digi- ja vaestotietovirasto CA, C=FI]
2023-05-11T09:19:23.447Z [qtp455036946-54] TRACE e.r.xroad.proxy.conf.AuthKeyManager - getPrivateKey AuthKeyManager
2023-05-11T09:19:23.447Z [qtp455036946-54] TRACE ee.ria.xroad.proxy.conf.KeyConf - getAuthKey()
2023-05-11T09:19:23.447Z [qtp455036946-54] TRACE e.r.x.c.conf.serverconf.ServerConf - getIdentifier()
2023-05-11T09:19:23.448Z [qtp455036946-54] TRACE e.r.xroad.proxy.conf.AuthKeyManager - getCertificateChain AuthKeyManager
2023-05-11T09:19:23.448Z [qtp455036946-54] TRACE ee.ria.xroad.proxy.conf.KeyConf - getAuthKey()
2023-05-11T09:19:23.448Z [qtp455036946-54] TRACE e.r.x.c.conf.serverconf.ServerConf - getIdentifier()
2023-05-11T09:19:23.448Z [qtp455036946-54] TRACE e.r.xroad.proxy.conf.AuthKeyManager - chooseClientAlias [EC] [CN=VRK CA for Service Providers - G3, OU=Palveluvarmenteet, O=Vaestorekisterikeskus CA, C=FI, CN=VRK CA for Service Providers - G2, OU=Palveluvarmenteet, O=Vaestorekisterikeskus CA, C=FI, CN=DVV Service Certificates - G5R, OU=Palveluvarmenteet, O=Digi- ja vaestotietovirasto CA, C=FI]
2023-05-11T09:19:23.448Z [qtp455036946-54] TRACE e.r.xroad.proxy.conf.AuthKeyManager - getPrivateKey AuthKeyManager
2023-05-11T09:19:23.448Z [qtp455036946-54] TRACE ee.ria.xroad.proxy.conf.KeyConf - getAuthKey()
2023-05-11T09:19:23.449Z [qtp455036946-54] TRACE e.r.x.c.conf.serverconf.ServerConf - getIdentifier()
2023-05-11T09:19:23.449Z [qtp455036946-54] TRACE e.r.xroad.proxy.conf.AuthKeyManager - getCertificateChain AuthKeyManager
2023-05-11T09:19:23.449Z [qtp455036946-54] TRACE ee.ria.xroad.proxy.conf.KeyConf - getAuthKey()
2023-05-11T09:19:23.449Z [qtp455036946-54] TRACE e.r.x.c.conf.serverconf.ServerConf - getIdentifier()
2023-05-11T09:19:23.449Z [qtp455036946-54] TRACE e.r.xroad.proxy.conf.AuthKeyManager - chooseClientAlias [EC] [CN=VRK CA for Service Providers - G3, OU=Palveluvarmenteet, O=Vaestorekisterikeskus CA, C=FI, CN=VRK CA for Service Providers - G2, OU=Palveluvarmenteet, O=Vaestorekisterikeskus CA, C=FI, CN=DVV Service Certificates - G5R, OU=Palveluvarmenteet, O=Digi- ja vaestotietovirasto CA, C=FI]
2023-05-11T09:19:23.450Z [qtp455036946-54] TRACE e.r.xroad.proxy.conf.AuthKeyManager - getPrivateKey AuthKeyManager
2023-05-11T09:19:23.450Z [qtp455036946-54] TRACE ee.ria.xroad.proxy.conf.KeyConf - getAuthKey()
2023-05-11T09:19:23.450Z [qtp455036946-54] TRACE e.r.x.c.conf.serverconf.ServerConf - getIdentifier()
2023-05-11T09:19:23.450Z [qtp455036946-54] TRACE e.r.xroad.proxy.conf.AuthKeyManager - getCertificateChain AuthKeyManager
2023-05-11T09:19:23.451Z [qtp455036946-54] TRACE ee.ria.xroad.proxy.conf.KeyConf - getAuthKey()
2023-05-11T09:19:23.451Z [qtp455036946-54] TRACE e.r.x.c.conf.serverconf.ServerConf - getIdentifier()
2023-05-11T09:19:23.451Z [qtp455036946-54] TRACE e.r.xroad.proxy.conf.AuthKeyManager - chooseClientAlias [RSA] [CN=VRK CA for Service Providers - G3, OU=Palveluvarmenteet, O=Vaestorekisterikeskus CA, C=FI, CN=VRK CA for Service Providers - G2, OU=Palveluvarmenteet, O=Vaestorekisterikeskus CA, C=FI, CN=DVV Service Certificates - G5R, OU=Palveluvarmenteet, O=Digi- ja vaestotietovirasto CA, C=FI]
2023-05-11T09:19:23.451Z [qtp455036946-54] TRACE e.r.xroad.proxy.conf.AuthKeyManager - getPrivateKey AuthKeyManager
2023-05-11T09:19:23.451Z [qtp455036946-54] TRACE ee.ria.xroad.proxy.conf.KeyConf - getAuthKey()
2023-05-11T09:19:23.451Z [qtp455036946-54] TRACE e.r.x.c.conf.serverconf.ServerConf - getIdentifier()
2023-05-11T09:19:23.452Z [qtp455036946-54] TRACE e.r.xroad.proxy.conf.AuthKeyManager - getCertificateChain AuthKeyManager
2023-05-11T09:19:23.452Z [qtp455036946-54] TRACE ee.ria.xroad.proxy.conf.KeyConf - getAuthKey()
2023-05-11T09:19:23.452Z [qtp455036946-54] TRACE e.r.x.c.conf.serverconf.ServerConf - getIdentifier()
2023-05-11T09:19:23.581Z [qtp455036946-54] DEBUG e.r.x.p.c.AuthTrustVerifier - verify()
2023-05-11T09:19:23.582Z [qtp455036946-54] TRACE e.r.x.c.conf.globalconf.GlobalConf - getCaCert(FI, CN=kapvlpp02.csc.fi,2.5.4.5=#131046492f6b6170766c707030322f4f5247,O=CSC,C=FI)
2023-05-11T09:19:23.583Z [qtp455036946-54] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - getShared(instance = FI, directory = FI)
2023-05-11T09:19:23.584Z [qtp455036946-54] TRACE e.r.x.p.c.AuthTrustVerifier - get ocsp response from key conf
2023-05-11T09:19:23.584Z [qtp455036946-54] TRACE ee.ria.xroad.proxy.conf.KeyConf - getOcspResponse(CN=kapvlpp02.csc.fi,2.5.4.5=#131046492f6b6170766c707030322f4f5247,O=CSC,C=FI)
2023-05-11T09:19:23.589Z [qtp455036946-54] TRACE e.r.x.p.c.AuthTrustVerifier - ocsp response from key conf: org.bouncycastle.cert.ocsp.OCSPResp@9f77a97b
2023-05-11T09:19:23.590Z [qtp455036946-54] TRACE e.r.x.p.c.AuthTrustVerifier - all the certs have ocsp responses
2023-05-11T09:19:23.590Z [qtp455036946-54] DEBUG ee.ria.xroad.common.cert.CertHelper - verifyAuthCert(7856905885463736269908081178226888: CN=kapvlpp02.csc.fi,2.5.4.5=#131046492f6b6170766c707030322f4f5247,O=CSC,C=FI, SUBSYSTEM:FI/ORG/0920632-0/Management)
2023-05-11T09:19:23.593Z [qtp455036946-54] TRACE e.r.x.c.conf.globalconf.GlobalConf - getCaCert(FI, CN=kapvlpp02.csc.fi,2.5.4.5=#131046492f6b6170766c707030322f4f5247,O=CSC,C=FI)
2023-05-11T09:19:23.594Z [qtp455036946-54] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - getShared(instance = FI, directory = FI)
2023-05-11T09:19:23.595Z [qtp455036946-54] TRACE e.r.x.c.conf.globalconf.GlobalConf - getOcspFreshnessSeconds()
2023-05-11T09:19:23.595Z [qtp455036946-54] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - getShared(instance = FI, directory = FI)
2023-05-11T09:19:23.595Z [qtp455036946-54] TRACE e.r.x.c.conf.globalconf.GlobalConf - ocspFreshnessSeconds=84600
2023-05-11T09:19:23.595Z [qtp455036946-54] TRACE e.r.x.c.c.g.GlobalConfExtensions - shouldVerifyOcspNextUpdate: false
2023-05-11T09:19:23.596Z [qtp455036946-54] DEBUG e.ria.xroad.common.ocsp.OcspVerifier - verifyValidity(subject: CN=kapvlpp02.csc.fi,2.5.4.5=#131046492f6b6170766c707030322f4f5247,O=CSC,C=FI, issuer: CN=DVV Service Certificates - G5R,OU=Palveluvarmenteet,O=Digi- ja vaestotietovirasto CA,C=FI, atDate: 2023-05-11T09:19:23.591Z)
2023-05-11T09:19:23.597Z [qtp455036946-54] TRACE e.r.x.c.conf.globalconf.GlobalConf - getOcspResponderCertificates()
2023-05-11T09:19:23.597Z [qtp455036946-54] TRACE e.r.x.c.conf.globalconf.GlobalConf - getAllCaCerts()
2023-05-11T09:19:23.600Z [qtp455036946-54] TRACE e.r.x.c.conf.globalconf.GlobalConf - isOcspResponderCert(CN=DVV Service Certificates - G5R,OU=Palveluvarmenteet,O=Digi- ja vaestotietovirasto CA,C=FI, CN=OCSP Responder 1A,2.5.4.5=#1309303234353433372d32,OU=Palveluvarmenteet,O=Digi- ja vaestotietovirasto CA,C=FI)
2023-05-11T09:19:23.602Z [qtp455036946-54] TRACE e.ria.xroad.common.ocsp.OcspVerifier - isExpired(thisUpdate: 2023-05-11T07:41Z, allowedThisUpdate: 2023-05-10T09:49:23.591Z, atDate: 2023-05-11T09:19:23.591Z)
2023-05-11T09:19:23.603Z [qtp455036946-54] DEBUG e.ria.xroad.common.ocsp.OcspVerifier - OCSP nextUpdate verification is turned off
2023-05-11T09:19:23.603Z [qtp455036946-54] TRACE e.r.x.c.conf.globalconf.GlobalConf - authCertMatchesMember(7856905885463736269908081178226888: CN=kapvlpp02.csc.fi, SERIALNUMBER=FI/kapvlpp02/ORG, O=CSC, C=FI, SUBSYSTEM:FI/ORG/0920632-0/Management)
2023-05-11T09:19:23.605Z [qtp455036946-54] TRACE e.r.x.p.c.FastestConnectionSelectingSSLSocketFactory - Connected to https://kapvlpp02.csc.fi:5500/
2023-05-11T09:19:23.605Z [qtp455036946-54] TRACE e.r.x.p.c.FastestConnectionSelectingSSLSocketFactory - Store the fastest provider URI to cache https://kapvlpp02.csc.fi:5500/
2023-05-11T09:19:23.607Z [qtp455036946-54-soap] TRACE e.r.x.p.protocol.ProxyMessageEncoder - writeSoapMessage(<?xml version="1.0" encoding="utf-8" ?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:id="http://x-road.eu/xsd/identifiers" xmlns:xroad="http://x-road.eu/xsd/xroad.xsd"><SOAP-ENV:Header xmlns:ns4="http://x-road.eu/xsd/representation.xsd"><xroad:client id:objectType="MEMBER"><id:xRoadInstance>FI</id:xRoadInstance><id:memberClass>GOV</id:memberClass><id:memberCode>2440921-4</id:memberCode></xroad:client><xroad:service id:objectType="SERVICE"><id:xRoadInstance>FI</id:xRoadInstance><id:memberClass>ORG</id:memberClass><id:memberCode>0920632-0</id:memberCode><id:subsystemCode>Management</id:subsystemCode><id:serviceCode>clientReg</id:serviceCode></xroad:service><xroad:id>0c8ee004-23ab-43cc-9235-3c4f421673f5</xroad:id><xroad:protocolVersion>4.0</xroad:protocolVersion></SOAP-ENV:Header><SOAP-ENV:Body><xroad:clientReg><xroad:server id:objectType="SERVER"><id:xRoadInstance>FI</id:xRoadInstance><id:memberClass>GOV</id:memberClass><id:memberCode>2440921-4</id:memberCode><id:serverCode>smk-pv02</id:serverCode></xroad:server><xroad:client id:objectType="SUBSYSTEM"><id:xRoadInstance>FI</id:xRoadInstance><id:memberClass>GOV</id:memberClass><id:memberCode>2440921-4</id:memberCode><id:subsystemCode>SMK-PROD-CLIENT</id:subsystemCode></xroad:client></xroad:clientReg></SOAP-ENV:Body></SOAP-ENV:Envelope>)
2023-05-11T09:19:23.610Z [qtp455036946-54-soap] TRACE e.r.x.c.message.SoapMessageDecoder - headers: {signature-algorithm-id=SHA512withRSA}
2023-05-11T09:19:23.610Z [qtp455036946-54-soap] TRACE e.r.x.c.message.SoapMessageDecoder - Read attachment from multipart: application/octet-stream
2023-05-11T09:19:23.610Z [qtp455036946-54-soap] TRACE e.r.x.p.c.ClientMessageProcessor - attachment()
2023-05-11T09:19:23.611Z [qtp455036946-54-soap] TRACE e.r.x.p.protocol.ProxyMessageEncoder - writeAttachment(application/octet-stream)
2023-05-11T09:19:23.612Z [qtp455036946-54-soap] TRACE e.r.x.c.message.SoapMessageDecoder - Read attachment from multipart: application/octet-stream
2023-05-11T09:19:23.612Z [qtp455036946-54-soap] TRACE e.r.x.p.c.ClientMessageProcessor - attachment()
2023-05-11T09:19:23.612Z [qtp455036946-54-soap] TRACE e.r.x.p.protocol.ProxyMessageEncoder - writeAttachment(application/octet-stream)
2023-05-11T09:19:23.613Z [qtp455036946-54-soap] TRACE e.r.x.c.message.SoapMessageDecoder - Read attachment from multipart: application/octet-stream
2023-05-11T09:19:23.613Z [qtp455036946-54-soap] TRACE e.r.x.p.c.ClientMessageProcessor - attachment()
2023-05-11T09:19:23.614Z [qtp455036946-54-soap] TRACE e.r.x.p.protocol.ProxyMessageEncoder - writeAttachment(application/octet-stream)
2023-05-11T09:19:23.616Z [qtp455036946-54-soap] TRACE e.r.x.p.c.ClientMessageProcessor - onCompleted()
2023-05-11T09:19:23.616Z [qtp455036946-54-soap] TRACE ee.ria.xroad.proxy.conf.KeyConf - getSigningCtx(MEMBER:FI/GOV/2440921-4)
2023-05-11T09:19:23.617Z [qtp455036946-54-soap] DEBUG e.r.x.proxy.conf.CachingKeyConfImpl - Retrieving signing info for member 'MEMBER:FI/GOV/2440921-4'
2023-05-11T09:19:23.627Z [qtp455036946-54-soap] TRACE e.r.x.c.conf.globalconf.GlobalConf - getOcspFreshnessSeconds()
2023-05-11T09:19:23.627Z [qtp455036946-54-soap] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - getShared(instance = FI, directory = FI)
2023-05-11T09:19:23.628Z [qtp455036946-54-soap] TRACE e.r.x.c.conf.globalconf.GlobalConf - ocspFreshnessSeconds=84600
2023-05-11T09:19:23.628Z [qtp455036946-54-soap] TRACE e.r.x.c.conf.globalconf.GlobalConf - getInstanceIdentifier()
2023-05-11T09:19:23.628Z [qtp455036946-54-soap] TRACE e.r.x.c.c.g.GlobalConfExtensions - Loading private parameters from /etc/xroad/globalconf/FI/nextupdate-params.xml
2023-05-11T09:19:23.628Z [qtp455036946-54-soap] TRACE e.r.x.c.conf.globalconf.GlobalConf - getInstanceIdentifier()
2023-05-11T09:19:23.634Z [qtp455036946-54-soap] TRACE e.r.x.c.c.g.GlobalConfExtensions - Parameters were loaded, value: false
2023-05-11T09:19:23.636Z [qtp455036946-54-soap] TRACE e.r.x.c.c.g.GlobalConfExtensions - shouldVerifyOcspNextUpdate: false
2023-05-11T09:19:23.641Z [qtp455036946-54-soap] TRACE e.r.x.p.protocol.ProxyMessageEncoder - sign()
2023-05-11T09:19:23.641Z [qtp455036946-54-soap] TRACE e.r.x.c.conf.globalconf.GlobalConf - getCertChain(FI, CN=2440921-4,2.5.4.5=#130f46492f736d6b2d707630322f474f56,O=Suomen metsakeskus,C=FI)
2023-05-11T09:19:23.642Z [qtp455036946-54-soap] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - getShared(instance = FI, directory = FI)
2023-05-11T09:19:23.650Z [qtp455036946-54-soap] TRACE e.r.x.c.signature.SignatureBuilder - Sign, 4 part(s)
2023-05-11T09:19:23.658Z [qtp455036946-54-soap] TRACE e.r.x.p.s.SignerSigningKey - Calculating signature using algorithm SHA512withRSA
2023-05-11T09:19:23.661Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.common.signature.BatchSigner - Creating new worker for cert '0952a9bf8d8838665d5bace1a306907095c0a361'
2023-05-11T09:19:23.687Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.common.signature.BatchSigner - handleSignRequest()
2023-05-11T09:19:23.692Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.common.signature.BatchSigner - doSign()
2023-05-11T09:19:23.694Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.common.signature.SignatureCtx - getDataToBeSigned(requests = 1)
2023-05-11T09:19:23.696Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.common.signature.SignatureCtx - buildHashChain()
2023-05-11T09:19:23.780Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.hashchain.HashChainBuilder - makeSingleInputHashChain()
2023-05-11T09:19:23.899Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.common.signature.BatchSigner - handleSignResponse()
2023-05-11T09:19:23.899Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.common.signature.BatchSigner - sendResponse(SignResponse())
2023-05-11T09:19:24.021Z [qtp455036946-54-soap] TRACE e.r.x.p.c.ClientMessageProcessor - logRequestMessage()
2023-05-11T09:19:24.022Z [Proxy-akka.control-aware-dispatcher-12] TRACE e.r.x.proxy.messagelog.LogManager - onReceive(ee.ria.xroad.common.messagelog.SoapLogMessage@2af8403c)
2023-05-11T09:19:24.023Z [Proxy-akka.control-aware-dispatcher-12] TRACE e.r.x.c.conf.serverconf.ServerConf - getTspUrl()
2023-05-11T09:19:24.030Z [Proxy-akka.control-aware-dispatcher-12] TRACE ee.ria.xroad.common.db.DatabaseCtx - commitTransaction(serverconf)
2023-05-11T09:19:24.032Z [Proxy-akka.control-aware-dispatcher-12] TRACE e.r.x.proxy.messagelog.LogManager - createMessageRecord()
2023-05-11T09:19:24.048Z [Proxy-akka.control-aware-dispatcher-12] TRACE e.r.xroad.common.message.SoapBuilder - build(header: ee.ria.xroad.common.message.SoapHeader@3d86158[centralService=<null>,client=MEMBER:FI/GOV/2440921-4,issue=<null>,protocolVersion=ProtocolVersion(version=4.0),queryId=0c8ee004-23ab-43cc-9235-3c4f421673f5,representedParty=<null>,requestHash=<null>,securityServer=<null>,service=SERVICE:FI/ORG/0920632-0/Management/clientReg,userId=<null>])
2023-05-11T09:19:24.229Z [Proxy-akka.control-aware-dispatcher-12] TRACE e.r.x.p.messagelog.LogRecordManager - save(class ee.ria.xroad.common.messagelog.MessageRecord)
2023-05-11T09:19:24.237Z [Proxy-akka.control-aware-dispatcher-12] TRACE ee.ria.xroad.common.db.DatabaseCtx - commitTransaction(messagelog)
2023-05-11T09:19:24.246Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:24.249Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(364,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:24.254Z [qtp455036946-54-soap] TRACE e.r.x.p.protocol.ProxyMessageEncoder - writeSignature()
2023-05-11T09:19:24.254Z [qtp455036946-54-soap] TRACE e.r.x.p.protocol.ProxyMessageEncoder - endAttachments()
2023-05-11T09:19:24.256Z [qtp455036946-54-soap] TRACE e.r.x.p.protocol.ProxyMessageEncoder - close()
2023-05-11T09:19:24.256Z [qtp455036946-54-soap] TRACE e.r.x.p.protocol.ProxyMessageEncoder - endAttachments()
2023-05-11T09:19:24.256Z [qtp455036946-54-soap] TRACE e.r.x.p.c.ClientMessageProcessor - continueProcessing()
2023-05-11T09:19:24.256Z [qtp455036946-54-soap] TRACE e.r.x.p.c.ClientMessageProcessor - continueReadingResponse()
2023-05-11T09:19:24.686Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:19:25.266Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:25.269Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(365,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:26.091Z [qtp455036946-54] DEBUG ee.ria.xroad.common.util.HttpSender - Request failed
org.apache.http.NoHttpResponseException: localhost:5500 failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at ee.ria.xroad.common.util.HttpSender.doRequest(HttpSender.java:144)
	at ee.ria.xroad.common.util.HttpSender.doPost(HttpSender.java:100)
	at ee.ria.xroad.proxy.clientproxy.ClientMessageProcessor.sendRequest(ClientMessageProcessor.java:265)
	at ee.ria.xroad.proxy.clientproxy.ClientMessageProcessor.processRequest(ClientMessageProcessor.java:238)
	at ee.ria.xroad.proxy.clientproxy.ClientMessageProcessor.process(ClientMessageProcessor.java:192)
	at ee.ria.xroad.proxy.clientproxy.AbstractClientProxyHandler.handle(AbstractClientProxyHandler.java:95)
	at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:146)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:487)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:732)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:479)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:277)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:555)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:410)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:164)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:338)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:315)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:409)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
	at java.base/java.lang.Thread.run(Thread.java:829)
2023-05-11T09:19:26.094Z [qtp455036946-54] ERROR e.r.x.p.c.AbstractClientProxyHandler - Request processing error (3dd8214b-dc70-4bb9-8649-42d57a9c030d)
org.apache.http.NoHttpResponseException: localhost:5500 failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at ee.ria.xroad.common.util.HttpSender.doRequest(HttpSender.java:144)
	at ee.ria.xroad.common.util.HttpSender.doPost(HttpSender.java:100)
	at ee.ria.xroad.proxy.clientproxy.ClientMessageProcessor.sendRequest(ClientMessageProcessor.java:265)
	at ee.ria.xroad.proxy.clientproxy.ClientMessageProcessor.processRequest(ClientMessageProcessor.java:238)
	at ee.ria.xroad.proxy.clientproxy.ClientMessageProcessor.process(ClientMessageProcessor.java:192)
	at ee.ria.xroad.proxy.clientproxy.AbstractClientProxyHandler.handle(AbstractClientProxyHandler.java:95)
	at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:146)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:487)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:732)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:479)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:277)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:555)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:410)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:164)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:338)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:315)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:409)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
	at java.base/java.lang.Thread.run(Thread.java:829)
2023-05-11T09:19:26.112Z [qtp455036946-54] TRACE e.r.x.p.opmonitoring.OpMonitoring - store()
2023-05-11T09:19:26.112Z [qtp455036946-54] TRACE e.r.x.p.c.AbstractClientProxyHandler - PERFORMANCE: 1683796766112: 3277: Request handled
2023-05-11T09:19:26.112Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: OpMonitoringData(assignResponseOutTsToResponseInTs=false, data={serviceXRoadInstance=FI, serviceType=WSDL, clientSubsystemCode=null, serviceCode=clientReg, serviceSecurityServerAddress=kapvlpp02.csc.fi, xRequestId=e065fb70-a727-4afb-b835-81d505394986, requestAttachmentCount=3, serviceVersion=null, requestMimeSize=6192, requestOutTs=1683796763231, faultString=localhost:5500 failed to respond, serviceSubsystemCode=Management, clientMemberCode=2440921-4, messageProtocolVersion=4.0, messageId=0c8ee004-23ab-43cc-9235-3c4f421673f5, clientXRoadInstance=FI, messageUserId=null, clientMemberClass=GOV, serviceMemberCode=0920632-0, securityServerType=Client, serviceMemberClass=ORG, faultCode=Server.ClientProxy.IOError, messageIssue=null, requestInTs=1683796762835, clientSecurityServerAddress=smk-pv02.metsakeskus.fi, requestSize=1340, responseOutTs=1683796766095, succeeded=false})
2023-05-11T09:19:26.118Z [Proxy-akka.actor.default-dispatcher-11] DEBUG e.r.x.p.o.OpMonitoringBuffer - Op monitoring buffer records count: 1
2023-05-11T09:19:26.129Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.p.o.OpMonitoringDaemonSender - onReceive: {"records":[{"serviceXRoadInstance":"FI","serviceType":"WSDL","serviceCode":"clientReg","serviceSecurityServerAddress":"kapvlpp02.csc.fi","xRequestId":"e065fb70-a727-4afb-b835-81d505394986","requestAttachmentCount":3,"requestMimeSize":6192,"requestOutTs":1683796763231,"faultString":"localhost:5500 failed to respond","serviceSubsystemCode":"Management","clientMemberCode":"2440921-4","messageProtocolVersion":"4.0","messageId":"0c8ee004-23ab-43cc-9235-3c4f421673f5","clientXRoadInstance":"FI","clientMemberClass":"GOV","serviceMemberCode":"0920632-0","securityServerType":"Client","securityServerInternalIp":"10.23.118.100","serviceMemberClass":"ORG","faultCode":"Server.ClientProxy.IOError","requestInTs":1683796762835,"clientSecurityServerAddress":"smk-pv02.metsakeskus.fi","requestSize":1340,"responseOutTs":1683796766095,"succeeded":false}]}
2023-05-11T09:19:26.129Z [Proxy-akka.actor.default-dispatcher-11] TRACE ee.ria.xroad.common.util.HttpSender - doPost(address = http://localhost:2080/store_data, connectionTimeout = 30000, socketTimeout = 60000)
2023-05-11T09:19:26.131Z [Proxy-akka.actor.default-dispatcher-11] TRACE ee.ria.xroad.common.util.HttpSender - Log request headers
2023-05-11T09:19:26.169Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.common.util.AbstractHttpSender - handleResponse()
2023-05-11T09:19:26.172Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.p.o.OpMonitoringDaemonSender - Received OK response
2023-05-11T09:19:26.172Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendingSuccess
2023-05-11T09:19:26.286Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:26.287Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(366,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:27.306Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:27.308Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(367,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:28.326Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:28.328Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(368,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:29.346Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:29.348Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(369,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:29.686Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:19:30.366Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:30.368Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(370,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:31.386Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:31.388Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(371,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:32.406Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:32.408Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(372,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:33.426Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:33.428Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(373,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:34.446Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:34.448Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(374,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:34.686Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:19:35.466Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:35.469Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(375,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:36.486Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:36.488Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(376,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:37.506Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:37.510Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(377,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:38.526Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:38.528Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(378,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:39.546Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:39.548Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(379,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:39.686Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:19:40.566Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:40.575Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(380,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:41.576Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:41.578Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(381,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:42.595Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:42.598Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(382,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:43.616Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:43.619Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(383,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:44.636Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:44.639Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(384,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:44.686Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:19:45.656Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:45.658Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(385,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:46.676Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:46.677Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(386,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:47.696Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:47.700Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(387,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:48.716Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:48.720Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(388,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:49.686Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:19:49.736Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:49.738Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(389,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:50.756Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:50.758Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(390,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:51.776Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:51.777Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(391,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:52.796Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:52.798Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(392,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:53.816Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:53.818Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(393,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:54.686Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:19:54.836Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:54.839Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(394,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:55.856Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:55.858Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(395,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:56.876Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:56.878Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(396,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:57.896Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:57.898Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(397,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:58.916Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:58.918Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(398,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:59.686Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:19:59.936Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:59.937Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(399,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:00.956Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:00.958Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(400,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:01.976Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:01.978Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(401,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:02.996Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:02.998Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(402,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:04.016Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:04.019Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(403,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:04.686Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:20:05.036Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:05.040Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(404,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:06.056Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:06.057Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(405,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:07.075Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:07.077Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(406,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:08.096Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:08.100Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(407,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:09.116Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:09.119Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(408,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:09.686Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:20:10.136Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:10.138Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(409,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:11.156Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:11.158Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(410,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:12.176Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:12.177Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(411,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:13.196Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:13.198Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(412,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:14.216Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:14.218Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(413,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:14.686Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:20:14.876Z [QuartzScheduler_Worker-3] TRACE e.r.x.c.c.s.CachingServerConfImpl - ServerConf.clientCache : entries: 1, stats: CacheStats{hitCount=1, missCount=1, loadSuccessCount=1, loadExceptionCount=0, totalLoadTime=29572587, evictionCount=0}
2023-05-11T09:20:14.876Z [QuartzScheduler_Worker-3] TRACE e.r.x.c.c.s.CachingServerConfImpl - ServerConf.serviceCache: entries: 0, stats: CacheStats{hitCount=0, missCount=0, loadSuccessCount=0, loadExceptionCount=0, totalLoadTime=0, evictionCount=0}
2023-05-11T09:20:14.877Z [QuartzScheduler_Worker-3] TRACE e.r.x.c.c.s.CachingServerConfImpl - ServerConf.aclCache    : entries: 0, stats: CacheStats{hitCount=0, missCount=0, loadSuccessCount=0, loadExceptionCount=0, totalLoadTime=0, evictionCount=0}
2023-05-11T09:20:14.886Z [QuartzScheduler_Worker-1] TRACE e.r.x.c.c.g.GlobalConfUpdater - Updating globalconf
2023-05-11T09:20:14.886Z [QuartzScheduler_Worker-1] DEBUG e.r.x.c.conf.globalconf.GlobalConf - reload called
2023-05-11T09:20:14.886Z [QuartzScheduler_Worker-1] DEBUG e.r.x.c.conf.globalconf.GlobalConf - reloading instance
2023-05-11T09:20:14.886Z [QuartzScheduler_Worker-1] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - Loading instance identifier from /etc/xroad/globalconf/instance-identifier
2023-05-11T09:20:14.886Z [QuartzScheduler_Worker-1] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - Reloading configuration from /etc/xroad/globalconf
2023-05-11T09:20:14.887Z [QuartzScheduler_Worker-1] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - Loading parameters from /etc/xroad/globalconf/FI
2023-05-11T09:20:14.887Z [QuartzScheduler_Worker-1] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - Loading private parameters from /etc/xroad/globalconf/FI/private-params.xml
2023-05-11T09:20:14.887Z [QuartzScheduler_Worker-1] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - PrivateParametersV2 from /etc/xroad/globalconf/FI/private-params.xml have not changed, reusing
2023-05-11T09:20:14.888Z [QuartzScheduler_Worker-1] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - Loading shared parameters from /etc/xroad/globalconf/FI/shared-params.xml
2023-05-11T09:20:14.902Z [QuartzScheduler_Worker-1] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - SharedParametersV2 from /etc/xroad/globalconf/FI/shared-params.xml have not changed, reusing
2023-05-11T09:20:15.235Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:15.237Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(414,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:16.256Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:16.257Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(415,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:17.276Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:17.277Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(416,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:17.716Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.proxy.messagelog.LogManager - onReceive(StartTimestamping)
2023-05-11T09:20:17.716Z [Proxy-akka.actor.default-dispatcher-11] DEBUG e.r.x.proxy.messagelog.LogManager - Use batch time-stamping retry backoff schedule: false
2023-05-11T09:20:17.716Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.conf.globalconf.GlobalConf - getTimestampingIntervalSeconds()
2023-05-11T09:20:17.716Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.xroad.proxy.messagelog.TaskQueue - onReceive(StartTimestamping)
2023-05-11T09:20:17.716Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - getPrivate(instance = FI, directory = FI)
2023-05-11T09:20:17.716Z [Proxy-akka.actor.default-dispatcher-11] DEBUG e.r.x.proxy.messagelog.LogManager - Time-stamping interval is: 60s
2023-05-11T09:20:17.718Z [Proxy-akka.actor.default-dispatcher-25] TRACE ee.ria.xroad.common.db.DatabaseCtx - commitTransaction(messagelog)
2023-05-11T09:20:17.719Z [Proxy-akka.actor.default-dispatcher-25] INFO  e.r.xroad.proxy.messagelog.TaskQueue - Start time-stamping 1 message records
2023-05-11T09:20:17.720Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.proxy.messagelog.Timestamper - onReceive(class ee.ria.xroad.proxy.messagelog.Timestamper$TimestampTask)
2023-05-11T09:20:17.720Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - getPrivate(instance = FI, directory = FI)
2023-05-11T09:20:17.720Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - getShared(instance = FI, directory = FI)
2023-05-11T09:20:17.721Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.c.conf.serverconf.ServerConf - getTspUrl()
2023-05-11T09:20:17.723Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.p.messagelog.TimestamperWorker - onReceive(class ee.ria.xroad.proxy.messagelog.Timestamper$TimestampTask)
2023-05-11T09:20:17.723Z [Proxy-akka.actor.default-dispatcher-11] DEBUG e.r.x.p.messagelog.TimestamperWorker - Creating regular time-stamp
2023-05-11T09:20:17.723Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.p.messagelog.LogRecordManager - get(32)
2023-05-11T09:20:17.732Z [Proxy-akka.actor.default-dispatcher-11] TRACE ee.ria.xroad.common.db.DatabaseCtx - commitTransaction(messagelog)
2023-05-11T09:20:17.752Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.p.m.AbstractTimestampRequest - Creating time-stamp request (algorithm: SHA-512)
2023-05-11T09:20:17.754Z [Proxy-akka.actor.default-dispatcher-11] DEBUG e.r.x.p.m.AbstractTimestampRequest - tspUrls: [http://tsa.fineid.fi/TSS/HttpTspServer, http://tsa.fineid.fi/TSS/HttpTspServer]
2023-05-11T09:20:17.755Z [Proxy-akka.actor.default-dispatcher-11] DEBUG e.r.x.p.m.AbstractTimestampRequest - Sending time-stamp request to http://tsa.fineid.fi/TSS/HttpTspServer
2023-05-11T09:20:17.926Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.p.messagelog.TimestamperUtil - getTimestampDer() - TimeStampResp.status: 0
2023-05-11T09:20:17.957Z [Proxy-akka.actor.default-dispatcher-11] INFO  e.r.x.p.m.AbstractTimestampRequest - tsresponse org.bouncycastle.tsp.TimeStampResponse@25413de7
2023-05-11T09:20:17.957Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.conf.globalconf.GlobalConf - getTspCertificates()
2023-05-11T09:20:17.967Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.signature.TimestampVerifier - getTspCertificate(C=FI,O=Digi- ja vaestotietovirasto CA,OU=Aikaleimavarmenteet,CN=DVV Time Stamp Certificates - G2R, 7779729310997051925318155634787163, null)
2023-05-11T09:20:17.970Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.signature.TimestampVerifier - Comparing with cert: CN=VRK CA for Service Providers - G3, OU=Palveluvarmenteet, O=Vaestorekisterikeskus CA, C=FI, 609786009018894726709394611292498201471358
2023-05-11T09:20:17.971Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.signature.TimestampVerifier - Comparing with cert: CN=VRK CA for Service Providers - G3, OU=Palveluvarmenteet, O=Vaestorekisterikeskus CA, C=FI, 609786009018895021228612083520312318007447
2023-05-11T09:20:17.973Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.signature.TimestampVerifier - Comparing with cert: CN=DVV Time Stamp Certificates - G2R, OU=Aikaleimavarmenteet, O=Digi- ja vaestotietovirasto CA, C=FI, 7779728296855320431239756572672542
2023-05-11T09:20:17.973Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.signature.TimestampVerifier - Comparing with cert: CN=DVV Time Stamp Certificates - G2R, OU=Aikaleimavarmenteet, O=Digi- ja vaestotietovirasto CA, C=FI, 7779729310997051925318155634787163
2023-05-11T09:20:18.050Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.conf.globalconf.GlobalConf - getTspCertificates()
2023-05-11T09:20:18.050Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.signature.TimestampVerifier - getTspCertificate(C=FI,O=Digi- ja vaestotietovirasto CA,OU=Aikaleimavarmenteet,CN=DVV Time Stamp Certificates - G2R, 7779729310997051925318155634787163, null)
2023-05-11T09:20:18.051Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.signature.TimestampVerifier - Comparing with cert: CN=VRK CA for Service Providers - G3, OU=Palveluvarmenteet, O=Vaestorekisterikeskus CA, C=FI, 609786009018894726709394611292498201471358
2023-05-11T09:20:18.055Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.signature.TimestampVerifier - Comparing with cert: CN=VRK CA for Service Providers - G3, OU=Palveluvarmenteet, O=Vaestorekisterikeskus CA, C=FI, 609786009018895021228612083520312318007447
2023-05-11T09:20:18.061Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.signature.TimestampVerifier - Comparing with cert: CN=DVV Time Stamp Certificates - G2R, OU=Aikaleimavarmenteet, O=Digi- ja vaestotietovirasto CA, C=FI, 7779728296855320431239756572672542
2023-05-11T09:20:18.070Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.signature.TimestampVerifier - Comparing with cert: CN=DVV Time Stamp Certificates - G2R, OU=Aikaleimavarmenteet, O=Digi- ja vaestotietovirasto CA, C=FI, 7779729310997051925318155634787163
2023-05-11T09:20:18.086Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.p.m.SingleTimestampRequest - Updating unsigned signature properties
2023-05-11T09:20:18.105Z [Proxy-akka.actor.default-dispatcher-11] TRACE ee.ria.xroad.common.db.DatabaseCtx - commitTransaction(messagelog)
2023-05-11T09:20:18.108Z [Proxy-akka.actor.default-dispatcher-11] INFO  e.r.x.p.messagelog.TimestamperWorker - Timestamped 1 message records in 385 ms
2023-05-11T09:20:18.108Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.xroad.proxy.messagelog.TaskQueue - onReceive(Timestamper.TimestampSucceeded(messageRecords=[32], hashChainResult=null, url=http://tsa.fineid.fi/TSS/HttpTspServer))
2023-05-11T09:20:18.108Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.xroad.proxy.messagelog.TaskQueue - handleTimestampSucceeded
2023-05-11T09:20:18.108Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.xroad.proxy.messagelog.TaskQueue - Time-stamped message records [32]
2023-05-11T09:20:18.108Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.proxy.messagelog.LogManager - saveTimestampRecord()
2023-05-11T09:20:18.112Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.p.messagelog.LogRecordManager - save(class ee.ria.xroad.common.messagelog.TimestampRecord)
2023-05-11T09:20:18.112Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.p.messagelog.LogRecordManager - setMessageRecordsTimestamped([32], 33)
2023-05-11T09:20:18.115Z [Proxy-akka.actor.default-dispatcher-25] TRACE ee.ria.xroad.common.db.HibernateUtil - Configured JDBC batch size is 50
2023-05-11T09:20:18.118Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.p.messagelog.LogRecordManager - setMessageRecordsTimestamped(1)
2023-05-11T09:20:18.119Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.p.messagelog.LogRecordManager - setMessageRecordsTimestamped(): execute batch(1)
2023-05-11T09:20:18.121Z [Proxy-akka.actor.default-dispatcher-25] TRACE ee.ria.xroad.common.db.DatabaseCtx - commitTransaction(messagelog)
2023-05-11T09:20:18.125Z [Proxy-akka.control-aware-dispatcher-12] TRACE e.r.x.proxy.messagelog.LogManager - onReceive(SetTimestampingStatusMessage(status=SUCCESS, atTime=2023-05-11T09:20:18.123975Z))
2023-05-11T09:20:18.296Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:18.298Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(417,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:18.595Z [pool-2-thread-1] DEBUG e.r.x.c.util.filewatcher.FileWatcher - Detected a change in the watched file:/etc/xroad/signer/keyconf.xml. Event type was: ENTRY_CREATE
2023-05-11T09:20:19.316Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:19.326Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(418,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:19.686Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:20:20.335Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:20.338Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(419,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:21.356Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:21.358Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(420,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:22.376Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:22.377Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(421,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:23.396Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:23.398Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(422,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:24.416Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:24.418Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(423,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:24.686Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:20:25.436Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:25.438Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(424,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:26.456Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:26.458Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(425,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:27.476Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:27.478Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(426,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:28.496Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:28.498Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(427,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:29.516Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:29.519Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(428,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:29.686Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:20:30.536Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:30.538Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(429,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:31.556Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:31.559Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(430,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:32.576Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:32.578Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(431,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:33.596Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:33.605Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(432,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:34.615Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:34.617Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(433,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:34.686Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:20:35.636Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:35.638Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(434,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:36.656Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:36.658Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(435,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:37.676Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:37.678Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(436,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:38.696Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:38.697Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(437,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:39.686Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:20:39.716Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:39.717Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(438,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:40.736Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:40.738Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(439,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:41.756Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:41.758Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(440,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:42.776Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:42.778Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(441,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:43.796Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:43.799Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(442,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:44.685Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:20:44.816Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:44.818Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(443,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:45.836Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:45.838Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(444,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))

/var/log/xroad/proxy_ui_api.log

2023-05-11T07:12:28.044Z [https-jsse-nio-4000-exec-1] correlation-id:[1ecfe3e26e375e2c] INFO  ee.ria.xroad.common.AuditLogger - {"event":"API key create","user":"xrd","auth":"HttpBasicPam","url":"/api/v1/api-keys","data":{"apiKeyId":24,"apiKeyRoles":["XROAD_SERVICE_ADMINISTRATOR","XROAD_SECURITY_OFFICER","XROAD_REGISTRATION_OFFICER","XROAD_SYSTEM_ADMINISTRATOR"]}}
2023-05-11T07:13:22.836Z [https-jsse-nio-4000-exec-9] correlation-id:[6ec8ad618e58a03b] INFO  ee.ria.xroad.common.AuditLogger - {"event":"Key management API log in","user":"xrd","url":"/api/v1/api-keys","data":{}}
2023-05-11T07:13:22.857Z [https-jsse-nio-4000-exec-9] correlation-id:[6ec8ad618e58a03b] INFO  ee.ria.xroad.common.AuditLogger - {"event":"API key create","user":"xrd","auth":"HttpBasicPam","url":"/api/v1/api-keys","data":{"apiKeyId":25,"apiKeyRoles":["XROAD_SERVICE_ADMINISTRATOR","XROAD_SECURITY_OFFICER","XROAD_REGISTRATION_OFFICER","XROAD_SYSTEM_ADMINISTRATOR"]}}
2023-05-11T07:13:38.007Z [https-jsse-nio-4000-exec-6] correlation-id:[b43c541f035011d0] INFO  ee.ria.xroad.common.AuditLogger - {"event":"Key management API log in","user":"xrd","url":"/api/v1/api-keys","data":{}}
2023-05-11T07:13:38.013Z [https-jsse-nio-4000-exec-6] correlation-id:[b43c541f035011d0] INFO  ee.ria.xroad.common.AuditLogger - {"event":"API key create","user":"xrd","auth":"HttpBasicPam","url":"/api/v1/api-keys","data":{"apiKeyId":26,"apiKeyRoles":["XROAD_SERVICE_ADMINISTRATOR","XROAD_SECURITY_OFFICER","XROAD_REGISTRATION_OFFICER","XROAD_SYSTEM_ADMINISTRATOR"]}}
2023-05-11T07:15:33.262Z [https-jsse-nio-4000-exec-9] correlation-id:[81a4b21639f079f1] INFO  ee.ria.xroad.common.AuditLogger - {"event":"Key management API log in","user":"xrd","url":"/api/v1/api-keys","data":{}}
2023-05-11T07:15:33.272Z [https-jsse-nio-4000-exec-9] correlation-id:[81a4b21639f079f1] INFO  ee.ria.xroad.common.AuditLogger - {"event":"API key create","user":"xrd","auth":"HttpBasicPam","url":"/api/v1/api-keys","data":{"apiKeyId":27,"apiKeyRoles":["XROAD_SERVICE_ADMINISTRATOR","XROAD_SECURITY_OFFICER","XROAD_REGISTRATION_OFFICER","XROAD_SYSTEM_ADMINISTRATOR"]}}
2023-05-11T07:46:28.669Z [https-jsse-nio-4000-exec-5] correlation-id:[66ae7781ad2dc706] INFO  ee.ria.xroad.common.AuditLogger - {"event":"Key management API log in","user":"xrd","url":"/api/v1/api-keys","data":{}}
2023-05-11T07:46:28.681Z [https-jsse-nio-4000-exec-5] correlation-id:[66ae7781ad2dc706] INFO  ee.ria.xroad.common.AuditLogger - {"event":"API key create","user":"xrd","auth":"HttpBasicPam","url":"/api/v1/api-keys","data":{"apiKeyId":28,"apiKeyRoles":["XROAD_SERVICE_ADMINISTRATOR","XROAD_SECURITY_OFFICER","XROAD_REGISTRATION_OFFICER","XROAD_SYSTEM_ADMINISTRATOR"]}}
2023-05-11T07:48:11.772Z [https-jsse-nio-4000-exec-2] correlation-id:[5382f22d5f80b857] INFO  o.n.x.s.r.service.DiagnosticService - Query timestamper status
2023-05-11T07:48:11.783Z [https-jsse-nio-4000-exec-3] correlation-id:[599ef5ea93d53a8f] INFO  o.n.x.s.r.service.DiagnosticService - Query OCSP status
2023-05-11T07:50:07.845Z [https-jsse-nio-4000-exec-10] correlation-id:[449f40ce096884bb] INFO  ee.ria.xroad.common.AuditLogger - {"event":"Enable certificate","user":"xrd","auth":"Session","url":"/api/v1/token-certificates/F1FFC43E7E27465785F42D5988EE375038ED008B/activate","data":{"tokenId":"0","tokenSerialNumber":null,"tokenFriendlyName":"softToken-0","keyId":"898F84A976D9D49B9D569B83A1AE074E766FFBD7","keyFriendlyName":"authkey","keyUsage":"AUTHENTICATION","certId":"50278CB0D8E5296F7421F880EDBB7A4BB62FFC84","certHash":"F1:FF:C4:3E:7E:27:46:57:85:F4:2D:59:88:EE:37:50:38:ED:00:8B","certHashAlgorithm":"SHA-1"}}
2023-05-11T07:51:42.661Z [https-jsse-nio-4000-exec-10] correlation-id:[08dd92800d1d9e1e] INFO  o.n.x.s.r.service.BackupService - Run configuration backup with command '/usr/share/xroad/scripts/backup_xroad_proxy_configuration.sh [-s, FI/GOV/2440921-4/smk-pv02, -f, /var/lib/xroad/backup/conf_backup_20230511-075142.gpg]'
2023-05-11T07:51:42.661Z [https-jsse-nio-4000-exec-10] correlation-id:[08dd92800d1d9e1e] INFO  o.n.x.s.r.s.ExternalProcessRunner - Running an external command: /usr/share/xroad/scripts/backup_xroad_proxy_configuration.sh -s FI/GOV/2440921-4/smk-pv02 -f /var/lib/xroad/backup/conf_backup_20230511-075142.gpg
2023-05-11T07:51:43.688Z [https-jsse-nio-4000-exec-10] correlation-id:[08dd92800d1d9e1e] INFO  o.n.x.s.r.s.ExternalProcessRunner - External command finished with exit status 0
2023-05-11T07:51:43.689Z [https-jsse-nio-4000-exec-10] correlation-id:[08dd92800d1d9e1e] INFO  o.n.x.s.r.service.BackupService -  --- Backup script console output - START --- 
2023-05-11T07:51:43.689Z [https-jsse-nio-4000-exec-10] correlation-id:[08dd92800d1d9e1e] INFO  o.n.x.s.r.service.BackupService - ENCRYPT_BACKUP=false
GPG_KEYIDS=
CREATING DATABASE DUMP TO /var/lib/xroad/dbdump.dat
CREATING SIGNED TAR ARCHIVE TO /var/lib/xroad/backup/conf_backup_20230511-075142.gpg
security_XROAD_7.0_FI/GOV/2440921-4/smk-pv02
tar: Removing leading `/' from member names
/etc/xroad/
/etc/xroad/devices.ini
tar: Removing leading `/' from hard link targets
/etc/xroad/services/
/etc/xroad/services/local.properties
/etc/xroad/backup.d/
/etc/xroad/backup.d/30_xroad-proxy
/etc/xroad/backup.d/20_xroad-monitor
/etc/xroad/backup.d/40_xroad-opmonitor
/etc/xroad/backup.d/10_xroad-signer
/etc/xroad/backup.d/00_xroad-confclient
/etc/xroad/ssl/
/etc/xroad/ssl/proxy-ui-api.crt
/etc/xroad/ssl/openssl.cnf
/etc/xroad/ssl/internal.p12
/etc/xroad/ssl/proxy-ui-api.key
/etc/xroad/ssl/internal.crt
/etc/xroad/ssl/proxy-ui-api.p12
/etc/xroad/ssl/internal.key
/etc/xroad/signer/
/etc/xroad/signer/keyconf.xml
/etc/xroad/signer/softtoken/
/etc/xroad/signer/softtoken/898F84A976D9D49B9D569B83A1AE074E766FFBD7.p12
/etc/xroad/signer/softtoken/643C5657B7550C831295EE45174083F6592874CE.p12
/etc/xroad/signer/softtoken/.softtoken.p12
/etc/xroad/jetty/
/etc/xroad/jetty/ocsp-responder.xml
/etc/xroad/jetty/clientproxy.xml
/etc/xroad/jetty/serverproxy.xml
/etc/xroad/conf.d/
/etc/xroad/conf.d/signer-logback.xml
/etc/xroad/conf.d/op-monitor.ini
/etc/xroad/conf.d/op-monitor-logback.xml
/etc/xroad/conf.d/proxy-ui-api-logback.xml
/etc/xroad/conf.d/confclient-logback.xml
/etc/xroad/conf.d/proxy-ui-api.ini
/etc/xroad/conf.d/proxy.ini
/etc/xroad/conf.d/proxy-logback.xml
/etc/xroad/conf.d/override-securityserver-fi.ini
/etc/xroad/conf.d/local.ini
/etc/xroad/conf.d/confclient-logback-service.xml
/etc/xroad/conf.d/signer.ini
/etc/xroad/conf.d/addons/
/etc/xroad/conf.d/addons/monitor.ini
/etc/xroad/conf.d/addons/monitor-logback.xml
/etc/xroad/conf.d/addons/message-log.ini
/etc/xroad/conf.d/addons/messagelog-archiver-logback.xml
/etc/xroad/conf.d/signer-console-logback.xml
/etc/xroad/conf.d/common.ini
/etc/xroad/db.properties
/etc/xroad/globalconf/
/etc/xroad/globalconf/FI/
/etc/xroad/globalconf/FI/fetchinterval-params.xml
/etc/xroad/globalconf/FI/private-params.xml.metadata
/etc/xroad/globalconf/FI/fetchinterval-params.xml.metadata
/etc/xroad/globalconf/FI/shared-params.xml.metadata
/etc/xroad/globalconf/FI/private-params.xml
/etc/xroad/globalconf/FI/nextupdate-params.xml
/etc/xroad/globalconf/FI/monitoring-params.xml.metadata
/etc/xroad/globalconf/FI/shared-params.xml
/etc/xroad/globalconf/FI/monitoring-params.xml
/etc/xroad/globalconf/FI/nextupdate-params.xml.metadata
/etc/xroad/globalconf/instance-identifier
/etc/xroad/configuration-anchor.xml
/etc/xroad/db.properties.restored
/var/lib/xroad/dbdump.dat
Backup file saved to /var/lib/xroad/backup/conf_backup_20230511-075142.gpg
2023-05-11T07:51:43.689Z [https-jsse-nio-4000-exec-10] correlation-id:[08dd92800d1d9e1e] INFO  o.n.x.s.r.service.BackupService -  --- Backup script console output - END --- 
2023-05-11T07:51:43.694Z [https-jsse-nio-4000-exec-10] correlation-id:[08dd92800d1d9e1e] INFO  ee.ria.xroad.common.AuditLogger - {"event":"Back up configuration","user":"xrd","auth":"Session","url":"/api/v1/backups/ext","data":{"backupFileName":"/var/lib/xroad/backup/conf_backup_20230511-075142.gpg"}}
2023-05-11T08:10:32.874Z [https-jsse-nio-4000-exec-7] correlation-id:[6f98b5a777ac3a22] INFO  ee.ria.xroad.common.AuditLogger - {"event":"Key management API log in","user":"xrd","url":"/api/v1/api-keys","data":{}}
2023-05-11T08:10:32.898Z [https-jsse-nio-4000-exec-7] correlation-id:[6f98b5a777ac3a22] INFO  ee.ria.xroad.common.AuditLogger - {"event":"API key create","user":"xrd","auth":"HttpBasicPam","url":"/api/v1/api-keys","data":{"apiKeyId":29,"apiKeyRoles":["XROAD_SERVICE_ADMINISTRATOR","XROAD_SECURITY_OFFICER","XROAD_REGISTRATION_OFFICER","XROAD_SYSTEM_ADMINISTRATOR"]}}
2023-05-11T08:12:50.577Z [https-jsse-nio-4000-exec-8] correlation-id:[9f2397ae781a3951] INFO  ee.ria.xroad.common.AuditLogger - {"event":"Key management API log in","user":"xrd","url":"/api/v1/api-keys","data":{}}
2023-05-11T08:12:50.589Z [https-jsse-nio-4000-exec-8] correlation-id:[9f2397ae781a3951] INFO  ee.ria.xroad.common.AuditLogger - {"event":"API key create","user":"xrd","auth":"HttpBasicPam","url":"/api/v1/api-keys","data":{"apiKeyId":30,"apiKeyRoles":["XROAD_SERVICE_ADMINISTRATOR","XROAD_SECURITY_OFFICER","XROAD_REGISTRATION_OFFICER","XROAD_SYSTEM_ADMINISTRATOR"]}}
2023-05-11T08:12:53.569Z [https-jsse-nio-4000-exec-1] correlation-id:[52f252dd7cafea06] INFO  ee.ria.xroad.common.AuditLogger - {"event":"Add client","user":"api-key-30","auth":"ApiKey","url":"/api/v1/clients","data":{"clientIdentifier":{"memberClass":"GOV","memberCode":"2440921-4","subsystemCode":"SMK-PROD-CLIENT","objectType":"SUBSYSTEM","xroadInstance":"FI"},"isAuthentication":"HTTP","clientStatus":"saved"}}
2023-05-11T08:15:05.804Z [https-jsse-nio-4000-exec-1] correlation-id:[fc3bd48d4377b295] INFO  ee.ria.xroad.common.AuditLogger - {"event":"Key management API log in","user":"xrd","url":"/api/v1/api-keys","data":{}}
2023-05-11T08:15:05.819Z [https-jsse-nio-4000-exec-1] correlation-id:[fc3bd48d4377b295] INFO  ee.ria.xroad.common.AuditLogger - {"event":"API key create","user":"xrd","auth":"HttpBasicPam","url":"/api/v1/api-keys","data":{"apiKeyId":32,"apiKeyRoles":["XROAD_SERVICE_ADMINISTRATOR","XROAD_SECURITY_OFFICER","XROAD_REGISTRATION_OFFICER","XROAD_SYSTEM_ADMINISTRATOR"]}}
2023-05-11T08:15:12.642Z [https-jsse-nio-4000-exec-6] correlation-id:[9722b48dac36ca8f] ERROR o.n.x.s.r.s.ManagementRequestSenderService - Sending management request failed
ee.ria.xroad.common.CodedException$Fault: Server.ClientProxy.IOError: localhost:5500 failed to respond
	at ee.ria.xroad.common.CodedException.fromFault(CodedException.java:141)
	at ee.ria.xroad.common.message.SoapFault.toCodedException(SoapFault.java:131)
	at ee.ria.xroad.common.request.ManagementRequestSender.getResponse(ManagementRequestSender.java:236)
	at ee.ria.xroad.common.request.ManagementRequestSender.send(ManagementRequestSender.java:185)
	at ee.ria.xroad.common.request.ManagementRequestSender.sendClientRegRequest(ManagementRequestSender.java:133)
	at org.niis.xroad.securityserver.restapi.service.ManagementRequestSenderService.sendClientRegisterRequest(ManagementRequestSenderService.java:113)
	at org.niis.xroad.securityserver.restapi.service.ManagementRequestSenderService$$FastClassBySpringCGLIB$$dfbfba6b.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:61)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.niis.xroad.securityserver.restapi.service.ManagementRequestSenderService$$EnhancerBySpringCGLIB$$9e80d148.sendClientRegisterRequest(<generated>)
	at org.niis.xroad.securityserver.restapi.service.ClientService.registerClient(ClientService.java:540)
	at org.niis.xroad.securityserver.restapi.service.ClientService$$FastClassBySpringCGLIB$$909e7273.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:61)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.niis.xroad.securityserver.restapi.service.ClientService$$EnhancerBySpringCGLIB$$30c70e65.registerClient(<generated>)
	at org.niis.xroad.securityserver.restapi.openapi.ClientsApiController.registerClient(ClientsApiController.java:525)
	at org.niis.xroad.securityserver.restapi.openapi.ClientsApiController$$FastClassBySpringCGLIB$$b4aed00a.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:123)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:61)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.niis.xroad.securityserver.restapi.openapi.ClientsApiController$$EnhancerBySpringCGLIB$$1a7d0d85.registerClient(<generated>)
	at jdk.internal.reflect.GeneratedMethodAccessor236.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071)
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964)
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
	at org.springframework.web.servlet.FrameworkServlet.doPut(FrameworkServlet.java:920)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:668)
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:337)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:122)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:116)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.authentication.preauth.AbstractPreAuthenticatedProcessingFilter.doFilter(AbstractPreAuthenticatedProcessingFilter.java:146)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.csrf.CsrfFilter.doFilterInternal(CsrfFilter.java:117)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:112)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:82)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:221)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:186)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.niis.xroad.securityserver.restapi.config.IpThrottlingFilter.doFilter(IpThrottlingFilter.java:109)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.niis.xroad.securityserver.restapi.config.LimitRequestSizesFilter.doFilterInternal(LimitRequestSizesFilter.java:85)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.niis.xroad.securityserver.restapi.config.AddCorrelationIdFilter.doFilter(AddCorrelationIdFilter.java:68)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.cloud.sleuth.instrument.web.servlet.TracingFilter.doFilter(TracingFilter.java:68)
	at org.springframework.cloud.sleuth.autoconfig.instrument.web.TraceWebServletConfiguration$LazyTracingFilter.doFilter(TraceWebServletConfiguration.java:131)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.niis.xroad.securityserver.restapi.config.SessionTimeoutFilter.doFilter(SessionTimeoutFilter.java:72)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.springframework.cloud.sleuth.instrument.web.tomcat.TraceValve.invoke(TraceValve.java:103)
	at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:687)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:829)
2023-05-11T08:15:12.654Z [https-jsse-nio-4000-exec-6] correlation-id:[9722b48dac36ca8f] INFO  ee.ria.xroad.common.AuditLogger - {"event":"Register client failed","user":"api-key-32","reason":"Server.ClientProxy.IOError: localhost:5500 failed to respond","warning":false,"auth":"ApiKey","url":"/api/v1/clients/FI%3AGOV%3A2440921-4%3ASMK-PROD-CLIENT/register","data":{"clientIdentifier":{"memberClass":"GOV","memberCode":"2440921-4","subsystemCode":"SMK-PROD-CLIENT","objectType":"SUBSYSTEM","xroadInstance":"FI"}}}
2023-05-11T08:15:12.655Z [https-jsse-nio-4000-exec-6] correlation-id:[9722b48dac36ca8f] ERROR o.n.x.r.e.ApplicationExceptionHandler - exception caught
ee.ria.xroad.common.CodedException$Fault: Server.ClientProxy.IOError: localhost:5500 failed to respond
	at ee.ria.xroad.common.CodedException.fromFault(CodedException.java:141)
	at ee.ria.xroad.common.message.SoapFault.toCodedException(SoapFault.java:131)
	at ee.ria.xroad.common.request.ManagementRequestSender.getResponse(ManagementRequestSender.java:236)
	at ee.ria.xroad.common.request.ManagementRequestSender.send(ManagementRequestSender.java:185)
	at ee.ria.xroad.common.request.ManagementRequestSender.sendClientRegRequest(ManagementRequestSender.java:133)
	at org.niis.xroad.securityserver.restapi.service.ManagementRequestSenderService.sendClientRegisterRequest(ManagementRequestSenderService.java:113)
	at org.niis.xroad.securityserver.restapi.service.ManagementRequestSenderService$$FastClassBySpringCGLIB$$dfbfba6b.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:61)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.niis.xroad.securityserver.restapi.service.ManagementRequestSenderService$$EnhancerBySpringCGLIB$$9e80d148.sendClientRegisterRequest(<generated>)
	at org.niis.xroad.securityserver.restapi.service.ClientService.registerClient(ClientService.java:540)
	at org.niis.xroad.securityserver.restapi.service.ClientService$$FastClassBySpringCGLIB$$909e7273.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:61)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.niis.xroad.securityserver.restapi.service.ClientService$$EnhancerBySpringCGLIB$$30c70e65.registerClient(<generated>)
	at org.niis.xroad.securityserver.restapi.openapi.ClientsApiController.registerClient(ClientsApiController.java:525)
	at org.niis.xroad.securityserver.restapi.openapi.ClientsApiController$$FastClassBySpringCGLIB$$b4aed00a.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:123)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:61)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.niis.xroad.securityserver.restapi.openapi.ClientsApiController$$EnhancerBySpringCGLIB$$1a7d0d85.registerClient(<generated>)
	at jdk.internal.reflect.GeneratedMethodAccessor236.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071)
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964)
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
	at org.springframework.web.servlet.FrameworkServlet.doPut(FrameworkServlet.java:920)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:668)
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:337)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:122)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:116)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.authentication.preauth.AbstractPreAuthenticatedProcessingFilter.doFilter(AbstractPreAuthenticatedProcessingFilter.java:146)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.csrf.CsrfFilter.doFilterInternal(CsrfFilter.java:117)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:112)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:82)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:221)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:186)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.niis.xroad.securityserver.restapi.config.IpThrottlingFilter.doFilter(IpThrottlingFilter.java:109)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.niis.xroad.securityserver.restapi.config.LimitRequestSizesFilter.doFilterInternal(LimitRequestSizesFilter.java:85)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.niis.xroad.securityserver.restapi.config.AddCorrelationIdFilter.doFilter(AddCorrelationIdFilter.java:68)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.cloud.sleuth.instrument.web.servlet.TracingFilter.doFilter(TracingFilter.java:68)
	at org.springframework.cloud.sleuth.autoconfig.instrument.web.TraceWebServletConfiguration$LazyTracingFilter.doFilter(TraceWebServletConfiguration.java:131)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.niis.xroad.securityserver.restapi.config.SessionTimeoutFilter.doFilter(SessionTimeoutFilter.java:72)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.springframework.cloud.sleuth.instrument.web.tomcat.TraceValve.invoke(TraceValve.java:103)
	at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:687)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:829)
2023-05-11T09:16:17.677Z [https-jsse-nio-4000-exec-3] correlation-id:[ac0f4693a90c5bc4] INFO  ee.ria.xroad.common.AuditLogger - {"event":"Delete client","user":"xrd","auth":"Session","url":"/api/v1/clients/FI%3AGOV%3A2440921-4%3ASMK-Sermi-VTJ-muutosPROD","data":{"clientIdentifier":{"memberClass":"GOV","memberCode":"2440921-4","subsystemCode":"SMK-Sermi-VTJ-muutosPROD","objectType":"SUBSYSTEM","xroadInstance":"FI"}}}
2023-05-11T09:16:17.754Z [https-jsse-nio-4000-exec-2] correlation-id:[147394734ef25033] ERROR o.n.x.r.e.ApplicationExceptionHandler - exception caught
org.niis.xroad.restapi.openapi.ResourceNotFoundException: null
	at org.niis.xroad.securityserver.restapi.openapi.ClientsApiController.getClientOrphans(ClientsApiController.java:515)
	at org.niis.xroad.securityserver.restapi.openapi.ClientsApiController$$FastClassBySpringCGLIB$$b4aed00a.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:123)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:61)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.niis.xroad.securityserver.restapi.openapi.ClientsApiController$$EnhancerBySpringCGLIB$$1a7d0d85.getClientOrphans(<generated>)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071)
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964)
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
	at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:645)
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:337)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:122)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:116)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.authentication.preauth.AbstractPreAuthenticatedProcessingFilter.doFilter(AbstractPreAuthenticatedProcessingFilter.java:146)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.csrf.CsrfFilter.doFilterInternal(CsrfFilter.java:132)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:112)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:82)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:221)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:186)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.niis.xroad.securityserver.restapi.config.IpThrottlingFilter.doFilter(IpThrottlingFilter.java:109)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.niis.xroad.securityserver.restapi.config.LimitRequestSizesFilter.doFilterInternal(LimitRequestSizesFilter.java:85)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.niis.xroad.securityserver.restapi.config.AddCorrelationIdFilter.doFilter(AddCorrelationIdFilter.java:68)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.cloud.sleuth.instrument.web.servlet.TracingFilter.doFilter(TracingFilter.java:68)
	at org.springframework.cloud.sleuth.autoconfig.instrument.web.TraceWebServletConfiguration$LazyTracingFilter.doFilter(TraceWebServletConfiguration.java:131)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.niis.xroad.securityserver.restapi.config.SessionTimeoutFilter.doFilter(SessionTimeoutFilter.java:117)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.springframework.cloud.sleuth.instrument.web.tomcat.TraceValve.invoke(TraceValve.java:103)
	at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:687)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:829)
2023-05-11T09:19:26.110Z [https-jsse-nio-4000-exec-9] correlation-id:[4cd5bd3ea4994cb9] ERROR o.n.x.s.r.s.ManagementRequestSenderService - Sending management request failed
ee.ria.xroad.common.CodedException$Fault: Server.ClientProxy.IOError: localhost:5500 failed to respond
	at ee.ria.xroad.common.CodedException.fromFault(CodedException.java:141)
	at ee.ria.xroad.common.message.SoapFault.toCodedException(SoapFault.java:131)
	at ee.ria.xroad.common.request.ManagementRequestSender.getResponse(ManagementRequestSender.java:236)
	at ee.ria.xroad.common.request.ManagementRequestSender.send(ManagementRequestSender.java:185)
	at ee.ria.xroad.common.request.ManagementRequestSender.sendClientRegRequest(ManagementRequestSender.java:133)
	at org.niis.xroad.securityserver.restapi.service.ManagementRequestSenderService.sendClientRegisterRequest(ManagementRequestSenderService.java:113)
	at org.niis.xroad.securityserver.restapi.service.ManagementRequestSenderService$$FastClassBySpringCGLIB$$dfbfba6b.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:61)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.niis.xroad.securityserver.restapi.service.ManagementRequestSenderService$$EnhancerBySpringCGLIB$$9e80d148.sendClientRegisterRequest(<generated>)
	at org.niis.xroad.securityserver.restapi.service.ClientService.registerClient(ClientService.java:540)
	at org.niis.xroad.securityserver.restapi.service.ClientService$$FastClassBySpringCGLIB$$909e7273.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:61)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.niis.xroad.securityserver.restapi.service.ClientService$$EnhancerBySpringCGLIB$$30c70e65.registerClient(<generated>)
	at org.niis.xroad.securityserver.restapi.openapi.ClientsApiController.registerClient(ClientsApiController.java:525)
	at org.niis.xroad.securityserver.restapi.openapi.ClientsApiController$$FastClassBySpringCGLIB$$b4aed00a.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:123)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:61)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.niis.xroad.securityserver.restapi.openapi.ClientsApiController$$EnhancerBySpringCGLIB$$1a7d0d85.registerClient(<generated>)
	at jdk.internal.reflect.GeneratedMethodAccessor236.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071)
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964)
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
	at org.springframework.web.servlet.FrameworkServlet.doPut(FrameworkServlet.java:920)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:668)
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:337)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:122)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:116)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.authentication.preauth.AbstractPreAuthenticatedProcessingFilter.doFilter(AbstractPreAuthenticatedProcessingFilter.java:146)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.csrf.CsrfFilter.doFilterInternal(CsrfFilter.java:132)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:112)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:82)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:221)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:186)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.niis.xroad.securityserver.restapi.config.IpThrottlingFilter.doFilter(IpThrottlingFilter.java:109)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.niis.xroad.securityserver.restapi.config.LimitRequestSizesFilter.doFilterInternal(LimitRequestSizesFilter.java:85)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.niis.xroad.securityserver.restapi.config.AddCorrelationIdFilter.doFilter(AddCorrelationIdFilter.java:68)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.cloud.sleuth.instrument.web.servlet.TracingFilter.doFilter(TracingFilter.java:68)
	at org.springframework.cloud.sleuth.autoconfig.instrument.web.TraceWebServletConfiguration$LazyTracingFilter.doFilter(TraceWebServletConfiguration.java:131)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.niis.xroad.securityserver.restapi.config.SessionTimeoutFilter.doFilter(SessionTimeoutFilter.java:117)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.springframework.cloud.sleuth.instrument.web.tomcat.TraceValve.invoke(TraceValve.java:103)
	at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:687)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:829)
2023-05-11T09:19:26.117Z [https-jsse-nio-4000-exec-9] correlation-id:[4cd5bd3ea4994cb9] INFO  ee.ria.xroad.common.AuditLogger - {"event":"Register client failed","user":"xrd","reason":"Server.ClientProxy.IOError: localhost:5500 failed to respond","warning":false,"auth":"Session","url":"/api/v1/clients/FI%3AGOV%3A2440921-4%3ASMK-PROD-CLIENT/register","data":{"clientIdentifier":{"memberClass":"GOV","memberCode":"2440921-4","subsystemCode":"SMK-PROD-CLIENT","objectType":"SUBSYSTEM","xroadInstance":"FI"}}}
2023-05-11T09:19:26.118Z [https-jsse-nio-4000-exec-9] correlation-id:[4cd5bd3ea4994cb9] ERROR o.n.x.r.e.ApplicationExceptionHandler - exception caught
ee.ria.xroad.common.CodedException$Fault: Server.ClientProxy.IOError: localhost:5500 failed to respond
	at ee.ria.xroad.common.CodedException.fromFault(CodedException.java:141)
	at ee.ria.xroad.common.message.SoapFault.toCodedException(SoapFault.java:131)
	at ee.ria.xroad.common.request.ManagementRequestSender.getResponse(ManagementRequestSender.java:236)
	at ee.ria.xroad.common.request.ManagementRequestSender.send(ManagementRequestSender.java:185)
	at ee.ria.xroad.common.request.ManagementRequestSender.sendClientRegRequest(ManagementRequestSender.java:133)
	at org.niis.xroad.securityserver.restapi.service.ManagementRequestSenderService.sendClientRegisterRequest(ManagementRequestSenderService.java:113)
	at org.niis.xroad.securityserver.restapi.service.ManagementRequestSenderService$$FastClassBySpringCGLIB$$dfbfba6b.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:61)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.niis.xroad.securityserver.restapi.service.ManagementRequestSenderService$$EnhancerBySpringCGLIB$$9e80d148.sendClientRegisterRequest(<generated>)
	at org.niis.xroad.securityserver.restapi.service.ClientService.registerClient(ClientService.java:540)
	at org.niis.xroad.securityserver.restapi.service.ClientService$$FastClassBySpringCGLIB$$909e7273.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:61)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.niis.xroad.securityserver.restapi.service.ClientService$$EnhancerBySpringCGLIB$$30c70e65.registerClient(<generated>)
	at org.niis.xroad.securityserver.restapi.openapi.ClientsApiController.registerClient(ClientsApiController.java:525)
	at org.niis.xroad.securityserver.restapi.openapi.ClientsApiController$$FastClassBySpringCGLIB$$b4aed00a.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:123)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:61)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.niis.xroad.securityserver.restapi.openapi.ClientsApiController$$EnhancerBySpringCGLIB$$1a7d0d85.registerClient(<generated>)
	at jdk.internal.reflect.GeneratedMethodAccessor236.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071)
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964)
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
	at org.springframework.web.servlet.FrameworkServlet.doPut(FrameworkServlet.java:920)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:668)
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:337)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:122)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:116)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.authentication.preauth.AbstractPreAuthenticatedProcessingFilter.doFilter(AbstractPreAuthenticatedProcessingFilter.java:146)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.csrf.CsrfFilter.doFilterInternal(CsrfFilter.java:132)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:112)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:82)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:221)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:186)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.niis.xroad.securityserver.restapi.config.IpThrottlingFilter.doFilter(IpThrottlingFilter.java:109)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.niis.xroad.securityserver.restapi.config.LimitRequestSizesFilter.doFilterInternal(LimitRequestSizesFilter.java:85)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.niis.xroad.securityserver.restapi.config.AddCorrelationIdFilter.doFilter(AddCorrelationIdFilter.java:68)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.cloud.sleuth.instrument.web.servlet.TracingFilter.doFilter(TracingFilter.java:68)
	at org.springframework.cloud.sleuth.autoconfig.instrument.web.TraceWebServletConfiguration$LazyTracingFilter.doFilter(TraceWebServletConfiguration.java:131)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.niis.xroad.securityserver.restapi.config.SessionTimeoutFilter.doFilter(SessionTimeoutFilter.java:117)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.springframework.cloud.sleuth.instrument.web.tomcat.TraceValve.invoke(TraceValve.java:103)
	at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:687)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:829)
2023-05-11T09:36:38.664Z [https-jsse-nio-4000-exec-7] correlation-id:[7e513321d80cdb59] INFO  o.n.x.s.r.service.DiagnosticService - Query timestamper status
2023-05-11T09:36:38.943Z [https-jsse-nio-4000-exec-9] correlation-id:[ad907c82cf63b548] INFO  o.n.x.s.r.service.DiagnosticService - Query OCSP status
ubuntu@smk-pv02:~$ 

jjaone commented
Anothe proxy.log with some errors relataed to MSS-servers , relevant or not i do not know...

2023-05-11T09:18:19.988Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(301,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:21.006Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:21.007Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(302,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:22.026Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:22.028Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(303,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:23.046Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:23.048Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(304,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:24.066Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:24.067Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(305,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:24.686Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:18:25.086Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:25.088Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(306,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:26.105Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:26.108Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(307,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:27.126Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:27.128Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(308,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:28.146Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:28.147Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(309,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:29.166Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:29.167Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(310,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:29.686Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:18:30.186Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:30.187Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(311,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:31.206Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:31.208Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(312,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:32.226Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:32.228Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(313,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:33.246Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:33.248Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(314,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:34.266Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:34.269Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(315,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:34.686Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:18:35.285Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:35.287Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(316,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:36.306Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:36.307Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(317,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:37.326Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:37.329Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(318,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:38.346Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:38.349Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(319,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:39.366Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:39.369Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(320,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:39.686Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:18:40.386Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:40.388Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(321,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:41.405Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:41.407Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(322,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:42.426Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:42.428Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(323,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:43.446Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:43.448Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(324,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:44.466Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:44.468Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(325,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:44.686Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:18:45.486Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:45.488Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(326,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:46.506Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:46.508Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(327,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:47.526Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:47.527Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(328,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:48.547Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:48.548Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(329,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:49.566Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:49.568Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(330,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:49.686Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:18:50.585Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:50.587Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(331,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:51.606Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:51.609Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(332,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:52.625Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:52.628Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(333,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:53.646Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:53.648Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(334,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:54.666Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:54.668Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(335,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:54.686Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:18:55.686Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:55.688Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(336,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:56.706Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:56.708Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(337,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:57.726Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:57.728Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(338,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:58.746Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:58.747Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(339,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:18:59.686Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:18:59.766Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:18:59.768Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(340,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:00.786Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:00.788Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(341,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:01.806Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:01.811Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(342,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:02.826Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:02.829Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(343,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:03.846Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:03.848Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(344,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:04.686Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:19:04.866Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:04.868Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(345,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:05.886Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:05.888Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(346,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:06.905Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:06.907Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(347,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:07.926Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:07.932Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(348,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:08.945Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:08.947Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(349,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:09.686Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:19:09.966Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:09.967Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(350,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:10.986Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:10.988Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(351,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:12.006Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:12.008Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(352,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:13.026Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:13.029Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(353,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:14.046Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:14.048Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(354,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:14.686Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:19:14.875Z [QuartzScheduler_Worker-1] TRACE e.r.x.c.c.s.CachingServerConfImpl - ServerConf.clientCache : entries: 0, stats: CacheStats{hitCount=0, missCount=0, loadSuccessCount=0, loadExceptionCount=0, totalLoadTime=0, evictionCount=0}
2023-05-11T09:19:14.875Z [QuartzScheduler_Worker-1] TRACE e.r.x.c.c.s.CachingServerConfImpl - ServerConf.serviceCache: entries: 0, stats: CacheStats{hitCount=0, missCount=0, loadSuccessCount=0, loadExceptionCount=0, totalLoadTime=0, evictionCount=0}
2023-05-11T09:19:14.875Z [QuartzScheduler_Worker-1] TRACE e.r.x.c.c.s.CachingServerConfImpl - ServerConf.aclCache : entries: 0, stats: CacheStats{hitCount=0, missCount=0, loadSuccessCount=0, loadExceptionCount=0, totalLoadTime=0, evictionCount=0}
2023-05-11T09:19:14.886Z [QuartzScheduler_Worker-2] TRACE e.r.x.c.c.g.GlobalConfUpdater - Updating globalconf
2023-05-11T09:19:14.886Z [QuartzScheduler_Worker-2] DEBUG e.r.x.c.conf.globalconf.GlobalConf - reload called
2023-05-11T09:19:14.887Z [QuartzScheduler_Worker-2] DEBUG e.r.x.c.conf.globalconf.GlobalConf - reloading instance
2023-05-11T09:19:14.887Z [QuartzScheduler_Worker-2] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - Loading instance identifier from /etc/xroad/globalconf/instance-identifier
2023-05-11T09:19:14.887Z [QuartzScheduler_Worker-2] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - Reloading configuration from /etc/xroad/globalconf
2023-05-11T09:19:14.887Z [QuartzScheduler_Worker-2] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - Loading parameters from /etc/xroad/globalconf/FI
2023-05-11T09:19:14.887Z [QuartzScheduler_Worker-2] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - Loading private parameters from /etc/xroad/globalconf/FI/private-params.xml
2023-05-11T09:19:14.888Z [QuartzScheduler_Worker-2] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - PrivateParametersV2 from /etc/xroad/globalconf/FI/private-params.xml have not changed, reusing
2023-05-11T09:19:14.888Z [QuartzScheduler_Worker-2] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - Loading shared parameters from /etc/xroad/globalconf/FI/shared-params.xml
2023-05-11T09:19:14.904Z [QuartzScheduler_Worker-2] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - SharedParametersV2 from /etc/xroad/globalconf/FI/shared-params.xml have not changed, reusing
2023-05-11T09:19:15.066Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:15.068Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(355,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:16.085Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:16.087Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(356,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:17.106Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:17.108Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(357,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:17.696Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.proxy.messagelog.LogManager - onReceive(StartTimestamping)
2023-05-11T09:19:17.697Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.xroad.proxy.messagelog.TaskQueue - onReceive(StartTimestamping)
2023-05-11T09:19:17.697Z [Proxy-akka.actor.default-dispatcher-11] DEBUG e.r.x.proxy.messagelog.LogManager - Use batch time-stamping retry backoff schedule: false
2023-05-11T09:19:17.697Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.conf.globalconf.GlobalConf - getTimestampingIntervalSeconds()
2023-05-11T09:19:17.698Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - getPrivate(instance = FI, directory = FI)
2023-05-11T09:19:17.698Z [Proxy-akka.actor.default-dispatcher-11] DEBUG e.r.x.proxy.messagelog.LogManager - Time-stamping interval is: 60s
2023-05-11T09:19:17.699Z [Proxy-akka.actor.default-dispatcher-10] TRACE ee.ria.xroad.common.db.DatabaseCtx - commitTransaction(messagelog)
2023-05-11T09:19:17.700Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.xroad.proxy.messagelog.TaskQueue - Nothing to time-stamp, task queue is empty
2023-05-11T09:19:18.126Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:18.128Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(358,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:19.146Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:19.147Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(359,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:19.686Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:19:20.166Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:20.168Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(360,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:21.186Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:21.189Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(361,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:22.205Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:22.207Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(362,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:22.613Z [qtp455036946-55] TRACE e.r.x.p.c.ClientSslKeyManager - chooseEngineServerAlias RSA null
2023-05-11T09:19:22.613Z [qtp455036946-55] TRACE e.r.x.p.c.ClientSslKeyManager - getPrivateKey ClientSslKeyManager
2023-05-11T09:19:22.614Z [qtp455036946-55] TRACE e.r.x.c.conf.serverconf.ServerConf - getInternalSSLKey()
2023-05-11T09:19:22.642Z [qtp455036946-55] TRACE e.r.x.c.conf.serverconf.ServerConf - getInternalSSLKey()
2023-05-11T09:19:22.835Z [qtp455036946-54] TRACE e.r.x.p.c.AbstractClientProxyHandler - PERFORMANCE: 1683796762835: Received request from 127.0.0.1
2023-05-11T09:19:22.836Z [qtp455036946-54] INFO e.r.x.p.c.AbstractClientProxyHandler - Received request from 127.0.0.1
2023-05-11T09:19:22.837Z [qtp455036946-54] TRACE e.r.x.p.c.AsicContainerHandler - createRequestProcessor(/)
2023-05-11T09:19:22.837Z [qtp455036946-54] TRACE e.r.x.p.clientproxy.MetadataHandler - createRequestProcessor(/)
2023-05-11T09:19:22.837Z [qtp455036946-54] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - getPrivate(instance = FI, directory = FI)
2023-05-11T09:19:22.838Z [qtp455036946-54] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - getShared(instance = FI, directory = FI)
2023-05-11T09:19:22.839Z [qtp455036946-54] TRACE ee.ria.xroad.proxy.conf.KeyConf - getAuthKey()
2023-05-11T09:19:22.845Z [qtp455036946-54] TRACE e.r.x.c.conf.serverconf.ServerConf - getIdentifier()
2023-05-11T09:19:22.847Z [pool-2-thread-1] INFO e.r.x.c.util.filewatcher.FileWatcher - Starting to watch for modifications to file: /etc/xroad/signer/keyconf.xml
2023-05-11T09:19:22.853Z [qtp455036946-54] TRACE ee.ria.xroad.common.db.DatabaseCtx - commitTransaction(serverconf)
2023-05-11T09:19:22.856Z [qtp455036946-54] DEBUG e.r.x.proxy.conf.CachingKeyConfImpl - Retrieving authentication info for security server 'SERVER:FI/GOV/2440921-4/smk-pv02'
2023-05-11T09:19:22.884Z [qtp455036946-54] TRACE e.r.x.c.conf.globalconf.GlobalConf - getCertChain(FI, CN=smk-pv02.metsakeskus.fi,2.5.4.5=#130f46492f736d6b2d707630322f474f56,O=Suomen metsakeskus,C=FI)
2023-05-11T09:19:22.884Z [qtp455036946-54] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - getShared(instance = FI, directory = FI)
2023-05-11T09:19:22.905Z [qtp455036946-54] TRACE ee.ria.xroad.proxy.conf.KeyConfImpl - Loading authentication key from key store '/etc/xroad/signer/softtoken/898F84A976D9D49B9D569B83A1AE074E766FFBD7.p12'
2023-05-11T09:19:23.020Z [qtp455036946-54] TRACE e.r.x.c.conf.globalconf.GlobalConf - getCaCert(FI, CN=smk-pv02.metsakeskus.fi,2.5.4.5=#130f46492f736d6b2d707630322f474f56,O=Suomen metsakeskus,C=FI)
2023-05-11T09:19:23.028Z [qtp455036946-54] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - getShared(instance = FI, directory = FI)
2023-05-11T09:19:23.055Z [qtp455036946-54] TRACE e.r.x.c.conf.globalconf.GlobalConf - getOcspFreshnessSeconds()
2023-05-11T09:19:23.055Z [qtp455036946-54] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - getShared(instance = FI, directory = FI)
2023-05-11T09:19:23.055Z [qtp455036946-54] TRACE e.r.x.c.conf.globalconf.GlobalConf - ocspFreshnessSeconds=84600
2023-05-11T09:19:23.057Z [qtp455036946-54] TRACE e.r.x.c.conf.globalconf.GlobalConf - getInstanceIdentifier()
2023-05-11T09:19:23.057Z [qtp455036946-54] TRACE e.r.x.c.c.g.GlobalConfExtensions - Loading private parameters from /etc/xroad/globalconf/FI/nextupdate-params.xml
2023-05-11T09:19:23.064Z [qtp455036946-54] TRACE e.r.x.c.conf.globalconf.GlobalConf - getInstanceIdentifier()
2023-05-11T09:19:23.098Z [qtp455036946-54] TRACE e.r.x.c.c.g.GlobalConfExtensions - Parameters were loaded, value: false
2023-05-11T09:19:23.098Z [qtp455036946-54] TRACE e.r.x.c.c.g.GlobalConfExtensions - shouldVerifyOcspNextUpdate: false
2023-05-11T09:19:23.099Z [qtp455036946-54] DEBUG e.ria.xroad.common.ocsp.OcspVerifier - verifyValidity(subject: CN=smk-pv02.metsakeskus.fi,2.5.4.5=#130f46492f736d6b2d707630322f474f56,O=Suomen metsakeskus,C=FI, issuer: CN=DVV Service Certificates - G5R,OU=Palveluvarmenteet,O=Digi- ja vaestotietovirasto CA,C=FI, atDate: 2023-05-11T09:19:22.996Z)
2023-05-11T09:19:23.102Z [qtp455036946-54] TRACE e.r.x.c.conf.globalconf.GlobalConf - getOcspResponderCertificates()
2023-05-11T09:19:23.106Z [qtp455036946-54] TRACE e.r.x.c.conf.globalconf.GlobalConf - getAllCaCerts()
2023-05-11T09:19:23.116Z [qtp455036946-54] TRACE e.r.x.c.conf.globalconf.GlobalConf - isOcspResponderCert(CN=DVV Service Certificates - G5R,OU=Palveluvarmenteet,O=Digi- ja vaestotietovirasto CA,C=FI, CN=OCSP Responder 1B,2.5.4.5=#1309303234353433372d32,OU=Palveluvarmenteet,O=Digi- ja vaestotietovirasto CA,C=FI)
2023-05-11T09:19:23.122Z [qtp455036946-54] TRACE e.ria.xroad.common.ocsp.OcspVerifier - isExpired(thisUpdate: 2023-05-11T08:34:21Z, allowedThisUpdate: 2023-05-10T09:49:22.996Z, atDate: 2023-05-11T09:19:22.996Z)
2023-05-11T09:19:23.122Z [qtp455036946-54] DEBUG e.ria.xroad.common.ocsp.OcspVerifier - OCSP nextUpdate verification is turned off
2023-05-11T09:19:23.123Z [qtp455036946-54] TRACE e.r.x.c.conf.globalconf.GlobalConf - getOcspFreshnessSeconds()
2023-05-11T09:19:23.123Z [qtp455036946-54] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - getShared(instance = FI, directory = FI)
2023-05-11T09:19:23.123Z [qtp455036946-54] TRACE e.r.x.c.conf.globalconf.GlobalConf - ocspFreshnessSeconds=84600
2023-05-11T09:19:23.124Z [qtp455036946-54] TRACE e.r.x.c.c.g.GlobalConfExtensions - shouldVerifyOcspNextUpdate: false
2023-05-11T09:19:23.127Z [qtp455036946-54] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - getPrivate(instance = FI, directory = FI)
2023-05-11T09:19:23.128Z [qtp455036946-54] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - getShared(instance = FI, directory = FI)
2023-05-11T09:19:23.128Z [qtp455036946-54] TRACE e.r.x.p.c.ClientMessageProcessor - process()
2023-05-11T09:19:23.128Z [qtp455036946-54] TRACE e.r.x.c.conf.serverconf.ServerConf - getIdentifier()
2023-05-11T09:19:23.129Z [qtp455036946-54] TRACE e.r.x.c.conf.globalconf.GlobalConf - getSecurityServerAddress(SERVER:FI/GOV/2440921-4/smk-pv02)
2023-05-11T09:19:23.129Z [qtp455036946-54] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - getShared(instance = FI, directory = FI)
2023-05-11T09:19:23.130Z [qtp455036946-54] TRACE e.r.x.p.c.ClientMessageProcessor - waitForSoapMessage()
2023-05-11T09:19:23.140Z [qtp455036946-54-soap] TRACE e.r.x.c.message.SoapMessageDecoder - readMultipart
2023-05-11T09:19:23.156Z [qtp455036946-54-soap] TRACE e.r.x.c.message.SoapMessageDecoder - Read SOAP from multipart: text/xml; charset=UTF-8
2023-05-11T09:19:23.168Z [qtp455036946-54-soap] TRACE e.r.x.c.message.SaxSoapParserImpl - parseMessage(text/xml, UTF-8)
2023-05-11T09:19:23.171Z [qtp455036946-54-soap] TRACE e.r.x.c.message.SaxSoapParserImpl - startDocument()
2023-05-11T09:19:23.187Z [qtp455036946-54-soap] TRACE e.r.x.c.message.SaxSoapParserImpl - endDocument()
2023-05-11T09:19:23.188Z [qtp455036946-54-soap] TRACE e.r.x.p.c.ClientMessageProcessor - soap(<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:id="http://x-road.eu/xsd/identifiers" xmlns:xroad="http://x-road.eu/xsd/xroad.xsd"><SOAP-ENV:Header xmlns:ns4="http://x-road.eu/xsd/representation.xsd"><xroad:client id:objectType="MEMBER">id:xRoadInstanceFI</id:xRoadInstance>id:memberClassGOV</id:memberClass>id:memberCode2440921-4</id:memberCode></xroad:client><xroad:service id:objectType="SERVICE">id:xRoadInstanceFI</id:xRoadInstance>id:memberClassORG</id:memberClass>id:memberCode0920632-0</id:memberCode>id:subsystemCodeManagement</id:subsystemCode>id:serviceCodeclientReg</id:serviceCode></xroad:service>xroad:id0c8ee004-23ab-43cc-9235-3c4f421673f5</xroad:id>xroad:protocolVersion4.0</xroad:protocolVersion></SOAP-ENV:Header>SOAP-ENV:Bodyxroad:clientReg<xroad:server id:objectType="SERVER">id:xRoadInstanceFI</id:xRoadInstance>id:memberClassGOV</id:memberClass>id:memberCode2440921-4</id:memberCode>id:serverCodesmk-pv02</id:serverCode></xroad:server><xroad:client id:objectType="SUBSYSTEM">id:xRoadInstanceFI</id:xRoadInstance>id:memberClassGOV</id:memberClass>id:memberCode2440921-4</id:memberCode>id:subsystemCodeSMK-PROD-CLIENT</id:subsystemCode></xroad:client></xroad:clientReg></SOAP-ENV:Body></SOAP-ENV:Envelope>)
2023-05-11T09:19:23.191Z [qtp455036946-54-soap] TRACE e.r.x.p.c.ClientMessageProcessor - continueProcessing()
2023-05-11T09:19:23.192Z [qtp455036946-54] TRACE e.r.x.c.conf.serverconf.ServerConf - getMemberStatus(MEMBER:FI/GOV/2440921-4)
2023-05-11T09:19:23.200Z [qtp455036946-54-soap] TRACE ee.ria.xroad.proxy.conf.KeyConf - getAuthKey()
2023-05-11T09:19:23.200Z [qtp455036946-54-soap] TRACE e.r.x.c.conf.serverconf.ServerConf - getIdentifier()
2023-05-11T09:19:23.206Z [qtp455036946-54-soap] TRACE e.r.x.p.protocol.ProxyMessageEncoder - writeOcspResponse(2729 bytes)
2023-05-11T09:19:23.221Z [qtp455036946-54] TRACE ee.ria.xroad.common.db.DatabaseCtx - commitTransaction(serverconf)
2023-05-11T09:19:23.222Z [qtp455036946-54] TRACE e.r.x.p.c.AbstractClientMessageProcessor - verifyClientAuthentication()
2023-05-11T09:19:23.223Z [qtp455036946-54] TRACE e.r.x.c.conf.serverconf.ServerConf - getIsAuthentication(MEMBER:FI/GOV/2440921-4)
2023-05-11T09:19:23.224Z [qtp455036946-54] TRACE e.r.x.c.c.s.IsAuthentication - IS authentication for client 'MEMBER:FI/GOV/2440921-4' is: SSLAUTH
2023-05-11T09:19:23.224Z [qtp455036946-54] TRACE e.r.x.c.conf.serverconf.ServerConf - getInternalSSLKey()
2023-05-11T09:19:23.224Z [qtp455036946-54] TRACE e.r.x.p.c.ClientMessageProcessor - processRequest()
2023-05-11T09:19:23.226Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:23.228Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(363,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:23.230Z [qtp455036946-54] TRACE e.r.x.p.c.ClientMessageProcessor - sendRequest()
2023-05-11T09:19:23.231Z [qtp455036946-54] TRACE e.r.x.p.c.AbstractClientMessageProcessor - getServiceAddresses(SERVICE:FI/ORG/0920632-0/Management/clientReg, null)
2023-05-11T09:19:23.231Z [qtp455036946-54] TRACE e.r.x.c.conf.globalconf.GlobalConf - getProviderAddress(SUBSYSTEM:FI/ORG/0920632-0/Management)
2023-05-11T09:19:23.231Z [qtp455036946-54] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - getShared(instance = FI, directory = FI)
2023-05-11T09:19:23.231Z [qtp455036946-54] TRACE ee.ria.xroad.common.util.HttpSender - doPost(address = https://localhost:5500/, connectionTimeout = 30000, socketTimeout = 0)
2023-05-11T09:19:23.234Z [qtp455036946-54] TRACE ee.ria.xroad.common.util.HttpSender - Log request headers
2023-05-11T09:19:23.234Z [qtp455036946-54] TRACE ee.ria.xroad.common.util.HttpSender - x-hash-algorithm : SHA-512
2023-05-11T09:19:23.234Z [qtp455036946-54] TRACE ee.ria.xroad.common.util.HttpSender - x-original-content-type : multipart/related; type="application/octet-stream"; charset=UTF-8; boundary=jetty2124397725lhix490i
2023-05-11T09:19:23.235Z [qtp455036946-54] TRACE ee.ria.xroad.common.util.HttpSender - x-road-request-id : e065fb70-a727-4afb-b835-81d505394986
2023-05-11T09:19:23.235Z [qtp455036946-54] TRACE ee.ria.xroad.common.util.HttpSender - x-proxy-version : 7.2.1
2023-05-11T09:19:23.235Z [qtp455036946-54] TRACE ee.ria.xroad.common.util.HttpSender - x-original-soapaction : null
2023-05-11T09:19:23.268Z [qtp455036946-54] TRACE e.r.x.p.c.FastestConnectionSelectingSSLSocketFactory - addresses from context [https://kapvlpp02.csc.fi:5500/, https://espvlpp02.csc.fi:5500/] current thread id 54
2023-05-11T09:19:23.268Z [qtp455036946-54] TRACE e.r.x.p.c.FastestSocketSelector - select()
2023-05-11T09:19:23.269Z [qtp455036946-54] TRACE e.r.x.p.c.FastestSocketSelector - initConnections()
2023-05-11T09:19:23.351Z [qtp455036946-54] TRACE e.r.x.p.c.FastestSocketSelector - selectFirstConnectedSocketChannel()
2023-05-11T09:19:23.442Z [qtp455036946-54] TRACE e.r.x.c.c.g.AuthTrustManager - getAcceptedIssuers
2023-05-11T09:19:23.443Z [qtp455036946-54] TRACE e.r.x.c.conf.globalconf.GlobalConf - getAuthTrustChain()
2023-05-11T09:19:23.446Z [qtp455036946-54] TRACE e.r.xroad.proxy.conf.AuthKeyManager - chooseClientAlias [EC] [CN=VRK CA for Service Providers - G3, OU=Palveluvarmenteet, O=Vaestorekisterikeskus CA, C=FI, CN=VRK CA for Service Providers - G2, OU=Palveluvarmenteet, O=Vaestorekisterikeskus CA, C=FI, CN=DVV Service Certificates - G5R, OU=Palveluvarmenteet, O=Digi- ja vaestotietovirasto CA, C=FI]
2023-05-11T09:19:23.447Z [qtp455036946-54] TRACE e.r.xroad.proxy.conf.AuthKeyManager - getPrivateKey AuthKeyManager
2023-05-11T09:19:23.447Z [qtp455036946-54] TRACE ee.ria.xroad.proxy.conf.KeyConf - getAuthKey()
2023-05-11T09:19:23.447Z [qtp455036946-54] TRACE e.r.x.c.conf.serverconf.ServerConf - getIdentifier()
2023-05-11T09:19:23.448Z [qtp455036946-54] TRACE e.r.xroad.proxy.conf.AuthKeyManager - getCertificateChain AuthKeyManager
2023-05-11T09:19:23.448Z [qtp455036946-54] TRACE ee.ria.xroad.proxy.conf.KeyConf - getAuthKey()
2023-05-11T09:19:23.448Z [qtp455036946-54] TRACE e.r.x.c.conf.serverconf.ServerConf - getIdentifier()
2023-05-11T09:19:23.448Z [qtp455036946-54] TRACE e.r.xroad.proxy.conf.AuthKeyManager - chooseClientAlias [EC] [CN=VRK CA for Service Providers - G3, OU=Palveluvarmenteet, O=Vaestorekisterikeskus CA, C=FI, CN=VRK CA for Service Providers - G2, OU=Palveluvarmenteet, O=Vaestorekisterikeskus CA, C=FI, CN=DVV Service Certificates - G5R, OU=Palveluvarmenteet, O=Digi- ja vaestotietovirasto CA, C=FI]
2023-05-11T09:19:23.448Z [qtp455036946-54] TRACE e.r.xroad.proxy.conf.AuthKeyManager - getPrivateKey AuthKeyManager
2023-05-11T09:19:23.448Z [qtp455036946-54] TRACE ee.ria.xroad.proxy.conf.KeyConf - getAuthKey()
2023-05-11T09:19:23.449Z [qtp455036946-54] TRACE e.r.x.c.conf.serverconf.ServerConf - getIdentifier()
2023-05-11T09:19:23.449Z [qtp455036946-54] TRACE e.r.xroad.proxy.conf.AuthKeyManager - getCertificateChain AuthKeyManager
2023-05-11T09:19:23.449Z [qtp455036946-54] TRACE ee.ria.xroad.proxy.conf.KeyConf - getAuthKey()
2023-05-11T09:19:23.449Z [qtp455036946-54] TRACE e.r.x.c.conf.serverconf.ServerConf - getIdentifier()
2023-05-11T09:19:23.449Z [qtp455036946-54] TRACE e.r.xroad.proxy.conf.AuthKeyManager - chooseClientAlias [EC] [CN=VRK CA for Service Providers - G3, OU=Palveluvarmenteet, O=Vaestorekisterikeskus CA, C=FI, CN=VRK CA for Service Providers - G2, OU=Palveluvarmenteet, O=Vaestorekisterikeskus CA, C=FI, CN=DVV Service Certificates - G5R, OU=Palveluvarmenteet, O=Digi- ja vaestotietovirasto CA, C=FI]
2023-05-11T09:19:23.450Z [qtp455036946-54] TRACE e.r.xroad.proxy.conf.AuthKeyManager - getPrivateKey AuthKeyManager
2023-05-11T09:19:23.450Z [qtp455036946-54] TRACE ee.ria.xroad.proxy.conf.KeyConf - getAuthKey()
2023-05-11T09:19:23.450Z [qtp455036946-54] TRACE e.r.x.c.conf.serverconf.ServerConf - getIdentifier()
2023-05-11T09:19:23.450Z [qtp455036946-54] TRACE e.r.xroad.proxy.conf.AuthKeyManager - getCertificateChain AuthKeyManager
2023-05-11T09:19:23.451Z [qtp455036946-54] TRACE ee.ria.xroad.proxy.conf.KeyConf - getAuthKey()
2023-05-11T09:19:23.451Z [qtp455036946-54] TRACE e.r.x.c.conf.serverconf.ServerConf - getIdentifier()
2023-05-11T09:19:23.451Z [qtp455036946-54] TRACE e.r.xroad.proxy.conf.AuthKeyManager - chooseClientAlias [RSA] [CN=VRK CA for Service Providers - G3, OU=Palveluvarmenteet, O=Vaestorekisterikeskus CA, C=FI, CN=VRK CA for Service Providers - G2, OU=Palveluvarmenteet, O=Vaestorekisterikeskus CA, C=FI, CN=DVV Service Certificates - G5R, OU=Palveluvarmenteet, O=Digi- ja vaestotietovirasto CA, C=FI]
2023-05-11T09:19:23.451Z [qtp455036946-54] TRACE e.r.xroad.proxy.conf.AuthKeyManager - getPrivateKey AuthKeyManager
2023-05-11T09:19:23.451Z [qtp455036946-54] TRACE ee.ria.xroad.proxy.conf.KeyConf - getAuthKey()
2023-05-11T09:19:23.451Z [qtp455036946-54] TRACE e.r.x.c.conf.serverconf.ServerConf - getIdentifier()
2023-05-11T09:19:23.452Z [qtp455036946-54] TRACE e.r.xroad.proxy.conf.AuthKeyManager - getCertificateChain AuthKeyManager
2023-05-11T09:19:23.452Z [qtp455036946-54] TRACE ee.ria.xroad.proxy.conf.KeyConf - getAuthKey()
2023-05-11T09:19:23.452Z [qtp455036946-54] TRACE e.r.x.c.conf.serverconf.ServerConf - getIdentifier()
2023-05-11T09:19:23.581Z [qtp455036946-54] DEBUG e.r.x.p.c.AuthTrustVerifier - verify()
2023-05-11T09:19:23.582Z [qtp455036946-54] TRACE e.r.x.c.conf.globalconf.GlobalConf - getCaCert(FI, CN=kapvlpp02.csc.fi,2.5.4.5=#131046492f6b6170766c707030322f4f5247,O=CSC,C=FI)
2023-05-11T09:19:23.583Z [qtp455036946-54] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - getShared(instance = FI, directory = FI)
2023-05-11T09:19:23.584Z [qtp455036946-54] TRACE e.r.x.p.c.AuthTrustVerifier - get ocsp response from key conf
2023-05-11T09:19:23.584Z [qtp455036946-54] TRACE ee.ria.xroad.proxy.conf.KeyConf - getOcspResponse(CN=kapvlpp02.csc.fi,2.5.4.5=#131046492f6b6170766c707030322f4f5247,O=CSC,C=FI)
2023-05-11T09:19:23.589Z [qtp455036946-54] TRACE e.r.x.p.c.AuthTrustVerifier - ocsp response from key conf: org.bouncycastle.cert.ocsp.OCSPResp@9f77a97b
2023-05-11T09:19:23.590Z [qtp455036946-54] TRACE e.r.x.p.c.AuthTrustVerifier - all the certs have ocsp responses
2023-05-11T09:19:23.590Z [qtp455036946-54] DEBUG ee.ria.xroad.common.cert.CertHelper - verifyAuthCert(7856905885463736269908081178226888: CN=kapvlpp02.csc.fi,2.5.4.5=#131046492f6b6170766c707030322f4f5247,O=CSC,C=FI, SUBSYSTEM:FI/ORG/0920632-0/Management)
2023-05-11T09:19:23.593Z [qtp455036946-54] TRACE e.r.x.c.conf.globalconf.GlobalConf - getCaCert(FI, CN=kapvlpp02.csc.fi,2.5.4.5=#131046492f6b6170766c707030322f4f5247,O=CSC,C=FI)
2023-05-11T09:19:23.594Z [qtp455036946-54] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - getShared(instance = FI, directory = FI)
2023-05-11T09:19:23.595Z [qtp455036946-54] TRACE e.r.x.c.conf.globalconf.GlobalConf - getOcspFreshnessSeconds()
2023-05-11T09:19:23.595Z [qtp455036946-54] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - getShared(instance = FI, directory = FI)
2023-05-11T09:19:23.595Z [qtp455036946-54] TRACE e.r.x.c.conf.globalconf.GlobalConf - ocspFreshnessSeconds=84600
2023-05-11T09:19:23.595Z [qtp455036946-54] TRACE e.r.x.c.c.g.GlobalConfExtensions - shouldVerifyOcspNextUpdate: false
2023-05-11T09:19:23.596Z [qtp455036946-54] DEBUG e.ria.xroad.common.ocsp.OcspVerifier - verifyValidity(subject: CN=kapvlpp02.csc.fi,2.5.4.5=#131046492f6b6170766c707030322f4f5247,O=CSC,C=FI, issuer: CN=DVV Service Certificates - G5R,OU=Palveluvarmenteet,O=Digi- ja vaestotietovirasto CA,C=FI, atDate: 2023-05-11T09:19:23.591Z)
2023-05-11T09:19:23.597Z [qtp455036946-54] TRACE e.r.x.c.conf.globalconf.GlobalConf - getOcspResponderCertificates()
2023-05-11T09:19:23.597Z [qtp455036946-54] TRACE e.r.x.c.conf.globalconf.GlobalConf - getAllCaCerts()
2023-05-11T09:19:23.600Z [qtp455036946-54] TRACE e.r.x.c.conf.globalconf.GlobalConf - isOcspResponderCert(CN=DVV Service Certificates - G5R,OU=Palveluvarmenteet,O=Digi- ja vaestotietovirasto CA,C=FI, CN=OCSP Responder 1A,2.5.4.5=#1309303234353433372d32,OU=Palveluvarmenteet,O=Digi- ja vaestotietovirasto CA,C=FI)
2023-05-11T09:19:23.602Z [qtp455036946-54] TRACE e.ria.xroad.common.ocsp.OcspVerifier - isExpired(thisUpdate: 2023-05-11T07:41Z, allowedThisUpdate: 2023-05-10T09:49:23.591Z, atDate: 2023-05-11T09:19:23.591Z)
2023-05-11T09:19:23.603Z [qtp455036946-54] DEBUG e.ria.xroad.common.ocsp.OcspVerifier - OCSP nextUpdate verification is turned off
2023-05-11T09:19:23.603Z [qtp455036946-54] TRACE e.r.x.c.conf.globalconf.GlobalConf - authCertMatchesMember(7856905885463736269908081178226888: CN=kapvlpp02.csc.fi, SERIALNUMBER=FI/kapvlpp02/ORG, O=CSC, C=FI, SUBSYSTEM:FI/ORG/0920632-0/Management)
2023-05-11T09:19:23.605Z [qtp455036946-54] TRACE e.r.x.p.c.FastestConnectionSelectingSSLSocketFactory - Connected to https://kapvlpp02.csc.fi:5500/
2023-05-11T09:19:23.605Z [qtp455036946-54] TRACE e.r.x.p.c.FastestConnectionSelectingSSLSocketFactory - Store the fastest provider URI to cache https://kapvlpp02.csc.fi:5500/
2023-05-11T09:19:23.607Z [qtp455036946-54-soap] TRACE e.r.x.p.protocol.ProxyMessageEncoder - writeSoapMessage(<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:id="http://x-road.eu/xsd/identifiers" xmlns:xroad="http://x-road.eu/xsd/xroad.xsd"><SOAP-ENV:Header xmlns:ns4="http://x-road.eu/xsd/representation.xsd"><xroad:client id:objectType="MEMBER">id:xRoadInstanceFI</id:xRoadInstance>id:memberClassGOV</id:memberClass>id:memberCode2440921-4</id:memberCode></xroad:client><xroad:service id:objectType="SERVICE">id:xRoadInstanceFI</id:xRoadInstance>id:memberClassORG</id:memberClass>id:memberCode0920632-0</id:memberCode>id:subsystemCodeManagement</id:subsystemCode>id:serviceCodeclientReg</id:serviceCode></xroad:service>xroad:id0c8ee004-23ab-43cc-9235-3c4f421673f5</xroad:id>xroad:protocolVersion4.0</xroad:protocolVersion></SOAP-ENV:Header>SOAP-ENV:Bodyxroad:clientReg<xroad:server id:objectType="SERVER">id:xRoadInstanceFI</id:xRoadInstance>id:memberClassGOV</id:memberClass>id:memberCode2440921-4</id:memberCode>id:serverCodesmk-pv02</id:serverCode></xroad:server><xroad:client id:objectType="SUBSYSTEM">id:xRoadInstanceFI</id:xRoadInstance>id:memberClassGOV</id:memberClass>id:memberCode2440921-4</id:memberCode>id:subsystemCodeSMK-PROD-CLIENT</id:subsystemCode></xroad:client></xroad:clientReg></SOAP-ENV:Body></SOAP-ENV:Envelope>)
2023-05-11T09:19:23.610Z [qtp455036946-54-soap] TRACE e.r.x.c.message.SoapMessageDecoder - headers: {signature-algorithm-id=SHA512withRSA}
2023-05-11T09:19:23.610Z [qtp455036946-54-soap] TRACE e.r.x.c.message.SoapMessageDecoder - Read attachment from multipart: application/octet-stream
2023-05-11T09:19:23.610Z [qtp455036946-54-soap] TRACE e.r.x.p.c.ClientMessageProcessor - attachment()
2023-05-11T09:19:23.611Z [qtp455036946-54-soap] TRACE e.r.x.p.protocol.ProxyMessageEncoder - writeAttachment(application/octet-stream)
2023-05-11T09:19:23.612Z [qtp455036946-54-soap] TRACE e.r.x.c.message.SoapMessageDecoder - Read attachment from multipart: application/octet-stream
2023-05-11T09:19:23.612Z [qtp455036946-54-soap] TRACE e.r.x.p.c.ClientMessageProcessor - attachment()
2023-05-11T09:19:23.612Z [qtp455036946-54-soap] TRACE e.r.x.p.protocol.ProxyMessageEncoder - writeAttachment(application/octet-stream)
2023-05-11T09:19:23.613Z [qtp455036946-54-soap] TRACE e.r.x.c.message.SoapMessageDecoder - Read attachment from multipart: application/octet-stream
2023-05-11T09:19:23.613Z [qtp455036946-54-soap] TRACE e.r.x.p.c.ClientMessageProcessor - attachment()
2023-05-11T09:19:23.614Z [qtp455036946-54-soap] TRACE e.r.x.p.protocol.ProxyMessageEncoder - writeAttachment(application/octet-stream)
2023-05-11T09:19:23.616Z [qtp455036946-54-soap] TRACE e.r.x.p.c.ClientMessageProcessor - onCompleted()
2023-05-11T09:19:23.616Z [qtp455036946-54-soap] TRACE ee.ria.xroad.proxy.conf.KeyConf - getSigningCtx(MEMBER:FI/GOV/2440921-4)
2023-05-11T09:19:23.617Z [qtp455036946-54-soap] DEBUG e.r.x.proxy.conf.CachingKeyConfImpl - Retrieving signing info for member 'MEMBER:FI/GOV/2440921-4'
2023-05-11T09:19:23.627Z [qtp455036946-54-soap] TRACE e.r.x.c.conf.globalconf.GlobalConf - getOcspFreshnessSeconds()
2023-05-11T09:19:23.627Z [qtp455036946-54-soap] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - getShared(instance = FI, directory = FI)
2023-05-11T09:19:23.628Z [qtp455036946-54-soap] TRACE e.r.x.c.conf.globalconf.GlobalConf - ocspFreshnessSeconds=84600
2023-05-11T09:19:23.628Z [qtp455036946-54-soap] TRACE e.r.x.c.conf.globalconf.GlobalConf - getInstanceIdentifier()
2023-05-11T09:19:23.628Z [qtp455036946-54-soap] TRACE e.r.x.c.c.g.GlobalConfExtensions - Loading private parameters from /etc/xroad/globalconf/FI/nextupdate-params.xml
2023-05-11T09:19:23.628Z [qtp455036946-54-soap] TRACE e.r.x.c.conf.globalconf.GlobalConf - getInstanceIdentifier()
2023-05-11T09:19:23.634Z [qtp455036946-54-soap] TRACE e.r.x.c.c.g.GlobalConfExtensions - Parameters were loaded, value: false
2023-05-11T09:19:23.636Z [qtp455036946-54-soap] TRACE e.r.x.c.c.g.GlobalConfExtensions - shouldVerifyOcspNextUpdate: false
2023-05-11T09:19:23.641Z [qtp455036946-54-soap] TRACE e.r.x.p.protocol.ProxyMessageEncoder - sign()
2023-05-11T09:19:23.641Z [qtp455036946-54-soap] TRACE e.r.x.c.conf.globalconf.GlobalConf - getCertChain(FI, CN=2440921-4,2.5.4.5=#130f46492f736d6b2d707630322f474f56,O=Suomen metsakeskus,C=FI)
2023-05-11T09:19:23.642Z [qtp455036946-54-soap] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - getShared(instance = FI, directory = FI)
2023-05-11T09:19:23.650Z [qtp455036946-54-soap] TRACE e.r.x.c.signature.SignatureBuilder - Sign, 4 part(s)
2023-05-11T09:19:23.658Z [qtp455036946-54-soap] TRACE e.r.x.p.s.SignerSigningKey - Calculating signature using algorithm SHA512withRSA
2023-05-11T09:19:23.661Z [Proxy-akka.actor.default-dispatcher-10] TRACE e.r.x.common.signature.BatchSigner - Creating new worker for cert '0952a9bf8d8838665d5bace1a306907095c0a361'
2023-05-11T09:19:23.687Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.common.signature.BatchSigner - handleSignRequest()
2023-05-11T09:19:23.692Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.common.signature.BatchSigner - doSign()
2023-05-11T09:19:23.694Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.common.signature.SignatureCtx - getDataToBeSigned(requests = 1)
2023-05-11T09:19:23.696Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.common.signature.SignatureCtx - buildHashChain()
2023-05-11T09:19:23.780Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.hashchain.HashChainBuilder - makeSingleInputHashChain()
2023-05-11T09:19:23.899Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.common.signature.BatchSigner - handleSignResponse()
2023-05-11T09:19:23.899Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.common.signature.BatchSigner - sendResponse(SignResponse())
2023-05-11T09:19:24.021Z [qtp455036946-54-soap] TRACE e.r.x.p.c.ClientMessageProcessor - logRequestMessage()
2023-05-11T09:19:24.022Z [Proxy-akka.control-aware-dispatcher-12] TRACE e.r.x.proxy.messagelog.LogManager - onReceive(ee.ria.xroad.common.messagelog.SoapLogMessage@2af8403c)
2023-05-11T09:19:24.023Z [Proxy-akka.control-aware-dispatcher-12] TRACE e.r.x.c.conf.serverconf.ServerConf - getTspUrl()
2023-05-11T09:19:24.030Z [Proxy-akka.control-aware-dispatcher-12] TRACE ee.ria.xroad.common.db.DatabaseCtx - commitTransaction(serverconf)
2023-05-11T09:19:24.032Z [Proxy-akka.control-aware-dispatcher-12] TRACE e.r.x.proxy.messagelog.LogManager - createMessageRecord()
2023-05-11T09:19:24.048Z [Proxy-akka.control-aware-dispatcher-12] TRACE e.r.xroad.common.message.SoapBuilder - build(header: ee.ria.xroad.common.message.SoapHeader@3d86158[centralService=,client=MEMBER:FI/GOV/2440921-4,issue=,protocolVersion=ProtocolVersion(version=4.0),queryId=0c8ee004-23ab-43cc-9235-3c4f421673f5,representedParty=,requestHash=,securityServer=,service=SERVICE:FI/ORG/0920632-0/Management/clientReg,userId=])
2023-05-11T09:19:24.229Z [Proxy-akka.control-aware-dispatcher-12] TRACE e.r.x.p.messagelog.LogRecordManager - save(class ee.ria.xroad.common.messagelog.MessageRecord)
2023-05-11T09:19:24.237Z [Proxy-akka.control-aware-dispatcher-12] TRACE ee.ria.xroad.common.db.DatabaseCtx - commitTransaction(messagelog)
2023-05-11T09:19:24.246Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:24.249Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(364,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:24.254Z [qtp455036946-54-soap] TRACE e.r.x.p.protocol.ProxyMessageEncoder - writeSignature()
2023-05-11T09:19:24.254Z [qtp455036946-54-soap] TRACE e.r.x.p.protocol.ProxyMessageEncoder - endAttachments()
2023-05-11T09:19:24.256Z [qtp455036946-54-soap] TRACE e.r.x.p.protocol.ProxyMessageEncoder - close()
2023-05-11T09:19:24.256Z [qtp455036946-54-soap] TRACE e.r.x.p.protocol.ProxyMessageEncoder - endAttachments()
2023-05-11T09:19:24.256Z [qtp455036946-54-soap] TRACE e.r.x.p.c.ClientMessageProcessor - continueProcessing()
2023-05-11T09:19:24.256Z [qtp455036946-54-soap] TRACE e.r.x.p.c.ClientMessageProcessor - continueReadingResponse()
2023-05-11T09:19:24.686Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:19:25.266Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:25.269Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(365,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:26.091Z [qtp455036946-54] DEBUG ee.ria.xroad.common.util.HttpSender - Request failed
org.apache.http.NoHttpResponseException: localhost:5500 failed to respond
at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141)
at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
at ee.ria.xroad.common.util.HttpSender.doRequest(HttpSender.java:144)
at ee.ria.xroad.common.util.HttpSender.doPost(HttpSender.java:100)
at ee.ria.xroad.proxy.clientproxy.ClientMessageProcessor.sendRequest(ClientMessageProcessor.java:265)
at ee.ria.xroad.proxy.clientproxy.ClientMessageProcessor.processRequest(ClientMessageProcessor.java:238)
at ee.ria.xroad.proxy.clientproxy.ClientMessageProcessor.process(ClientMessageProcessor.java:192)
at ee.ria.xroad.proxy.clientproxy.AbstractClientProxyHandler.handle(AbstractClientProxyHandler.java:95)
at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:146)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
at org.eclipse.jetty.server.Server.handle(Server.java:516)
at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:487)
at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:732)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:479)
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:277)
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:555)
at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:410)
at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:164)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:338)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:315)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)
at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:409)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
at java.base/java.lang.Thread.run(Thread.java:829)
2023-05-11T09:19:26.094Z [qtp455036946-54] ERROR e.r.x.p.c.AbstractClientProxyHandler - Request processing error (3dd8214b-dc70-4bb9-8649-42d57a9c030d)
org.apache.http.NoHttpResponseException: localhost:5500 failed to respond
at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141)
at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
at ee.ria.xroad.common.util.HttpSender.doRequest(HttpSender.java:144)
at ee.ria.xroad.common.util.HttpSender.doPost(HttpSender.java:100)
at ee.ria.xroad.proxy.clientproxy.ClientMessageProcessor.sendRequest(ClientMessageProcessor.java:265)
at ee.ria.xroad.proxy.clientproxy.ClientMessageProcessor.processRequest(ClientMessageProcessor.java:238)
at ee.ria.xroad.proxy.clientproxy.ClientMessageProcessor.process(ClientMessageProcessor.java:192)
at ee.ria.xroad.proxy.clientproxy.AbstractClientProxyHandler.handle(AbstractClientProxyHandler.java:95)
at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:146)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
at org.eclipse.jetty.server.Server.handle(Server.java:516)
at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:487)
at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:732)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:479)
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:277)
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:555)
at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:410)
at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:164)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:338)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:315)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)
at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:409)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
at java.base/java.lang.Thread.run(Thread.java:829)
2023-05-11T09:19:26.112Z [qtp455036946-54] TRACE e.r.x.p.opmonitoring.OpMonitoring - store()
2023-05-11T09:19:26.112Z [qtp455036946-54] TRACE e.r.x.p.c.AbstractClientProxyHandler - PERFORMANCE: 1683796766112: 3277: Request handled
2023-05-11T09:19:26.112Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: OpMonitoringData(assignResponseOutTsToResponseInTs=false, data={serviceXRoadInstance=FI, serviceType=WSDL, clientSubsystemCode=null, serviceCode=clientReg, serviceSecurityServerAddress=kapvlpp02.csc.fi, xRequestId=e065fb70-a727-4afb-b835-81d505394986, requestAttachmentCount=3, serviceVersion=null, requestMimeSize=6192, requestOutTs=1683796763231, faultString=localhost:5500 failed to respond, serviceSubsystemCode=Management, clientMemberCode=2440921-4, messageProtocolVersion=4.0, messageId=0c8ee004-23ab-43cc-9235-3c4f421673f5, clientXRoadInstance=FI, messageUserId=null, clientMemberClass=GOV, serviceMemberCode=0920632-0, securityServerType=Client, serviceMemberClass=ORG, faultCode=Server.ClientProxy.IOError, messageIssue=null, requestInTs=1683796762835, clientSecurityServerAddress=smk-pv02.metsakeskus.fi, requestSize=1340, responseOutTs=1683796766095, succeeded=false})
2023-05-11T09:19:26.118Z [Proxy-akka.actor.default-dispatcher-11] DEBUG e.r.x.p.o.OpMonitoringBuffer - Op monitoring buffer records count: 1
2023-05-11T09:19:26.129Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.p.o.OpMonitoringDaemonSender - onReceive: {"records":[{"serviceXRoadInstance":"FI","serviceType":"WSDL","serviceCode":"clientReg","serviceSecurityServerAddress":"kapvlpp02.csc.fi","xRequestId":"e065fb70-a727-4afb-b835-81d505394986","requestAttachmentCount":3,"requestMimeSize":6192,"requestOutTs":1683796763231,"faultString":"localhost:5500 failed to respond","serviceSubsystemCode":"Management","clientMemberCode":"2440921-4","messageProtocolVersion":"4.0","messageId":"0c8ee004-23ab-43cc-9235-3c4f421673f5","clientXRoadInstance":"FI","clientMemberClass":"GOV","serviceMemberCode":"0920632-0","securityServerType":"Client","securityServerInternalIp":"10.23.118.100","serviceMemberClass":"ORG","faultCode":"Server.ClientProxy.IOError","requestInTs":1683796762835,"clientSecurityServerAddress":"smk-pv02.metsakeskus.fi","requestSize":1340,"responseOutTs":1683796766095,"succeeded":false}]}
2023-05-11T09:19:26.129Z [Proxy-akka.actor.default-dispatcher-11] TRACE ee.ria.xroad.common.util.HttpSender - doPost(address = http://localhost:2080/store_data, connectionTimeout = 30000, socketTimeout = 60000)
2023-05-11T09:19:26.131Z [Proxy-akka.actor.default-dispatcher-11] TRACE ee.ria.xroad.common.util.HttpSender - Log request headers
2023-05-11T09:19:26.169Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.common.util.AbstractHttpSender - handleResponse()
2023-05-11T09:19:26.172Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.p.o.OpMonitoringDaemonSender - Received OK response
2023-05-11T09:19:26.172Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendingSuccess
2023-05-11T09:19:26.286Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:26.287Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(366,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:27.306Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:27.308Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(367,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:28.326Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:28.328Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(368,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:29.346Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:29.348Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(369,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:29.686Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:19:30.366Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:30.368Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(370,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:31.386Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:31.388Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(371,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:32.406Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:32.408Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(372,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:33.426Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:33.428Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(373,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:34.446Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:34.448Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(374,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:34.686Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:19:35.466Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:35.469Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(375,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:36.486Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:36.488Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(376,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:37.506Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:37.510Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(377,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:38.526Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:38.528Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(378,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:39.546Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:39.548Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(379,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:39.686Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:19:40.566Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:40.575Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(380,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:41.576Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:41.578Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(381,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:42.595Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:42.598Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(382,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:43.616Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:43.619Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(383,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:44.636Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:44.639Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(384,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:44.686Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:19:45.656Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:45.658Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(385,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:46.676Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:46.677Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(386,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:47.696Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:47.700Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(387,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:48.716Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:48.720Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(388,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:49.686Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:19:49.736Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:49.738Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(389,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:50.756Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:50.758Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(390,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:51.776Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:51.777Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(391,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:52.796Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:52.798Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(392,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:53.816Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:53.818Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(393,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:54.686Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:19:54.836Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:54.839Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(394,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:55.856Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:55.858Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(395,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:56.876Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:56.878Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(396,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:57.896Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:57.898Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(397,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:58.916Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:58.918Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(398,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:19:59.686Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:19:59.936Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:19:59.937Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(399,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:00.956Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:00.958Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(400,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:01.976Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:01.978Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(401,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:02.996Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:02.998Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(402,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:04.016Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:04.019Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(403,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:04.686Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:20:05.036Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:05.040Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(404,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:06.056Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:06.057Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(405,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:07.075Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:07.077Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(406,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:08.096Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:08.100Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(407,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:09.116Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:09.119Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(408,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:09.686Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:20:10.136Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:10.138Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(409,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:11.156Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:11.158Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(410,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:12.176Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:12.177Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(411,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:13.196Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:13.198Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(412,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:14.216Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:14.218Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(413,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:14.686Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:20:14.876Z [QuartzScheduler_Worker-3] TRACE e.r.x.c.c.s.CachingServerConfImpl - ServerConf.clientCache : entries: 1, stats: CacheStats{hitCount=1, missCount=1, loadSuccessCount=1, loadExceptionCount=0, totalLoadTime=29572587, evictionCount=0}
2023-05-11T09:20:14.876Z [QuartzScheduler_Worker-3] TRACE e.r.x.c.c.s.CachingServerConfImpl - ServerConf.serviceCache: entries: 0, stats: CacheStats{hitCount=0, missCount=0, loadSuccessCount=0, loadExceptionCount=0, totalLoadTime=0, evictionCount=0}
2023-05-11T09:20:14.877Z [QuartzScheduler_Worker-3] TRACE e.r.x.c.c.s.CachingServerConfImpl - ServerConf.aclCache : entries: 0, stats: CacheStats{hitCount=0, missCount=0, loadSuccessCount=0, loadExceptionCount=0, totalLoadTime=0, evictionCount=0}
2023-05-11T09:20:14.886Z [QuartzScheduler_Worker-1] TRACE e.r.x.c.c.g.GlobalConfUpdater - Updating globalconf
2023-05-11T09:20:14.886Z [QuartzScheduler_Worker-1] DEBUG e.r.x.c.conf.globalconf.GlobalConf - reload called
2023-05-11T09:20:14.886Z [QuartzScheduler_Worker-1] DEBUG e.r.x.c.conf.globalconf.GlobalConf - reloading instance
2023-05-11T09:20:14.886Z [QuartzScheduler_Worker-1] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - Loading instance identifier from /etc/xroad/globalconf/instance-identifier
2023-05-11T09:20:14.886Z [QuartzScheduler_Worker-1] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - Reloading configuration from /etc/xroad/globalconf
2023-05-11T09:20:14.887Z [QuartzScheduler_Worker-1] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - Loading parameters from /etc/xroad/globalconf/FI
2023-05-11T09:20:14.887Z [QuartzScheduler_Worker-1] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - Loading private parameters from /etc/xroad/globalconf/FI/private-params.xml
2023-05-11T09:20:14.887Z [QuartzScheduler_Worker-1] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - PrivateParametersV2 from /etc/xroad/globalconf/FI/private-params.xml have not changed, reusing
2023-05-11T09:20:14.888Z [QuartzScheduler_Worker-1] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - Loading shared parameters from /etc/xroad/globalconf/FI/shared-params.xml
2023-05-11T09:20:14.902Z [QuartzScheduler_Worker-1] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - SharedParametersV2 from /etc/xroad/globalconf/FI/shared-params.xml have not changed, reusing
2023-05-11T09:20:15.235Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:15.237Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(414,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:16.256Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:16.257Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(415,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:17.276Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:17.277Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(416,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:17.716Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.proxy.messagelog.LogManager - onReceive(StartTimestamping)
2023-05-11T09:20:17.716Z [Proxy-akka.actor.default-dispatcher-11] DEBUG e.r.x.proxy.messagelog.LogManager - Use batch time-stamping retry backoff schedule: false
2023-05-11T09:20:17.716Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.conf.globalconf.GlobalConf - getTimestampingIntervalSeconds()
2023-05-11T09:20:17.716Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.xroad.proxy.messagelog.TaskQueue - onReceive(StartTimestamping)
2023-05-11T09:20:17.716Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - getPrivate(instance = FI, directory = FI)
2023-05-11T09:20:17.716Z [Proxy-akka.actor.default-dispatcher-11] DEBUG e.r.x.proxy.messagelog.LogManager - Time-stamping interval is: 60s
2023-05-11T09:20:17.718Z [Proxy-akka.actor.default-dispatcher-25] TRACE ee.ria.xroad.common.db.DatabaseCtx - commitTransaction(messagelog)
2023-05-11T09:20:17.719Z [Proxy-akka.actor.default-dispatcher-25] INFO e.r.xroad.proxy.messagelog.TaskQueue - Start time-stamping 1 message records
2023-05-11T09:20:17.720Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.proxy.messagelog.Timestamper - onReceive(class ee.ria.xroad.proxy.messagelog.Timestamper$TimestampTask)
2023-05-11T09:20:17.720Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - getPrivate(instance = FI, directory = FI)
2023-05-11T09:20:17.720Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - getShared(instance = FI, directory = FI)
2023-05-11T09:20:17.721Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.c.conf.serverconf.ServerConf - getTspUrl()
2023-05-11T09:20:17.723Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.p.messagelog.TimestamperWorker - onReceive(class ee.ria.xroad.proxy.messagelog.Timestamper$TimestampTask)
2023-05-11T09:20:17.723Z [Proxy-akka.actor.default-dispatcher-11] DEBUG e.r.x.p.messagelog.TimestamperWorker - Creating regular time-stamp
2023-05-11T09:20:17.723Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.p.messagelog.LogRecordManager - get(32)
2023-05-11T09:20:17.732Z [Proxy-akka.actor.default-dispatcher-11] TRACE ee.ria.xroad.common.db.DatabaseCtx - commitTransaction(messagelog)
2023-05-11T09:20:17.752Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.p.m.AbstractTimestampRequest - Creating time-stamp request (algorithm: SHA-512)
2023-05-11T09:20:17.754Z [Proxy-akka.actor.default-dispatcher-11] DEBUG e.r.x.p.m.AbstractTimestampRequest - tspUrls: [http://tsa.fineid.fi/TSS/HttpTspServer, http://tsa.fineid.fi/TSS/HttpTspServer]
2023-05-11T09:20:17.755Z [Proxy-akka.actor.default-dispatcher-11] DEBUG e.r.x.p.m.AbstractTimestampRequest - Sending time-stamp request to http://tsa.fineid.fi/TSS/HttpTspServer
2023-05-11T09:20:17.926Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.p.messagelog.TimestamperUtil - getTimestampDer() - TimeStampResp.status: 0
2023-05-11T09:20:17.957Z [Proxy-akka.actor.default-dispatcher-11] INFO e.r.x.p.m.AbstractTimestampRequest - tsresponse org.bouncycastle.tsp.TimeStampResponse@25413de7
2023-05-11T09:20:17.957Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.conf.globalconf.GlobalConf - getTspCertificates()
2023-05-11T09:20:17.967Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.signature.TimestampVerifier - getTspCertificate(C=FI,O=Digi- ja vaestotietovirasto CA,OU=Aikaleimavarmenteet,CN=DVV Time Stamp Certificates - G2R, 7779729310997051925318155634787163, null)
2023-05-11T09:20:17.970Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.signature.TimestampVerifier - Comparing with cert: CN=VRK CA for Service Providers - G3, OU=Palveluvarmenteet, O=Vaestorekisterikeskus CA, C=FI, 609786009018894726709394611292498201471358
2023-05-11T09:20:17.971Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.signature.TimestampVerifier - Comparing with cert: CN=VRK CA for Service Providers - G3, OU=Palveluvarmenteet, O=Vaestorekisterikeskus CA, C=FI, 609786009018895021228612083520312318007447
2023-05-11T09:20:17.973Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.signature.TimestampVerifier - Comparing with cert: CN=DVV Time Stamp Certificates - G2R, OU=Aikaleimavarmenteet, O=Digi- ja vaestotietovirasto CA, C=FI, 7779728296855320431239756572672542
2023-05-11T09:20:17.973Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.signature.TimestampVerifier - Comparing with cert: CN=DVV Time Stamp Certificates - G2R, OU=Aikaleimavarmenteet, O=Digi- ja vaestotietovirasto CA, C=FI, 7779729310997051925318155634787163
2023-05-11T09:20:18.050Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.conf.globalconf.GlobalConf - getTspCertificates()
2023-05-11T09:20:18.050Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.signature.TimestampVerifier - getTspCertificate(C=FI,O=Digi- ja vaestotietovirasto CA,OU=Aikaleimavarmenteet,CN=DVV Time Stamp Certificates - G2R, 7779729310997051925318155634787163, null)
2023-05-11T09:20:18.051Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.signature.TimestampVerifier - Comparing with cert: CN=VRK CA for Service Providers - G3, OU=Palveluvarmenteet, O=Vaestorekisterikeskus CA, C=FI, 609786009018894726709394611292498201471358
2023-05-11T09:20:18.055Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.signature.TimestampVerifier - Comparing with cert: CN=VRK CA for Service Providers - G3, OU=Palveluvarmenteet, O=Vaestorekisterikeskus CA, C=FI, 609786009018895021228612083520312318007447
2023-05-11T09:20:18.061Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.signature.TimestampVerifier - Comparing with cert: CN=DVV Time Stamp Certificates - G2R, OU=Aikaleimavarmenteet, O=Digi- ja vaestotietovirasto CA, C=FI, 7779728296855320431239756572672542
2023-05-11T09:20:18.070Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.signature.TimestampVerifier - Comparing with cert: CN=DVV Time Stamp Certificates - G2R, OU=Aikaleimavarmenteet, O=Digi- ja vaestotietovirasto CA, C=FI, 7779729310997051925318155634787163
2023-05-11T09:20:18.086Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.p.m.SingleTimestampRequest - Updating unsigned signature properties
2023-05-11T09:20:18.105Z [Proxy-akka.actor.default-dispatcher-11] TRACE ee.ria.xroad.common.db.DatabaseCtx - commitTransaction(messagelog)
2023-05-11T09:20:18.108Z [Proxy-akka.actor.default-dispatcher-11] INFO e.r.x.p.messagelog.TimestamperWorker - Timestamped 1 message records in 385 ms
2023-05-11T09:20:18.108Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.xroad.proxy.messagelog.TaskQueue - onReceive(Timestamper.TimestampSucceeded(messageRecords=[32], hashChainResult=null, url=http://tsa.fineid.fi/TSS/HttpTspServer))
2023-05-11T09:20:18.108Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.xroad.proxy.messagelog.TaskQueue - handleTimestampSucceeded
2023-05-11T09:20:18.108Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.xroad.proxy.messagelog.TaskQueue - Time-stamped message records [32]
2023-05-11T09:20:18.108Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.proxy.messagelog.LogManager - saveTimestampRecord()
2023-05-11T09:20:18.112Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.p.messagelog.LogRecordManager - save(class ee.ria.xroad.common.messagelog.TimestampRecord)
2023-05-11T09:20:18.112Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.p.messagelog.LogRecordManager - setMessageRecordsTimestamped([32], 33)
2023-05-11T09:20:18.115Z [Proxy-akka.actor.default-dispatcher-25] TRACE ee.ria.xroad.common.db.HibernateUtil - Configured JDBC batch size is 50
2023-05-11T09:20:18.118Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.p.messagelog.LogRecordManager - setMessageRecordsTimestamped(1)
2023-05-11T09:20:18.119Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.p.messagelog.LogRecordManager - setMessageRecordsTimestamped(): execute batch(1)
2023-05-11T09:20:18.121Z [Proxy-akka.actor.default-dispatcher-25] TRACE ee.ria.xroad.common.db.DatabaseCtx - commitTransaction(messagelog)
2023-05-11T09:20:18.125Z [Proxy-akka.control-aware-dispatcher-12] TRACE e.r.x.proxy.messagelog.LogManager - onReceive(SetTimestampingStatusMessage(status=SUCCESS, atTime=2023-05-11T09:20:18.123975Z))
2023-05-11T09:20:18.296Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:18.298Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(417,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:18.595Z [pool-2-thread-1] DEBUG e.r.x.c.util.filewatcher.FileWatcher - Detected a change in the watched file:/etc/xroad/signer/keyconf.xml. Event type was: ENTRY_CREATE
2023-05-11T09:20:19.316Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:19.326Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(418,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:19.686Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:20:20.335Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:20.338Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(419,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:21.356Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:21.358Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(420,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:22.376Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:22.377Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(421,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:23.396Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:23.398Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(422,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:24.416Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:24.418Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(423,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:24.686Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:20:25.436Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:25.438Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(424,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:26.456Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:26.458Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(425,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:27.476Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:27.478Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(426,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:28.496Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:28.498Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(427,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:29.516Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:29.519Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(428,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:29.686Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:20:30.536Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:30.538Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(429,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:31.556Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:31.559Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(430,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:32.576Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:32.578Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(431,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:33.596Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:33.605Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(432,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:34.615Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:34.617Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(433,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:34.686Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:20:35.636Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:35.638Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(434,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:36.656Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:36.658Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(435,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:37.676Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:37.678Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(436,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:38.696Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:38.697Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(437,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:39.686Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:20:39.716Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:39.717Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(438,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:40.736Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:40.738Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(439,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:41.756Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:41.758Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(440,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:42.776Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:42.778Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(441,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:43.796Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:43.799Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(442,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:44.685Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:20:44.816Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:44.818Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(443,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:45.836Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:45.838Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(444,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:46.856Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:46.857Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(445,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:47.877Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:47.878Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(446,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:48.896Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:48.898Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(447,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:49.686Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:20:49.916Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:49.918Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(448,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:50.936Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:50.937Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(449,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:51.956Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:51.957Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(450,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:52.976Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:52.978Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(451,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:53.996Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:53.997Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(452,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:54.686Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:20:55.016Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:55.018Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(453,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:56.036Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:56.038Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(454,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:57.056Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:57.059Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(455,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:58.076Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:58.078Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(456,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:59.096Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:20:59.098Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(457,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:20:59.686Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:21:00.116Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:00.118Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(458,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:01.136Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:01.137Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(459,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:02.156Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:02.158Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(460,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:03.176Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:03.177Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(461,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:04.196Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:04.198Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(462,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:04.686Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:21:05.216Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:05.218Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(463,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:06.236Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:06.237Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(464,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:07.256Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:07.259Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(465,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:08.276Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:08.277Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(466,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:09.296Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:09.300Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(467,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:09.686Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:21:10.316Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:10.320Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(468,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:11.335Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:11.338Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(469,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:12.356Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:12.358Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(470,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:13.376Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:13.380Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(471,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:14.395Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:14.397Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(472,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:14.686Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:21:14.875Z [QuartzScheduler_Worker-2] TRACE e.r.x.c.c.s.CachingServerConfImpl - ServerConf.clientCache : entries: 1, stats: CacheStats{hitCount=1, missCount=1, loadSuccessCount=1, loadExceptionCount=0, totalLoadTime=29572587, evictionCount=0}
2023-05-11T09:21:14.876Z [QuartzScheduler_Worker-2] TRACE e.r.x.c.c.s.CachingServerConfImpl - ServerConf.serviceCache: entries: 0, stats: CacheStats{hitCount=0, missCount=0, loadSuccessCount=0, loadExceptionCount=0, totalLoadTime=0, evictionCount=0}
2023-05-11T09:21:14.876Z [QuartzScheduler_Worker-2] TRACE e.r.x.c.c.s.CachingServerConfImpl - ServerConf.aclCache : entries: 0, stats: CacheStats{hitCount=0, missCount=0, loadSuccessCount=0, loadExceptionCount=0, totalLoadTime=0, evictionCount=0}
2023-05-11T09:21:14.886Z [QuartzScheduler_Worker-3] TRACE e.r.x.c.c.g.GlobalConfUpdater - Updating globalconf
2023-05-11T09:21:14.886Z [QuartzScheduler_Worker-3] DEBUG e.r.x.c.conf.globalconf.GlobalConf - reload called
2023-05-11T09:21:14.886Z [QuartzScheduler_Worker-3] DEBUG e.r.x.c.conf.globalconf.GlobalConf - reloading instance
2023-05-11T09:21:14.887Z [QuartzScheduler_Worker-3] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - Loading instance identifier from /etc/xroad/globalconf/instance-identifier
2023-05-11T09:21:14.887Z [QuartzScheduler_Worker-3] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - Reloading configuration from /etc/xroad/globalconf
2023-05-11T09:21:14.887Z [QuartzScheduler_Worker-3] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - Loading parameters from /etc/xroad/globalconf/FI
2023-05-11T09:21:14.887Z [QuartzScheduler_Worker-3] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - Loading private parameters from /etc/xroad/globalconf/FI/private-params.xml
2023-05-11T09:21:14.888Z [QuartzScheduler_Worker-3] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - PrivateParametersV2 from /etc/xroad/globalconf/FI/private-params.xml have not changed, reusing
2023-05-11T09:21:14.888Z [QuartzScheduler_Worker-3] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - Loading shared parameters from /etc/xroad/globalconf/FI/shared-params.xml
2023-05-11T09:21:14.893Z [QuartzScheduler_Worker-3] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - SharedParametersV2 from /etc/xroad/globalconf/FI/shared-params.xml have not changed, reusing
2023-05-11T09:21:15.416Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:15.417Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(473,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:16.436Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:16.438Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(474,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:17.456Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:17.457Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(475,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:17.736Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.proxy.messagelog.LogManager - onReceive(StartTimestamping)
2023-05-11T09:21:17.737Z [Proxy-akka.actor.default-dispatcher-25] DEBUG e.r.x.proxy.messagelog.LogManager - Use batch time-stamping retry backoff schedule: false
2023-05-11T09:21:17.737Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.c.conf.globalconf.GlobalConf - getTimestampingIntervalSeconds()
2023-05-11T09:21:17.737Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - getPrivate(instance = FI, directory = FI)
2023-05-11T09:21:17.738Z [Proxy-akka.actor.default-dispatcher-25] DEBUG e.r.x.proxy.messagelog.LogManager - Time-stamping interval is: 60s
2023-05-11T09:21:17.737Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.xroad.proxy.messagelog.TaskQueue - onReceive(StartTimestamping)
2023-05-11T09:21:17.743Z [Proxy-akka.actor.default-dispatcher-11] TRACE ee.ria.xroad.common.db.DatabaseCtx - commitTransaction(messagelog)
2023-05-11T09:21:17.746Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.xroad.proxy.messagelog.TaskQueue - Nothing to time-stamp, task queue is empty
2023-05-11T09:21:18.476Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:18.478Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(476,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:18.597Z [pool-2-thread-1] DEBUG e.r.x.c.util.filewatcher.FileWatcher - Detected a change in the watched file:/etc/xroad/signer/keyconf.xml. Event type was: ENTRY_CREATE
2023-05-11T09:21:19.496Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:19.498Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(477,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:19.685Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:21:20.516Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:20.517Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(478,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:21.536Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:21.538Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(479,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:22.556Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:22.557Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(480,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:23.576Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:23.578Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(481,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:24.596Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:24.599Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(482,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:24.686Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:21:25.616Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:25.617Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(483,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:26.636Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:26.638Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(484,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:27.655Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:27.658Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(485,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:28.676Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:28.678Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(486,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:29.686Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:21:29.696Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:29.702Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(487,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:30.715Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:30.717Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(488,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:31.736Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:31.738Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(489,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:32.756Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:32.758Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(490,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:33.778Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:33.782Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(491,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:34.686Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:21:34.796Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:34.798Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(492,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:35.816Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:35.817Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(493,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:36.836Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:36.837Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(494,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:37.856Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:37.857Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(495,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:38.876Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:38.878Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(496,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:39.686Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:21:39.896Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:39.898Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(497,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:40.916Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:40.919Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(498,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:41.936Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:41.938Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(499,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:42.956Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:42.958Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(500,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:43.976Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:43.977Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(501,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:44.686Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:21:44.996Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:44.998Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(502,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:46.016Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:46.019Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(503,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:47.036Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:47.037Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(504,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:48.056Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:48.058Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(505,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:49.076Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:49.078Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(506,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:49.686Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:21:50.096Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:50.097Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(507,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:51.116Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:51.117Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(508,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:52.136Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:52.138Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(509,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:53.156Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:53.157Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(510,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:54.176Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:54.178Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(511,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:54.686Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:21:55.196Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:55.198Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(512,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:56.216Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:56.219Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(513,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:57.235Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:57.237Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(514,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:58.256Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:58.258Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(515,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:59.276Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:21:59.278Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(516,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:21:59.686Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:22:00.296Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:22:00.297Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(517,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:22:01.316Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:22:01.318Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(518,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:22:02.339Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:22:02.342Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(519,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:22:03.346Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:22:03.348Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(520,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:22:04.366Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:22:04.368Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(521,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:22:04.686Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:22:05.386Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:22:05.388Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(522,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:22:06.406Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:22:06.408Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(523,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:22:07.426Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:22:07.429Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(524,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:22:08.446Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:22:08.447Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(525,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:22:09.466Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:22:09.468Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(526,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:22:09.686Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:22:10.485Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:22:10.488Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(527,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:22:11.506Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:22:11.507Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(528,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:22:12.526Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:22:12.528Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(529,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:22:13.546Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:22:13.548Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(530,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:22:14.566Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:22:14.568Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(531,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:22:14.686Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:22:14.876Z [QuartzScheduler_Worker-1] TRACE e.r.x.c.c.s.CachingServerConfImpl - ServerConf.clientCache : entries: 1, stats: CacheStats{hitCount=1, missCount=1, loadSuccessCount=1, loadExceptionCount=0, totalLoadTime=29572587, evictionCount=0}
2023-05-11T09:22:14.876Z [QuartzScheduler_Worker-1] TRACE e.r.x.c.c.s.CachingServerConfImpl - ServerConf.serviceCache: entries: 0, stats: CacheStats{hitCount=0, missCount=0, loadSuccessCount=0, loadExceptionCount=0, totalLoadTime=0, evictionCount=0}
2023-05-11T09:22:14.876Z [QuartzScheduler_Worker-1] TRACE e.r.x.c.c.s.CachingServerConfImpl - ServerConf.aclCache : entries: 0, stats: CacheStats{hitCount=0, missCount=0, loadSuccessCount=0, loadExceptionCount=0, totalLoadTime=0, evictionCount=0}
2023-05-11T09:22:14.886Z [QuartzScheduler_Worker-2] TRACE e.r.x.c.c.g.GlobalConfUpdater - Updating globalconf
2023-05-11T09:22:14.886Z [QuartzScheduler_Worker-2] DEBUG e.r.x.c.conf.globalconf.GlobalConf - reload called
2023-05-11T09:22:14.886Z [QuartzScheduler_Worker-2] DEBUG e.r.x.c.conf.globalconf.GlobalConf - reloading instance
2023-05-11T09:22:14.886Z [QuartzScheduler_Worker-2] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - Loading instance identifier from /etc/xroad/globalconf/instance-identifier
2023-05-11T09:22:14.886Z [QuartzScheduler_Worker-2] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - Reloading configuration from /etc/xroad/globalconf
2023-05-11T09:22:14.887Z [QuartzScheduler_Worker-2] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - Loading parameters from /etc/xroad/globalconf/FI
2023-05-11T09:22:14.887Z [QuartzScheduler_Worker-2] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - Loading private parameters from /etc/xroad/globalconf/FI/private-params.xml
2023-05-11T09:22:14.887Z [QuartzScheduler_Worker-2] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - PrivateParametersV2 from /etc/xroad/globalconf/FI/private-params.xml have not changed, reusing
2023-05-11T09:22:14.888Z [QuartzScheduler_Worker-2] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - Loading shared parameters from /etc/xroad/globalconf/FI/shared-params.xml
2023-05-11T09:22:14.894Z [QuartzScheduler_Worker-2] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - SharedParametersV2 from /etc/xroad/globalconf/FI/shared-params.xml have not changed, reusing
2023-05-11T09:22:15.586Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:22:15.588Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(532,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:22:16.606Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:22:16.608Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(533,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:22:17.626Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:22:17.628Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(534,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:22:17.755Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.proxy.messagelog.LogManager - onReceive(StartTimestamping)
2023-05-11T09:22:17.756Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.xroad.proxy.messagelog.TaskQueue - onReceive(StartTimestamping)
2023-05-11T09:22:17.756Z [Proxy-akka.actor.default-dispatcher-25] DEBUG e.r.x.proxy.messagelog.LogManager - Use batch time-stamping retry backoff schedule: false
2023-05-11T09:22:17.756Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.c.conf.globalconf.GlobalConf - getTimestampingIntervalSeconds()
2023-05-11T09:22:17.756Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.c.c.g.ConfigurationDirectoryV2 - getPrivate(instance = FI, directory = FI)
2023-05-11T09:22:17.756Z [Proxy-akka.actor.default-dispatcher-25] DEBUG e.r.x.proxy.messagelog.LogManager - Time-stamping interval is: 60s
2023-05-11T09:22:17.758Z [Proxy-akka.actor.default-dispatcher-11] TRACE ee.ria.xroad.common.db.DatabaseCtx - commitTransaction(messagelog)
2023-05-11T09:22:17.758Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.xroad.proxy.messagelog.TaskQueue - Nothing to time-stamp, task queue is empty
2023-05-11T09:22:18.593Z [pool-2-thread-1] DEBUG e.r.x.c.util.filewatcher.FileWatcher - Detected a change in the watched file:/etc/xroad/signer/keyconf.xml. Event type was: ENTRY_CREATE
2023-05-11T09:22:18.646Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:22:18.647Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(535,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:22:19.666Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:22:19.667Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(536,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:22:19.686Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:22:20.686Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:22:20.688Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(537,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:22:21.706Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:22:21.708Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(538,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:22:22.726Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:22:22.728Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(539,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:22:23.746Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:22:23.749Z [Proxy-akka.actor.default-dispatcher-25] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(540,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:22:24.686Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.c.o.AbstractOpMonitoringBuffer - onReceive: sendMonitoringData
2023-05-11T09:22:24.765Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:22:24.768Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(541,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))
2023-05-11T09:22:25.786Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(interface ee.ria.xroad.signer.protocol.SignerClient$SignerWatcher$Watch)
2023-05-11T09:22:25.787Z [Proxy-akka.actor.default-dispatcher-11] TRACE e.r.x.signer.protocol.SignerClient - onReceive(ActorIdentity(542,Some(Actor[akka://Signer@127.0.0.1:5558/user/RequestProcessor#1239397245])))

The Finnish X-Road operator confirmed that the subsystem registration finally went through with a delay. However, for some reason, the response returned by the management Security Server is not able to reach your Security Server.

Are you using network ACLs to control access to the Security Server? Incorrect network ACL configuration for incoming traffic would explain the problem. Since network ACLs are stateless, rules for outgoing and incoming traffic must be configured separately.

jjaone commented

Sorry for delayd response;

On May 12th after @petkivim message I went thru our server AWS/infra setup (the VPC and all it's resources: EC2-instance, all SecGroups, NetworkInterfaces, NatGateway etc and checked them with our AWS/specialist and noted that they were ok (no blocking components etc) and also found out that there were no other ACL-resources even present that could cause this.

Also, I notified about this on 11th and 12th of May directly to DVV/paveluvylä ServiceDesk, and they responded somehow vaguely about some possible misconfiguration, missing network setup, and then about 2 hours later SS started performing normally, registration requests started to go thru, first intermittently, and then continuously successfully, and ever since 13th of May that IOErrro has not appeared in our instance logs, everyhing works as it should.

Very strange indeed, as I did not change anything in our SS-servers AWS/setup nor were there any changes done to our AWS/infra .. so I am leaning on the root cause being some kind of intermittent network glitch, port oppenings issue or inproper configuration there in the DVV/central-servers or their managent security servers. and very happy that our production server installation/configuration could continue after that and today we have successfully deployed and relased smk-pv02.metsakeskus(dot).com to DVV/FI-production envinronment replacing the old smk-pv01 :)

Thanks for the update! It's good to hear that the issue was resolved eventually. Based on your description, it sounds like it was a firewall configuration issue on the Central Server side and once it was fixed by the Central Server admins, everything started to work as expected.