Fraunhofer-AISEC / ids-clearing-house-service

This is an implementation of the IDS Clearing House
Apache License 2.0
0 stars 11 forks source link

Endpoint error of Clearing House (unexpected end of stream) #6

Closed jfernandezsqs closed 2 years ago

jfernandezsqs commented 2 years ago

I have made a contract negotiation between connector A and connector B. Both have the following Clearing House url defined in their application.properties file

clearing.house.url=http://testidsa12:9999/messages/log/

It is giving me an error with the end of stream when sending the request to

Sending request to http://testidsa12:9999/messages/log/2ded4b77-496c-48a9-9c79-c48a39aa4ab7 ...

This url was correct when I used the trusted connector image 5.0.2 and it was able of sending the contract agreement message to the clearing house logs. But for the following WARN logs at the connector A it is not able of sending the contract agreement to the clearing house.

2022-01-26T15:50:08,552 [https-jsse-nio-7000-exec-6] INFO - Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-01-26T15:50:08,552 [https-jsse-nio-7000-exec-6] INFO - Initializing Servlet 'dispatcherServlet' 2022-01-26T15:50:08,557 [https-jsse-nio-7000-exec-6] INFO - Completed initialization in 4 ms 2022-01-26T15:50:23,351 [https-jsse-nio-7000-exec-3] INFO - Received incoming message. 2022-01-26T15:50:23,875 [https-jsse-nio-7000-exec-3] INFO - Successfully verified claims. 2022-01-26T15:50:24,038 [https-jsse-nio-7000-exec-3] INFO - Successfully received DAT from DAPS. 2022-01-26T15:50:26,675 [https-jsse-nio-7000-exec-4] INFO - Received incoming message. 2022-01-26T15:50:26,689 [https-jsse-nio-7000-exec-4] INFO - Successfully verified claims. 2022-01-26T15:50:28,583 [https-jsse-nio-7000-exec-5] INFO - Received incoming message. 2022-01-26T15:50:28,603 [https-jsse-nio-7000-exec-5] INFO - Successfully verified claims. 2022-01-26T15:50:29,004 [https-jsse-nio-7000-exec-6] INFO - Received incoming message. 2022-01-26T15:50:29,045 [https-jsse-nio-7000-exec-6] INFO - Successfully verified claims. 2022-01-26T15:50:29,185 [https-jsse-nio-7000-exec-6] INFO - Sending request to http://testidsa12:9999/messages/log/a78a847e-8699-40cf-9937-18bcdb5a1c4b ... 2022-01-26T15:50:29,228 [https-jsse-nio-7000-exec-6] WARN - Message handling or processing failed. [exception=(unexpected end of stream on http://testidsa12:9999/...)] java.io.IOException: unexpected end of stream on http://testidsa12:9999/... at okhttp3.internal.http1.Http1ExchangeCodec.readResponseHeaders(Http1ExchangeCodec.kt:202) ~[okhttp-4.9.1.jar!/:?] at okhttp3.internal.connection.Exchange.readResponseHeaders(Exchange.kt:106) ~[okhttp-4.9.1.jar!/:?] at okhttp3.internal.http.CallServerInterceptor.intercept(CallServerInterceptor.kt:79) ~[okhttp-4.9.1.jar!/:?] at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) ~[okhttp-4.9.1.jar!/:?] at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:34) ~[okhttp-4.9.1.jar!/:?] at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) ~[okhttp-4.9.1.jar!/:?] at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95) ~[okhttp-4.9.1.jar!/:?] at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) ~[okhttp-4.9.1.jar!/:?] at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83) ~[okhttp-4.9.1.jar!/:?] at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) ~[okhttp-4.9.1.jar!/:?] at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76) ~[okhttp-4.9.1.jar!/:?] at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) ~[okhttp-4.9.1.jar!/:?] at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201) ~[okhttp-4.9.1.jar!/:?] at okhttp3.internal.connection.RealCall.execute(RealCall.kt:154) ~[okhttp-4.9.1.jar!/:?] at de.fraunhofer.ids.messaging.protocol.http.IdsHttpService.sendRequest(IdsHttpService.java:362) ~[messaging-4.2.2.jar!/:?] at de.fraunhofer.ids.messaging.protocol.http.IdsHttpService.send(IdsHttpService.java:232) ~[messaging-4.2.2.jar!/:?] at de.fraunhofer.ids.messaging.protocol.http.IdsHttpService.sendAndCheckDat(IdsHttpService.java:452) ~[messaging-4.2.2.jar!/:?] at io.dataspaceconnector.service.message.builder.type.base.AbstractMessageService.send(AbstractMessageService.java:112) [classes!/:6.2.0] at io.dataspaceconnector.service.message.builder.type.LogMessageService.sendMessage(LogMessageService.java:82) [classes!/:6.2.0] at io.dataspaceconnector.common.ids.message.ClearingHouseService.sendToClearingHouse(ClearingHouseService.java:60) [classes!/:6.2.0] at io.dataspaceconnector.service.usagecontrol.PolicyExecutionService.sendAgreement(PolicyExecutionService.java:70) [classes!/:6.2.0] at io.dataspaceconnector.service.message.handler.event.AgreementEventHandler.handleAgreementEvent(AgreementEventHandler.java:46) [classes!/:6.2.0] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.context.event.ApplicationListenerMethodAdapter.doInvoke(ApplicationListenerMethodAdapter.java:344) [spring-context-5.3.9.jar!/:5.3.9] at org.springframework.context.event.ApplicationListenerMethodAdapter.processEvent(ApplicationListenerMethodAdapter.java:229) [spring-context-5.3.9.jar!/:5.3.9] at org.springframework.context.event.ApplicationListenerMethodAdapter.onApplicationEvent(ApplicationListenerMethodAdapter.java:166) [spring-context-5.3.9.jar!/:5.3.9] at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:176) [spring-context-5.3.9.jar!/:5.3.9] at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:169) [spring-context-5.3.9.jar!/:5.3.9] at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:143) [spring-context-5.3.9.jar!/:5.3.9] at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:421) [spring-context-5.3.9.jar!/:5.3.9] at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:391) [spring-context-5.3.9.jar!/:5.3.9] at io.dataspaceconnector.service.message.handler.processor.AgreementComparisonProcessor.processInternal(AgreementComparisonProcessor.java:104) [classes!/:6.2.0] at io.dataspaceconnector.service.message.handler.processor.base.IdsProcessor.process(IdsProcessor.java:42) [classes!/:6.2.0] at org.apache.camel.support.processor.DelegateSyncProcessor.process(DelegateSyncProcessor.java:66) [camel-support-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$RedeliveryTask.doRun(RedeliveryErrorHandler.java:804) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$RedeliveryTask.run(RedeliveryErrorHandler.java:712) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:179) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor.scheduleSync(DefaultReactiveExecutor.java:69) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler.process(RedeliveryErrorHandler.java:208) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultAsyncProcessorAwaitManager.process(DefaultAsyncProcessorAwaitManager.java:83) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler.process(RedeliveryErrorHandler.java:195) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.CamelInternalProcessor.process(CamelInternalProcessor.java:369) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.Pipeline$PipelineTask.run(Pipeline.java:109) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:179) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor.schedule(DefaultReactiveExecutor.java:59) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.CamelInternalProcessor$AsyncAfterTask.done(CamelInternalProcessor.java:274) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.CamelInternalProcessor.process(CamelInternalProcessor.java:377) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.Pipeline$PipelineTask.run(Pipeline.java:109) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:179) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor.schedule(DefaultReactiveExecutor.java:59) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.CamelInternalProcessor$AsyncAfterTask.done(CamelInternalProcessor.java:274) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.CamelInternalProcessor.process(CamelInternalProcessor.java:377) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.Pipeline$PipelineTask.run(Pipeline.java:109) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:179) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor.scheduleSync(DefaultReactiveExecutor.java:69) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.Pipeline.process(Pipeline.java:182) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$RedeliveryTask.doRun(RedeliveryErrorHandler.java:804) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$RedeliveryTask.run(RedeliveryErrorHandler.java:712) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:179) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor.scheduleSync(DefaultReactiveExecutor.java:69) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler.process(RedeliveryErrorHandler.java:208) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.spring.spi.TransactionErrorHandler.access$201(TransactionErrorHandler.java:45) [camel-spring-3.11.1.jar!/:3.11.1] at org.apache.camel.spring.spi.TransactionErrorHandler$2.process(TransactionErrorHandler.java:247) [camel-spring-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultAsyncProcessorAwaitManager.process(DefaultAsyncProcessorAwaitManager.java:83) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.spring.spi.TransactionErrorHandler.processByErrorHandler(TransactionErrorHandler.java:244) [camel-spring-3.11.1.jar!/:3.11.1] at org.apache.camel.spring.spi.TransactionErrorHandler.process(TransactionErrorHandler.java:119) [camel-spring-3.11.1.jar!/:3.11.1] at org.apache.camel.spring.spi.TransactionErrorHandler.process(TransactionErrorHandler.java:132) [camel-spring-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$RedeliveryTask.doRun(RedeliveryErrorHandler.java:804) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$RedeliveryTask.run(RedeliveryErrorHandler.java:712) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:179) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor.scheduleSync(DefaultReactiveExecutor.java:69) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler.process(RedeliveryErrorHandler.java:208) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.spring.spi.TransactionErrorHandler.access$201(TransactionErrorHandler.java:45) [camel-spring-3.11.1.jar!/:3.11.1] at org.apache.camel.spring.spi.TransactionErrorHandler$2.process(TransactionErrorHandler.java:247) [camel-spring-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultAsyncProcessorAwaitManager.process(DefaultAsyncProcessorAwaitManager.java:83) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.spring.spi.TransactionErrorHandler.processByErrorHandler(TransactionErrorHandler.java:244) [camel-spring-3.11.1.jar!/:3.11.1] at org.apache.camel.spring.spi.TransactionErrorHandler$1.doInTransactionWithoutResult(TransactionErrorHandler.java:207) [camel-spring-3.11.1.jar!/:3.11.1] at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) [spring-tx-5.3.9.jar!/:5.3.9] at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) [spring-tx-5.3.9.jar!/:5.3.9] at org.apache.camel.spring.spi.TransactionErrorHandler.doInTransactionTemplate(TransactionErrorHandler.java:200) [camel-spring-3.11.1.jar!/:3.11.1] at org.apache.camel.spring.spi.TransactionErrorHandler.processInTransaction(TransactionErrorHandler.java:155) [camel-spring-3.11.1.jar!/:3.11.1] at org.apache.camel.spring.spi.TransactionErrorHandler.process(TransactionErrorHandler.java:123) [camel-spring-3.11.1.jar!/:3.11.1] at org.apache.camel.spring.spi.TransactionErrorHandler.process(TransactionErrorHandler.java:132) [camel-spring-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.CamelInternalProcessor.process(CamelInternalProcessor.java:398) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.Pipeline$PipelineTask.run(Pipeline.java:109) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:179) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor.scheduleMain(DefaultReactiveExecutor.java:64) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.Pipeline.process(Pipeline.java:184) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.CamelInternalProcessor.process(CamelInternalProcessor.java:398) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.component.direct.DirectProducer.process(DirectProducer.java:96) [camel-direct-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.SharedCamelInternalProcessor.process(SharedCamelInternalProcessor.java:217) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.SharedCamelInternalProcessor$1.process(SharedCamelInternalProcessor.java:111) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultAsyncProcessorAwaitManager.process(DefaultAsyncProcessorAwaitManager.java:83) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.SharedCamelInternalProcessor.process(SharedCamelInternalProcessor.java:108) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.support.cache.DefaultProducerCache.send(DefaultProducerCache.java:190) [camel-support-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultProducerTemplate.send(DefaultProducerTemplate.java:176) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultProducerTemplate.send(DefaultProducerTemplate.java:148) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultProducerTemplate.send(DefaultProducerTemplate.java:131) [camel-base-engine-3.11.1.jar!/:3.11.1] at io.dataspaceconnector.service.message.handler.type.base.AbstractMessageHandler.handleMessage(AbstractMessageHandler.java:79) [classes!/:6.2.0] at de.fraunhofer.ids.messaging.dispatcher.MessageDispatcher.process(MessageDispatcher.java:198) [messaging-4.2.2.jar!/:?] at de.fraunhofer.ids.messaging.endpoint.MessageController.handleIDSMessage(MessageController.java:144) [messaging-4.2.2.jar!/:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197) [spring-web-5.3.9.jar!/:5.3.9] at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141) [spring-web-5.3.9.jar!/:5.3.9] at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106) [spring-webmvc-5.3.9.jar!/:5.3.9] at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895) [spring-webmvc-5.3.9.jar!/:5.3.9] at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) [spring-webmvc-5.3.9.jar!/:5.3.9] at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) [spring-webmvc-5.3.9.jar!/:5.3.9] at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1064) [spring-webmvc-5.3.9.jar!/:5.3.9] at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963) [spring-webmvc-5.3.9.jar!/:5.3.9] at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) [spring-webmvc-5.3.9.jar!/:5.3.9] at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909) [spring-webmvc-5.3.9.jar!/:5.3.9] at javax.servlet.http.HttpServlet.service(HttpServlet.java:681) [tomcat-embed-core-9.0.52.jar!/:4.0.1] at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) [spring-webmvc-5.3.9.jar!/:5.3.9] at javax.servlet.http.HttpServlet.service(HttpServlet.java:764) [tomcat-embed-core-9.0.52.jar!/:4.0.1] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) [tomcat-embed-websocket-9.0.52.jar!/:?] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:121) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:115) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:105) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:149) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.9.jar!/:5.3.9] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.9.jar!/:5.3.9] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.9.jar!/:5.3.9] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358) [spring-web-5.3.9.jar!/:5.3.9] at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271) [spring-web-5.3.9.jar!/:5.3.9] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?] at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) [spring-web-5.3.9.jar!/:5.3.9] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.9.jar!/:5.3.9] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?] at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) [spring-web-5.3.9.jar!/:5.3.9] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.9.jar!/:5.3.9] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?] at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96) [spring-boot-actuator-2.5.4.jar!/:2.5.4] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.9.jar!/:5.3.9] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?] at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) [spring-web-5.3.9.jar!/:5.3.9] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.9.jar!/:5.3.9] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?] at io.opentracing.contrib.web.servlet.filter.TracingFilter.doFilter(TracingFilter.java:189) [opentracing-web-servlet-filter-0.4.0.jar!/:?] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1726) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.52.jar!/:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: java.io.EOFException: \n not found: limit=7 content=15030300020250… at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.kt:332) ~[okio-2.8.0.jar!/:?] at okhttp3.internal.http1.HeadersReader.readLine(HeadersReader.kt:29) ~[okhttp-4.9.1.jar!/:?] at okhttp3.internal.http1.Http1ExchangeCodec.readResponseHeaders(Http1ExchangeCodec.kt:178) ~[okhttp-4.9.1.jar!/:?] ... 198 more 2022-01-26T15:50:29,240 [https-jsse-nio-7000-exec-6] WARN - Failed to send log message. [exception=(Message handling or processing failed.)] io.dataspaceconnector.common.exception.MessageException: Message handling or processing failed. at io.dataspaceconnector.service.message.builder.type.base.AbstractMessageService.send(AbstractMessageService.java:142) ~[classes!/:6.2.0] at io.dataspaceconnector.service.message.builder.type.LogMessageService.sendMessage(LogMessageService.java:82) [classes!/:6.2.0] at io.dataspaceconnector.common.ids.message.ClearingHouseService.sendToClearingHouse(ClearingHouseService.java:60) [classes!/:6.2.0] at io.dataspaceconnector.service.usagecontrol.PolicyExecutionService.sendAgreement(PolicyExecutionService.java:70) [classes!/:6.2.0] at io.dataspaceconnector.service.message.handler.event.AgreementEventHandler.handleAgreementEvent(AgreementEventHandler.java:46) [classes!/:6.2.0] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.context.event.ApplicationListenerMethodAdapter.doInvoke(ApplicationListenerMethodAdapter.java:344) [spring-context-5.3.9.jar!/:5.3.9] at org.springframework.context.event.ApplicationListenerMethodAdapter.processEvent(ApplicationListenerMethodAdapter.java:229) [spring-context-5.3.9.jar!/:5.3.9] at org.springframework.context.event.ApplicationListenerMethodAdapter.onApplicationEvent(ApplicationListenerMethodAdapter.java:166) [spring-context-5.3.9.jar!/:5.3.9] at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:176) [spring-context-5.3.9.jar!/:5.3.9] at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:169) [spring-context-5.3.9.jar!/:5.3.9] at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:143) [spring-context-5.3.9.jar!/:5.3.9] at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:421) [spring-context-5.3.9.jar!/:5.3.9] at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:391) [spring-context-5.3.9.jar!/:5.3.9] at io.dataspaceconnector.service.message.handler.processor.AgreementComparisonProcessor.processInternal(AgreementComparisonProcessor.java:104) [classes!/:6.2.0] at io.dataspaceconnector.service.message.handler.processor.base.IdsProcessor.process(IdsProcessor.java:42) [classes!/:6.2.0] at org.apache.camel.support.processor.DelegateSyncProcessor.process(DelegateSyncProcessor.java:66) [camel-support-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$RedeliveryTask.doRun(RedeliveryErrorHandler.java:804) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$RedeliveryTask.run(RedeliveryErrorHandler.java:712) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:179) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor.scheduleSync(DefaultReactiveExecutor.java:69) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler.process(RedeliveryErrorHandler.java:208) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultAsyncProcessorAwaitManager.process(DefaultAsyncProcessorAwaitManager.java:83) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler.process(RedeliveryErrorHandler.java:195) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.CamelInternalProcessor.process(CamelInternalProcessor.java:369) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.Pipeline$PipelineTask.run(Pipeline.java:109) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:179) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor.schedule(DefaultReactiveExecutor.java:59) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.CamelInternalProcessor$AsyncAfterTask.done(CamelInternalProcessor.java:274) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.CamelInternalProcessor.process(CamelInternalProcessor.java:377) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.Pipeline$PipelineTask.run(Pipeline.java:109) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:179) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor.schedule(DefaultReactiveExecutor.java:59) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.CamelInternalProcessor$AsyncAfterTask.done(CamelInternalProcessor.java:274) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.CamelInternalProcessor.process(CamelInternalProcessor.java:377) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.Pipeline$PipelineTask.run(Pipeline.java:109) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:179) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor.scheduleSync(DefaultReactiveExecutor.java:69) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.Pipeline.process(Pipeline.java:182) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$RedeliveryTask.doRun(RedeliveryErrorHandler.java:804) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$RedeliveryTask.run(RedeliveryErrorHandler.java:712) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:179) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor.scheduleSync(DefaultReactiveExecutor.java:69) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler.process(RedeliveryErrorHandler.java:208) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.spring.spi.TransactionErrorHandler.access$201(TransactionErrorHandler.java:45) [camel-spring-3.11.1.jar!/:3.11.1] at org.apache.camel.spring.spi.TransactionErrorHandler$2.process(TransactionErrorHandler.java:247) [camel-spring-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultAsyncProcessorAwaitManager.process(DefaultAsyncProcessorAwaitManager.java:83) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.spring.spi.TransactionErrorHandler.processByErrorHandler(TransactionErrorHandler.java:244) [camel-spring-3.11.1.jar!/:3.11.1] at org.apache.camel.spring.spi.TransactionErrorHandler.process(TransactionErrorHandler.java:119) [camel-spring-3.11.1.jar!/:3.11.1] at org.apache.camel.spring.spi.TransactionErrorHandler.process(TransactionErrorHandler.java:132) [camel-spring-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$RedeliveryTask.doRun(RedeliveryErrorHandler.java:804) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$RedeliveryTask.run(RedeliveryErrorHandler.java:712) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:179) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor.scheduleSync(DefaultReactiveExecutor.java:69) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler.process(RedeliveryErrorHandler.java:208) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.spring.spi.TransactionErrorHandler.access$201(TransactionErrorHandler.java:45) [camel-spring-3.11.1.jar!/:3.11.1] at org.apache.camel.spring.spi.TransactionErrorHandler$2.process(TransactionErrorHandler.java:247) [camel-spring-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultAsyncProcessorAwaitManager.process(DefaultAsyncProcessorAwaitManager.java:83) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.spring.spi.TransactionErrorHandler.processByErrorHandler(TransactionErrorHandler.java:244) [camel-spring-3.11.1.jar!/:3.11.1] at org.apache.camel.spring.spi.TransactionErrorHandler$1.doInTransactionWithoutResult(TransactionErrorHandler.java:207) [camel-spring-3.11.1.jar!/:3.11.1] at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) [spring-tx-5.3.9.jar!/:5.3.9] at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) [spring-tx-5.3.9.jar!/:5.3.9] at org.apache.camel.spring.spi.TransactionErrorHandler.doInTransactionTemplate(TransactionErrorHandler.java:200) [camel-spring-3.11.1.jar!/:3.11.1] at org.apache.camel.spring.spi.TransactionErrorHandler.processInTransaction(TransactionErrorHandler.java:155) [camel-spring-3.11.1.jar!/:3.11.1] at org.apache.camel.spring.spi.TransactionErrorHandler.process(TransactionErrorHandler.java:123) [camel-spring-3.11.1.jar!/:3.11.1] at org.apache.camel.spring.spi.TransactionErrorHandler.process(TransactionErrorHandler.java:132) [camel-spring-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.CamelInternalProcessor.process(CamelInternalProcessor.java:398) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.Pipeline$PipelineTask.run(Pipeline.java:109) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:179) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor.scheduleMain(DefaultReactiveExecutor.java:64) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.Pipeline.process(Pipeline.java:184) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.CamelInternalProcessor.process(CamelInternalProcessor.java:398) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.component.direct.DirectProducer.process(DirectProducer.java:96) [camel-direct-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.SharedCamelInternalProcessor.process(SharedCamelInternalProcessor.java:217) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.SharedCamelInternalProcessor$1.process(SharedCamelInternalProcessor.java:111) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultAsyncProcessorAwaitManager.process(DefaultAsyncProcessorAwaitManager.java:83) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.SharedCamelInternalProcessor.process(SharedCamelInternalProcessor.java:108) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.support.cache.DefaultProducerCache.send(DefaultProducerCache.java:190) [camel-support-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultProducerTemplate.send(DefaultProducerTemplate.java:176) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultProducerTemplate.send(DefaultProducerTemplate.java:148) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultProducerTemplate.send(DefaultProducerTemplate.java:131) [camel-base-engine-3.11.1.jar!/:3.11.1] at io.dataspaceconnector.service.message.handler.type.base.AbstractMessageHandler.handleMessage(AbstractMessageHandler.java:79) [classes!/:6.2.0] at de.fraunhofer.ids.messaging.dispatcher.MessageDispatcher.process(MessageDispatcher.java:198) [messaging-4.2.2.jar!/:?] at de.fraunhofer.ids.messaging.endpoint.MessageController.handleIDSMessage(MessageController.java:144) [messaging-4.2.2.jar!/:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197) [spring-web-5.3.9.jar!/:5.3.9] at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141) [spring-web-5.3.9.jar!/:5.3.9] at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106) [spring-webmvc-5.3.9.jar!/:5.3.9] at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895) [spring-webmvc-5.3.9.jar!/:5.3.9] at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) [spring-webmvc-5.3.9.jar!/:5.3.9] at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) [spring-webmvc-5.3.9.jar!/:5.3.9] at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1064) [spring-webmvc-5.3.9.jar!/:5.3.9] at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963) [spring-webmvc-5.3.9.jar!/:5.3.9] at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) [spring-webmvc-5.3.9.jar!/:5.3.9] at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909) [spring-webmvc-5.3.9.jar!/:5.3.9] at javax.servlet.http.HttpServlet.service(HttpServlet.java:681) [tomcat-embed-core-9.0.52.jar!/:4.0.1] at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) [spring-webmvc-5.3.9.jar!/:5.3.9] at javax.servlet.http.HttpServlet.service(HttpServlet.java:764) [tomcat-embed-core-9.0.52.jar!/:4.0.1] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) [tomcat-embed-websocket-9.0.52.jar!/:?] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:121) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:115) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:105) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:149) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.9.jar!/:5.3.9] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.9.jar!/:5.3.9] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.9.jar!/:5.3.9] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358) [spring-web-5.3.9.jar!/:5.3.9] at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271) [spring-web-5.3.9.jar!/:5.3.9] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?] at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) [spring-web-5.3.9.jar!/:5.3.9] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.9.jar!/:5.3.9] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?] at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) [spring-web-5.3.9.jar!/:5.3.9] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.9.jar!/:5.3.9] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?] at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96) [spring-boot-actuator-2.5.4.jar!/:2.5.4] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.9.jar!/:5.3.9] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?] at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) [spring-web-5.3.9.jar!/:5.3.9] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.9.jar!/:5.3.9] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?] at io.opentracing.contrib.web.servlet.filter.TracingFilter.doFilter(TracingFilter.java:189) [opentracing-web-servlet-filter-0.4.0.jar!/:?] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1726) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.52.jar!/:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: java.io.IOException: unexpected end of stream on http://testidsa12:9999/... at okhttp3.internal.http1.Http1ExchangeCodec.readResponseHeaders(Http1ExchangeCodec.kt:202) ~[okhttp-4.9.1.jar!/:?] at okhttp3.internal.connection.Exchange.readResponseHeaders(Exchange.kt:106) ~[okhttp-4.9.1.jar!/:?] at okhttp3.internal.http.CallServerInterceptor.intercept(CallServerInterceptor.kt:79) ~[okhttp-4.9.1.jar!/:?] at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) ~[okhttp-4.9.1.jar!/:?] at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:34) ~[okhttp-4.9.1.jar!/:?] at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) ~[okhttp-4.9.1.jar!/:?] at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95) ~[okhttp-4.9.1.jar!/:?] at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) ~[okhttp-4.9.1.jar!/:?] at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83) ~[okhttp-4.9.1.jar!/:?] at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) ~[okhttp-4.9.1.jar!/:?] at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76) ~[okhttp-4.9.1.jar!/:?] at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) ~[okhttp-4.9.1.jar!/:?] at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201) ~[okhttp-4.9.1.jar!/:?] at okhttp3.internal.connection.RealCall.execute(RealCall.kt:154) ~[okhttp-4.9.1.jar!/:?] at de.fraunhofer.ids.messaging.protocol.http.IdsHttpService.sendRequest(IdsHttpService.java:362) ~[messaging-4.2.2.jar!/:?] at de.fraunhofer.ids.messaging.protocol.http.IdsHttpService.send(IdsHttpService.java:232) ~[messaging-4.2.2.jar!/:?] at de.fraunhofer.ids.messaging.protocol.http.IdsHttpService.sendAndCheckDat(IdsHttpService.java:452) ~[messaging-4.2.2.jar!/:?] at io.dataspaceconnector.service.message.builder.type.base.AbstractMessageService.send(AbstractMessageService.java:112) ~[classes!/:6.2.0] ... 181 more Caused by: java.io.EOFException: \n not found: limit=7 content=15030300020250… at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.kt:332) ~[okio-2.8.0.jar!/:?] at okhttp3.internal.http1.HeadersReader.readLine(HeadersReader.kt:29) ~[okhttp-4.9.1.jar!/:?] at okhttp3.internal.http1.Http1ExchangeCodec.readResponseHeaders(Http1ExchangeCodec.kt:178) ~[okhttp-4.9.1.jar!/:?] at okhttp3.internal.connection.Exchange.readResponseHeaders(Exchange.kt:106) ~[okhttp-4.9.1.jar!/:?] at okhttp3.internal.http.CallServerInterceptor.intercept(CallServerInterceptor.kt:79) ~[okhttp-4.9.1.jar!/:?] at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) ~[okhttp-4.9.1.jar!/:?] at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:34) ~[okhttp-4.9.1.jar!/:?] at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) ~[okhttp-4.9.1.jar!/:?] at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95) ~[okhttp-4.9.1.jar!/:?] at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) ~[okhttp-4.9.1.jar!/:?] at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83) ~[okhttp-4.9.1.jar!/:?] at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) ~[okhttp-4.9.1.jar!/:?] at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76) ~[okhttp-4.9.1.jar!/:?] at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) ~[okhttp-4.9.1.jar!/:?] at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201) ~[okhttp-4.9.1.jar!/:?] at okhttp3.internal.connection.RealCall.execute(RealCall.kt:154) ~[okhttp-4.9.1.jar!/:?] at de.fraunhofer.ids.messaging.protocol.http.IdsHttpService.sendRequest(IdsHttpService.java:362) ~[messaging-4.2.2.jar!/:?] at de.fraunhofer.ids.messaging.protocol.http.IdsHttpService.send(IdsHttpService.java:232) ~[messaging-4.2.2.jar!/:?] at de.fraunhofer.ids.messaging.protocol.http.IdsHttpService.sendAndCheckDat(IdsHttpService.java:452) ~[messaging-4.2.2.jar!/:?] at io.dataspaceconnector.service.message.builder.type.base.AbstractMessageService.send(AbstractMessageService.java:112) ~[classes!/:6.2.0] ... 181 more 2022-01-26T15:50:29,246 [https-jsse-nio-7000-exec-6] WARN - Failed to send contract agreement to clearing house. [exception=(Log message could not be sent.)] 2022-01-26T15:50:29,414 [https-jsse-nio-7000-exec-7] INFO - Received incoming message. 2022-01-26T15:50:29,452 [https-jsse-nio-7000-exec-7] INFO - Successfully verified claims.

kragall commented 2 years ago

This might be easy. The new routes you have deployed switched from http to https. So could you try to change the url of the Clearing House to use https?

jfernandezsqs commented 2 years ago

Ok I changed to https and now I am receivind the following log errors at the porvider connector

2022-01-26T17:04:06,124 [https-jsse-nio-7000-exec-5] INFO - Received incoming message. 2022-01-26T17:04:06,167 [https-jsse-nio-7000-exec-5] INFO - Successfully verified claims. 2022-01-26T17:04:06,534 [https-jsse-nio-7000-exec-9] INFO - Received incoming message. 2022-01-26T17:04:06,572 [https-jsse-nio-7000-exec-9] INFO - Successfully verified claims. 2022-01-26T17:04:06,715 [https-jsse-nio-7000-exec-9] INFO - Sending request to https://testidsa12:9999/messages/log/3a72cbf3-43d2-488f-a0aa-d2ad8e3d4701 ... 2022-01-26T17:04:08,747 [https-jsse-nio-7000-exec-9] ERROR - Received response but response-code not in 200-299! Response-code: 500! 2022-01-26T17:04:08,750 [https-jsse-nio-7000-exec-9] WARN - Message handling or processing failed. [exception=(Unexpected code Response{protocol=http/1.1, code=500, message=Server Error, url=https://testidsa12:9999/messages/log/3a72cbf3-43d2-488f-a0aa-d2ad8e3d4701} With Body: de.fhg.aisec.ids.idscp2.idscp_core.error.DatException: Error whilst retrieving DAT\n at de.fhg.aisec.ids.idscp2.default_drivers.daps.aisec_daps.AisecDapsDriver.syncGetToken(AisecDapsDriver.kt:338)\n at de.fhg.aisec.ids.idscp2.default_drivers.daps.aisec_daps.AisecDapsDriver.getToken(AisecDapsDriver.kt:351)\n at de.fhg.aisec.ids.clearinghouse.ClearingHouseOutputProcessor.process(ClearingHouseOutputProcessor.java:95)\n at org.apache.camel.support.processor.DelegateSyncProcessor.process(DelegateSyncProcessor.java:65)\n at org.apache.camel.support.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:104)\n at de.fhg.aisec.ids.dataflowcontrol.PolicyEnforcementPoint.process(PolicyEnforcementPoint.kt:281)\n at org.apache.camel.support.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:104)\n at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$SimpleTask.run(RedeliveryErrorHandler.java:469)\n at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:187)\n at org.apache.camel.impl.engine.DefaultReactiveExecutor.scheduleMain(DefaultReactiveExecutor.java:64)\n at org.apache.camel.processor.Pipeline.process(Pipeline.java:184)\n at org.apache.camel.impl.engine.CamelInternalProcessor.process(CamelInternalProcessor.java:398)\n at org.apache.camel.component.jetty.CamelContinuationServlet.doService(CamelContinuationServlet.java:245)\n at org.apache.camel.http.common.CamelServlet.service(CamelServlet.java:130)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)\n at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:799)\n at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:550)\n at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)\n at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)\nat org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)\n at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501)\n at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)\n at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)\n at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)\n at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)\n at org.eclipse.jetty.server.Server.handle(Server.java:516)\n at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:400)\n at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:645)\n at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:392)\n at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:277)\n at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)\n at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)\n at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:555)\n at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:410)\n at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:164)\n at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)\n at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)\n at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:338)\n at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:315)\n at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)\n at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)\n at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:409)\n at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)\n at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)\n at java.base/java.lang.Thread.run(Thread.java:833)\nCaused by: java.net.ConnectException: Failed to connect to omejdn/172.18.0.2:80\n at okhttp3.internal.connection.RealConnection.connectSocket(RealConnection.kt:297)\n at okhttp3.internal.connection.RealConnection.connect(RealConnection.kt:207)\n at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:226)\n at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106)\n at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74)\n at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:256)\n at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32)\n at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)\n at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:96)\n at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)\n at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83)\n at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)\n at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76)\n at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)\n at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:202)\n at okhttp3.internal.connection.RealCall.execute(RealCall.kt:155)\n at de.fhg.aisec.ids.idscp2.default_drivers.daps.aisec_daps.AisecDapsDriver.getDapsMeta(AisecDapsDriver.kt:207)\n at de.fhg.aisec.ids.idscp2.default_drivers.daps.aisec_daps.AisecDapsDriver.syncGetToken(AisecDapsDriver.kt:284)\n ... 44 more\nCaused by: java.net.ConnectException: Connection refused\n at java.base/sun.nio.ch.Net.pollConnect(Native Method)\n at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672)\n at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:542)\n at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:597)\n at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327)\n at java.base/java.net.Socket.connect(Socket.java:633)\n at okhttp3.internal.platform.Platform.connectSocket(Platform.kt:128)\n at okhttp3.internal.connection.RealConnection.connectSocket(RealConnection.kt:295)\n ... 61 more\n)] java.io.IOException: Unexpected code Response{protocol=http/1.1, code=500, message=Server Error, url=https://testidsa12:9999/messages/log/3a72cbf3-43d2-488f-a0aa-d2ad8e3d4701} With Body: de.fhg.aisec.ids.idscp2.idscp_core.error.DatException: Error whilst retrieving DAT at de.fhg.aisec.ids.idscp2.default_drivers.daps.aisec_daps.AisecDapsDriver.syncGetToken(AisecDapsDriver.kt:338) at de.fhg.aisec.ids.idscp2.default_drivers.daps.aisec_daps.AisecDapsDriver.getToken(AisecDapsDriver.kt:351) at de.fhg.aisec.ids.clearinghouse.ClearingHouseOutputProcessor.process(ClearingHouseOutputProcessor.java:95) at org.apache.camel.support.processor.DelegateSyncProcessor.process(DelegateSyncProcessor.java:65) at org.apache.camel.support.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:104) at de.fhg.aisec.ids.dataflowcontrol.PolicyEnforcementPoint.process(PolicyEnforcementPoint.kt:281) at org.apache.camel.support.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:104) at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$SimpleTask.run(RedeliveryErrorHandler.java:469) at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:187) at org.apache.camel.impl.engine.DefaultReactiveExecutor.scheduleMain(DefaultReactiveExecutor.java:64) at org.apache.camel.processor.Pipeline.process(Pipeline.java:184) at org.apache.camel.impl.engine.CamelInternalProcessor.process(CamelInternalProcessor.java:398) at org.apache.camel.component.jetty.CamelContinuationServlet.doService(CamelContinuationServlet.java:245) at org.apache.camel.http.common.CamelServlet.service(CamelServlet.java:130) at javax.servlet.http.HttpServlet.service(HttpServlet.java:750) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:799) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:550) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) 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:400) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:645) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:392) 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:833) Caused by: java.net.ConnectException: Failed to connect to omejdn/172.18.0.2:80 at okhttp3.internal.connection.RealConnection.connectSocket(RealConnection.kt:297) at okhttp3.internal.connection.RealConnection.connect(RealConnection.kt:207) at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:226) at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106) at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74) at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:256) at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32) at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:96) at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83) at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76) at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:202) at okhttp3.internal.connection.RealCall.execute(RealCall.kt:155) at de.fhg.aisec.ids.idscp2.default_drivers.daps.aisec_daps.AisecDapsDriver.getDapsMeta(AisecDapsDriver.kt:207) at de.fhg.aisec.ids.idscp2.default_drivers.daps.aisec_daps.AisecDapsDriver.syncGetToken(AisecDapsDriver.kt:284) ... 44 more Caused by: java.net.ConnectException: Connection refused at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:542) at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:597) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) at java.base/java.net.Socket.connect(Socket.java:633) at okhttp3.internal.platform.Platform.connectSocket(Platform.kt:128) at okhttp3.internal.connection.RealConnection.connectSocket(RealConnection.kt:295) ... 61 more at de.fraunhofer.ids.messaging.protocol.http.IdsHttpService.sendRequest(IdsHttpService.java:371) ~[messaging-4.2.2.jar!/:?] at de.fraunhofer.ids.messaging.protocol.http.IdsHttpService.send(IdsHttpService.java:232) ~[messaging-4.2.2.jar!/:?] at de.fraunhofer.ids.messaging.protocol.http.IdsHttpService.sendAndCheckDat(IdsHttpService.java:452) ~[messaging-4.2.2.jar!/:?] at io.dataspaceconnector.service.message.builder.type.base.AbstractMessageService.send(AbstractMessageService.java:112) [classes!/:6.2.0] at io.dataspaceconnector.service.message.builder.type.LogMessageService.sendMessage(LogMessageService.java:82) [classes!/:6.2.0] at io.dataspaceconnector.common.ids.message.ClearingHouseService.sendToClearingHouse(ClearingHouseService.java:60) [classes!/:6.2.0] at io.dataspaceconnector.service.usagecontrol.PolicyExecutionService.sendAgreement(PolicyExecutionService.java:70) [classes!/:6.2.0] at io.dataspaceconnector.service.message.handler.event.AgreementEventHandler.handleAgreementEvent(AgreementEventHandler.java:46) [classes!/:6.2.0] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.context.event.ApplicationListenerMethodAdapter.doInvoke(ApplicationListenerMethodAdapter.java:344) [spring-context-5.3.9.jar!/:5.3.9] at org.springframework.context.event.ApplicationListenerMethodAdapter.processEvent(ApplicationListenerMethodAdapter.java:229) [spring-context-5.3.9.jar!/:5.3.9] at org.springframework.context.event.ApplicationListenerMethodAdapter.onApplicationEvent(ApplicationListenerMethodAdapter.java:166) [spring-context-5.3.9.jar!/:5.3.9] at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:176) [spring-context-5.3.9.jar!/:5.3.9] at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:169) [spring-context-5.3.9.jar!/:5.3.9] at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:143) [spring-context-5.3.9.jar!/:5.3.9] at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:421) [spring-context-5.3.9.jar!/:5.3.9] at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:391) [spring-context-5.3.9.jar!/:5.3.9] at io.dataspaceconnector.service.message.handler.processor.AgreementComparisonProcessor.processInternal(AgreementComparisonProcessor.java:104) [classes!/:6.2.0] at io.dataspaceconnector.service.message.handler.processor.base.IdsProcessor.process(IdsProcessor.java:42) [classes!/:6.2.0] at org.apache.camel.support.processor.DelegateSyncProcessor.process(DelegateSyncProcessor.java:66) [camel-support-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$RedeliveryTask.doRun(RedeliveryErrorHandler.java:804) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$RedeliveryTask.run(RedeliveryErrorHandler.java:712) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:179) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor.scheduleSync(DefaultReactiveExecutor.java:69) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler.process(RedeliveryErrorHandler.java:208) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultAsyncProcessorAwaitManager.process(DefaultAsyncProcessorAwaitManager.java:83) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler.process(RedeliveryErrorHandler.java:195) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.CamelInternalProcessor.process(CamelInternalProcessor.java:369) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.Pipeline$PipelineTask.run(Pipeline.java:109) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:179) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor.schedule(DefaultReactiveExecutor.java:59) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.CamelInternalProcessor$AsyncAfterTask.done(CamelInternalProcessor.java:274) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.CamelInternalProcessor.process(CamelInternalProcessor.java:377) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.Pipeline$PipelineTask.run(Pipeline.java:109) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:179) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor.schedule(DefaultReactiveExecutor.java:59) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.CamelInternalProcessor$AsyncAfterTask.done(CamelInternalProcessor.java:274) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.CamelInternalProcessor.process(CamelInternalProcessor.java:377) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.Pipeline$PipelineTask.run(Pipeline.java:109) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:179) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor.scheduleSync(DefaultReactiveExecutor.java:69) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.Pipeline.process(Pipeline.java:182) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$RedeliveryTask.doRun(RedeliveryErrorHandler.java:804) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$RedeliveryTask.run(RedeliveryErrorHandler.java:712) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:179) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor.scheduleSync(DefaultReactiveExecutor.java:69) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler.process(RedeliveryErrorHandler.java:208) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.spring.spi.TransactionErrorHandler.access$201(TransactionErrorHandler.java:45) [camel-spring-3.11.1.jar!/:3.11.1] at org.apache.camel.spring.spi.TransactionErrorHandler$2.process(TransactionErrorHandler.java:247) [camel-spring-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultAsyncProcessorAwaitManager.process(DefaultAsyncProcessorAwaitManager.java:83) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.spring.spi.TransactionErrorHandler.processByErrorHandler(TransactionErrorHandler.java:244) [camel-spring-3.11.1.jar!/:3.11.1] at org.apache.camel.spring.spi.TransactionErrorHandler.process(TransactionErrorHandler.java:119) [camel-spring-3.11.1.jar!/:3.11.1] at org.apache.camel.spring.spi.TransactionErrorHandler.process(TransactionErrorHandler.java:132) [camel-spring-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$RedeliveryTask.doRun(RedeliveryErrorHandler.java:804) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$RedeliveryTask.run(RedeliveryErrorHandler.java:712) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:179) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor.scheduleSync(DefaultReactiveExecutor.java:69) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler.process(RedeliveryErrorHandler.java:208) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.spring.spi.TransactionErrorHandler.access$201(TransactionErrorHandler.java:45) [camel-spring-3.11.1.jar!/:3.11.1] at org.apache.camel.spring.spi.TransactionErrorHandler$2.process(TransactionErrorHandler.java:247) [camel-spring-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultAsyncProcessorAwaitManager.process(DefaultAsyncProcessorAwaitManager.java:83) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.spring.spi.TransactionErrorHandler.processByErrorHandler(TransactionErrorHandler.java:244) [camel-spring-3.11.1.jar!/:3.11.1] at org.apache.camel.spring.spi.TransactionErrorHandler$1.doInTransactionWithoutResult(TransactionErrorHandler.java:207) [camel-spring-3.11.1.jar!/:3.11.1] at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) [spring-tx-5.3.9.jar!/:5.3.9] at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) [spring-tx-5.3.9.jar!/:5.3.9] at org.apache.camel.spring.spi.TransactionErrorHandler.doInTransactionTemplate(TransactionErrorHandler.java:200) [camel-spring-3.11.1.jar!/:3.11.1] at org.apache.camel.spring.spi.TransactionErrorHandler.processInTransaction(TransactionErrorHandler.java:155) [camel-spring-3.11.1.jar!/:3.11.1] at org.apache.camel.spring.spi.TransactionErrorHandler.process(TransactionErrorHandler.java:123) [camel-spring-3.11.1.jar!/:3.11.1] at org.apache.camel.spring.spi.TransactionErrorHandler.process(TransactionErrorHandler.java:132) [camel-spring-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.CamelInternalProcessor.process(CamelInternalProcessor.java:398) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.Pipeline$PipelineTask.run(Pipeline.java:109) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:179) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor.scheduleMain(DefaultReactiveExecutor.java:64) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.Pipeline.process(Pipeline.java:184) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.CamelInternalProcessor.process(CamelInternalProcessor.java:398) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.component.direct.DirectProducer.process(DirectProducer.java:96) [camel-direct-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.SharedCamelInternalProcessor.process(SharedCamelInternalProcessor.java:217) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.SharedCamelInternalProcessor$1.process(SharedCamelInternalProcessor.java:111) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultAsyncProcessorAwaitManager.process(DefaultAsyncProcessorAwaitManager.java:83) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.SharedCamelInternalProcessor.process(SharedCamelInternalProcessor.java:108) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.support.cache.DefaultProducerCache.send(DefaultProducerCache.java:190) [camel-support-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultProducerTemplate.send(DefaultProducerTemplate.java:176) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultProducerTemplate.send(DefaultProducerTemplate.java:148) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultProducerTemplate.send(DefaultProducerTemplate.java:131) [camel-base-engine-3.11.1.jar!/:3.11.1] at io.dataspaceconnector.service.message.handler.type.base.AbstractMessageHandler.handleMessage(AbstractMessageHandler.java:79) [classes!/:6.2.0] at de.fraunhofer.ids.messaging.dispatcher.MessageDispatcher.process(MessageDispatcher.java:198) [messaging-4.2.2.jar!/:?] at de.fraunhofer.ids.messaging.endpoint.MessageController.handleIDSMessage(MessageController.java:144) [messaging-4.2.2.jar!/:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197) [spring-web-5.3.9.jar!/:5.3.9] at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141) [spring-web-5.3.9.jar!/:5.3.9] at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106) [spring-webmvc-5.3.9.jar!/:5.3.9] at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895) [spring-webmvc-5.3.9.jar!/:5.3.9] at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) [spring-webmvc-5.3.9.jar!/:5.3.9] at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) [spring-webmvc-5.3.9.jar!/:5.3.9] at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1064) [spring-webmvc-5.3.9.jar!/:5.3.9] at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963) [spring-webmvc-5.3.9.jar!/:5.3.9] at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) [spring-webmvc-5.3.9.jar!/:5.3.9] at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909) [spring-webmvc-5.3.9.jar!/:5.3.9] at javax.servlet.http.HttpServlet.service(HttpServlet.java:681) [tomcat-embed-core-9.0.52.jar!/:4.0.1] at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) [spring-webmvc-5.3.9.jar!/:5.3.9] at javax.servlet.http.HttpServlet.service(HttpServlet.java:764) [tomcat-embed-core-9.0.52.jar!/:4.0.1] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) [tomcat-embed-websocket-9.0.52.jar!/:?] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:121) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:115) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:105) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:149) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.9.jar!/:5.3.9] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.9.jar!/:5.3.9] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.9.jar!/:5.3.9] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358) [spring-web-5.3.9.jar!/:5.3.9] at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271) [spring-web-5.3.9.jar!/:5.3.9] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?] at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) [spring-web-5.3.9.jar!/:5.3.9] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.9.jar!/:5.3.9] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?] at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) [spring-web-5.3.9.jar!/:5.3.9] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.9.jar!/:5.3.9] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?] at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96) [spring-boot-actuator-2.5.4.jar!/:2.5.4] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.9.jar!/:5.3.9] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?] at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) [spring-web-5.3.9.jar!/:5.3.9] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.9.jar!/:5.3.9] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?] at io.opentracing.contrib.web.servlet.filter.TracingFilter.doFilter(TracingFilter.java:189) [opentracing-web-servlet-filter-0.4.0.jar!/:?] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1726) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.52.jar!/:?] at java.lang.Thread.run(Thread.java:829) [?:?] 2022-01-26T17:04:08,761 [https-jsse-nio-7000-exec-9] WARN - Failed to send log message. [exception=(Message handling or processing failed.)] io.dataspaceconnector.common.exception.MessageException: Message handling or processing failed. at io.dataspaceconnector.service.message.builder.type.base.AbstractMessageService.send(AbstractMessageService.java:142) ~[classes!/:6.2.0] at io.dataspaceconnector.service.message.builder.type.LogMessageService.sendMessage(LogMessageService.java:82) [classes!/:6.2.0] at io.dataspaceconnector.common.ids.message.ClearingHouseService.sendToClearingHouse(ClearingHouseService.java:60) [classes!/:6.2.0] at io.dataspaceconnector.service.usagecontrol.PolicyExecutionService.sendAgreement(PolicyExecutionService.java:70) [classes!/:6.2.0] at io.dataspaceconnector.service.message.handler.event.AgreementEventHandler.handleAgreementEvent(AgreementEventHandler.java:46) [classes!/:6.2.0] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.context.event.ApplicationListenerMethodAdapter.doInvoke(ApplicationListenerMethodAdapter.java:344) [spring-context-5.3.9.jar!/:5.3.9] at org.springframework.context.event.ApplicationListenerMethodAdapter.processEvent(ApplicationListenerMethodAdapter.java:229) [spring-context-5.3.9.jar!/:5.3.9] at org.springframework.context.event.ApplicationListenerMethodAdapter.onApplicationEvent(ApplicationListenerMethodAdapter.java:166) [spring-context-5.3.9.jar!/:5.3.9] at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:176) [spring-context-5.3.9.jar!/:5.3.9] at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:169) [spring-context-5.3.9.jar!/:5.3.9] at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:143) [spring-context-5.3.9.jar!/:5.3.9] at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:421) [spring-context-5.3.9.jar!/:5.3.9] at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:391) [spring-context-5.3.9.jar!/:5.3.9] at io.dataspaceconnector.service.message.handler.processor.AgreementComparisonProcessor.processInternal(AgreementComparisonProcessor.java:104) [classes!/:6.2.0] at io.dataspaceconnector.service.message.handler.processor.base.IdsProcessor.process(IdsProcessor.java:42) [classes!/:6.2.0] at org.apache.camel.support.processor.DelegateSyncProcessor.process(DelegateSyncProcessor.java:66) [camel-support-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$RedeliveryTask.doRun(RedeliveryErrorHandler.java:804) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$RedeliveryTask.run(RedeliveryErrorHandler.java:712) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:179) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor.scheduleSync(DefaultReactiveExecutor.java:69) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler.process(RedeliveryErrorHandler.java:208) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultAsyncProcessorAwaitManager.process(DefaultAsyncProcessorAwaitManager.java:83) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler.process(RedeliveryErrorHandler.java:195) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.CamelInternalProcessor.process(CamelInternalProcessor.java:369) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.Pipeline$PipelineTask.run(Pipeline.java:109) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:179) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor.schedule(DefaultReactiveExecutor.java:59) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.CamelInternalProcessor$AsyncAfterTask.done(CamelInternalProcessor.java:274) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.CamelInternalProcessor.process(CamelInternalProcessor.java:377) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.Pipeline$PipelineTask.run(Pipeline.java:109) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:179) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor.schedule(DefaultReactiveExecutor.java:59) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.CamelInternalProcessor$AsyncAfterTask.done(CamelInternalProcessor.java:274) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.CamelInternalProcessor.process(CamelInternalProcessor.java:377) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.Pipeline$PipelineTask.run(Pipeline.java:109) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:179) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor.scheduleSync(DefaultReactiveExecutor.java:69) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.Pipeline.process(Pipeline.java:182) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$RedeliveryTask.doRun(RedeliveryErrorHandler.java:804) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$RedeliveryTask.run(RedeliveryErrorHandler.java:712) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:179) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor.scheduleSync(DefaultReactiveExecutor.java:69) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler.process(RedeliveryErrorHandler.java:208) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.spring.spi.TransactionErrorHandler.access$201(TransactionErrorHandler.java:45) [camel-spring-3.11.1.jar!/:3.11.1] at org.apache.camel.spring.spi.TransactionErrorHandler$2.process(TransactionErrorHandler.java:247) [camel-spring-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultAsyncProcessorAwaitManager.process(DefaultAsyncProcessorAwaitManager.java:83) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.spring.spi.TransactionErrorHandler.processByErrorHandler(TransactionErrorHandler.java:244) [camel-spring-3.11.1.jar!/:3.11.1] at org.apache.camel.spring.spi.TransactionErrorHandler.process(TransactionErrorHandler.java:119) [camel-spring-3.11.1.jar!/:3.11.1] at org.apache.camel.spring.spi.TransactionErrorHandler.process(TransactionErrorHandler.java:132) [camel-spring-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$RedeliveryTask.doRun(RedeliveryErrorHandler.java:804) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$RedeliveryTask.run(RedeliveryErrorHandler.java:712) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:179) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor.scheduleSync(DefaultReactiveExecutor.java:69) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler.process(RedeliveryErrorHandler.java:208) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.spring.spi.TransactionErrorHandler.access$201(TransactionErrorHandler.java:45) [camel-spring-3.11.1.jar!/:3.11.1] at org.apache.camel.spring.spi.TransactionErrorHandler$2.process(TransactionErrorHandler.java:247) [camel-spring-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultAsyncProcessorAwaitManager.process(DefaultAsyncProcessorAwaitManager.java:83) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.spring.spi.TransactionErrorHandler.processByErrorHandler(TransactionErrorHandler.java:244) [camel-spring-3.11.1.jar!/:3.11.1] at org.apache.camel.spring.spi.TransactionErrorHandler$1.doInTransactionWithoutResult(TransactionErrorHandler.java:207) [camel-spring-3.11.1.jar!/:3.11.1] at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) [spring-tx-5.3.9.jar!/:5.3.9] at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) [spring-tx-5.3.9.jar!/:5.3.9] at org.apache.camel.spring.spi.TransactionErrorHandler.doInTransactionTemplate(TransactionErrorHandler.java:200) [camel-spring-3.11.1.jar!/:3.11.1] at org.apache.camel.spring.spi.TransactionErrorHandler.processInTransaction(TransactionErrorHandler.java:155) [camel-spring-3.11.1.jar!/:3.11.1] at org.apache.camel.spring.spi.TransactionErrorHandler.process(TransactionErrorHandler.java:123) [camel-spring-3.11.1.jar!/:3.11.1] at org.apache.camel.spring.spi.TransactionErrorHandler.process(TransactionErrorHandler.java:132) [camel-spring-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.CamelInternalProcessor.process(CamelInternalProcessor.java:398) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.Pipeline$PipelineTask.run(Pipeline.java:109) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:179) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultReactiveExecutor.scheduleMain(DefaultReactiveExecutor.java:64) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.processor.Pipeline.process(Pipeline.java:184) [camel-core-processor-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.CamelInternalProcessor.process(CamelInternalProcessor.java:398) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.component.direct.DirectProducer.process(DirectProducer.java:96) [camel-direct-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.SharedCamelInternalProcessor.process(SharedCamelInternalProcessor.java:217) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.SharedCamelInternalProcessor$1.process(SharedCamelInternalProcessor.java:111) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultAsyncProcessorAwaitManager.process(DefaultAsyncProcessorAwaitManager.java:83) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.SharedCamelInternalProcessor.process(SharedCamelInternalProcessor.java:108) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.support.cache.DefaultProducerCache.send(DefaultProducerCache.java:190) [camel-support-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultProducerTemplate.send(DefaultProducerTemplate.java:176) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultProducerTemplate.send(DefaultProducerTemplate.java:148) [camel-base-engine-3.11.1.jar!/:3.11.1] at org.apache.camel.impl.engine.DefaultProducerTemplate.send(DefaultProducerTemplate.java:131) [camel-base-engine-3.11.1.jar!/:3.11.1] at io.dataspaceconnector.service.message.handler.type.base.AbstractMessageHandler.handleMessage(AbstractMessageHandler.java:79) [classes!/:6.2.0] at de.fraunhofer.ids.messaging.dispatcher.MessageDispatcher.process(MessageDispatcher.java:198) [messaging-4.2.2.jar!/:?] at de.fraunhofer.ids.messaging.endpoint.MessageController.handleIDSMessage(MessageController.java:144) [messaging-4.2.2.jar!/:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197) [spring-web-5.3.9.jar!/:5.3.9] at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141) [spring-web-5.3.9.jar!/:5.3.9] at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106) [spring-webmvc-5.3.9.jar!/:5.3.9] at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895) [spring-webmvc-5.3.9.jar!/:5.3.9] at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) [spring-webmvc-5.3.9.jar!/:5.3.9] at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) [spring-webmvc-5.3.9.jar!/:5.3.9] at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1064) [spring-webmvc-5.3.9.jar!/:5.3.9] at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963) [spring-webmvc-5.3.9.jar!/:5.3.9] at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) [spring-webmvc-5.3.9.jar!/:5.3.9] at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909) [spring-webmvc-5.3.9.jar!/:5.3.9] at javax.servlet.http.HttpServlet.service(HttpServlet.java:681) [tomcat-embed-core-9.0.52.jar!/:4.0.1] at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) [spring-webmvc-5.3.9.jar!/:5.3.9] at javax.servlet.http.HttpServlet.service(HttpServlet.java:764) [tomcat-embed-core-9.0.52.jar!/:4.0.1] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) [tomcat-embed-websocket-9.0.52.jar!/:?] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:121) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:115) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:105) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:149) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.9.jar!/:5.3.9] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.9.jar!/:5.3.9] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.9.jar!/:5.3.9] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183) [spring-security-web-5.5.2.jar!/:5.5.2] at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358) [spring-web-5.3.9.jar!/:5.3.9] at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271) [spring-web-5.3.9.jar!/:5.3.9] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?] at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) [spring-web-5.3.9.jar!/:5.3.9] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.9.jar!/:5.3.9] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?] at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) [spring-web-5.3.9.jar!/:5.3.9] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.9.jar!/:5.3.9] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?] at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96) [spring-boot-actuator-2.5.4.jar!/:2.5.4] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.9.jar!/:5.3.9] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?] at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) [spring-web-5.3.9.jar!/:5.3.9] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.9.jar!/:5.3.9] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?] at io.opentracing.contrib.web.servlet.filter.TracingFilter.doFilter(TracingFilter.java:189) [opentracing-web-servlet-filter-0.4.0.jar!/:?] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1726) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) [tomcat-embed-core-9.0.52.jar!/:?] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.52.jar!/:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: java.io.IOException: Unexpected code Response{protocol=http/1.1, code=500, message=Server Error, url=https://testidsa12:9999/messages/log/3a72cbf3-43d2-488f-a0aa-d2ad8e3d4701} With Body: de.fhg.aisec.ids.idscp2.idscp_core.error.DatException: Error whilst retrieving DAT at de.fhg.aisec.ids.idscp2.default_drivers.daps.aisec_daps.AisecDapsDriver.syncGetToken(AisecDapsDriver.kt:338) at de.fhg.aisec.ids.idscp2.default_drivers.daps.aisec_daps.AisecDapsDriver.getToken(AisecDapsDriver.kt:351) at de.fhg.aisec.ids.clearinghouse.ClearingHouseOutputProcessor.process(ClearingHouseOutputProcessor.java:95) at org.apache.camel.support.processor.DelegateSyncProcessor.process(DelegateSyncProcessor.java:65) at org.apache.camel.support.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:104) at de.fhg.aisec.ids.dataflowcontrol.PolicyEnforcementPoint.process(PolicyEnforcementPoint.kt:281) at org.apache.camel.support.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:104) at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$SimpleTask.run(RedeliveryErrorHandler.java:469) at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:187) at org.apache.camel.impl.engine.DefaultReactiveExecutor.scheduleMain(DefaultReactiveExecutor.java:64) at org.apache.camel.processor.Pipeline.process(Pipeline.java:184) at org.apache.camel.impl.engine.CamelInternalProcessor.process(CamelInternalProcessor.java:398) at org.apache.camel.component.jetty.CamelContinuationServlet.doService(CamelContinuationServlet.java:245) at org.apache.camel.http.common.CamelServlet.service(CamelServlet.java:130) at javax.servlet.http.HttpServlet.service(HttpServlet.java:750) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:799) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:550) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) 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:400) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:645) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:392) 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:833) Caused by: java.net.ConnectException: Failed to connect to omejdn/172.18.0.2:80 at okhttp3.internal.connection.RealConnection.connectSocket(RealConnection.kt:297) at okhttp3.internal.connection.RealConnection.connect(RealConnection.kt:207) at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:226) at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106) at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74) at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:256) at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32) at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:96) at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83) at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76) at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:202) at okhttp3.internal.connection.RealCall.execute(RealCall.kt:155) at de.fhg.aisec.ids.idscp2.default_drivers.daps.aisec_daps.AisecDapsDriver.getDapsMeta(AisecDapsDriver.kt:207) at de.fhg.aisec.ids.idscp2.default_drivers.daps.aisec_daps.AisecDapsDriver.syncGetToken(AisecDapsDriver.kt:284) ... 44 more Caused by: java.net.ConnectException: Connection refused at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:542) at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:597) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) at java.base/java.net.Socket.connect(Socket.java:633) at okhttp3.internal.platform.Platform.connectSocket(Platform.kt:128) at okhttp3.internal.connection.RealConnection.connectSocket(RealConnection.kt:295) ... 61 more at de.fraunhofer.ids.messaging.protocol.http.IdsHttpService.sendRequest(IdsHttpService.java:371) ~[messaging-4.2.2.jar!/:?] at de.fraunhofer.ids.messaging.protocol.http.IdsHttpService.send(IdsHttpService.java:232) ~[messaging-4.2.2.jar!/:?] at de.fraunhofer.ids.messaging.protocol.http.IdsHttpService.sendAndCheckDat(IdsHttpService.java:452) ~[messaging-4.2.2.jar!/:?] at io.dataspaceconnector.service.message.builder.type.base.AbstractMessageService.send(AbstractMessageService.java:112) ~[classes!/:6.2.0] ... 181 more 2022-01-26T17:04:08,767 [https-jsse-nio-7000-exec-9] WARN - Failed to send contract agreement to clearing house. [exception=(Log message could not be sent.)] 2022-01-26T17:04:09,051 [https-jsse-nio-7000-exec-7] INFO - Received incoming message. 2022-01-26T17:04:09,077 [https-jsse-nio-7000-exec-7] INFO - Successfully verified claims.

. . . . . . . . And these are the logs obtained from the clearing house

testidsa12 | 2022-01-26 17:04:06.941 DEBUG 1 --- [tp1680647553-30] d.f.a.i.d.PolicyDecisionPoint : Query for uncached label transformation: once(setof(S, action_service('From[rest://post:/messages/log/%7Bpid%7D?consumerComponentName=jetty&routeId=CH_LOG_PID]', S), SC); SC = []), testidsa12 | collect_creates_labels(SC, ACraw), set_of(ACraw, Adds), testidsa12 | collect_removes_labels(SC, RCraw), set_of(RCraw, Removes). testidsa12 | 2022-01-26 17:04:07.028 DEBUG 1 --- [tp1680647553-30] d.f.a.i.d.lucon.LuconEngine : Prolog library loaded de.fhg.aisec.ids.dataflowcontrol.lucon.LuconLibrary testidsa12 | 2022-01-26 17:04:07.053 DEBUG 1 --- [tp1680647553-30] d.f.a.i.d.PolicyDecisionPoint : Transformation: de.fhg.aisec.ids.api.policy.TransformationDecision@69ac44a4 testidsa12 | 2022-01-26 17:04:07.058 DEBUG 1 --- [tp1680647553-30] d.f.a.i.d.PolicyDecisionPoint : Query for uncached label transformation: once(setof(S, action_service('To[direct:log]', S), SC); SC = []), testidsa12 | collect_creates_labels(SC, ACraw), set_of(ACraw, Adds), testidsa12 | collect_removes_labels(SC, RCraw), set_of(RCraw, Removes). testidsa12 | 2022-01-26 17:04:07.078 DEBUG 1 --- [tp1680647553-30] d.f.a.i.d.PolicyDecisionPoint : Transformation: de.fhg.aisec.ids.api.policy.TransformationDecision@134ecf71 testidsa12 | 2022-01-26 17:04:07.081 DEBUG 1 --- [tp1680647553-30] d.f.a.i.c.ClearingHouseLogProcessor : Found header 'Accept-Encoding':'gzip' testidsa12 | 2022-01-26 17:04:07.081 DEBUG 1 --- [tp1680647553-30] d.f.a.i.c.ClearingHouseLogProcessor : Found header 'CamelHttpMethod':'POST' testidsa12 | 2022-01-26 17:04:07.081 DEBUG 1 --- [tp1680647553-30] d.f.a.i.c.ClearingHouseLogProcessor : Found header 'CamelHttpPath':'/messages/log/3a72cbf3-43d2-488f-a0aa-d2ad8e3d4701' testidsa12 | 2022-01-26 17:04:07.082 DEBUG 1 --- [tp1680647553-30] d.f.a.i.c.ClearingHouseLogProcessor : Found header 'CamelHttpQuery':'null' testidsa12 | 2022-01-26 17:04:07.082 DEBUG 1 --- [tp1680647553-30] d.f.a.i.c.ClearingHouseLogProcessor : Found header 'CamelHttpServletRequest':'Request(POST https://testidsa12:9999/messages/log/3a72cbf3-43d2-488f-a0aa-d2ad8e3d4701)@44ff61cb' testidsa12 | 2022-01-26 17:04:07.082 DEBUG 1 --- [tp1680647553-30] d.f.a.i.c.ClearingHouseLogProcessor : Found header 'CamelHttpServletResponse':'HTTP/1.1 200 testidsa12 | testidsa12 | ' testidsa12 | 2022-01-26 17:04:07.084 DEBUG 1 --- [tp1680647553-30] d.f.a.i.c.ClearingHouseLogProcessor : Found header 'CamelHttpUri':'/messages/log/3a72cbf3-43d2-488f-a0aa-d2ad8e3d4701' testidsa12 | 2022-01-26 17:04:07.084 DEBUG 1 --- [tp1680647553-30] d.f.a.i.c.ClearingHouseLogProcessor : Found header 'CamelHttpUrl':'https://testidsa12:9999/messages/log/3a72cbf3-43d2-488f-a0aa-d2ad8e3d4701' testidsa12 | 2022-01-26 17:04:07.084 DEBUG 1 --- [tp1680647553-30] d.f.a.i.c.ClearingHouseLogProcessor : Found header 'CamelServletContextPath':'/messages/log/{pid}' testidsa12 | 2022-01-26 17:04:07.084 DEBUG 1 --- [tp1680647553-30] d.f.a.i.c.ClearingHouseLogProcessor : Found header 'Connection':'keep-alive' testidsa12 | 2022-01-26 17:04:07.085 DEBUG 1 --- [tp1680647553-30] d.f.a.i.c.ClearingHouseLogProcessor : Found header 'Content-Length':'3934' testidsa12 | 2022-01-26 17:04:07.085 DEBUG 1 --- [tp1680647553-30] d.f.a.i.c.ClearingHouseLogProcessor : Found header 'Content-Type':'multipart/form-data; boundary=eff76f4f-4c8a-4a2f-b8a4-8b759155dd68' testidsa12 | 2022-01-26 17:04:07.085 DEBUG 1 --- [tp1680647553-30] d.f.a.i.c.ClearingHouseLogProcessor : Found header 'Host':'testidsa12:9999' testidsa12 | 2022-01-26 17:04:07.085 DEBUG 1 --- [tp1680647553-30] d.f.a.i.c.ClearingHouseLogProcessor : Found header 'pid':'3a72cbf3-43d2-488f-a0aa-d2ad8e3d4701' testidsa12 | 2022-01-26 17:04:07.085 DEBUG 1 --- [tp1680647553-30] d.f.a.i.c.ClearingHouseLogProcessor : Found header 'User-Agent':'okhttp/4.9.1' testidsa12 | 2022-01-26 17:04:07.106 DEBUG 1 --- [tp1680647553-30] d.f.a.i.c.ClearingHouseParser : Field name: header testidsa12 | 2022-01-26 17:04:07.935 DEBUG 1 --- [tp1680647553-30] d.f.a.i.c.ClearingHouseParser : id: https://w3id.org/idsa/autogen/logMessage/8c2af53b-ce52-4a02-9cb5-563d0b6d19c3 testidsa12 | 2022-01-26 17:04:07.936 DEBUG 1 --- [tp1680647553-30] d.f.a.i.c.ClearingHouseParser : Field name: payload testidsa12 | 2022-01-26 17:04:07.936 DEBUG 1 --- [tp1680647553-30] d.f.a.i.c.ClearingHouseParser : Found body with Content-Type "null" testidsa12 | 2022-01-26 17:04:08.051 DEBUG 1 --- [tp1680647553-30] d.f.a.i.c.ClearingHouseLogProcessor : Build CH message: {"header":{"@type":"ids:LogMessage","@id":"https://w3id.org/idsa/autogen/logMessage/8c2af53b-ce52-4a02-9cb5-563d0b6d19c3","ids:issuerConnector":"https://connector_A","ids:securityToken":{"@type":"ids:DynamicAttributeToken","@id":"https://w3id.org/idsa/autogen/dynamicAttributeToken/e8b5dd28-3b1a-41ec-a5fb-3a872fc3fb35","ids:tokenValue":"eyJ0eXAiOiJKV1QiLCJraWQiOiJkZWZhdWx0IiwiYWxnIjoiUlMyNTYifQ.eyJzY29wZXMiOlsiaWRzYzpJRFNfQ09OTkVDVE9SX0FUVFJJQlVURVNfQUxMIl0sImF1ZCI6Imlkc2M6SURTX0NPTk5FQ1RPUlNfQUxMIiwiaXNzIjoiaHR0cDovL29tZWpkbjo0NTY3IiwibmJmIjoxNjQzMjE2NTk5LCJpYXQiOjE2NDMyMTY1OTksImp0aSI6Ik56VTNPRGM0TkRVME9UUTVNVGMzTlRrMk13PT0iLCJleHAiOjE2NDMyMjAxOTksInNlY3VyaXR5UHJvZmlsZSI6Imlkc2M6QkFTRV9TRUNVUklUWV9QUk9GSUxFIiwicmVmZXJyaW5nQ29ubmVjdG9yIjoiaHR0cDovL3Rlc3RpZHNhOS5kZW1vIiwiQHR5cGUiOiJpZHM6RGF0UGF5bG9hZCIsIkBjb250ZXh0IjoiaHR0cHM6Ly93M2lkLm9yZy9pZHNhL2NvbnRleHRzL2NvbnRleHQuanNvbmxkIiwidHJhbnNwb3J0Q2VydHNTaGEyNTYiOiJjNjhkOWU2YmEzZjE3OTliY2JlNWJlYzlkN2Q5OGIxNWIwZWYyZjI5MmM4MGY2YmNhOTk0MTc4YWE5NWFlMTBkIiwic3ViIjoiNjM6NDQ6REE6QjE6RUE6Mzc6NTY6OEQ6RTk6ODc6N0E6MjI6Nzk6REI6QUU6RDk6RTY6Mzk6MTQ6REI6a2V5aWQ6Q0I6OEM6Qzc6QjY6ODU6Nzk6QTg6MjM6QTY6Q0I6MTU6QUI6MTc6NTA6MkY6RTY6NjU6NDM6NUQ6RTgifQ.ZUAKTS5fTl8gDjrH6j5sE2kzH0rKZI2ViLXk3A-xj4MqpiEyOxqHp5OocU6RNT3QZ2jkoX34FBYW07N8WT8jEf_vGNSe0gKdUs6Yhf0GViFPWpXFzVrw6rrPWzOq4Gbn-MA8dLIb4zfw0L5n0CfgXoLHU4SWw371hipvszSbS8KGO3qS_0Gou7j6UrBSY2cZCT--YQFlYiSrT3WiYlIqABqJJF8BHoyZVB_0LZkwlhODGALinaU4lWJ7MxuLD3iPAzG1aVy3qxGlYT8PcAMOFeKHU1ki2PfOEl1HJC4Hdv_Jgi7mxnWD1WhFHP8o9FIRt_Pez-IPhffholranALdUA","ids:tokenFormat":{"@id":"https://w3id.org/idsa/code/JWT"}},"ids:modelVersion":"4.2.0","ids:issued":"2022-01-26T17:04:06.692UTC","ids:recipientConnector":["https://testidsa12:9999/messages/log/3a72cbf3-43d2-488f-a0aa-d2ad8e3d4701"],"ids:senderAgent":"https://connector_A"},"payload":"ewogICJAY29udGV4dCIgOiB7CiAgICAiaWRzIiA6ICJodHRwczovL3czaWQub3JnL2lkc2EvY29yZS8iLAogICAgImlkc2MiIDogImh0dHBzOi8vdzNpZC5vcmcvaWRzYS9jb2RlLyIKICB9LAogICJAdHlwZSIgOiAiaWRzOkNvbnRyYWN0QWdyZWVtZW50IiwKICAiQGlkIiA6ICJodHRwczovL2Nvbm5lY3RvcmE6NzAwMC9hcGkvYWdyZWVtZW50cy8zYTcyY2JmMy00M2QyLTQ4OGYtYTBhYS1kMmFkOGUzZDQ3MDEiLAogICJpZHM6cHJvdmlkZXIiIDogewogICAgIkBpZCIgOiAiaHR0cHM6Ly9jb25uZWN0b3JfQSIKICB9LAogICJpZHM6cGVybWlzc2lvbiIgOiBbIHsKICAgICJAdHlwZSIgOiAiaWRzOlBlcm1pc3Npb24iLAogICAgIkBpZCIgOiAiaHR0cHM6Ly9jb25uZWN0b3JhOjcwMDAvYXBpL3J1bGVzL2E4ZGZjZWE3LWEwN2UtNDQ5NC1iMDg0LWYwZjdhOTQyZDliOSIsCiAgICAiaWRzOmRlc2NyaXB0aW9uIiA6IFsgewogICAgICAiQHZhbHVlIiA6ICJwcm92aWRlLWFjY2VzcyIsCiAgICAgICJAdHlwZSIgOiAiaHR0cDovL3d3dy53My5vcmcvMjAwMS9YTUxTY2hlbWEjc3RyaW5nIgogICAgfSBdLAogICAgImlkczphc3NpZ25lZSIgOiBbIHsKICAgICAgIkBpZCIgOiAiaHR0cHM6Ly9jb25uZWN0b3JfQiIKICAgIH0gXSwKICAgICJpZHM6YXNzaWduZXIiIDogWyB7CiAgICAgICJAaWQiIDogImh0dHBzOi8vY29ubmVjdG9yX0EiCiAgICB9IF0sCiAgICAiaWRzOnByZUR1dHkiIDogWyBdLAogICAgImlkczpwb3N0RHV0eSIgOiBbIF0sCiAgICAiaWRzOnRpdGxlIiA6IFsgewogICAgICAiQHZhbHVlIiA6ICJBbGxvdyBEYXRhIFVzYWdlIiwKICAgICAgIkB0eXBlIiA6ICJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVtYSNzdHJpbmciCiAgICB9IF0sCiAgICAiaWRzOmNvbnN0cmFpbnQiIDogWyBdLAogICAgImlkczphY3Rpb24iIDogWyB7CiAgICAgICJAaWQiIDogImh0dHBzOi8vdzNpZC5vcmcvaWRzYS9jb2RlL1VTRSIKICAgIH0gXSwKICAgICJpZHM6dGFyZ2V0IiA6IHsKICAgICAgIkBpZCIgOiAiaHR0cHM6Ly9jb25uZWN0b3JhOjcwMDAvYXBpL2FydGlmYWN0cy9mZTk2MTIyMi0xOGE5LTQ2YWEtYTYxMi0zZTVmM2U5ZDIwYjQiCiAgICB9CiAgfSBdLAogICJpZHM6Y29uc3VtZXIiIDogewogICAgIkBpZCIgOiAiaHR0cHM6Ly9jb25uZWN0b3JfQiIKICB9LAogICJpZHM6cHJvaGliaXRpb24iIDogWyBdLAogICJpZHM6b2JsaWdhdGlvbiIgOiBbIF0sCiAgImlkczpjb250cmFjdFN0YXJ0IiA6IHsKICAgICJAdmFsdWUiIDogIjIwMjItMDEtMjZUMTc6MDQ6MDYuMjQzWiIsCiAgICAiQHR5cGUiIDogImh0dHA6Ly93d3cudzMub3JnLzIwMDEvWE1MU2NoZW1hI2RhdGVUaW1lU3RhbXAiCiAgfSwKICAiaWRzOmNvbnRyYWN0RGF0ZSIgOiB7CiAgICAiQHZhbHVlIiA6ICIyMDIyLTAxLTI2VDE3OjA0OjA2LjI0M1oiLAogICAgIkB0eXBlIiA6ICJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVtYSNkYXRlVGltZVN0YW1wIgogIH0KfQ==","payloadType":"application/octet-stream"}, with payload ewogICJAY29udGV4dCIgOiB7CiAgICAiaWRzIiA6ICJodHRwczovL3czaWQub3JnL2lkc2EvY29yZS8iLAogICAgImlkc2MiIDogImh0dHBzOi8vdzNpZC5vcmcvaWRzYS9jb2RlLyIKICB9LAogICJAdHlwZSIgOiAiaWRzOkNvbnRyYWN0QWdyZWVtZW50IiwKICAiQGlkIiA6ICJodHRwczovL2Nvbm5lY3RvcmE6NzAwMC9hcGkvYWdyZWVtZW50cy8zYTcyY2JmMy00M2QyLTQ4OGYtYTBhYS1kMmFkOGUzZDQ3MDEiLAogICJpZHM6cHJvdmlkZXIiIDogewogICAgIkBpZCIgOiAiaHR0cHM6Ly9jb25uZWN0b3JfQSIKICB9LAogICJpZHM6cGVybWlzc2lvbiIgOiBbIHsKICAgICJAdHlwZSIgOiAiaWRzOlBlcm1pc3Npb24iLAogICAgIkBpZCIgOiAiaHR0cHM6Ly9jb25uZWN0b3JhOjcwMDAvYXBpL3J1bGVzL2E4ZGZjZWE3LWEwN2UtNDQ5NC1iMDg0LWYwZjdhOTQyZDliOSIsCiAgICAiaWRzOmRlc2NyaXB0aW9uIiA6IFsgewogICAgICAiQHZhbHVlIiA6ICJwcm92aWRlLWFjY2VzcyIsCiAgICAgICJAdHlwZSIgOiAiaHR0cDovL3d3dy53My5vcmcvMjAwMS9YTUxTY2hlbWEjc3RyaW5nIgogICAgfSBdLAogICAgImlkczphc3NpZ25lZSIgOiBbIHsKICAgICAgIkBpZCIgOiAiaHR0cHM6Ly9jb25uZWN0b3JfQiIKICAgIH0gXSwKICAgICJpZHM6YXNzaWduZXIiIDogWyB7CiAgICAgICJAaWQiIDogImh0dHBzOi8vY29ubmVjdG9yX0EiCiAgICB9IF0sCiAgICAiaWRzOnByZUR1dHkiIDogWyBdLAogICAgImlkczpwb3N0RHV0eSIgOiBbIF0sCiAgICAiaWRzOnRpdGxlIiA6IFsgewogICAgICAiQHZhbHVlIiA6ICJBbGxvdyBEYXRhIFVzYWdlIiwKICAgICAgIkB0eXBlIiA6ICJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVtYSNzdHJpbmciCiAgICB9IF0sCiAgICAiaWRzOmNvbnN0cmFpbnQiIDogWyBdLAogICAgImlkczphY3Rpb24iIDogWyB7CiAgICAgICJAaWQiIDogImh0dHBzOi8vdzNpZC5vcmcvaWRzYS9jb2RlL1VTRSIKICAgIH0gXSwKICAgICJpZHM6dGFyZ2V0IiA6IHsKICAgICAgIkBpZCIgOiAiaHR0cHM6Ly9jb25uZWN0b3JhOjcwMDAvYXBpL2FydGlmYWN0cy9mZTk2MTIyMi0xOGE5LTQ2YWEtYTYxMi0zZTVmM2U5ZDIwYjQiCiAgICB9CiAgfSBdLAogICJpZHM6Y29uc3VtZXIiIDogewogICAgIkBpZCIgOiAiaHR0cHM6Ly9jb25uZWN0b3JfQiIKICB9LAogICJpZHM6cHJvaGliaXRpb24iIDogWyBdLAogICJpZHM6b2JsaWdhdGlvbiIgOiBbIF0sCiAgImlkczpjb250cmFjdFN0YXJ0IiA6IHsKICAgICJAdmFsdWUiIDogIjIwMjItMDEtMjZUMTc6MDQ6MDYuMjQzWiIsCiAgICAiQHR5cGUiIDogImh0dHA6Ly93d3cudzMub3JnLzIwMDEvWE1MU2NoZW1hI2RhdGVUaW1lU3RhbXAiCiAgfSwKICAiaWRzOmNvbnRyYWN0RGF0ZSIgOiB7CiAgICAiQHZhbHVlIiA6ICIyMDIyLTAxLTI2VDE3OjA0OjA2LjI0M1oiLAogICAgIkB0eXBlIiA6ICJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVtYSNkYXRlVGltZVN0YW1wIgogIH0KfQ== and payload type application/octet-stream testidsa12 | 2022-01-26 17:04:08.062 DEBUG 1 --- [tp1680647553-30] d.f.a.i.d.PolicyDecisionPoint : Query for uncached label transformation: once(setof(S, action_service('process[ref:logProcessor]', S), SC); SC = []), testidsa12 | collect_creates_labels(SC, ACraw), set_of(ACraw, Adds), testidsa12 | collect_removes_labels(SC, RCraw), setof(RCraw, Removes). testidsa12 | 2022-01-26 17:04:08.073 DEBUG 1 --- [tp1680647553-30] d.f.a.i.d.PolicyDecisionPoint : Transformation: de.fhg.aisec.ids.api.policy.TransformationDecision@5d3cf0f5 clearing-house-api | [2022-01-26][17:04:08][rocket::server][INFO] POST /messages/log/3a72cbf3-43d2-488f-a0aa-d2ad8e3d4701 application/json: clearing-house-api | [2022-01-26][17:04:08][][INFO] Matched: (log) POST /messages/log/ application/json clearing-house-api | [2022-01-26][17:04:08][core_lib::api::auth][DEBUG] ...no jwks cached clearing-house-api | [2022-01-26][17:04:08][core_lib::api::client::daps_api][DEBUG] trying to get JWKSet from url: http://omejdn:4567/.well-known/jwks.json clearing-house-api | [2022-01-26][17:04:08][hyper::client::connect::dns][DEBUG] resolving host="omejdn" clearing-house-api | [2022-01-26][17:04:08][hyper::client::connect::http][DEBUG] connecting to 172.18.0.2:4567 clearing-house-api | [2022-01-26][17:04:08][tokio_reactor][DEBUG] adding I/O source: 0 clearing-house-api | [2022-01-26][17:04:08][tokio_reactor::registration][DEBUG] scheduling Write for: 0 clearing-house-api | [2022-01-26][17:04:08][hyper::client::connect::http][DEBUG] connected to Some(172.18.0.2:4567) clearing-house-api | [2022-01-26][17:04:08][tokio_reactor::registration][DEBUG] scheduling Read for: 0 clearing-house-api | [2022-01-26][17:04:08][tokio_reactor::registration][DEBUG] scheduling Read for: 0 clearing-house-api | [2022-01-26][17:04:08][hyper::proto::h1::io][DEBUG] flushed 122 bytes clearing-house-api | [2022-01-26][17:04:08][hyper::proto::h1::io][DEBUG] read 652 bytes clearing-house-api | [2022-01-26][17:04:08][hyper::proto::h1::io][DEBUG] parsed 6 headers clearing-house-api | [2022-01-26][17:04:08][hyper::proto::h1::conn][DEBUG] incoming body is content-length (400 bytes) clearing-house-api | [2022-01-26][17:04:08][hyper::proto::h1::conn][DEBUG] incoming body completed clearing-house-api | [2022-01-26][17:04:08][tokio_reactor::registration][DEBUG] scheduling Read for: 0 clearing-house-api | [2022-01-26][17:04:08][tokio_reactor::registration][DEBUG] scheduling Read for: 0 clearing-house-api | [2022-01-26][17:04:08][tokio_reactor::registration][DEBUG] scheduling Read for: 0 clearing-house-api | [2022-01-26][17:04:08][hyper::client::pool][DEBUG] pooling idle connection for "http://omejdn:4567" clearing-house-api | [2022-01-26][17:04:08][reqwest::async_impl::response][DEBUG] Response: '200 OK' for http://omejdn:4567/.well-known/jwks.json clearing-house-api | [2022-01-26][17:04:08][tokio_reactor::registration][DEBUG] scheduling Read for: 0 clearing-house-api | [2022-01-26][17:04:08][tokio_reactor::registration][DEBUG] scheduling Read for: 0 clearing-house-api | [2022-01-26][17:04:08][core_lib::api::auth][DEBUG] ...got jwks from daps clearing-house-api | [2022-01-26][17:04:08][core_lib::api::auth][DEBUG] ...valid token! clearing-house-api | [2022-01-26][17:04:08][core_lib::api::auth][DEBUG] ...updating jwks cache... clearing-house-api | [2022-01-26][17:04:08][ch_lib::db][DEBUG] Trying to get process with id 3a72cbf3-43d2-488f-a0aa-d2ad8e3d4701... clearing-house-api | [2022-01-26][17:04:08][ch_lib::db][DEBUG] ... found it. clearing-house-api | [2022-01-26][17:04:08][clearing_house_api::clearing_house_api][INFO] Requested pid '3a72cbf3-43d2-488f-a0aa-d2ad8e3d4701' does not exist. Creating... clearing-house-api | [2022-01-26][17:04:08][ch_lib::db][DEBUG] Storing process with pid "3a72cbf3-43d2-488f-a0aa-d2ad8e3d4701"... clearing-house-mongo | {"t":{"$date":"2022-01-26T17:04:08.121+00:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"Connection accepted","attr":{"remote":"172.18.0.11:52240","connectionId":3,"connectionCount":3}} clearing-house-mongo | {"t":{"$date":"2022-01-26T17:04:08.122+00:00"},"s":"I", "c":"NETWORK", "id":51800, "ctx":"conn3","msg":"client metadata","attr":{"remote":"172.18.0.11:52240","client":"conn3","doc":{"application":{"name":"clearing-house-api"},"driver":{"name":"mongo-rust-driver","version":"2.1.0"},"os":{"type":"linux","architecture":"x86_64","version":"11.0.0"}}}} clearing-house-mongo | {"t":{"$date":"2022-01-26T17:04:08.123+00:00"},"s":"I", "c":"STORAGE", "id":20320, "ctx":"conn3","msg":"createCollection","attr":{"namespace":"process.processes","uuidDisposition":"generated","uuid":{"uuid":{"$uuid":"713f70ad-f81b-4fd2-b1fc-78ffb14a31f2"}},"options":{}}} clearing-house-mongo | {"t":{"$date":"2022-01-26T17:04:08.143+00:00"},"s":"I", "c":"INDEX", "id":20345, "ctx":"conn3","msg":"Index build: done building","attr":{"buildUUID":null,"namespace":"process.processes","index":"id","commitTimestamp":{"$timestamp":{"t":0,"i":0}}}} clearing-house-api | [2022-01-26][17:04:08][ch_lib::db][DEBUG] ...added new process: ObjectId("61f17f08cd7f56ae69364cee") clearing-house-api | [2022-01-26][17:04:08][ch_lib::db][DEBUG] checking if user '63:44:DA:B1:EA:37:56:8D:E9:87:7A:22:79:DB:AE:D9:E6:39:14:DB:keyid:CB:8C:C7:B6:85:79:A8:23:A6:CB:15:AB:17:50:2F:E6:65:43:5D:E8' is authorized to access '3a72cbf3-43d2-488f-a0aa-d2ad8e3d4701' clearing-house-api | [2022-01-26][17:04:08][ch_lib::db][DEBUG] Trying to get process with id 3a72cbf3-43d2-488f-a0aa-d2ad8e3d4701... clearing-house-api | [2022-01-26][17:04:08][ch_lib::db][DEBUG] ... found it. clearing-house-api | [2022-01-26][17:04:08][ch_lib::db][DEBUG] found owner 63:44:DA:B1:EA:37:56:8D:E9:87:7A:22:79:DB:AE:D9:E6:39:14:DB:keyid:CB:8C:C7:B6:85:79:A8:23:A6:CB:15:AB:17:50:2F:E6:65:43:5D:E8 clearing-house-api | [2022-01-26][17:04:08][clearing_house_api::clearing_house_api][INFO] User authorized. clearing-house-api | [2022-01-26][17:04:08][clearing_house_api::clearing_house_api][DEBUG] logging message for pid 3a72cbf3-43d2-488f-a0aa-d2ad8e3d4701 clearing-house-api | [2022-01-26][17:04:08][clearing_house_api::clearing_house_api][DEBUG] transforming message to document... clearing-house-api | [2022-01-26][17:04:08][ch_lib::db][DEBUG] Getting transaction counter... clearing-house-api | [2022-01-26][17:04:08][clearing_house_api::clearing_house_api][DEBUG] Storing document... clearing-house-api | [2022-01-26][17:04:08][core_lib::api::client::document_api][DEBUG] calling http://document-api:8001/doc clearing-house-api | [2022-01-26][17:04:08][hyper::client::connect::dns][DEBUG] resolving host="document-api" clearing-house-api | [2022-01-26][17:04:08][hyper::client::connect::http][DEBUG] connecting to 172.18.0.10:8001 clearing-house-api | [2022-01-26][17:04:08][tokioreactor][DEBUG] adding I/O source: 0 document-api | [2022-01-26][17:04:08][rocket::server][INFO] POST /doc application/json: document-api | [2022-01-26][17:04:08][][INFO] Matched: (create_enc_document) POST /doc/ application/json clearing-house-api | [2022-01-26][17:04:08][tokio_reactor::registration][DEBUG] scheduling Write for: 0 clearing-house-api | [2022-01-26][17:04:08][hyper::client::connect::http][DEBUG] connected to Some(172.18.0.10:8001) clearing-house-api | [2022-01-26][17:04:08][tokio_reactor::registration][DEBUG] scheduling Read for: 0 clearing-house-api | [2022-01-26][17:04:08][tokio_reactor::registration][DEBUG] scheduling Read for: 0 clearing-house-api | [2022-01-26][17:04:08][hyper::proto::h1::io][DEBUG] flushed 1385 bytes clearing-house-api | [2022-01-26][17:04:08][hyper::proto::h1::io][DEBUG] flushed 2713 bytes keyring-api | [2022-01-26][17:04:08][rocket::server][INFO] GET /keyring/generate_keys/3a72cbf3-43d2-488f-a0aa-d2ad8e3d4701?dt_id=IDSMESSAGE: keyring-api | [2022-01-26][17:04:08][][INFO] Matched: (generate_keys) GET /keyring/generate_keys/<_pid>? application/json keyring-mongo | {"t":{"$date":"2022-01-26T17:04:08.186+00:00"},"s":"I", "c":"NETWORK", "id":22943, "ctx":"listener","msg":"Connection accepted","attr":{"remote":"172.18.0.9:37912","connectionId":3,"connectionCount":3}} keyring-mongo | {"t":{"$date":"2022-01-26T17:04:08.187+00:00"},"s":"I", "c":"NETWORK", "id":51800, "ctx":"conn3","msg":"client metadata","attr":{"remote":"172.18.0.9:37912","client":"conn3","doc":{"application":{"name":"keyring-api"},"driver":{"name":"mongo-rust-driver","version":"2.1.0"},"os":{"type":"linux","architecture":"x8664","version":"11.0.0"}}}} keyring-api | [2022-01-26][17:04:08][][INFO] Outcome: Success keyring-api | [2022-01-26][17:04:08][_][INFO] Response succeeded. document-api | [2022-01-26][17:04:08][document_api::db][INFO] ... not entry exists. document-api | [2022-01-26][17:04:08][document_api::docapi][INFO] No entries found for pid 3a72cbf3-43d2-488f-a0aa-d2ad8e3d4701. Beginning new chain! document-api | [2022-01-26][17:04:08][][INFO] Outcome: Success document-api | [2022-01-26][17:04:08][_][INFO] Response succeeded. clearing-house-api | [2022-01-26][17:04:08][hyper::proto::h1::io][DEBUG] read 366 bytes clearing-house-api | [2022-01-26][17:04:08][hyper::proto::h1::io][DEBUG] parsed 7 headers clearing-house-api | [2022-01-26][17:04:08][hyper::proto::h1::conn][DEBUG] incoming body is content-length (134 bytes) clearing-house-api | [2022-01-26][17:04:08][hyper::proto::h1::conn][DEBUG] incoming body completed clearing-house-api | [2022-01-26][17:04:08][tokio_reactor::registration][DEBUG] scheduling Read for: 0 clearing-house-api | [2022-01-26][17:04:08][tokio_reactor::registration][DEBUG] scheduling Read for: 0 clearing-house-api | [2022-01-26][17:04:08][tokio_reactor::registration][DEBUG] scheduling Read for: 0 clearing-house-api | [2022-01-26][17:04:08][hyper::client::pool][DEBUG] pooling idle connection for "http://document-api:8001" clearing-house-api | [2022-01-26][17:04:08][reqwest::async_impl::response][DEBUG] Response: '201 Created' for http://document-api:8001/doc clearing-house-api | [2022-01-26][17:04:08][tokio_reactor::registration][DEBUG] scheduling Read for: 0 clearing-house-api | [2022-01-26][17:04:08][core_lib::api::client::document_api][DEBUG] Status Code: 201 Created clearing-house-api | Payload: DocumentReceipt { timestamp: 1643216648, pid: "3a72cbf3-43d2-488f-a0aa-d2ad8e3d4701", doc_id: "da6aed94-3f3f-44d3-b77d-cb5a6e1d131a", chain_hash: "0" } clearing-house-api | [2022-01-26][17:04:08][tokio_reactor][DEBUG] dropping I/O source: 0 clearing-house-api | [2022-01-26][17:04:08][clearing_house_api::clearing_house_api][DEBUG] Increase transabtion counter clearing-house-api | [2022-01-26][17:04:08][ch_lib::db][DEBUG] Getting transaction counter... clearing-house-api | [2022-01-26][17:04:08][clearing_house_api::clearing_house_api][DEBUG] Creating receipt... clearing-house-api | [2022-01-26][17:04:08][clearing_house_api::clearing_house_api][DEBUG] ...done. Signing receipt... clearing-house-api | decoded JWS:Decoded { clearing-house-api | header: Header { clearing-house-api | registered: RegisteredHeader { clearing-house-api | algorithm: PS512, clearing-house-api | media_type: None, clearing-house-api | content_type: None, clearing-house-api | web_key_url: None, clearing-house-api | web_key: None, clearing-house-api | key_id: Some( clearing-house-api | "w+k3kNcR4sLmUIRki25DNKVCH+JZA95M31z171ZjMyc", clearing-house-api | ), clearing-house-api | x509_url: None, clearing-house-api | x509_chain: None, clearing-house-api | x509_fingerprint: None, clearing-house-api | critical: None, clearing-house-api | }, clearing-house-api | private: Empty, clearing-house-api | }, clearing-house-api | payload: DataTransaction { clearing-house-api | transaction_id: "00000000", clearing-house-api | timestamp: 1643216648, clearing-house-api | process_id: "3a72cbf3-43d2-488f-a0aa-d2ad8e3d4701", clearing-house-api | document_id: "da6aed94-3f3f-44d3-b77d-cb5a6e1d131a", clearing-house-api | payload: "ewogICJAY29udGV4dCIgOiB7CiAgICAiaWRzIiA6ICJodHRwczovL3czaWQub3JnL2lkc2EvY29yZS8iLAogICAgImlkc2MiIDogImh0dHBzOi8vdzNpZC5vcmcvaWRzYS9jb2RlLyIKICB9LAogICJAdHlwZSIgOiAiaWRzOkNvbnRyYWN0QWdyZWVtZW50IiwKICAiQGlkIiA6ICJodHRwczovL2Nvbm5lY3RvcmE6NzAwMC9hcGkvYWdyZWVtZW50cy8zYTcyY2JmMy00M2QyLTQ4OGYtYTBhYS1kMmFkOGUzZDQ3MDEiLAogICJpZHM6cHJvdmlkZXIiIDogewogICAgIkBpZCIgOiAiaHR0cHM6Ly9jb25uZWN0b3JfQSIKICB9LAogICJpZHM6cGVybWlzc2lvbiIgOiBbIHsKICAgICJAdHlwZSIgOiAiaWRzOlBlcm1pc3Npb24iLAogICAgIkBpZCIgOiAiaHR0cHM6Ly9jb25uZWN0b3JhOjcwMDAvYXBpL3J1bGVzL2E4ZGZjZWE3LWEwN2UtNDQ5NC1iMDg0LWYwZjdhOTQyZDliOSIsCiAgICAiaWRzOmRlc2NyaXB0aW9uIiA6IFsgewogICAgICAiQHZhbHVlIiA6ICJwcm92aWRlLWFjY2VzcyIsCiAgICAgICJAdHlwZSIgOiAiaHR0cDovL3d3dy53My5vcmcvMjAwMS9YTUxTY2hlbWEjc3RyaW5nIgogICAgfSBdLAogICAgImlkczphc3NpZ25lZSIgOiBbIHsKICAgICAgIkBpZCIgOiAiaHR0cHM6Ly9jb25uZWN0b3JfQiIKICAgIH0gXSwKICAgICJpZHM6YXNzaWduZXIiIDogWyB7CiAgICAgICJAaWQiIDogImh0dHBzOi8vY29ubmVjdG9yX0EiCiAgICB9IF0sCiAgICAiaWRzOnByZUR1dHkiIDogWyBdLAogICAgImlkczpwb3N0RHV0eSIgOiBbIF0sCiAgICAiaWRzOnRpdGxlIiA6IFsgewogICAgICAiQHZhbHVlIiA6ICJBbGxvdyBEYXRhIFVzYWdlIiwKICAgICAgIkB0eXBlIiA6ICJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVtYSNzdHJpbmciCiAgICB9IF0sCiAgICAiaWRzOmNvbnN0cmFpbnQiIDogWyBdLAogICAgImlkczphY3Rpb24iIDogWyB7CiAgICAgICJAaWQiIDogImh0dHBzOi8vdzNpZC5vcmcvaWRzYS9jb2RlL1VTRSIKICAgIH0gXSwKICAgICJpZHM6dGFyZ2V0IiA6IHsKICAgICAgIkBpZCIgOiAiaHR0cHM6Ly9jb25uZWN0b3JhOjcwMDAvYXBpL2FydGlmYWN0cy9mZTk2MTIyMi0xOGE5LTQ2YWEtYTYxMi0zZTVmM2U5ZDIwYjQiCiAgICB9CiAgfSBdLAogICJpZHM6Y29uc3VtZXIiIDogewogICAgIkBpZCIgOiAiaHR0cHM6Ly9jb25uZWN0b3JfQiIKICB9LAogICJpZHM6cHJvaGliaXRpb24iIDogWyBdLAogICJpZHM6b2JsaWdhdGlvbiIgOiBbIF0sCiAgImlkczpjb250cmFjdFN0YXJ0IiA6IHsKICAgICJAdmFsdWUiIDogIjIwMjItMDEtMjZUMTc6MDQ6MDYuMjQzWiIsCiAgICAiQHR5cGUiIDogImh0dHA6Ly93d3cudzMub3JnLzIwMDEvWE1MU2NoZW1hI2RhdGVUaW1lU3RhbXAiCiAgfSwKICAiaWRzOmNvbnRyYWN0RGF0ZSIgOiB7CiAgICAiQHZhbHVlIiA6ICIyMDIyLTAxLTI2VDE3OjA0OjA2LjI0M1oiLAogICAgIkB0eXBlIiA6ICJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVtYSNkYXRlVGltZVN0YW1wIgogIH0KfQ==", clearing-house-api | chain_hash: "0", clearing-house-api | client_id: "63:44:DA:B1:EA:37:56:8D:E9:87:7A:22:79:DB:AE:D9:E6:39:14:DB:keyid:CB:8C:C7:B6:85:79:A8:23:A6:CB:15:AB:17:50:2F:E6:65:43:5D:E8", clearing-house-api | clearing_house_version: "0.7.3", clearing-house-api | }, clearing-house-api | } clearing-house-api | [2022-01-26][17:04:08][ch_lib::model::ids::response][DEBUG] ids-response: {"@context":{"ids":"https://w3id.org/idsa/core/","idsc":"https://w3id.org/idsa/code/"},"@type":"ids:MessageProcessedNotificationMessage","@id":"https://w3id.org/idsa/autogen/MessageProcessedNotificationMessage/76840085-5343-479d-9879-b25b171ecb04","ids:modelVersion":"4.0.0","ids:correlationMessage":"https://w3id.org/idsa/autogen/logMessage/8c2af53b-ce52-4a02-9cb5-563d0b6d19c3","ids:issued":"2022-01-26T17:04:08.213143764+00:00","ids:issuerConnector":"https://clearing_house/","ids:senderAgent":"https://clearing_house","ids:recipientConnector":["https://connector_A"],"ids:recipientAgent":["https://connector_A"]} clearing-house-api | [2022-01-26][17:04:08][][INFO] Outcome: Success clearing-house-api | [2022-01-26][17:04:08][][INFO] Response succeeded. testidsa12 | 2022-01-26 17:04:08.215 DEBUG 1 --- [tp1680647553-30] d.f.a.i.d.PolicyDecisionPoint : Query for uncached label transformation: once(setof(S, action_service('To[http://clearing-house-api:8000/?bridgeEndpoint=true&throwExceptionOnFailure=false]', S), SC); SC = []), testidsa12 | collect_creates_labels(SC, ACraw), set_of(ACraw, Adds), testidsa12 | collect_removes_labels(SC, RCraw), set_of(RCraw, Removes). testidsa12 | 2022-01-26 17:04:08.220 DEBUG 1 --- [tp1680647553-30] d.f.a.i.d.PolicyDecisionPoint : Transformation: de.fhg.aisec.ids.api.policy.TransformationDecision@43914f34 testidsa12 | 2022-01-26 17:04:08.318 DEBUG 1 --- [tp1680647553-30] d.f.a.i.i.d.d.a.AisecDapsDriver : AKI: CB:8C:C7:B6:85:79:A8:23:A6:CB:15:AB:17:50:2F:E6:65:43:5D:E8: testidsa12 | 2022-01-26 17:04:08.318 DEBUG 1 --- [tp1680647553-30] d.f.a.i.i.d.d.a.AisecDapsDriver : SKI: 9D:19:9B:F3:00:E4:79:9B:A8:2B:0E:5C:AB:22:C3:BF:3B:13:BD:40: testidsa12 | 2022-01-26 17:04:08.486 DEBUG 1 --- [tp1680647553-30] d.f.a.i.c.ClearingHouseOutputProcessor : Found header 'Accept-Encoding':'gzip' testidsa12 | 2022-01-26 17:04:08.486 DEBUG 1 --- [tp1680647553-30] d.f.a.i.c.ClearingHouseOutputProcessor : Found header 'Authorization':'Bearer eyJ0eXAiOiJKV1QiLCJraWQiOiJkZWZhdWx0IiwiYWxnIjoiUlMyNTYifQ.eyJzY29wZXMiOlsiaWRzYzpJRFNfQ09OTkVDVE9SX0FUVFJJQlVURVNfQUxMIl0sImF1ZCI6Imlkc2M6SURTX0NPTk5FQ1RPUlNfQUxMIiwiaXNzIjoiaHR0cDovL29tZWpkbjo0NTY3IiwibmJmIjoxNjQzMjE2NTk5LCJpYXQiOjE2NDMyMTY1OTksImp0aSI6Ik56VTNPRGM0TkRVME9UUTVNVGMzTlRrMk13PT0iLCJleHAiOjE2NDMyMjAxOTksInNlY3VyaXR5UHJvZmlsZSI6Imlkc2M6QkFTRV9TRUNVUklUWV9QUk9GSUxFIiwicmVmZXJyaW5nQ29ubmVjdG9yIjoiaHR0cDovL3Rlc3RpZHNhOS5kZW1vIiwiQHR5cGUiOiJpZHM6RGF0UGF5bG9hZCIsIkBjb250ZXh0IjoiaHR0cHM6Ly93M2lkLm9yZy9pZHNhL2NvbnRleHRzL2NvbnRleHQuanNvbmxkIiwidHJhbnNwb3J0Q2VydHNTaGEyNTYiOiJjNjhkOWU2YmEzZjE3OTliY2JlNWJlYzlkN2Q5OGIxNWIwZWYyZjI5MmM4MGY2YmNhOTk0MTc4YWE5NWFlMTBkIiwic3ViIjoiNjM6NDQ6REE6QjE6RUE6Mzc6NTY6OEQ6RTk6ODc6N0E6MjI6Nzk6REI6QUU6RDk6RTY6Mzk6MTQ6REI6a2V5aWQ6Q0I6OEM6Qzc6QjY6ODU6Nzk6QTg6MjM6QTY6Q0I6MTU6QUI6MTc6NTA6MkY6RTY6NjU6NDM6NUQ6RTgifQ.ZUAKTS5fTl8gDjrH6j5sE2kzH0rKZI2ViLXk3A-xj4MqpiEyOxqHp5OocU6RNT3QZ2jkoX34FBYW07N8WT8jEf_vGNSe0gKdUs6Yhf0GViFPWpXFzVrw6rrPWzOq4Gbn-MA8dLIb4zfw0L5n0CfgXoLHU4SWw371hipvszSbS8KGO3qS_0Gou7j6UrBSY2cZCT--YQFlYiSrT3WiYlIqABqJJF8BHoyZVB_0LZkwlhODGALinaU4lWJ7MxuLD3iPAzG1aVy3qxGlYT8PcAMOFeKHU1ki2PfOEl1HJC4Hdv_Jgi7mxnWD1WhFHP8o9FIRt_Pez-IPhffholranALdUA' testidsa12 | 2022-01-26 17:04:08.486 DEBUG 1 --- [tp1680647553-30] d.f.a.i.c.ClearingHouseOutputProcessor : Found header 'CamelHttpMethod':'POST' testidsa12 | 2022-01-26 17:04:08.486 DEBUG 1 --- [tp1680647553-30] d.f.a.i.c.ClearingHouseOutputProcessor : Found header 'CamelHttpPath':'/messages/log/3a72cbf3-43d2-488f-a0aa-d2ad8e3d4701' testidsa12 | 2022-01-26 17:04:08.486 DEBUG 1 --- [tp1680647553-30] d.f.a.i.c.ClearingHouseOutputProcessor : Found header 'CamelHttpResponseCode':'201' testidsa12 | 2022-01-26 17:04:08.486 DEBUG 1 --- [tp1680647553-30] d.f.a.i.c.ClearingHouseOutputProcessor : Found header 'CamelHttpResponseText':'Created' testidsa12 | 2022-01-26 17:04:08.486 DEBUG 1 --- [tp1680647553-30] d.f.a.i.c.ClearingHouseOutputProcessor : Found header 'CamelHttpServletRequest':'Request(POST https://testidsa12:9999/messages/log/3a72cbf3-43d2-488f-a0aa-d2ad8e3d4701)@44ff61cb' testidsa12 | 2022-01-26 17:04:08.487 DEBUG 1 --- [tp1680647553-30] d.f.a.i.c.ClearingHouseOutputProcessor : Found header 'CamelHttpServletResponse':'HTTP/1.1 200 testidsa12 | testidsa12 | ' testidsa12 | 2022-01-26 17:04:08.488 DEBUG 1 --- [tp1680647553-30] d.f.a.i.c.ClearingHouseOutputProcessor : Found header 'CamelHttpUri':'/messages/log/3a72cbf3-43d2-488f-a0aa-d2ad8e3d4701' testidsa12 | 2022-01-26 17:04:08.488 DEBUG 1 --- [tp1680647553-30] d.f.a.i.c.ClearingHouseOutputProcessor : Found header 'CamelHttpUrl':'https://testidsa12:9999/messages/log/3a72cbf3-43d2-488f-a0aa-d2ad8e3d4701' testidsa12 | 2022-01-26 17:04:08.488 DEBUG 1 --- [tp1680647553-30] d.f.a.i.c.ClearingHouseOutputProcessor : Found header 'CamelServletContextPath':'/messages/log/{pid}' testidsa12 | 2022-01-26 17:04:08.488 DEBUG 1 --- [tp1680647553-30] d.f.a.i.c.ClearingHouseOutputProcessor : Found header 'content-length':'3944' testidsa12 | 2022-01-26 17:04:08.488 DEBUG 1 --- [tp1680647553-30] d.f.a.i.c.ClearingHouseOutputProcessor : Found header 'Content-Type':'application/json' testidsa12 | 2022-01-26 17:04:08.488 DEBUG 1 --- [tp1680647553-30] d.f.a.i.c.ClearingHouseOutputProcessor : Found header 'date':'Wed, 26 Jan 2022 17:04:08 GMT' testidsa12 | 2022-01-26 17:04:08.488 DEBUG 1 --- [tp1680647553-30] d.f.a.i.c.ClearingHouseOutputProcessor : Found header 'ids-header':'{"@context":{"ids":"https://w3id.org/idsa/core/","idsc":"https://w3id.org/idsa/code/"},"@type":"ids:MessageProcessedNotificationMessage","@id":"https://w3id.org/idsa/autogen/MessageProcessedNotificationMessage/76840085-5343-479d-9879-b25b171ecb04","ids:modelVersion":"4.0.0","ids:correlationMessage":"https://w3id.org/idsa/autogen/logMessage/8c2af53b-ce52-4a02-9cb5-563d0b6d19c3","ids:issued":"2022-01-26T17:04:08.213143764+00:00","ids:issuerConnector":"https://clearing_house/","ids:senderAgent":"https://clearing_house","ids:recipientConnector":["https://connector_A"],"ids:recipientAgent":["https://connector_A"]}' testidsa12 | 2022-01-26 17:04:08.488 DEBUG 1 --- [tp1680647553-30] d.f.a.i.c.ClearingHouseOutputProcessor : Found header 'permissions-policy':'interest-cohort=()' testidsa12 | 2022-01-26 17:04:08.488 DEBUG 1 --- [tp1680647553-30] d.f.a.i.c.ClearingHouseOutputProcessor : Found header 'pid':'3a72cbf3-43d2-488f-a0aa-d2ad8e3d4701' testidsa12 | 2022-01-26 17:04:08.488 DEBUG 1 --- [tp1680647553-30] d.f.a.i.c.ClearingHouseOutputProcessor : Found header 'server':'Rocket' testidsa12 | 2022-01-26 17:04:08.489 DEBUG 1 --- [tp1680647553-30] d.f.a.i.c.ClearingHouseOutputProcessor : Found header 'x-content-type-options':'nosniff' testidsa12 | 2022-01-26 17:04:08.489 DEBUG 1 --- [tp1680647553-30] d.f.a.i.c.ClearingHouseOutputProcessor : Found header 'x-frame-options':'SAMEORIGIN' testidsa12 | 2022-01-26 17:04:08.491 DEBUG 1 --- [tp1680647553-30] d.f.a.i.c.ClearingHouseOutputProcessor : IDS-Header is not empty, using header from original message testidsa12 | 2022-01-26 17:04:08.492 INFO 1 --- [tp1680647553-30] d.f.a.i.i.d.d.a.AisecDapsDriver : Retrieving Dynamic Attribute Token from DAPS ... testidsa12 | 2022-01-26 17:04:08.492 DEBUG 1 --- [tp1680647553-30] d.f.a.i.i.d.d.a.AisecDapsDriver : ConnectorUUID: 9D:19:9B:F3:00:E4:79:9B:A8:2B:0E:5C:AB:22:C3:BF:3B:13:BD:40:keyid:CB:8C:C7:B6:85:79:A8:23:A6:CB:15:AB:17:50:2F:E6:65:43:5D:E8 testidsa12 | 2022-01-26 17:04:08.734 ERROR 1 --- [tp1680647553-30] o.a.c.p.e.DefaultErrorHandler : Failed delivery for (MessageId: 6312965101E0A48-0000000000000000 on ExchangeId: 6312965101E0A48-0000000000000000). Exhausted after delivery attempt: 1 caught: de.fhg.aisec.ids.idscp2.idscp_core.error.DatException: Error whilst retrieving DAT testidsa12 | testidsa12 | Message History (complete message history is disabled) testidsa12 | --------------------------------------------------------------------------------------------------------------------------------------- testidsa12 | RouteId ProcessorId Processor Elapsed (ms) testidsa12 | [CH_LOG_PID ] [CH_LOG_PID ] [from[jetty:https://0.0.0.0:9999/messages/log/%7Bpid%7D?httpMethodRestrict=POST] [ 1816] testidsa12 | ... testidsa12 | [CH_ROUTE_LOG ] [process4 ] [ref:responseProcessor ] [ 0] testidsa12 | testidsa12 | Stacktrace testidsa12 | --------------------------------------------------------------------------------------------------------------------------------------- testidsa12 | testidsa12 | testidsa12 | de.fhg.aisec.ids.idscp2.idscp_core.error.DatException: Error whilst retrieving DAT testidsa12 | at de.fhg.aisec.ids.idscp2.default_drivers.daps.aisec_daps.AisecDapsDriver.syncGetToken(AisecDapsDriver.kt:338) ~[idscp2-0.9.1.jar:na] testidsa12 | at de.fhg.aisec.ids.idscp2.default_drivers.daps.aisec_daps.AisecDapsDriver.getToken(AisecDapsDriver.kt:351) ~[idscp2-0.9.1.jar:na] testidsa12 | at de.fhg.aisec.ids.clearinghouse.ClearingHouseOutputProcessor.process(ClearingHouseOutputProcessor.java:95) ~[clearing-house-processors.jar:na] testidsa12 | at org.apache.camel.support.processor.DelegateSyncProcessor.process(DelegateSyncProcessor.java:65) ~[camel-support-3.14.0.jar:3.14.0] testidsa12 | at org.apache.camel.support.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:104) ~[camel-support-3.14.0.jar:3.14.0] testidsa12 | at de.fhg.aisec.ids.dataflowcontrol.PolicyEnforcementPoint.process(PolicyEnforcementPoint.kt:281) ~[ids-dataflow-control-6.0.0.jar:na] testidsa12 | at org.apache.camel.support.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:104) ~[camel-support-3.14.0.jar:3.14.0] testidsa12 | at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$SimpleTask.run(RedeliveryErrorHandler.java:469) ~[camel-core-processor-3.14.0.jar:3.14.0] testidsa12 | at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:187) ~[camel-base-engine-3.14.0.jar:3.14.0] testidsa12 | at org.apache.camel.impl.engine.DefaultReactiveExecutor.scheduleMain(DefaultReactiveExecutor.java:64) ~[camel-base-engine-3.14.0.jar:3.14.0] testidsa12 | at org.apache.camel.processor.Pipeline.process(Pipeline.java:184) ~[camel-core-processor-3.14.0.jar:3.14.0] testidsa12 | at org.apache.camel.impl.engine.CamelInternalProcessor.process(CamelInternalProcessor.java:398) ~[camel-base-engine-3.14.0.jar:3.14.0] testidsa12 | at org.apache.camel.component.jetty.CamelContinuationServlet.doService(CamelContinuationServlet.java:245) ~[camel-jetty-common-3.14.0.jar:3.14.0] testidsa12 | at org.apache.camel.http.common.CamelServlet.service(CamelServlet.java:130) ~[camel-http-common-3.14.0.jar:3.14.0] testidsa12 | at javax.servlet.http.HttpServlet.service(HttpServlet.java:750) ~[javax.servlet-api-4.0.1.jar:4.0.1] testidsa12 | at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:799) ~[jetty-servlet-9.4.44.v20210927.jar:9.4.44.v20210927] testidsa12 | at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:550) ~[jetty-servlet-9.4.44.v20210927.jar:9.4.44.v20210927] testidsa12 | at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) ~[jetty-server-9.4.44.v20210927.jar:9.4.44.v20210927] testidsa12 | at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434) ~[jetty-server-9.4.44.v20210927.jar:9.4.44.v20210927] testidsa12 | at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) ~[jetty-server-9.4.44.v20210927.jar:9.4.44.v20210927] testidsa12 | at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501) ~[jetty-servlet-9.4.44.v20210927.jar:9.4.44.v20210927] testidsa12 | at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) ~[jetty-server-9.4.44.v20210927.jar:9.4.44.v20210927] testidsa12 | at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349) ~[jetty-server-9.4.44.v20210927.jar:9.4.44.v20210927] testidsa12 | at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) ~[jetty-server-9.4.44.v20210927.jar:9.4.44.v20210927] testidsa12 | at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[jetty-server-9.4.44.v20210927.jar:9.4.44.v20210927] testidsa12 | at org.eclipse.jetty.server.Server.handle(Server.java:516) ~[jetty-server-9.4.44.v20210927.jar:9.4.44.v20210927] testidsa12 | at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:400) ~[jetty-server-9.4.44.v20210927.jar:9.4.44.v20210927] testidsa12 | at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:645) ~[jetty-server-9.4.44.v20210927.jar:9.4.44.v20210927] testidsa12 | at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:392) ~[jetty-server-9.4.44.v20210927.jar:9.4.44.v20210927] testidsa12 | at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:277) ~[jetty-server-9.4.44.v20210927.jar:9.4.44.v20210927] testidsa12 | at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) ~[jetty-io-9.4.44.v20210927.jar:9.4.44.v20210927] testidsa12 | at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) ~[jetty-io-9.4.44.v20210927.jar:9.4.44.v20210927] testidsa12 | at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:555) ~[jetty-io-9.4.44.v20210927.jar:9.4.44.v20210927] testidsa12 | at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:410) ~[jetty-io-9.4.44.v20210927.jar:9.4.44.v20210927] testidsa12 | at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:164) ~[jetty-io-9.4.44.v20210927.jar:9.4.44.v20210927] testidsa12 | at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) ~[jetty-io-9.4.44.v20210927.jar:9.4.44.v20210927] testidsa12 | at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) ~[jetty-io-9.4.44.v20210927.jar:9.4.44.v20210927] testidsa12 | at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:338) ~[jetty-util-9.4.44.v20210927.jar:9.4.44.v20210927] testidsa12 | at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:315) ~[jetty-util-9.4.44.v20210927.jar:9.4.44.v20210927] testidsa12 | at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173) ~[jetty-util-9.4.44.v20210927.jar:9.4.44.v20210927] testidsa12 | at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131) ~[jetty-util-9.4.44.v20210927.jar:9.4.44.v20210927] testidsa12 | at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:409) ~[jetty-util-9.4.44.v20210927.jar:9.4.44.v20210927] testidsa12 | at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883) ~[jetty-util-9.4.44.v20210927.jar:9.4.44.v20210927] testidsa12 | at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034) ~[jetty-util-9.4.44.v20210927.jar:9.4.44.v20210927] testidsa12 | at java.base/java.lang.Thread.run(Thread.java:833) ~[na:na] testidsa12 | Caused by: java.net.ConnectException: Failed to connect to omejdn/172.18.0.2:80 testidsa12 | at okhttp3.internal.connection.RealConnection.connectSocket(RealConnection.kt:297) ~[okhttp-5.0.0-alpha.3.jar:na] testidsa12 | at okhttp3.internal.connection.RealConnection.connect(RealConnection.kt:207) ~[okhttp-5.0.0-alpha.3.jar:na] testidsa12 | at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:226) ~[okhttp-5.0.0-alpha.3.jar:na] testidsa12 | at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106) ~[okhttp-5.0.0-alpha.3.jar:na] testidsa12 | at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74) ~[okhttp-5.0.0-alpha.3.jar:na] testidsa12 | at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:256) ~[okhttp-5.0.0-alpha.3.jar:na] testidsa12 | at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32) ~[okhttp-5.0.0-alpha.3.jar:na] testidsa12 | at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) ~[okhttp-5.0.0-alpha.3.jar:na] testidsa12 | at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:96) ~[okhttp-5.0.0-alpha.3.jar:na] testidsa12 | at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) ~[okhttp-5.0.0-alpha.3.jar:na] testidsa12 | at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83) ~[okhttp-5.0.0-alpha.3.jar:na] testidsa12 | at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) ~[okhttp-5.0.0-alpha.3.jar:na] testidsa12 | at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76) ~[okhttp-5.0.0-alpha.3.jar:na] testidsa12 | at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) ~[okhttp-5.0.0-alpha.3.jar:na] testidsa12 | at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:202) ~[okhttp-5.0.0-alpha.3.jar:na] testidsa12 | at okhttp3.internal.connection.RealCall.execute(RealCall.kt:155) ~[okhttp-5.0.0-alpha.3.jar:na] testidsa12 | at de.fhg.aisec.ids.idscp2.default_drivers.daps.aisec_daps.AisecDapsDriver.getDapsMeta(AisecDapsDriver.kt:207) ~[idscp2-0.9.1.jar:na] testidsa12 | at de.fhg.aisec.ids.idscp2.default_drivers.daps.aisec_daps.AisecDapsDriver.syncGetToken(AisecDapsDriver.kt:284) ~[idscp2-0.9.1.jar:na] testidsa12 | ... 44 common frames omitted testidsa12 | Caused by: java.net.ConnectException: Connection refused testidsa12 | at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] testidsa12 | at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] testidsa12 | at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:542) ~[na:na] testidsa12 | at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:597) ~[na:na] testidsa12 | at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) ~[na:na] testidsa12 | at java.base/java.net.Socket.connect(Socket.java:633) ~[na:na] testidsa12 | at okhttp3.internal.platform.Platform.connectSocket(Platform.kt:128) ~[okhttp-5.0.0-alpha.3.jar:na] testidsa12 | at okhttp3.internal.connection.RealConnection.connectSocket(RealConnection.kt:295) ~[okhttp-5.0.0-alpha.3.jar:na] testidsa12 | ... 61 common frames omitted

kragall commented 2 years ago

As this looks very similar to the issue before the update to TC 6.0.0 I had to ask the trusted connector team what the cause could be this time. I was told that URL of the DAPS should not contain a port number and that this might cause a problem.

And indeed the deployment of the DAPS you are currently using is problematic. The reason is that the DAPS hands out Bearer Tokens over an unencrypted channel (i.e. you are using http instead of https). Anyone in possession of the token can use it for authentication. Because your DAPS sends them out over an unencrypted channel, anyone with access to the network can eavesdrop and get the token.

That being said, because it is only a test environment you may already be aware of this. I was told that it is possible to configure the DAPS to use standard ports, i.e. port 80 for http or 443 for https. If you have trouble doing this please contact the DAPS team. With the DAPS using a standard port you can remove the port from the environment variable in the trusted connector and the connection problem should be solved.

jfernandezsqs commented 2 years ago

We have deployed the DAPS with HTTPS and we are receiving the following response from the Clearing House logs

sqs@sqs-VirtualBox:~/PRUEBA_HTTPS/CLEARING_HOUSE$ docker-compose up
Creating testidsa12           ... done
Creating keyring-mongo        ... done
Creating document-mongo       ... done
Creating clearing-house-mongo ... done
Creating keyring-api          ... done
Creating document-api         ... done
Creating clearing-house-api   ... done
Attaching to keyring-mongo, testidsa12, clearing-house-mongo, document-mongo, keyring-api, document-api, clearing-house-api
clearing-house-mongo    | 
clearing-house-mongo    | WARNING: MongoDB 5.0+ requires a CPU with AVX support, and your current system does not appear to have that!
clearing-house-mongo    |   see https://www.mongodb.com/community/forums/t/mongodb-5-0-cpu-intel-g4650-compatibility/116610/2
clearing-house-mongo    |   see also https://github.com/docker-library/mongo/issues/485#issuecomment-891991814
clearing-house-mongo    | 
clearing-house-mongo    | {"t":{"$date":"2022-01-28T15:37:07.464+00:00"},"s":"I",  "c":"CONTROL",  "id":23285,   "ctx":"main","msg":"Automatically disabling TLS 1.0, to force-enable TLS 1.0 specify --sslDisabledProtocols 'none'"}
clearing-house-mongo    | {"t":{"$date":"2022-01-28T15:37:07.471+00:00"},"s":"W",  "c":"ASIO",     "id":22601,   "ctx":"main","msg":"No TransportLayer configured during NetworkInterface startup"}
clearing-house-mongo    | {"t":{"$date":"2022-01-28T15:37:07.474+00:00"},"s":"I",  "c":"NETWORK",  "id":4648601, "ctx":"main","msg":"Implicit TCP FastOpen unavailable. If TCP FastOpen is required, set tcpFastOpenServer, tcpFastOpenClient, and tcpFastOpenQueueSize."}
clearing-house-mongo    | {"t":{"$date":"2022-01-28T15:37:07.482+00:00"},"s":"I",  "c":"STORAGE",  "id":4615611, "ctx":"initandlisten","msg":"MongoDB starting","attr":{"pid":1,"port":27017,"dbPath":"/data/db","architecture":"64-bit","host":"e79f64150001"}}
clearing-house-mongo    | {"t":{"$date":"2022-01-28T15:37:07.482+00:00"},"s":"I",  "c":"CONTROL",  "id":23403,   "ctx":"initandlisten","msg":"Build Info","attr":{"buildInfo":{"version":"4.4.8","gitVersion":"83b8bb8b6b325d8d8d3dfd2ad9f744bdad7d6ca0","openSSLVersion":"OpenSSL 1.1.1f  31 Mar 2020","modules":[],"allocator":"tcmalloc","environment":{"distmod":"ubuntu2004","distarch":"x86_64","target_arch":"x86_64"}}}}
clearing-house-mongo    | {"t":{"$date":"2022-01-28T15:37:07.482+00:00"},"s":"I",  "c":"CONTROL",  "id":51765,   "ctx":"initandlisten","msg":"Operating System","attr":{"os":{"name":"Ubuntu","version":"20.04"}}}
clearing-house-mongo    | {"t":{"$date":"2022-01-28T15:37:07.482+00:00"},"s":"I",  "c":"CONTROL",  "id":21951,   "ctx":"initandlisten","msg":"Options set by command line","attr":{"options":{"net":{"bindIp":"*"}}}}
clearing-house-mongo    | {"t":{"$date":"2022-01-28T15:37:07.489+00:00"},"s":"I",  "c":"STORAGE",  "id":22297,   "ctx":"initandlisten","msg":"Using the XFS filesystem is strongly recommended with the WiredTiger storage engine. See http://dochub.mongodb.org/core/prodnotes-filesystem","tags":["startupWarnings"]}
clearing-house-mongo    | {"t":{"$date":"2022-01-28T15:37:07.489+00:00"},"s":"I",  "c":"STORAGE",  "id":22315,   "ctx":"initandlisten","msg":"Opening WiredTiger","attr":{"config":"create,cache_size=4346M,session_max=33000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000,close_scan_interval=10,close_handle_minimum=250),statistics_log=(wait=0),verbose=[recovery_progress,checkpoint_progress,compact_progress],"}}
clearing-house-mongo    | {"t":{"$date":"2022-01-28T15:37:08.290+00:00"},"s":"I",  "c":"STORAGE",  "id":22430,   "ctx":"initandlisten","msg":"WiredTiger message","attr":{"message":"[1643384228:290383][1:0x7f2d48c74cc0], txn-recover: [WT_VERB_RECOVERY | WT_VERB_RECOVERY_PROGRESS] Set global recovery timestamp: (0, 0)"}}
clearing-house-mongo    | {"t":{"$date":"2022-01-28T15:37:08.290+00:00"},"s":"I",  "c":"STORAGE",  "id":22430,   "ctx":"initandlisten","msg":"WiredTiger message","attr":{"message":"[1643384228:290514][1:0x7f2d48c74cc0], txn-recover: [WT_VERB_RECOVERY | WT_VERB_RECOVERY_PROGRESS] Set global oldest timestamp: (0, 0)"}}
clearing-house-mongo    | {"t":{"$date":"2022-01-28T15:37:08.332+00:00"},"s":"I",  "c":"STORAGE",  "id":4795906, "ctx":"initandlisten","msg":"WiredTiger opened","attr":{"durationMillis":843}}
clearing-house-mongo    | {"t":{"$date":"2022-01-28T15:37:08.332+00:00"},"s":"I",  "c":"RECOVERY", "id":23987,   "ctx":"initandlisten","msg":"WiredTiger recoveryTimestamp","attr":{"recoveryTimestamp":{"$timestamp":{"t":0,"i":0}}}}
clearing-house-mongo    | {"t":{"$date":"2022-01-28T15:37:08.402+00:00"},"s":"I",  "c":"STORAGE",  "id":4366408, "ctx":"initandlisten","msg":"No table logging settings modifications are required for existing WiredTiger tables","attr":{"loggingEnabled":true}}
clearing-house-mongo    | {"t":{"$date":"2022-01-28T15:37:08.406+00:00"},"s":"I",  "c":"STORAGE",  "id":22262,   "ctx":"initandlisten","msg":"Timestamp monitor starting"}
clearing-house-mongo    | {"t":{"$date":"2022-01-28T15:37:08.445+00:00"},"s":"W",  "c":"CONTROL",  "id":22120,   "ctx":"initandlisten","msg":"Access control is not enabled for the database. Read and write access to data and configuration is unrestricted","tags":["startupWarnings"]}
clearing-house-mongo    | {"t":{"$date":"2022-01-28T15:37:08.447+00:00"},"s":"I",  "c":"STORAGE",  "id":20320,   "ctx":"initandlisten","msg":"createCollection","attr":{"namespace":"admin.system.version","uuidDisposition":"provided","uuid":{"uuid":{"$uuid":"85f57dcd-cb0f-487d-a91c-4696eeeeb764"}},"options":{"uuid":{"$uuid":"85f57dcd-cb0f-487d-a91c-4696eeeeb764"}}}}
clearing-house-mongo    | {"t":{"$date":"2022-01-28T15:37:08.506+00:00"},"s":"I",  "c":"INDEX",    "id":20345,   "ctx":"initandlisten","msg":"Index build: done building","attr":{"buildUUID":null,"namespace":"admin.system.version","index":"_id_","commitTimestamp":{"$timestamp":{"t":0,"i":0}}}}
clearing-house-mongo    | {"t":{"$date":"2022-01-28T15:37:08.507+00:00"},"s":"I",  "c":"COMMAND",  "id":20459,   "ctx":"initandlisten","msg":"Setting featureCompatibilityVersion","attr":{"newVersion":"4.4"}}
clearing-house-mongo    | {"t":{"$date":"2022-01-28T15:37:08.507+00:00"},"s":"I",  "c":"STORAGE",  "id":20536,   "ctx":"initandlisten","msg":"Flow Control is enabled on this deployment"}
clearing-house-mongo    | {"t":{"$date":"2022-01-28T15:37:08.518+00:00"},"s":"I",  "c":"STORAGE",  "id":20320,   "ctx":"initandlisten","msg":"createCollection","attr":{"namespace":"local.startup_log","uuidDisposition":"generated","uuid":{"uuid":{"$uuid":"da431439-aacb-4b3f-89a6-5da14299c686"}},"options":{"capped":true,"size":10485760}}}
clearing-house-mongo    | {"t":{"$date":"2022-01-28T15:37:08.549+00:00"},"s":"I",  "c":"INDEX",    "id":20345,   "ctx":"initandlisten","msg":"Index build: done building","attr":{"buildUUID":null,"namespace":"local.startup_log","index":"_id_","commitTimestamp":{"$timestamp":{"t":0,"i":0}}}}
clearing-house-mongo    | {"t":{"$date":"2022-01-28T15:37:08.550+00:00"},"s":"I",  "c":"FTDC",     "id":20625,   "ctx":"initandlisten","msg":"Initializing full-time diagnostic data capture","attr":{"dataDirectory":"/data/db/diagnostic.data"}}
clearing-house-mongo    | {"t":{"$date":"2022-01-28T15:37:08.574+00:00"},"s":"I",  "c":"STORAGE",  "id":20320,   "ctx":"LogicalSessionCacheRefresh","msg":"createCollection","attr":{"namespace":"config.system.sessions","uuidDisposition":"generated","uuid":{"uuid":{"$uuid":"0aaece8d-2aba-4aa2-b75b-8cdc09d1e843"}},"options":{}}}
clearing-house-mongo    | {"t":{"$date":"2022-01-28T15:37:08.575+00:00"},"s":"I",  "c":"CONTROL",  "id":20712,   "ctx":"LogicalSessionCacheReap","msg":"Sessions collection is not set up; waiting until next sessions reap interval","attr":{"error":"NamespaceNotFound: config.system.sessions does not exist"}}
clearing-house-mongo    | {"t":{"$date":"2022-01-28T15:37:08.576+00:00"},"s":"I",  "c":"NETWORK",  "id":23015,   "ctx":"listener","msg":"Listening on","attr":{"address":"/tmp/mongodb-27017.sock"}}
clearing-house-mongo    | {"t":{"$date":"2022-01-28T15:37:08.576+00:00"},"s":"I",  "c":"NETWORK",  "id":23015,   "ctx":"listener","msg":"Listening on","attr":{"address":"0.0.0.0"}}
clearing-house-mongo    | {"t":{"$date":"2022-01-28T15:37:08.576+00:00"},"s":"I",  "c":"NETWORK",  "id":23016,   "ctx":"listener","msg":"Waiting for connections","attr":{"port":27017,"ssl":"off"}}
clearing-house-mongo    | {"t":{"$date":"2022-01-28T15:37:08.626+00:00"},"s":"I",  "c":"INDEX",    "id":20345,   "ctx":"LogicalSessionCacheRefresh","msg":"Index build: done building","attr":{"buildUUID":null,"namespace":"config.system.sessions","index":"_id_","commitTimestamp":{"$timestamp":{"t":0,"i":0}}}}
clearing-house-mongo    | {"t":{"$date":"2022-01-28T15:37:08.626+00:00"},"s":"I",  "c":"INDEX",    "id":20345,   "ctx":"LogicalSessionCacheRefresh","msg":"Index build: done building","attr":{"buildUUID":null,"namespace":"config.system.sessions","index":"lsidTTLIndex","commitTimestamp":{"$timestamp":{"t":0,"i":0}}}}
document-api            | [2022-01-28][15:37:09][rocket::launch][WARN] 🔧 Configured for release.
document-api            | [2022-01-28][15:37:09][rocket::launch_][WARN] address: 0.0.0.0
document-api            | [2022-01-28][15:37:09][rocket::launch_][WARN] port: 8001
document-api            | [2022-01-28][15:37:09][rocket::launch_][WARN] workers: 3
document-api            | [2022-01-28][15:37:09][rocket::launch_][WARN] ident: Rocket
document-api            | [2022-01-28][15:37:09][rocket::launch_][WARN] keep-alive: 5s
document-api            | [2022-01-28][15:37:09][rocket::launch_][WARN] limits: bytes = 8KiB, data-form = 2MiB, file = 1MiB, form = 32KiB, forms = 32KiB, json = 5MiB, msgpack = 1MiB, string = 8KiB
document-api            | [2022-01-28][15:37:09][rocket::launch_][WARN] tls: disabled
document-api            | [2022-01-28][15:37:09][rocket::launch_][WARN] temp dir: /tmp
document-api            | [2022-01-28][15:37:09][rocket::launch_][WARN] log level: normal
document-api            | [2022-01-28][15:37:09][rocket::launch_][WARN] cli colors: true
document-api            | [2022-01-28][15:37:09][rocket::launch_][WARN] shutdown: ctrlc = true, force = true, signals = [SIGTERM], grace = 2s, mercy = 3s
document-api            | [2022-01-28][15:37:09][rocket::launch][WARN] 🛰  Routes:
document-api            | [2022-01-28][15:37:09][rocket::launch_][WARN] (create_enc_document) POST /doc/ application/json
document-api            | [2022-01-28][15:37:09][rocket::launch_][WARN] (get_enc_documents_for_pid) GET /doc/<pid>?<doc_type>&<page>&<size>&<sort> application/json
document-api            | [2022-01-28][15:37:09][rocket::launch_][WARN] (delete_document) DELETE /doc/<pid>/<id> application/json
document-api            | [2022-01-28][15:37:09][rocket::launch_][WARN] (get_enc_document) GET /doc/<pid>/<id>?<hash> application/json
document-api            | [2022-01-28][15:37:09][rocket::launch_][WARN] GET /cors/<status>
document-api            | [2022-01-28][15:37:09][rocket::launch][WARN] 📡 Fairings:
document-api            | [2022-01-28][15:37:09][rocket::launch_][WARN] Mounting Document API (ignite)
document-api            | [2022-01-28][15:37:09][rocket::launch_][WARN] Configuring Daps Api Client (ignite)
document-api            | [2022-01-28][15:37:09][rocket::launch_][WARN] CORS (ignite, request, response)
document-api            | [2022-01-28][15:37:09][rocket::launch_][WARN] Configuring Keyring Api Client (ignite)
document-api            | [2022-01-28][15:37:09][rocket::launch_][WARN] Shield (liftoff, response, singleton)
document-api            | [2022-01-28][15:37:09][rocket::launch_][WARN] Adding CORS rules (ignite)
document-api            | [2022-01-28][15:37:09][rocket::launch_][WARN] Configuring Document Database (ignite)
document-api            | [2022-01-28][15:37:09][rocket::shield::shield][INFO] 🛡️ Shield:
document-api            | [2022-01-28][15:37:09][_][INFO] X-Frame-Options: SAMEORIGIN
document-api            | [2022-01-28][15:37:09][_][INFO] X-Content-Type-Options: nosniff
document-api            | [2022-01-28][15:37:09][_][INFO] Permissions-Policy: interest-cohort=()
document-api            | [2022-01-28][15:37:09][rocket::launch][WARN] 🚀 Rocket has launched from http://0.0.0.0:8001
clearing-house-api      | [2022-01-28][15:37:10][ch_lib::db][DEBUG] clear_db: false found. Preparing to clear database...
clearing-house-api      | [2022-01-28][15:37:10][ch_lib::db][DEBUG] Using database url: '"mongodb://clearing-house-mongo:27017"'
document-mongo          | 
document-mongo          | WARNING: MongoDB 5.0+ requires a CPU with AVX support, and your current system does not appear to have that!
document-mongo          |   see https://www.mongodb.com/community/forums/t/mongodb-5-0-cpu-intel-g4650-compatibility/116610/2
document-mongo          |   see also https://github.com/docker-library/mongo/issues/485#issuecomment-891991814
document-mongo          | 
document-mongo          | {"t":{"$date":"2022-01-28T15:37:07.632+00:00"},"s":"I",  "c":"CONTROL",  "id":23285,   "ctx":"main","msg":"Automatically disabling TLS 1.0, to force-enable TLS 1.0 specify --sslDisabledProtocols 'none'"}
document-mongo          | {"t":{"$date":"2022-01-28T15:37:07.642+00:00"},"s":"W",  "c":"ASIO",     "id":22601,   "ctx":"main","msg":"No TransportLayer configured during NetworkInterface startup"}
document-mongo          | {"t":{"$date":"2022-01-28T15:37:07.643+00:00"},"s":"I",  "c":"NETWORK",  "id":4648601, "ctx":"main","msg":"Implicit TCP FastOpen unavailable. If TCP FastOpen is required, set tcpFastOpenServer, tcpFastOpenClient, and tcpFastOpenQueueSize."}
document-mongo          | {"t":{"$date":"2022-01-28T15:37:07.647+00:00"},"s":"I",  "c":"STORAGE",  "id":4615611, "ctx":"initandlisten","msg":"MongoDB starting","attr":{"pid":1,"port":27017,"dbPath":"/data/db","architecture":"64-bit","host":"d5641c6784df"}}
clearing-house-api      | [2022-01-28][15:37:10][os_info::imp::lsb_release][DEBUG] lsb_release command failed with Os { code: 2, kind: NotFound, message: "No such file or directory" }
document-mongo          | {"t":{"$date":"2022-01-28T15:37:07.648+00:00"},"s":"I",  "c":"CONTROL",  "id":23403,   "ctx":"initandlisten","msg":"Build Info","attr":{"buildInfo":{"version":"4.4.8","gitVersion":"83b8bb8b6b325d8d8d3dfd2ad9f744bdad7d6ca0","openSSLVersion":"OpenSSL 1.1.1f  31 Mar 2020","modules":[],"allocator":"tcmalloc","environment":{"distmod":"ubuntu2004","distarch":"x86_64","target_arch":"x86_64"}}}}
document-mongo          | {"t":{"$date":"2022-01-28T15:37:07.648+00:00"},"s":"I",  "c":"CONTROL",  "id":51765,   "ctx":"initandlisten","msg":"Operating System","attr":{"os":{"name":"Ubuntu","version":"20.04"}}}
document-mongo          | {"t":{"$date":"2022-01-28T15:37:07.648+00:00"},"s":"I",  "c":"CONTROL",  "id":21951,   "ctx":"initandlisten","msg":"Options set by command line","attr":{"options":{"net":{"bindIp":"*"}}}}
document-mongo          | {"t":{"$date":"2022-01-28T15:37:07.654+00:00"},"s":"I",  "c":"STORAGE",  "id":22297,   "ctx":"initandlisten","msg":"Using the XFS filesystem is strongly recommended with the WiredTiger storage engine. See http://dochub.mongodb.org/core/prodnotes-filesystem","tags":["startupWarnings"]}
document-mongo          | {"t":{"$date":"2022-01-28T15:37:07.654+00:00"},"s":"I",  "c":"STORAGE",  "id":22315,   "ctx":"initandlisten","msg":"Opening WiredTiger","attr":{"config":"create,cache_size=4346M,session_max=33000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000,close_scan_interval=10,close_handle_minimum=250),statistics_log=(wait=0),verbose=[recovery_progress,checkpoint_progress,compact_progress],"}}
document-mongo          | {"t":{"$date":"2022-01-28T15:37:08.152+00:00"},"s":"I",  "c":"STORAGE",  "id":22430,   "ctx":"initandlisten","msg":"WiredTiger message","attr":{"message":"[1643384228:151992][1:0x7f244342acc0], txn-recover: [WT_VERB_RECOVERY | WT_VERB_RECOVERY_PROGRESS] Set global recovery timestamp: (0, 0)"}}
document-mongo          | {"t":{"$date":"2022-01-28T15:37:08.152+00:00"},"s":"I",  "c":"STORAGE",  "id":22430,   "ctx":"initandlisten","msg":"WiredTiger message","attr":{"message":"[1643384228:152075][1:0x7f244342acc0], txn-recover: [WT_VERB_RECOVERY | WT_VERB_RECOVERY_PROGRESS] Set global oldest timestamp: (0, 0)"}}
document-mongo          | {"t":{"$date":"2022-01-28T15:37:08.161+00:00"},"s":"I",  "c":"STORAGE",  "id":4795906, "ctx":"initandlisten","msg":"WiredTiger opened","attr":{"durationMillis":507}}
document-mongo          | {"t":{"$date":"2022-01-28T15:37:08.161+00:00"},"s":"I",  "c":"RECOVERY", "id":23987,   "ctx":"initandlisten","msg":"WiredTiger recoveryTimestamp","attr":{"recoveryTimestamp":{"$timestamp":{"t":0,"i":0}}}}
document-mongo          | {"t":{"$date":"2022-01-28T15:37:08.205+00:00"},"s":"I",  "c":"STORAGE",  "id":4366408, "ctx":"initandlisten","msg":"No table logging settings modifications are required for existing WiredTiger tables","attr":{"loggingEnabled":true}}
document-mongo          | {"t":{"$date":"2022-01-28T15:37:08.205+00:00"},"s":"I",  "c":"STORAGE",  "id":22262,   "ctx":"initandlisten","msg":"Timestamp monitor starting"}
document-mongo          | {"t":{"$date":"2022-01-28T15:37:08.223+00:00"},"s":"W",  "c":"CONTROL",  "id":22120,   "ctx":"initandlisten","msg":"Access control is not enabled for the database. Read and write access to data and configuration is unrestricted","tags":["startupWarnings"]}
document-mongo          | {"t":{"$date":"2022-01-28T15:37:08.228+00:00"},"s":"I",  "c":"STORAGE",  "id":20320,   "ctx":"initandlisten","msg":"createCollection","attr":{"namespace":"admin.system.version","uuidDisposition":"provided","uuid":{"uuid":{"$uuid":"33c848f7-8189-4bd8-9719-212d7223cefc"}},"options":{"uuid":{"$uuid":"33c848f7-8189-4bd8-9719-212d7223cefc"}}}}
document-mongo          | {"t":{"$date":"2022-01-28T15:37:08.272+00:00"},"s":"I",  "c":"INDEX",    "id":20345,   "ctx":"initandlisten","msg":"Index build: done building","attr":{"buildUUID":null,"namespace":"admin.system.version","index":"_id_","commitTimestamp":{"$timestamp":{"t":0,"i":0}}}}
document-mongo          | {"t":{"$date":"2022-01-28T15:37:08.273+00:00"},"s":"I",  "c":"COMMAND",  "id":20459,   "ctx":"initandlisten","msg":"Setting featureCompatibilityVersion","attr":{"newVersion":"4.4"}}
document-mongo          | {"t":{"$date":"2022-01-28T15:37:08.307+00:00"},"s":"I",  "c":"STORAGE",  "id":20536,   "ctx":"initandlisten","msg":"Flow Control is enabled on this deployment"}
document-mongo          | {"t":{"$date":"2022-01-28T15:37:08.311+00:00"},"s":"I",  "c":"STORAGE",  "id":20320,   "ctx":"initandlisten","msg":"createCollection","attr":{"namespace":"local.startup_log","uuidDisposition":"generated","uuid":{"uuid":{"$uuid":"06a13b78-f395-4cfb-a58a-6f6755992eff"}},"options":{"capped":true,"size":10485760}}}
document-mongo          | {"t":{"$date":"2022-01-28T15:37:08.405+00:00"},"s":"I",  "c":"INDEX",    "id":20345,   "ctx":"initandlisten","msg":"Index build: done building","attr":{"buildUUID":null,"namespace":"local.startup_log","index":"_id_","commitTimestamp":{"$timestamp":{"t":0,"i":0}}}}
document-mongo          | {"t":{"$date":"2022-01-28T15:37:08.406+00:00"},"s":"I",  "c":"FTDC",     "id":20625,   "ctx":"initandlisten","msg":"Initializing full-time diagnostic data capture","attr":{"dataDirectory":"/data/db/diagnostic.data"}}
document-mongo          | {"t":{"$date":"2022-01-28T15:37:08.414+00:00"},"s":"I",  "c":"STORAGE",  "id":20320,   "ctx":"LogicalSessionCacheRefresh","msg":"createCollection","attr":{"namespace":"config.system.sessions","uuidDisposition":"generated","uuid":{"uuid":{"$uuid":"a833ddaf-6848-4ac7-a718-9041f0cf79d6"}},"options":{}}}
document-mongo          | {"t":{"$date":"2022-01-28T15:37:08.415+00:00"},"s":"I",  "c":"CONTROL",  "id":20712,   "ctx":"LogicalSessionCacheReap","msg":"Sessions collection is not set up; waiting until next sessions reap interval","attr":{"error":"NamespaceNotFound: config.system.sessions does not exist"}}
document-mongo          | {"t":{"$date":"2022-01-28T15:37:08.415+00:00"},"s":"I",  "c":"NETWORK",  "id":23015,   "ctx":"listener","msg":"Listening on","attr":{"address":"/tmp/mongodb-27017.sock"}}
document-mongo          | {"t":{"$date":"2022-01-28T15:37:08.417+00:00"},"s":"I",  "c":"NETWORK",  "id":23015,   "ctx":"listener","msg":"Listening on","attr":{"address":"0.0.0.0"}}
document-mongo          | {"t":{"$date":"2022-01-28T15:37:08.417+00:00"},"s":"I",  "c":"NETWORK",  "id":23016,   "ctx":"listener","msg":"Waiting for connections","attr":{"port":27017,"ssl":"off"}}
document-mongo          | {"t":{"$date":"2022-01-28T15:37:08.540+00:00"},"s":"I",  "c":"INDEX",    "id":20345,   "ctx":"LogicalSessionCacheRefresh","msg":"Index build: done building","attr":{"buildUUID":null,"namespace":"config.system.sessions","index":"_id_","commitTimestamp":{"$timestamp":{"t":0,"i":0}}}}
document-mongo          | {"t":{"$date":"2022-01-28T15:37:08.540+00:00"},"s":"I",  "c":"INDEX",    "id":20345,   "ctx":"LogicalSessionCacheRefresh","msg":"Index build: done building","attr":{"buildUUID":null,"namespace":"config.system.sessions","index":"lsidTTLIndex","commitTimestamp":{"$timestamp":{"t":0,"i":0}}}}
document-mongo          | {"t":{"$date":"2022-01-28T15:37:08.540+00:00"},"s":"I",  "c":"COMMAND",  "id":51803,   "ctx":"LogicalSessionCacheRefresh","msg":"Slow query","attr":{"type":"command","ns":"config.system.sessions","command":{"createIndexes":"system.sessions","indexes":[{"key":{"lastUse":1},"name":"lsidTTLIndex","expireAfterSeconds":1800}],"writeConcern":{},"$db":"config"},"numYields":0,"reslen":114,"locks":{"ParallelBatchWriterMode":{"acquireCount":{"r":5}},"ReplicationStateTransition":{"acquireCount":{"w":5}},"Global":{"acquireCount":{"r":2,"w":3}},"Database":{"acquireCount":{"r":2,"w":3}},"Collection":{"acquireCount":{"r":3,"w":2}},"Mutex":{"acquireCount":{"r":6}}},"flowControl":{"acquireCount":1,"timeAcquiringMicros":1},"storage":{},"protocol":"op_msg","durationMillis":126}}
document-mongo          | {"t":{"$date":"2022-01-28T15:37:09.269+00:00"},"s":"I",  "c":"NETWORK",  "id":22943,   "ctx":"listener","msg":"Connection accepted","attr":{"remote":"172.18.0.11:35482","connectionId":1,"connectionCount":1}}
document-mongo          | {"t":{"$date":"2022-01-28T15:37:09.270+00:00"},"s":"I",  "c":"NETWORK",  "id":51800,   "ctx":"conn1","msg":"client metadata","attr":{"remote":"172.18.0.11:35482","client":"conn1","doc":{"application":{"name":"document-api"},"driver":{"name":"mongo-rust-driver","version":"2.1.0"},"os":{"type":"linux","architecture":"x86_64","version":"11.0.0"}}}}
document-mongo          | {"t":{"$date":"2022-01-28T15:37:09.277+00:00"},"s":"I",  "c":"NETWORK",  "id":22943,   "ctx":"listener","msg":"Connection accepted","attr":{"remote":"172.18.0.11:35484","connectionId":2,"connectionCount":2}}
document-mongo          | {"t":{"$date":"2022-01-28T15:37:09.277+00:00"},"s":"I",  "c":"NETWORK",  "id":51800,   "ctx":"conn2","msg":"client metadata","attr":{"remote":"172.18.0.11:35484","client":"conn2","doc":{"application":{"name":"document-api"},"driver":{"name":"mongo-rust-driver","version":"2.1.0"},"os":{"type":"linux","architecture":"x86_64","version":"11.0.0"}}}}
document-mongo          | {"t":{"$date":"2022-01-28T15:37:09.280+00:00"},"s":"I",  "c":"NETWORK",  "id":22943,   "ctx":"listener","msg":"Connection accepted","attr":{"remote":"172.18.0.11:35486","connectionId":3,"connectionCount":3}}
document-mongo          | {"t":{"$date":"2022-01-28T15:37:09.282+00:00"},"s":"I",  "c":"NETWORK",  "id":51800,   "ctx":"conn3","msg":"client metadata","attr":{"remote":"172.18.0.11:35486","client":"conn3","doc":{"application":{"name":"document-api"},"driver":{"name":"mongo-rust-driver","version":"2.1.0"},"os":{"type":"linux","architecture":"x86_64","version":"11.0.0"}}}}
document-mongo          | {"t":{"$date":"2022-01-28T15:37:09.283+00:00"},"s":"I",  "c":"STORAGE",  "id":20320,   "ctx":"conn3","msg":"createCollection","attr":{"namespace":"document.documents","uuidDisposition":"generated","uuid":{"uuid":{"$uuid":"c82b0e25-8386-4be5-9585-2f5b2642139a"}},"options":{}}}
document-mongo          | {"t":{"$date":"2022-01-28T15:37:09.345+00:00"},"s":"I",  "c":"INDEX",    "id":20345,   "ctx":"conn3","msg":"Index build: done building","attr":{"buildUUID":null,"namespace":"document.documents","index":"_id_","commitTimestamp":{"$timestamp":{"t":0,"i":0}}}}
document-mongo          | {"t":{"$date":"2022-01-28T15:37:09.357+00:00"},"s":"I",  "c":"INDEX",    "id":20438,   "ctx":"conn3","msg":"Index build: registering","attr":{"buildUUID":{"uuid":{"$uuid":"af85f2f4-861c-4119-898e-fa5a633b3b4d"}},"namespace":"document.documents","collectionUUID":{"uuid":{"$uuid":"c82b0e25-8386-4be5-9585-2f5b2642139a"}},"indexes":1,"firstIndex":{"name":"tc_1"}}}
document-mongo          | {"t":{"$date":"2022-01-28T15:37:09.383+00:00"},"s":"I",  "c":"INDEX",    "id":20345,   "ctx":"conn3","msg":"Index build: done building","attr":{"buildUUID":null,"namespace":"document.documents","index":"tc_1","commitTimestamp":{"$timestamp":{"t":0,"i":0}}}}
document-mongo          | {"t":{"$date":"2022-01-28T15:37:09.383+00:00"},"s":"I",  "c":"INDEX",    "id":20440,   "ctx":"conn3","msg":"Index build: waiting for index build to complete","attr":{"buildUUID":{"uuid":{"$uuid":"af85f2f4-861c-4119-898e-fa5a633b3b4d"}},"deadline":{"$date":{"$numberLong":"9223372036854775807"}}}}
document-mongo          | {"t":{"$date":"2022-01-28T15:37:09.383+00:00"},"s":"I",  "c":"INDEX",    "id":20447,   "ctx":"conn3","msg":"Index build: completed","attr":{"buildUUID":{"uuid":{"$uuid":"af85f2f4-861c-4119-898e-fa5a633b3b4d"}}}}
keyring-api             | [2022-01-28][15:37:08][rocket::launch][WARN] 🔧 Configured for release.
keyring-api             | [2022-01-28][15:37:08][rocket::launch_][WARN] address: 0.0.0.0
keyring-api             | [2022-01-28][15:37:08][rocket::launch_][WARN] port: 8002
keyring-api             | [2022-01-28][15:37:08][rocket::launch_][WARN] workers: 3
keyring-api             | [2022-01-28][15:37:08][rocket::launch_][WARN] ident: Rocket
keyring-api             | [2022-01-28][15:37:08][rocket::launch_][WARN] keep-alive: 5s
keyring-api             | [2022-01-28][15:37:08][rocket::launch_][WARN] limits: bytes = 8KiB, data-form = 2MiB, file = 1MiB, form = 32KiB, forms = 32KiB, json = 5MiB, msgpack = 1MiB, string = 8KiB
keyring-api             | [2022-01-28][15:37:08][rocket::launch_][WARN] tls: disabled
keyring-api             | [2022-01-28][15:37:08][rocket::launch_][WARN] temp dir: /tmp
keyring-api             | [2022-01-28][15:37:08][rocket::launch_][WARN] log level: normal
keyring-api             | [2022-01-28][15:37:08][rocket::launch_][WARN] cli colors: true
keyring-api             | [2022-01-28][15:37:08][rocket::launch_][WARN] shutdown: ctrlc = true, force = true, signals = [SIGTERM], grace = 2s, mercy = 3s
keyring-api             | [2022-01-28][15:37:08][rocket::launch][WARN] 🛰  Routes:
keyring-api             | [2022-01-28][15:37:08][rocket::launch_][WARN] (create_doc_type) POST /doctype/ application/json
keyring-api             | [2022-01-28][15:37:08][rocket::launch_][WARN] (get_doc_types) GET /doctype/ application/json
keyring-api             | [2022-01-28][15:37:08][rocket::launch_][WARN] (update_doc_type) POST /doctype/<id> application/json
keyring-api             | [2022-01-28][15:37:08][rocket::launch_][WARN] (delete_default_doc_type) DELETE /doctype/<id> application/json
keyring-api             | [2022-01-28][15:37:08][rocket::launch_][WARN] (get_default_doc_type) GET /doctype/<id> application/json
keyring-api             | [2022-01-28][15:37:08][rocket::launch_][WARN] (delete_doc_type) DELETE /doctype/<pid>/<id> application/json
keyring-api             | [2022-01-28][15:37:08][rocket::launch_][WARN] (get_doc_type) GET /doctype/<pid>/<id> application/json
keyring-api             | [2022-01-28][15:37:08][rocket::launch_][WARN] (decrypt_keys) GET /keyring/decrypt_keys/<_pid> application/json
keyring-api             | [2022-01-28][15:37:08][rocket::launch_][WARN] (generate_keys) GET /keyring/generate_keys/<_pid>?<dt_id> application/json
keyring-api             | [2022-01-28][15:37:08][rocket::launch_][WARN] (decrypt_key_map) GET /keyring/decrypt_keys/<_pid>/<keys_ct>?<dt_id> application/json
keyring-api             | [2022-01-28][15:37:08][rocket::launch][WARN] 📡 Fairings:
keyring-api             | [2022-01-28][15:37:08][rocket::launch_][WARN] Configuring Keyring Database (ignite)
keyring-api             | [2022-01-28][15:37:08][rocket::launch_][WARN] Configuring Daps Api Client (ignite)
keyring-api             | [2022-01-28][15:37:08][rocket::launch_][WARN] Mounting Keyring API (ignite)
keyring-api             | [2022-01-28][15:37:08][rocket::launch_][WARN] Shield (liftoff, response, singleton)
keyring-api             | [2022-01-28][15:37:08][rocket::launch_][WARN] Mounting Document Type API (ignite)
keyring-api             | [2022-01-28][15:37:08][rocket::shield::shield][INFO] 🛡️ Shield:
keyring-api             | [2022-01-28][15:37:08][_][INFO] Permissions-Policy: interest-cohort=()
keyring-api             | [2022-01-28][15:37:08][_][INFO] X-Content-Type-Options: nosniff
keyring-api             | [2022-01-28][15:37:08][_][INFO] X-Frame-Options: SAMEORIGIN
keyring-api             | [2022-01-28][15:37:08][rocket::launch][WARN] 🚀 Rocket has launched from http://0.0.0.0:8002
keyring-mongo           | 
keyring-mongo           | WARNING: MongoDB 5.0+ requires a CPU with AVX support, and your current system does not appear to have that!
keyring-mongo           |   see https://www.mongodb.com/community/forums/t/mongodb-5-0-cpu-intel-g4650-compatibility/116610/2
keyring-mongo           |   see also https://github.com/docker-library/mongo/issues/485#issuecomment-891991814
keyring-mongo           | 
keyring-mongo           | {"t":{"$date":"2022-01-28T15:37:06.803+00:00"},"s":"I",  "c":"CONTROL",  "id":23285,   "ctx":"main","msg":"Automatically disabling TLS 1.0, to force-enable TLS 1.0 specify --sslDisabledProtocols 'none'"}
keyring-mongo           | {"t":{"$date":"2022-01-28T15:37:06.806+00:00"},"s":"W",  "c":"ASIO",     "id":22601,   "ctx":"main","msg":"No TransportLayer configured during NetworkInterface startup"}
keyring-mongo           | {"t":{"$date":"2022-01-28T15:37:06.809+00:00"},"s":"I",  "c":"NETWORK",  "id":4648601, "ctx":"main","msg":"Implicit TCP FastOpen unavailable. If TCP FastOpen is required, set tcpFastOpenServer, tcpFastOpenClient, and tcpFastOpenQueueSize."}
keyring-mongo           | {"t":{"$date":"2022-01-28T15:37:06.810+00:00"},"s":"I",  "c":"STORAGE",  "id":4615611, "ctx":"initandlisten","msg":"MongoDB starting","attr":{"pid":1,"port":27017,"dbPath":"/data/db","architecture":"64-bit","host":"012b18686f11"}}
keyring-mongo           | {"t":{"$date":"2022-01-28T15:37:06.810+00:00"},"s":"I",  "c":"CONTROL",  "id":23403,   "ctx":"initandlisten","msg":"Build Info","attr":{"buildInfo":{"version":"4.4.8","gitVersion":"83b8bb8b6b325d8d8d3dfd2ad9f744bdad7d6ca0","openSSLVersion":"OpenSSL 1.1.1f  31 Mar 2020","modules":[],"allocator":"tcmalloc","environment":{"distmod":"ubuntu2004","distarch":"x86_64","target_arch":"x86_64"}}}}
keyring-mongo           | {"t":{"$date":"2022-01-28T15:37:06.811+00:00"},"s":"I",  "c":"CONTROL",  "id":51765,   "ctx":"initandlisten","msg":"Operating System","attr":{"os":{"name":"Ubuntu","version":"20.04"}}}
keyring-mongo           | {"t":{"$date":"2022-01-28T15:37:06.811+00:00"},"s":"I",  "c":"CONTROL",  "id":21951,   "ctx":"initandlisten","msg":"Options set by command line","attr":{"options":{"net":{"bindIp":"*"}}}}
keyring-mongo           | {"t":{"$date":"2022-01-28T15:37:06.811+00:00"},"s":"I",  "c":"STORAGE",  "id":22297,   "ctx":"initandlisten","msg":"Using the XFS filesystem is strongly recommended with the WiredTiger storage engine. See http://dochub.mongodb.org/core/prodnotes-filesystem","tags":["startupWarnings"]}
keyring-mongo           | {"t":{"$date":"2022-01-28T15:37:06.812+00:00"},"s":"I",  "c":"STORAGE",  "id":22315,   "ctx":"initandlisten","msg":"Opening WiredTiger","attr":{"config":"create,cache_size=4346M,session_max=33000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000,close_scan_interval=10,close_handle_minimum=250),statistics_log=(wait=0),verbose=[recovery_progress,checkpoint_progress,compact_progress],"}}
keyring-mongo           | {"t":{"$date":"2022-01-28T15:37:07.498+00:00"},"s":"I",  "c":"STORAGE",  "id":22430,   "ctx":"initandlisten","msg":"WiredTiger message","attr":{"message":"[1643384227:498814][1:0x7fd8ab268cc0], txn-recover: [WT_VERB_RECOVERY | WT_VERB_RECOVERY_PROGRESS] Set global recovery timestamp: (0, 0)"}}
keyring-mongo           | {"t":{"$date":"2022-01-28T15:37:07.498+00:00"},"s":"I",  "c":"STORAGE",  "id":22430,   "ctx":"initandlisten","msg":"WiredTiger message","attr":{"message":"[1643384227:498939][1:0x7fd8ab268cc0], txn-recover: [WT_VERB_RECOVERY | WT_VERB_RECOVERY_PROGRESS] Set global oldest timestamp: (0, 0)"}}
keyring-mongo           | {"t":{"$date":"2022-01-28T15:37:07.530+00:00"},"s":"I",  "c":"STORAGE",  "id":4795906, "ctx":"initandlisten","msg":"WiredTiger opened","attr":{"durationMillis":718}}
keyring-mongo           | {"t":{"$date":"2022-01-28T15:37:07.544+00:00"},"s":"I",  "c":"RECOVERY", "id":23987,   "ctx":"initandlisten","msg":"WiredTiger recoveryTimestamp","attr":{"recoveryTimestamp":{"$timestamp":{"t":0,"i":0}}}}
keyring-mongo           | {"t":{"$date":"2022-01-28T15:37:07.589+00:00"},"s":"I",  "c":"STORAGE",  "id":4366408, "ctx":"initandlisten","msg":"No table logging settings modifications are required for existing WiredTiger tables","attr":{"loggingEnabled":true}}
keyring-mongo           | {"t":{"$date":"2022-01-28T15:37:07.590+00:00"},"s":"I",  "c":"STORAGE",  "id":22262,   "ctx":"initandlisten","msg":"Timestamp monitor starting"}
keyring-mongo           | {"t":{"$date":"2022-01-28T15:37:07.615+00:00"},"s":"W",  "c":"CONTROL",  "id":22120,   "ctx":"initandlisten","msg":"Access control is not enabled for the database. Read and write access to data and configuration is unrestricted","tags":["startupWarnings"]}
keyring-mongo           | {"t":{"$date":"2022-01-28T15:37:07.616+00:00"},"s":"I",  "c":"STORAGE",  "id":20320,   "ctx":"initandlisten","msg":"createCollection","attr":{"namespace":"admin.system.version","uuidDisposition":"provided","uuid":{"uuid":{"$uuid":"150ad79f-cd04-42e0-8d94-02410730aefe"}},"options":{"uuid":{"$uuid":"150ad79f-cd04-42e0-8d94-02410730aefe"}}}}
keyring-mongo           | {"t":{"$date":"2022-01-28T15:37:07.636+00:00"},"s":"I",  "c":"INDEX",    "id":20345,   "ctx":"initandlisten","msg":"Index build: done building","attr":{"buildUUID":null,"namespace":"admin.system.version","index":"_id_","commitTimestamp":{"$timestamp":{"t":0,"i":0}}}}
keyring-mongo           | {"t":{"$date":"2022-01-28T15:37:07.637+00:00"},"s":"I",  "c":"COMMAND",  "id":20459,   "ctx":"initandlisten","msg":"Setting featureCompatibilityVersion","attr":{"newVersion":"4.4"}}
keyring-mongo           | {"t":{"$date":"2022-01-28T15:37:07.638+00:00"},"s":"I",  "c":"STORAGE",  "id":20536,   "ctx":"initandlisten","msg":"Flow Control is enabled on this deployment"}
keyring-mongo           | {"t":{"$date":"2022-01-28T15:37:07.640+00:00"},"s":"I",  "c":"STORAGE",  "id":20320,   "ctx":"initandlisten","msg":"createCollection","attr":{"namespace":"local.startup_log","uuidDisposition":"generated","uuid":{"uuid":{"$uuid":"3c7060ef-01a0-4915-8cc0-db3ab00b1171"}},"options":{"capped":true,"size":10485760}}}
keyring-mongo           | {"t":{"$date":"2022-01-28T15:37:07.716+00:00"},"s":"I",  "c":"INDEX",    "id":20345,   "ctx":"initandlisten","msg":"Index build: done building","attr":{"buildUUID":null,"namespace":"local.startup_log","index":"_id_","commitTimestamp":{"$timestamp":{"t":0,"i":0}}}}
keyring-mongo           | {"t":{"$date":"2022-01-28T15:37:07.717+00:00"},"s":"I",  "c":"FTDC",     "id":20625,   "ctx":"initandlisten","msg":"Initializing full-time diagnostic data capture","attr":{"dataDirectory":"/data/db/diagnostic.data"}}
keyring-mongo           | {"t":{"$date":"2022-01-28T15:37:07.722+00:00"},"s":"I",  "c":"STORAGE",  "id":20320,   "ctx":"LogicalSessionCacheRefresh","msg":"createCollection","attr":{"namespace":"config.system.sessions","uuidDisposition":"generated","uuid":{"uuid":{"$uuid":"eea221ac-d2ef-40b7-849d-08ab1b74bd7b"}},"options":{}}}
keyring-mongo           | {"t":{"$date":"2022-01-28T15:37:07.722+00:00"},"s":"I",  "c":"CONTROL",  "id":20712,   "ctx":"LogicalSessionCacheReap","msg":"Sessions collection is not set up; waiting until next sessions reap interval","attr":{"error":"NamespaceNotFound: config.system.sessions does not exist"}}
keyring-mongo           | {"t":{"$date":"2022-01-28T15:37:07.722+00:00"},"s":"I",  "c":"NETWORK",  "id":23015,   "ctx":"listener","msg":"Listening on","attr":{"address":"/tmp/mongodb-27017.sock"}}
keyring-mongo           | {"t":{"$date":"2022-01-28T15:37:07.722+00:00"},"s":"I",  "c":"NETWORK",  "id":23015,   "ctx":"listener","msg":"Listening on","attr":{"address":"0.0.0.0"}}
keyring-mongo           | {"t":{"$date":"2022-01-28T15:37:07.722+00:00"},"s":"I",  "c":"NETWORK",  "id":23016,   "ctx":"listener","msg":"Waiting for connections","attr":{"port":27017,"ssl":"off"}}
keyring-mongo           | {"t":{"$date":"2022-01-28T15:37:07.824+00:00"},"s":"I",  "c":"INDEX",    "id":20345,   "ctx":"LogicalSessionCacheRefresh","msg":"Index build: done building","attr":{"buildUUID":null,"namespace":"config.system.sessions","index":"_id_","commitTimestamp":{"$timestamp":{"t":0,"i":0}}}}
keyring-mongo           | {"t":{"$date":"2022-01-28T15:37:07.825+00:00"},"s":"I",  "c":"INDEX",    "id":20345,   "ctx":"LogicalSessionCacheRefresh","msg":"Index build: done building","attr":{"buildUUID":null,"namespace":"config.system.sessions","index":"lsidTTLIndex","commitTimestamp":{"$timestamp":{"t":0,"i":0}}}}
keyring-mongo           | {"t":{"$date":"2022-01-28T15:37:07.825+00:00"},"s":"I",  "c":"COMMAND",  "id":51803,   "ctx":"LogicalSessionCacheRefresh","msg":"Slow query","attr":{"type":"command","ns":"config.system.sessions","command":{"createIndexes":"system.sessions","indexes":[{"key":{"lastUse":1},"name":"lsidTTLIndex","expireAfterSeconds":1800}],"writeConcern":{},"$db":"config"},"numYields":0,"reslen":114,"locks":{"ParallelBatchWriterMode":{"acquireCount":{"r":5}},"ReplicationStateTransition":{"acquireCount":{"w":5}},"Global":{"acquireCount":{"r":2,"w":3}},"Database":{"acquireCount":{"r":2,"w":3}},"Collection":{"acquireCount":{"r":3,"w":2}},"Mutex":{"acquireCount":{"r":6}}},"flowControl":{"acquireCount":1,"timeAcquiringMicros":1},"storage":{},"protocol":"op_msg","durationMillis":103}}
keyring-mongo           | {"t":{"$date":"2022-01-28T15:37:08.333+00:00"},"s":"I",  "c":"NETWORK",  "id":22943,   "ctx":"listener","msg":"Connection accepted","attr":{"remote":"172.18.0.10:41060","connectionId":1,"connectionCount":1}}
keyring-mongo           | {"t":{"$date":"2022-01-28T15:37:08.337+00:00"},"s":"I",  "c":"NETWORK",  "id":51800,   "ctx":"conn1","msg":"client metadata","attr":{"remote":"172.18.0.10:41060","client":"conn1","doc":{"application":{"name":"keyring-api"},"driver":{"name":"mongo-rust-driver","version":"2.1.0"},"os":{"type":"linux","architecture":"x86_64","version":"11.0.0"}}}}
keyring-mongo           | {"t":{"$date":"2022-01-28T15:37:08.362+00:00"},"s":"I",  "c":"NETWORK",  "id":22943,   "ctx":"listener","msg":"Connection accepted","attr":{"remote":"172.18.0.10:41062","connectionId":2,"connectionCount":2}}
keyring-mongo           | {"t":{"$date":"2022-01-28T15:37:08.364+00:00"},"s":"I",  "c":"NETWORK",  "id":51800,   "ctx":"conn2","msg":"client metadata","attr":{"remote":"172.18.0.10:41062","client":"conn2","doc":{"application":{"name":"keyring-api"},"driver":{"name":"mongo-rust-driver","version":"2.1.0"},"os":{"type":"linux","architecture":"x86_64","version":"11.0.0"}}}}
keyring-mongo           | {"t":{"$date":"2022-01-28T15:37:08.367+00:00"},"s":"I",  "c":"NETWORK",  "id":22943,   "ctx":"listener","msg":"Connection accepted","attr":{"remote":"172.18.0.10:41064","connectionId":3,"connectionCount":3}}
keyring-mongo           | {"t":{"$date":"2022-01-28T15:37:08.368+00:00"},"s":"I",  "c":"NETWORK",  "id":51800,   "ctx":"conn3","msg":"client metadata","attr":{"remote":"172.18.0.10:41064","client":"conn3","doc":{"application":{"name":"keyring-api"},"driver":{"name":"mongo-rust-driver","version":"2.1.0"},"os":{"type":"linux","architecture":"x86_64","version":"11.0.0"}}}}
keyring-mongo           | {"t":{"$date":"2022-01-28T15:37:08.370+00:00"},"s":"I",  "c":"STORAGE",  "id":20320,   "ctx":"conn3","msg":"createCollection","attr":{"namespace":"keyring.doc_types","uuidDisposition":"generated","uuid":{"uuid":{"$uuid":"fac2521b-aa52-4d46-b429-264404661c6d"}},"options":{}}}
keyring-mongo           | {"t":{"$date":"2022-01-28T15:37:08.443+00:00"},"s":"I",  "c":"INDEX",    "id":20345,   "ctx":"conn3","msg":"Index build: done building","attr":{"buildUUID":null,"namespace":"keyring.doc_types","index":"_id_","commitTimestamp":{"$timestamp":{"t":0,"i":0}}}}
keyring-mongo           | {"t":{"$date":"2022-01-28T15:37:08.451+00:00"},"s":"I",  "c":"STORAGE",  "id":20320,   "ctx":"conn3","msg":"createCollection","attr":{"namespace":"keyring.keys","uuidDisposition":"generated","uuid":{"uuid":{"$uuid":"4bd784e1-02ea-440d-9241-202d69c2e090"}},"options":{}}}
keyring-mongo           | {"t":{"$date":"2022-01-28T15:37:08.505+00:00"},"s":"I",  "c":"INDEX",    "id":20345,   "ctx":"conn3","msg":"Index build: done building","attr":{"buildUUID":null,"namespace":"keyring.keys","index":"_id_","commitTimestamp":{"$timestamp":{"t":0,"i":0}}}}
testidsa12              | 
testidsa12              |   .   ____          _            __ _ _
testidsa12              |  /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
testidsa12              | ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
testidsa12              |  \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
testidsa12              |   '  |____| .__|_| |_|_| |_\__, | / / / /
testidsa12              |  =========|_|==============|___/=/_/_/_/
testidsa12              |  :: Spring Boot ::                (v2.5.8)
testidsa12              | 
testidsa12              | 2022-01-28 15:37:09.926  INFO 1 --- [           main] d.f.a.ids.TrustedConnector$Companion     : Starting TrustedConnector.Companion using Java 17.0.1 on c20ea462475b with PID 1 (/root/jars/ids-connector-6.0.0-plain.jar started by root in /root)
testidsa12              | 2022-01-28 15:37:09.935 DEBUG 1 --- [           main] d.f.a.ids.TrustedConnector$Companion     : Running with Spring Boot v2.5.8, Spring v5.3.14
testidsa12              | 2022-01-28 15:37:09.935  INFO 1 --- [           main] d.f.a.ids.TrustedConnector$Companion     : No active profile set, falling back to default profiles: default
clearing-house-api      | [2022-01-28][15:37:10][ch_lib::db][DEBUG] Check if database is empty...
clearing-house-mongo    | {"t":{"$date":"2022-01-28T15:37:10.385+00:00"},"s":"I",  "c":"NETWORK",  "id":22943,   "ctx":"listener","msg":"Connection accepted","attr":{"remote":"172.18.0.12:60186","connectionId":1,"connectionCount":1}}
clearing-house-mongo    | {"t":{"$date":"2022-01-28T15:37:10.386+00:00"},"s":"I",  "c":"NETWORK",  "id":51800,   "ctx":"conn1","msg":"client metadata","attr":{"remote":"172.18.0.12:60186","client":"conn1","doc":{"application":{"name":"clearing-house-api"},"driver":{"name":"mongo-rust-driver","version":"2.1.0"},"os":{"type":"linux","architecture":"x86_64","version":"11.0.0"}}}}
clearing-house-mongo    | {"t":{"$date":"2022-01-28T15:37:10.388+00:00"},"s":"I",  "c":"NETWORK",  "id":22943,   "ctx":"listener","msg":"Connection accepted","attr":{"remote":"172.18.0.12:60188","connectionId":2,"connectionCount":2}}
clearing-house-mongo    | {"t":{"$date":"2022-01-28T15:37:10.388+00:00"},"s":"I",  "c":"NETWORK",  "id":51800,   "ctx":"conn2","msg":"client metadata","attr":{"remote":"172.18.0.12:60188","client":"conn2","doc":{"application":{"name":"clearing-house-api"},"driver":{"name":"mongo-rust-driver","version":"2.1.0"},"os":{"type":"linux","architecture":"x86_64","version":"11.0.0"}}}}
clearing-house-api      | [2022-01-28][15:37:10][ch_lib::db][DEBUG] ... found collections: []
clearing-house-api      | [2022-01-28][15:37:10][ch_lib::db][DEBUG] Database empty. Need to initialize...
clearing-house-api      | [2022-01-28][15:37:10][ch_lib::db][DEBUG] Create collection transactions ...
clearing-house-mongo    | {"t":{"$date":"2022-01-28T15:37:10.391+00:00"},"s":"I",  "c":"STORAGE",  "id":20320,   "ctx":"conn2","msg":"createCollection","attr":{"namespace":"process.transactions","uuidDisposition":"generated","uuid":{"uuid":{"$uuid":"c4f63bcd-8356-470b-b8b6-0edf9b9106b7"}},"options":{}}}
clearing-house-mongo    | {"t":{"$date":"2022-01-28T15:37:10.411+00:00"},"s":"I",  "c":"INDEX",    "id":20345,   "ctx":"conn2","msg":"Index build: done building","attr":{"buildUUID":null,"namespace":"process.transactions","index":"_id_","commitTimestamp":{"$timestamp":{"t":0,"i":0}}}}
clearing-house-api      | [2022-01-28][15:37:10][ch_lib::db][DEBUG] ... done.
clearing-house-api      | [2022-01-28][15:37:10][ch_lib::db][DEBUG] ... database initialized.
clearing-house-api      | [2022-01-28][15:37:10][core_lib::api::client][DEBUG] Configuring Daps Api Client...
clearing-house-api      | [2022-01-28][15:37:10][core_lib::api::client][DEBUG] ...found api url: https://omejdn
clearing-house-api      | [2022-01-28][15:37:10][core_lib::api::client::daps_api][DEBUG] Parsing certificate certs/daps.der ...
clearing-house-api      | [2022-01-28][15:37:10][core_lib::api::client::daps_api][DEBUG] ... adding certificate as root certificate
clearing-house-api      | [2022-01-28][15:37:10][core_lib::api::client][DEBUG] Configuring Document Api Client...
clearing-house-api      | [2022-01-28][15:37:10][core_lib::api::client][DEBUG] ...found api url: http://document-api:8001
clearing-house-api      | [2022-01-28][15:37:10][core_lib::api::client][DEBUG] Configuring Keyring Api Client...
clearing-house-api      | [2022-01-28][15:37:10][core_lib::api::client][DEBUG] ...found api url: http://keyring-api:8002
clearing-house-api      | [2022-01-28][15:37:10][rocket::launch][WARN] 🔧 Configured for release.
clearing-house-api      | [2022-01-28][15:37:10][rocket::launch_][WARN] address: 0.0.0.0
clearing-house-api      | [2022-01-28][15:37:10][rocket::launch_][WARN] port: 8000
clearing-house-api      | [2022-01-28][15:37:10][rocket::launch_][WARN] workers: 3
clearing-house-api      | [2022-01-28][15:37:10][rocket::launch_][WARN] ident: Rocket
clearing-house-api      | [2022-01-28][15:37:10][rocket::launch_][WARN] keep-alive: 5s
clearing-house-api      | [2022-01-28][15:37:10][rocket::launch_][WARN] limits: bytes = 8KiB, data-form = 2MiB, file = 1MiB, form = 32KiB, forms = 32KiB, json = 5MiB, msgpack = 1MiB, string = 8KiB
clearing-house-api      | [2022-01-28][15:37:10][rocket::launch_][WARN] tls: disabled
clearing-house-api      | [2022-01-28][15:37:10][rocket::launch_][WARN] temp dir: /tmp
clearing-house-api      | [2022-01-28][15:37:10][rocket::launch_][WARN] log level: normal
clearing-house-api      | [2022-01-28][15:37:10][rocket::launch_][WARN] cli colors: true
clearing-house-api      | [2022-01-28][15:37:10][rocket::launch_][WARN] shutdown: ctrlc = true, force = true, signals = [SIGTERM], grace = 2s, mercy = 3s
clearing-house-api      | [2022-01-28][15:37:10][rocket::launch][WARN] 🛰  Routes:
clearing-house-api      | [2022-01-28][15:37:10][rocket::launch_][WARN] (get_public_sign_key) GET /.well-known/jwks.json application/json
clearing-house-api      | [2022-01-28][15:37:10][rocket::launch_][WARN] (create_process) POST /process/<pid> application/json
clearing-house-api      | [2022-01-28][15:37:10][rocket::launch_][WARN] (unauth_create_process) POST /process/<_pid> [50] application/json
clearing-house-api      | [2022-01-28][15:37:10][rocket::launch_][WARN] (log) POST /messages/log/<pid> application/json
clearing-house-api      | [2022-01-28][15:37:10][rocket::launch_][WARN] (unauth_log) POST /messages/log/<_pid> [50] application/json
clearing-house-api      | [2022-01-28][15:37:10][rocket::launch_][WARN] (query_pid) POST /messages/query/<pid>?<page>&<size>&<sort> application/json
clearing-house-api      | [2022-01-28][15:37:10][rocket::launch_][WARN] (unauth_query_pid) POST /messages/query/<_pid> [50] application/json
clearing-house-api      | [2022-01-28][15:37:10][rocket::launch_][WARN] (query_id) POST /messages/query/<pid>/<id> application/json
clearing-house-api      | [2022-01-28][15:37:10][rocket::launch_][WARN] (unauth_query_id) POST /messages/query/<_pid>/<_id> [50] application/json
clearing-house-api      | [2022-01-28][15:37:10][rocket::launch][WARN] 📡 Fairings:
clearing-house-api      | [2022-01-28][15:37:10][rocket::launch_][WARN] Mounting Clearing House API (ignite)
clearing-house-api      | [2022-01-28][15:37:10][rocket::launch_][WARN] Configuring Document Api Client (ignite)
clearing-house-api      | [2022-01-28][15:37:10][rocket::launch_][WARN] Configuring Process Database (ignite)
clearing-house-api      | [2022-01-28][15:37:10][rocket::launch_][WARN] Adding Signing Key (ignite)
clearing-house-api      | [2022-01-28][15:37:10][rocket::launch_][WARN] Configuring Keyring Api Client (ignite)
clearing-house-api      | [2022-01-28][15:37:10][rocket::launch_][WARN] Configuring Daps Api Client (ignite)
clearing-house-api      | [2022-01-28][15:37:10][rocket::launch_][WARN] Adding Server Info (ignite)
clearing-house-api      | [2022-01-28][15:37:10][rocket::launch_][WARN] Shield (liftoff, response, singleton)
clearing-house-api      | [2022-01-28][15:37:10][rocket::shield::shield][INFO] 🛡️ Shield:
clearing-house-api      | [2022-01-28][15:37:10][_][INFO] Permissions-Policy: interest-cohort=()
clearing-house-api      | [2022-01-28][15:37:10][_][INFO] X-Content-Type-Options: nosniff
clearing-house-api      | [2022-01-28][15:37:10][_][INFO] X-Frame-Options: SAMEORIGIN
clearing-house-api      | [2022-01-28][15:37:10][rocket::launch][WARN] 🚀 Rocket has launched from http://0.0.0.0:8000
testidsa12              | 2022-01-28 15:37:11.914  INFO 1 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8080 (http)
testidsa12              | 2022-01-28 15:37:11.928  INFO 1 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
testidsa12              | 2022-01-28 15:37:11.928  INFO 1 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.56]
testidsa12              | 2022-01-28 15:37:12.157  INFO 1 --- [           main] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
testidsa12              | 2022-01-28 15:37:12.157  INFO 1 --- [           main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 2051 ms
testidsa12              | 2022-01-28 15:37:12.175  INFO 1 --- [           main] de.fhg.aisec.ids.webconsole.WebConsole   : Registering WebConsole classes
testidsa12              | 2022-01-28 15:37:12.758  INFO 1 --- [           main] d.f.a.ids.cm.ContainerManagerService     : Default container management is de.fhg.aisec.ids.cm.impl.docker.DockerCM@4b3ad7ca
testidsa12              | 2022-01-28 15:37:12.778 DEBUG 1 --- [           main] d.f.a.ids.settings.SettingsComponent     : Open Settings Database /root/etc/settings.mapdb...
testidsa12              | 2022-01-28 15:37:13.387  INFO 1 --- [           main] d.f.a.ids.settings.SettingsComponent     : Migrating settings database from version 1 to version 4...
testidsa12              | 2022-01-28 15:37:13.400  INFO 1 --- [           main] d.f.a.ids.settings.SettingsComponent     : Migration successful
testidsa12              | 2022-01-28 15:37:13.401  INFO 1 --- [           main] d.f.a.ids.settings.SettingsComponent     : Migrating settings database from version 2 to version 4...
testidsa12              | 2022-01-28 15:37:13.411  INFO 1 --- [           main] d.f.a.ids.settings.SettingsComponent     : Migration successful
testidsa12              | 2022-01-28 15:37:13.411  INFO 1 --- [           main] d.f.a.ids.settings.SettingsComponent     : Migrating settings database from version 3 to version 4...
testidsa12              | 2022-01-28 15:37:13.423  INFO 1 --- [           main] d.f.a.ids.settings.SettingsComponent     : Migration successful
testidsa12              | 2022-01-28 15:37:13.487  INFO 1 --- [           main] d.f.a.i.d.PolicyDecisionPoint            : Loading Lucon policy from deploy/allow-all-flows.pl
testidsa12              | 2022-01-28 15:37:14.532 DEBUG 1 --- [           main] d.f.a.i.d.lucon.LuconEngine              : Prolog library loaded de.fhg.aisec.ids.dataflowcontrol.lucon.LuconLibrary
testidsa12              | 2022-01-28 15:37:14.536 DEBUG 1 --- [           main] d.f.a.i.d.lucon.LuconEngine              : Loading theory:
testidsa12              | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
testidsa12              | %   Prolog representation of a data flow policy
testidsa12              | %   
testidsa12              | %   Source: default
testidsa12              | %
testidsa12              | % Do not edit this file, it has been generated automatically
testidsa12              | %     by XText/Xtend.
testidsa12              | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
testidsa12              | %
testidsa12              | % Only required for SWI-Prolog
testidsa12              | % Allow the following predicates to be scattered around the prolog file.
testidsa12              | % Otherwise Prolog will issue a warning if they are not stated in subsequent lines.
testidsa12              | %:- discontiguous service/1.
testidsa12              | %:- discontiguous has_endpoint/2.
testidsa12              | %:- discontiguous creates_label/2.
testidsa12              | %:- discontiguous removes_label/2.
testidsa12              | %:- discontiguous rule/1.
testidsa12              | %:- discontiguous rule_priority/2.
testidsa12              | %:- discontiguous receives_label/1.
testidsa12              | %:- discontiguous has_decision/2.
testidsa12              | %:- discontiguous has_target/2.
testidsa12              | %:- discontiguous has_capability/2.
testidsa12              | %:- discontiguous has_property/3.
testidsa12              | %:- discontiguous requires_prerequisites/2.
testidsa12              | %:- discontiguous has_alternativedecision/2.
testidsa12              | %:- discontiguous has_obligation/2.
testidsa12              | 
testidsa12              | %%%%%%%%% Basic Blocking Rule %%%%%%%%%%
testidsa12              | rule(dropAll).
testidsa12              | rule_priority(dropAll,0).
testidsa12              | has_decision(dropAll,drop).
testidsa12              | receives_label(dropAll).
testidsa12              | has_target(dropAll,serviceAll).
testidsa12              | 
testidsa12              | %%%%%%%%%% Catch All Service %%%%%%%%%%%
testidsa12              | service(serviceAll).
testidsa12              | has_endpoint(serviceAll,'.*').
testidsa12              | 
testidsa12              | %%%%%%%%%%%%%%%% Rules %%%%%%%%%%%%%%%%%
testidsa12              | % Allow everything
testidsa12              | rule(allowAll).
testidsa12              | rule_priority(allowAll, 1).
testidsa12              | has_target(allowAll, serviceAll).
testidsa12              | receives_label(allowAll).
testidsa12              | has_decision(allowAll, allow).
testidsa12              | 
testidsa12              | 2022-01-28 15:37:15.260  INFO 1 --- [           main] o.s.b.a.w.s.WelcomePageHandlerMapping    : Adding welcome page: class path resource [www/index.html]
testidsa12              | 2022-01-28 15:37:15.532  INFO 1 --- [           main] o.a.c.m.DefaultConfigurationConfigurer   : Adding custom InterceptStrategy with id: idsCamelInterceptor and implementation: de.fhg.aisec.ids.dataflowcontrol.CamelInterceptor@1ba3c03d
testidsa12              | 2022-01-28 15:37:15.824  INFO 1 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 8080 (http) with context path ''
testidsa12              | 2022-01-28 15:37:15.875  INFO 1 --- [           main] o.a.c.management.JmxManagementStrategy   : JMX is enabled
testidsa12              | 2022-01-28 15:37:16.043  INFO 1 --- [           main] o.a.c.impl.engine.AbstractCamelContext   : Routes startup (total:0 started:0)
testidsa12              | 2022-01-28 15:37:16.044  INFO 1 --- [           main] o.a.c.impl.engine.AbstractCamelContext   : Apache Camel 3.14.0 (camel-1) started in 259ms (build:53ms init:67ms start:139ms)
testidsa12              | 2022-01-28 15:37:16.051  INFO 1 --- [           main] d.f.a.ids.TrustedConnector$Companion     : Started TrustedConnector.Companion in 7.064 seconds (JVM running for 8.741)
testidsa12              | 2022-01-28 15:37:16.056  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Information model 4.1.0 loaded
testidsa12              | 2022-01-28 15:37:16.058  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: appApi
testidsa12              | 2022-01-28 15:37:16.058  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: applicationAvailability
testidsa12              | 2022-01-28 15:37:16.058  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: applicationController
testidsa12              | 2022-01-28 15:37:16.058  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: applicationTaskExecutor
testidsa12              | 2022-01-28 15:37:16.058  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: basicErrorController
testidsa12              | 2022-01-28 15:37:16.058  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: beanNameHandlerMapping
testidsa12              | 2022-01-28 15:37:16.058  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: beanNameViewResolver
testidsa12              | 2022-01-28 15:37:16.058  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: camel.cloud-org.apache.camel.spring.boot.cloud.CamelCloudConfigurationProperties
testidsa12              | 2022-01-28 15:37:16.058  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: camel.component-org.apache.camel.spring.boot.ComponentConfigurationProperties
testidsa12              | 2022-01-28 15:37:16.058  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: camel.component.bean-org.apache.camel.component.bean.springboot.BeanComponentConfiguration
testidsa12              | 2022-01-28 15:37:16.058  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: camel.component.browse-org.apache.camel.component.browse.springboot.BrowseComponentConfiguration
testidsa12              | 2022-01-28 15:37:16.058  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: camel.component.class-org.apache.camel.component.beanclass.springboot.ClassComponentConfiguration
testidsa12              | 2022-01-28 15:37:16.058  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: camel.component.controlbus-org.apache.camel.component.controlbus.springboot.ControlBusComponentConfiguration
testidsa12              | 2022-01-28 15:37:16.058  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: camel.component.dataformat-org.apache.camel.component.dataformat.springboot.DataFormatComponentConfiguration
testidsa12              | 2022-01-28 15:37:16.059  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: camel.component.dataset-org.apache.camel.component.dataset.springboot.DataSetComponentConfiguration
testidsa12              | 2022-01-28 15:37:16.060  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: camel.component.dataset-test-org.apache.camel.component.dataset.springboot.DataSetTestComponentConfiguration
testidsa12              | 2022-01-28 15:37:16.060  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: camel.component.direct-org.apache.camel.component.direct.springboot.DirectComponentConfiguration
testidsa12              | 2022-01-28 15:37:16.060  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: camel.component.direct-vm-org.apache.camel.component.directvm.springboot.DirectVmComponentConfiguration
testidsa12              | 2022-01-28 15:37:16.060  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: camel.component.file-org.apache.camel.component.file.springboot.FileComponentConfiguration
testidsa12              | 2022-01-28 15:37:16.060  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: camel.component.http-org.apache.camel.component.http.springboot.HttpComponentConfiguration
testidsa12              | 2022-01-28 15:37:16.060  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: camel.component.language-org.apache.camel.component.language.springboot.LanguageComponentConfiguration
testidsa12              | 2022-01-28 15:37:16.060  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: camel.component.log-org.apache.camel.component.log.springboot.LogComponentConfiguration
testidsa12              | 2022-01-28 15:37:16.061  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: camel.component.mock-org.apache.camel.component.mock.springboot.MockComponentConfiguration
testidsa12              | 2022-01-28 15:37:16.061  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: camel.component.properties-org.apache.camel.spring.boot.properties.PropertiesComponentConfiguration
testidsa12              | 2022-01-28 15:37:16.061  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: camel.component.ref-org.apache.camel.component.ref.springboot.RefComponentConfiguration
testidsa12              | 2022-01-28 15:37:16.061  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: camel.component.rest-api-org.apache.camel.component.rest.springboot.RestApiComponentConfiguration
testidsa12              | 2022-01-28 15:37:16.061  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: camel.component.rest-org.apache.camel.component.rest.springboot.RestComponentConfiguration
testidsa12              | 2022-01-28 15:37:16.061  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: camel.component.saga-org.apache.camel.component.saga.springboot.SagaComponentConfiguration
testidsa12              | 2022-01-28 15:37:16.062  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: camel.component.scheduler-org.apache.camel.component.scheduler.springboot.SchedulerComponentConfiguration
testidsa12              | 2022-01-28 15:37:16.062  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: camel.component.seda-org.apache.camel.component.seda.springboot.SedaComponentConfiguration
testidsa12              | 2022-01-28 15:37:16.063  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: camel.component.stub-org.apache.camel.component.stub.springboot.StubComponentConfiguration
testidsa12              | 2022-01-28 15:37:16.063  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: camel.component.timer-org.apache.camel.component.timer.springboot.TimerComponentConfiguration
testidsa12              | 2022-01-28 15:37:16.064  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: camel.component.validator-org.apache.camel.component.validator.springboot.ValidatorComponentConfiguration
testidsa12              | 2022-01-28 15:37:16.064  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: camel.component.vm-org.apache.camel.component.vm.springboot.VmComponentConfiguration
testidsa12              | 2022-01-28 15:37:16.064  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: camel.component.xslt-org.apache.camel.component.xslt.springboot.XsltComponentConfiguration
testidsa12              | 2022-01-28 15:37:16.064  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: camel.language-org.apache.camel.spring.boot.LanguageConfigurationProperties
testidsa12              | 2022-01-28 15:37:16.064  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: camel.language.bean-org.apache.camel.language.bean.springboot.BeanLanguageConfiguration
testidsa12              | 2022-01-28 15:37:16.064  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: camel.language.constant-org.apache.camel.language.constant.springboot.ConstantLanguageConfiguration
testidsa12              | 2022-01-28 15:37:16.064  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: camel.language.csimple-org.apache.camel.language.csimple.springboot.CSimpleLanguageConfiguration
testidsa12              | 2022-01-28 15:37:16.064  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: camel.language.exchangeproperty-org.apache.camel.language.property.springboot.ExchangePropertyLanguageConfiguration
testidsa12              | 2022-01-28 15:37:16.064  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: camel.language.file-org.apache.camel.language.simple.springboot.FileLanguageConfiguration
testidsa12              | 2022-01-28 15:37:16.064  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: camel.language.header-org.apache.camel.language.header.springboot.HeaderLanguageConfiguration
testidsa12              | 2022-01-28 15:37:16.064  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: camel.language.ref-org.apache.camel.language.ref.springboot.RefLanguageConfiguration
testidsa12              | 2022-01-28 15:37:16.065  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: camel.language.simple-org.apache.camel.language.simple.springboot.SimpleLanguageConfiguration
testidsa12              | 2022-01-28 15:37:16.065  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: camel.language.tokenize-org.apache.camel.language.tokenizer.springboot.TokenizeLanguageConfiguration
testidsa12              | 2022-01-28 15:37:16.065  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: camel.language.xpath-org.apache.camel.language.xpath.springboot.XPathLanguageConfiguration
testidsa12              | 2022-01-28 15:37:16.065  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: camel.language.xtokenize-org.apache.camel.language.xtokenizer.springboot.XMLTokenizeLanguageConfiguration
testidsa12              | 2022-01-28 15:37:16.066  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: camel.rest-org.apache.camel.model.rest.springboot.RestConfigurationDefinitionProperties
testidsa12              | 2022-01-28 15:37:16.072  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: camel.routetemplate-org.apache.camel.spring.boot.routetemplate.CamelRouteTemplateConfigurationProperties
testidsa12              | 2022-01-28 15:37:16.073  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: camel.springboot-org.apache.camel.spring.boot.CamelConfigurationProperties
testidsa12              | 2022-01-28 15:37:16.073  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: camel.threadpool-org.apache.camel.spring.boot.threadpool.CamelThreadPoolConfigurationProperties
testidsa12              | 2022-01-28 15:37:16.073  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: camelBeanPostProcessor
testidsa12              | 2022-01-28 15:37:16.073  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: camelContext
testidsa12              | 2022-01-28 15:37:16.073  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: camelEndpoint
testidsa12              | 2022-01-28 15:37:16.073  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: certApi
testidsa12              | 2022-01-28 15:37:16.073  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: characterEncodingFilter
testidsa12              | 2022-01-28 15:37:16.073  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: configApi
testidsa12              | 2022-01-28 15:37:16.073  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: configureBeanComponent
testidsa12              | 2022-01-28 15:37:16.073  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: configureBeanLanguage
testidsa12              | 2022-01-28 15:37:16.074  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: configureBrowseComponent
testidsa12              | 2022-01-28 15:37:16.075  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: configureCSimpleLanguage
testidsa12              | 2022-01-28 15:37:16.076  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: configureClassComponent
testidsa12              | 2022-01-28 15:37:16.076  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: configureConstantLanguage
testidsa12              | 2022-01-28 15:37:16.076  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: configureControlBusComponent
testidsa12              | 2022-01-28 15:37:16.076  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: configureDataFormatComponent
testidsa12              | 2022-01-28 15:37:16.076  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: configureDataSetComponent
testidsa12              | 2022-01-28 15:37:16.076  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: configureDataSetTestComponent
testidsa12              | 2022-01-28 15:37:16.076  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: configureDirectComponent
testidsa12              | 2022-01-28 15:37:16.077  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: configureDirectVmComponent
testidsa12              | 2022-01-28 15:37:16.077  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: configureExchangePropertyLanguage
testidsa12              | 2022-01-28 15:37:16.077  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: configureFileComponent
testidsa12              | 2022-01-28 15:37:16.077  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: configureFileLanguage
testidsa12              | 2022-01-28 15:37:16.077  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: configureHeaderLanguage
testidsa12              | 2022-01-28 15:37:16.077  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: configureHttpComponent
testidsa12              | 2022-01-28 15:37:16.077  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: configureIdscp2
testidsa12              | 2022-01-28 15:37:16.078  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: configureLanguageComponent
testidsa12              | 2022-01-28 15:37:16.078  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: configureLogComponent
testidsa12              | 2022-01-28 15:37:16.078  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: configureMockComponent
testidsa12              | 2022-01-28 15:37:16.078  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: configureRefComponent
testidsa12              | 2022-01-28 15:37:16.078  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: configureRefLanguage
testidsa12              | 2022-01-28 15:37:16.079  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: configureRestApiComponent
testidsa12              | 2022-01-28 15:37:16.079  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: configureRestComponent
testidsa12              | 2022-01-28 15:37:16.079  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: configureSagaComponent
testidsa12              | 2022-01-28 15:37:16.079  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: configureSchedulerComponent
testidsa12              | 2022-01-28 15:37:16.079  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: configureSedaComponent
testidsa12              | 2022-01-28 15:37:16.079  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: configureSimpleLanguage
testidsa12              | 2022-01-28 15:37:16.079  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: configureStubComponent
testidsa12              | 2022-01-28 15:37:16.079  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: configureTimerComponent
testidsa12              | 2022-01-28 15:37:16.079  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: configureTokenizeLanguage
testidsa12              | 2022-01-28 15:37:16.079  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: configureValidatorComponent
testidsa12              | 2022-01-28 15:37:16.079  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: configureVmComponent
testidsa12              | 2022-01-28 15:37:16.079  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: configureXMLTokenizeLanguage
testidsa12              | 2022-01-28 15:37:16.079  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: configureXPathLanguage
testidsa12              | 2022-01-28 15:37:16.080  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: configureXsltComponent
testidsa12              | 2022-01-28 15:37:16.080  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: connectionAPI
testidsa12              | 2022-01-28 15:37:16.080  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: connectorConfiguration
testidsa12              | 2022-01-28 15:37:16.080  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: consumerTemplate
testidsa12              | 2022-01-28 15:37:16.080  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: controller
testidsa12              | 2022-01-28 15:37:16.080  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: conventionErrorViewResolver
testidsa12              | 2022-01-28 15:37:16.080  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: defaultServletHandlerMapping
testidsa12              | 2022-01-28 15:37:16.081  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: defaultValidator
testidsa12              | 2022-01-28 15:37:16.081  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: defaultViewResolver
testidsa12              | 2022-01-28 15:37:16.081  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: dispatcherServlet
testidsa12              | 2022-01-28 15:37:16.081  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: dispatcherServletRegistration
testidsa12              | 2022-01-28 15:37:16.081  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: error
testidsa12              | 2022-01-28 15:37:16.081  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: errorAttributes
testidsa12              | 2022-01-28 15:37:16.081  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: errorPageCustomizer
testidsa12              | 2022-01-28 15:37:16.081  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: errorPageRegistrarBeanPostProcessor
testidsa12              | 2022-01-28 15:37:16.081  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: flashMapManager
testidsa12              | 2022-01-28 15:37:16.082  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: fluentProducerTemplate
testidsa12              | 2022-01-28 15:37:16.082  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: forceAutoProxyCreatorToUseClassProxying
testidsa12              | 2022-01-28 15:37:16.082  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: formContentFilter
testidsa12              | 2022-01-28 15:37:16.082  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: handlerExceptionResolver
testidsa12              | 2022-01-28 15:37:16.083  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: handlerFunctionAdapter
testidsa12              | 2022-01-28 15:37:16.084  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: httpRequestHandlerAdapter
testidsa12              | 2022-01-28 15:37:16.084  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: idsCamelInterceptor
testidsa12              | 2022-01-28 15:37:16.084  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: idsContainerManager
testidsa12              | 2022-01-28 15:37:16.084  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: idsDataflowControl
testidsa12              | 2022-01-28 15:37:16.084  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: idsMultipartComponent
testidsa12              | 2022-01-28 15:37:16.084  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: idscp2UsageControlComponent
testidsa12              | 2022-01-28 15:37:16.084  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: infoModelService
testidsa12              | 2022-01-28 15:37:16.084  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: jacksonObjectMapper
testidsa12              | 2022-01-28 15:37:16.084  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: jacksonObjectMapperBuilder
testidsa12              | 2022-01-28 15:37:16.084  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: jerseyApplicationPath
testidsa12              | 2022-01-28 15:37:16.085  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: jerseyServletRegistration
testidsa12              | 2022-01-28 15:37:16.085  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: jettyWebServerFactoryCustomizer
testidsa12              | 2022-01-28 15:37:16.085  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: jsonComponentModule
testidsa12              | 2022-01-28 15:37:16.085  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: lifecycleProcessor
testidsa12              | 2022-01-28 15:37:16.085  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: listBeans
testidsa12              | 2022-01-28 15:37:16.085  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: listContainers
testidsa12              | 2022-01-28 15:37:16.085  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: localeCharsetMappingsCustomizer
testidsa12              | 2022-01-28 15:37:16.085  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: localeResolver
testidsa12              | 2022-01-28 15:37:16.086  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: management.endpoint.camelroutes-org.apache.camel.spring.boot.actuate.endpoint.CamelRoutesEndpointProperties
testidsa12              | 2022-01-28 15:37:16.087  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: mappingJackson2HttpMessageConverter
testidsa12              | 2022-01-28 15:37:16.087  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: messageConverters
testidsa12              | 2022-01-28 15:37:16.087  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: methodValidationPostProcessor
testidsa12              | 2022-01-28 15:37:16.087  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: metricAPI
testidsa12              | 2022-01-28 15:37:16.087  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: multipartConfigElement
testidsa12              | 2022-01-28 15:37:16.087  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: multipartResolver
testidsa12              | 2022-01-28 15:37:16.087  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: mvcContentNegotiationManager
testidsa12              | 2022-01-28 15:37:16.087  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: mvcConversionService
testidsa12              | 2022-01-28 15:37:16.087  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: mvcHandlerMappingIntrospector
testidsa12              | 2022-01-28 15:37:16.087  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: mvcPathMatcher
testidsa12              | 2022-01-28 15:37:16.088  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: mvcPatternParser
testidsa12              | 2022-01-28 15:37:16.088  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: mvcResourceUrlProvider
testidsa12              | 2022-01-28 15:37:16.088  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: mvcUriComponentsContributor
testidsa12              | 2022-01-28 15:37:16.088  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: mvcUrlPathHelper
testidsa12              | 2022-01-28 15:37:16.088  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: mvcValidator
testidsa12              | 2022-01-28 15:37:16.088  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: mvcViewResolver
testidsa12              | 2022-01-28 15:37:16.088  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.component.bean.springboot.BeanComponentAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.088  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.component.beanclass.springboot.ClassComponentAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.089  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.component.browse.springboot.BrowseComponentAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.089  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.component.controlbus.springboot.ControlBusComponentAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.089  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.component.dataformat.springboot.DataFormatComponentAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.089  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.component.dataset.springboot.DataSetComponentAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.089  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.component.dataset.springboot.DataSetComponentConverter
testidsa12              | 2022-01-28 15:37:16.090  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.component.dataset.springboot.DataSetTestComponentAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.090  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.component.dataset.springboot.DataSetTestComponentConverter
testidsa12              | 2022-01-28 15:37:16.090  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.component.direct.springboot.DirectComponentAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.090  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.component.directvm.springboot.DirectVmComponentAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.090  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.component.directvm.springboot.DirectVmComponentConverter
testidsa12              | 2022-01-28 15:37:16.090  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.component.file.springboot.FileComponentAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.090  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.component.http.springboot.HttpComponentAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.090  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.component.http.springboot.HttpComponentConverter
testidsa12              | 2022-01-28 15:37:16.090  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.component.language.springboot.LanguageComponentAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.090  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.component.log.springboot.LogComponentAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.091  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.component.log.springboot.LogComponentConverter
testidsa12              | 2022-01-28 15:37:16.091  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.component.mock.springboot.MockComponentAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.091  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.component.mock.springboot.MockComponentConverter
testidsa12              | 2022-01-28 15:37:16.091  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.component.ref.springboot.RefComponentAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.091  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.component.rest.springboot.RestApiComponentAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.092  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.component.rest.springboot.RestComponentAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.092  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.component.saga.springboot.SagaComponentAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.092  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.component.scheduler.springboot.SchedulerComponentAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.092  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.component.seda.springboot.SedaComponentAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.092  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.component.seda.springboot.SedaComponentConverter
testidsa12              | 2022-01-28 15:37:16.092  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.component.stub.springboot.StubComponentAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.092  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.component.stub.springboot.StubComponentConverter
testidsa12              | 2022-01-28 15:37:16.092  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.component.timer.springboot.TimerComponentAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.092  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.component.validator.springboot.ValidatorComponentAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.092  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.component.validator.springboot.ValidatorComponentConverter
testidsa12              | 2022-01-28 15:37:16.092  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.component.vm.springboot.VmComponentAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.093  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.component.vm.springboot.VmComponentConverter
testidsa12              | 2022-01-28 15:37:16.093  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.component.xslt.springboot.XsltComponentAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.093  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.component.xslt.springboot.XsltComponentConverter
testidsa12              | 2022-01-28 15:37:16.093  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.language.bean.springboot.BeanLanguageAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.093  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.language.constant.springboot.ConstantLanguageAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.093  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.language.csimple.springboot.CSimpleLanguageAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.093  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.language.header.springboot.HeaderLanguageAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.093  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.language.property.springboot.ExchangePropertyLanguageAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.093  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.language.ref.springboot.RefLanguageAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.093  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.language.simple.springboot.FileLanguageAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.093  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.language.simple.springboot.SimpleLanguageAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.093  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.language.tokenizer.springboot.TokenizeLanguageAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.093  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.language.xpath.springboot.XPathLanguageAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.093  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.language.xtokenizer.springboot.XMLTokenizeLanguageAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.093  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.model.rest.springboot.RestConfigurationDefinitionAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.094  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.spring.boot.CamelAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.095  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.spring.boot.TypeConversionConfiguration
testidsa12              | 2022-01-28 15:37:16.095  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.spring.boot.actuate.endpoint.CamelRouteControllerEndpointAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.095  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.spring.boot.actuate.endpoint.CamelRoutesEndpointAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.095  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.spring.boot.cloud.CamelCloudAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.095  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.spring.boot.cloud.CamelCloudServiceCallConfigurationAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.095  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.spring.boot.cloud.CamelCloudServiceChooserAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.095  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.spring.boot.cloud.CamelCloudServiceDiscoveryAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.095  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.spring.boot.cloud.CamelCloudServiceFilterAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.095  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.spring.boot.properties.PropertiesComponentAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.095  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.spring.boot.routetemplate.CamelRouteTemplateAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.095  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.apache.camel.spring.boot.threadpool.CamelThreadPoolAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.095  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.aop.config.internalAutoProxyCreator
testidsa12              | 2022-01-28 15:37:16.095  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.autoconfigure.AutoConfigurationPackages
testidsa12              | 2022-01-28 15:37:16.095  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.autoconfigure.aop.AopAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.095  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.autoconfigure.aop.AopAutoConfiguration$ClassProxyingConfiguration
testidsa12              | 2022-01-28 15:37:16.095  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.autoconfigure.availability.ApplicationAvailabilityAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.095  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.096  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.autoconfigure.context.LifecycleAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.096  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.096  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.autoconfigure.dao.PersistenceExceptionTranslationAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.096  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.096  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration
testidsa12              | 2022-01-28 15:37:16.096  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.autoconfigure.http.JacksonHttpMessageConvertersConfiguration
testidsa12              | 2022-01-28 15:37:16.096  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.autoconfigure.http.JacksonHttpMessageConvertersConfiguration$MappingJackson2HttpMessageConverterConfiguration
testidsa12              | 2022-01-28 15:37:16.096  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.096  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.autoconfigure.internalCachingMetadataReaderFactory
testidsa12              | 2022-01-28 15:37:16.096  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.096  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration
testidsa12              | 2022-01-28 15:37:16.096  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration
testidsa12              | 2022-01-28 15:37:16.097  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration
testidsa12              | 2022-01-28 15:37:16.097  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$ParameterNamesModuleConfiguration
testidsa12              | 2022-01-28 15:37:16.097  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.098  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration$JacksonResourceConfigCustomizer
testidsa12              | 2022-01-28 15:37:16.098  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration$JacksonResourceConfigCustomizer$JaxbObjectMapperCustomizer
testidsa12              | 2022-01-28 15:37:16.098  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.098  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.098  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.autoconfigure.task.TaskSchedulingAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.098  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.098  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.099  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.autoconfigure.web.client.RestTemplateAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.099  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.099  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration$JettyWebServerFactoryCustomizerConfiguration
testidsa12              | 2022-01-28 15:37:16.099  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration$TomcatWebServerFactoryCustomizerConfiguration
testidsa12              | 2022-01-28 15:37:16.099  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.099  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletConfiguration
testidsa12              | 2022-01-28 15:37:16.100  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration
testidsa12              | 2022-01-28 15:37:16.100  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.100  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.100  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.100  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryConfiguration$EmbeddedTomcat
testidsa12              | 2022-01-28 15:37:16.100  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.100  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration
testidsa12              | 2022-01-28 15:37:16.100  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter
testidsa12              | 2022-01-28 15:37:16.100  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.100  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration
testidsa12              | 2022-01-28 15:37:16.100  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration
testidsa12              | 2022-01-28 15:37:16.100  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.autoconfigure.websocket.servlet.WebSocketServletAutoConfiguration
testidsa12              | 2022-01-28 15:37:16.100  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.autoconfigure.websocket.servlet.WebSocketServletAutoConfiguration$JettyWebSocketConfiguration
testidsa12              | 2022-01-28 15:37:16.100  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.autoconfigure.websocket.servlet.WebSocketServletAutoConfiguration$TomcatWebSocketConfiguration
testidsa12              | 2022-01-28 15:37:16.100  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.context.internalConfigurationPropertiesBinder
testidsa12              | 2022-01-28 15:37:16.100  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.context.internalConfigurationPropertiesBinderFactory
testidsa12              | 2022-01-28 15:37:16.101  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.context.properties.BoundConfigurationProperties
testidsa12              | 2022-01-28 15:37:16.101  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
testidsa12              | 2022-01-28 15:37:16.102  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.context.properties.EnableConfigurationPropertiesRegistrar.methodValidationExcludeFilter
testidsa12              | 2022-01-28 15:37:16.103  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.boot.sql.init.dependency.DatabaseInitializationDependencyConfigurer$DependsOnDatabaseInitializationPostProcessor
testidsa12              | 2022-01-28 15:37:16.103  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.context.annotation.internalAutowiredAnnotationProcessor
testidsa12              | 2022-01-28 15:37:16.103  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.context.annotation.internalCommonAnnotationProcessor
testidsa12              | 2022-01-28 15:37:16.103  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.context.annotation.internalConfigurationAnnotationProcessor
testidsa12              | 2022-01-28 15:37:16.103  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.context.event.internalEventListenerFactory
testidsa12              | 2022-01-28 15:37:16.103  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: org.springframework.context.event.internalEventListenerProcessor
testidsa12              | 2022-01-28 15:37:16.103  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: parameterNamesModule
testidsa12              | 2022-01-28 15:37:16.104  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: persistenceExceptionTranslationPostProcessor
testidsa12              | 2022-01-28 15:37:16.104  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: platformTransactionManagerCustomizers
testidsa12              | 2022-01-28 15:37:16.104  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: policyApi
testidsa12              | 2022-01-28 15:37:16.105  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: preserveErrorControllerTargetClassPostProcessor
testidsa12              | 2022-01-28 15:37:16.105  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: producerTemplate
testidsa12              | 2022-01-28 15:37:16.105  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: properties
testidsa12              | 2022-01-28 15:37:16.105  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: propertiesParser
testidsa12              | 2022-01-28 15:37:16.105  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: propertySourcesPlaceholderConfigurer
testidsa12              | 2022-01-28 15:37:16.105  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: requestContextFilter
testidsa12              | 2022-01-28 15:37:16.105  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: requestMappingHandlerAdapter
testidsa12              | 2022-01-28 15:37:16.106  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: requestMappingHandlerMapping
testidsa12              | 2022-01-28 15:37:16.106  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: resourceConfigCustomizer
testidsa12              | 2022-01-28 15:37:16.106  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: resourceHandlerMapping
testidsa12              | 2022-01-28 15:37:16.106  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: rest-configuration
testidsa12              | 2022-01-28 15:37:16.106  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: restTemplateBuilder
testidsa12              | 2022-01-28 15:37:16.106  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: restTemplateBuilderConfigurer
testidsa12              | 2022-01-28 15:37:16.106  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: routeApi
testidsa12              | 2022-01-28 15:37:16.106  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: routeControllerEndpoint
testidsa12              | 2022-01-28 15:37:16.106  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: routeManagerService
testidsa12              | 2022-01-28 15:37:16.106  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: routeTemplate
testidsa12              | 2022-01-28 15:37:16.106  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: routerFunctionMapping
testidsa12              | 2022-01-28 15:37:16.106  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: routesCollector
testidsa12              | 2022-01-28 15:37:16.106  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: routesCollectorListener
testidsa12              | 2022-01-28 15:37:16.106  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: scheduledBeanLazyInitializationExcludeFilter
testidsa12              | 2022-01-28 15:37:16.106  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: server-org.springframework.boot.autoconfigure.web.ServerProperties
testidsa12              | 2022-01-28 15:37:16.106  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: service-call-configuration
testidsa12              | 2022-01-28 15:37:16.106  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: service-discovery
testidsa12              | 2022-01-28 15:37:16.106  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: service-filter
testidsa12              | 2022-01-28 15:37:16.106  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: servletWebServerFactoryCustomizer
testidsa12              | 2022-01-28 15:37:16.106  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: settingsApi
testidsa12              | 2022-01-28 15:37:16.107  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: settingsComponent
testidsa12              | 2022-01-28 15:37:16.107  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: showCamelInfo
testidsa12              | 2022-01-28 15:37:16.107  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: showConnectorProfile
testidsa12              | 2022-01-28 15:37:16.107  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: simpleControllerHandlerAdapter
testidsa12              | 2022-01-28 15:37:16.107  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties
testidsa12              | 2022-01-28 15:37:16.107  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties
testidsa12              | 2022-01-28 15:37:16.107  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: spring.jersey-org.springframework.boot.autoconfigure.jersey.JerseyProperties
testidsa12              | 2022-01-28 15:37:16.107  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: spring.lifecycle-org.springframework.boot.autoconfigure.context.LifecycleProperties
testidsa12              | 2022-01-28 15:37:16.107  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
testidsa12              | 2022-01-28 15:37:16.107  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: spring.resources-org.springframework.boot.autoconfigure.web.ResourceProperties
testidsa12              | 2022-01-28 15:37:16.107  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: spring.servlet.multipart-org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
testidsa12              | 2022-01-28 15:37:16.107  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: spring.sql.init-org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties
testidsa12              | 2022-01-28 15:37:16.107  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: spring.task.execution-org.springframework.boot.autoconfigure.task.TaskExecutionProperties
testidsa12              | 2022-01-28 15:37:16.107  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: spring.task.scheduling-org.springframework.boot.autoconfigure.task.TaskSchedulingProperties
testidsa12              | 2022-01-28 15:37:16.107  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: spring.transaction-org.springframework.boot.autoconfigure.transaction.TransactionProperties
testidsa12              | 2022-01-28 15:37:16.107  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: spring.web-org.springframework.boot.autoconfigure.web.WebProperties
testidsa12              | 2022-01-28 15:37:16.107  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: springTypeConverter
testidsa12              | 2022-01-28 15:37:16.107  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: standardJacksonObjectMapperBuilderCustomizer
testidsa12              | 2022-01-28 15:37:16.107  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: static-service-discovery
testidsa12              | 2022-01-28 15:37:16.107  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: stringHttpMessageConverter
testidsa12              | 2022-01-28 15:37:16.107  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: taskExecutorBuilder
testidsa12              | 2022-01-28 15:37:16.107  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: taskSchedulerBuilder
testidsa12              | 2022-01-28 15:37:16.107  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: themeResolver
testidsa12              | 2022-01-28 15:37:16.107  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: threadPool
testidsa12              | 2022-01-28 15:37:16.107  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: tomcatServletWebServerFactory
testidsa12              | 2022-01-28 15:37:16.107  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: tomcatServletWebServerFactoryCustomizer
testidsa12              | 2022-01-28 15:37:16.107  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: tomcatWebServerFactoryCustomizer
testidsa12              | 2022-01-28 15:37:16.107  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: trustedConnector
testidsa12              | 2022-01-28 15:37:16.107  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: typeConverter
testidsa12              | 2022-01-28 15:37:16.107  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: userApi
testidsa12              | 2022-01-28 15:37:16.107  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: viewControllerHandlerMapping
testidsa12              | 2022-01-28 15:37:16.107  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: viewNameTranslator
testidsa12              | 2022-01-28 15:37:16.107  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: viewResolver
testidsa12              | 2022-01-28 15:37:16.108  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: webConsole
testidsa12              | 2022-01-28 15:37:16.108  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: webServerFactoryCustomizerBeanPostProcessor
testidsa12              | 2022-01-28 15:37:16.108  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: websocketServletWebServerCustomizer
testidsa12              | 2022-01-28 15:37:16.108  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: welcomePageHandlerMapping
testidsa12              | 2022-01-28 15:37:16.108  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Loaded bean: xmlDeployWatcher
testidsa12              | 2022-01-28 15:37:16.560 DEBUG 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Container: clearing-house-api
testidsa12              | 2022-01-28 15:37:16.560 DEBUG 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Container: document-api
testidsa12              | 2022-01-28 15:37:16.561 DEBUG 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Container: keyring-api
testidsa12              | 2022-01-28 15:37:16.562 DEBUG 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Container: document-mongo
testidsa12              | 2022-01-28 15:37:16.562 DEBUG 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Container: clearing-house-mongo
testidsa12              | 2022-01-28 15:37:16.562 DEBUG 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Container: testidsa12
testidsa12              | 2022-01-28 15:37:16.562 DEBUG 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Container: keyring-mongo
testidsa12              | 2022-01-28 15:37:16.562 DEBUG 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Container: connectorb
testidsa12              | 2022-01-28 15:37:16.562 DEBUG 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Container: connectora
testidsa12              | 2022-01-28 15:37:16.562 DEBUG 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Container: omejdn-server
testidsa12              | 2022-01-28 15:37:16.563 DEBUG 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Container: omejdn
testidsa12              | 2022-01-28 15:37:16.566  WARN 1 --- [           main] d.f.a.i.i.InfoModelService               : Settings or ConnectorProfile not available, or no connector entity names provided
testidsa12              | 2022-01-28 15:37:16.566  WARN 1 --- [           main] d.f.a.i.i.InfoModelService               : Connector couldn't be built: Maintainer URL is required!
testidsa12              | 2022-01-28 15:37:16.566  INFO 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : No connector profile stored yet.
testidsa12              | 2022-01-28 15:37:16.571 DEBUG 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Component: camel-bean
testidsa12              | 2022-01-28 15:37:16.571 DEBUG 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Component: camel-class
testidsa12              | 2022-01-28 15:37:16.572 DEBUG 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Component: camel-browse
testidsa12              | 2022-01-28 15:37:16.572 DEBUG 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Component: camel-controlbus
testidsa12              | 2022-01-28 15:37:16.573 DEBUG 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Component: camel-dataformat
testidsa12              | 2022-01-28 15:37:16.573 DEBUG 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Component: camel-dataset
testidsa12              | 2022-01-28 15:37:16.573 DEBUG 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Component: camel-dataset-test
testidsa12              | 2022-01-28 15:37:16.573 DEBUG 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Component: camel-direct
testidsa12              | 2022-01-28 15:37:16.573 DEBUG 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Component: camel-direct-vm
testidsa12              | 2022-01-28 15:37:16.573 DEBUG 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Component: camel-file
testidsa12              | 2022-01-28 15:37:16.573 DEBUG 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Component: camel-http
testidsa12              | 2022-01-28 15:37:16.573 DEBUG 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Component: camel-language
testidsa12              | 2022-01-28 15:37:16.573 DEBUG 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Component: camel-log
testidsa12              | 2022-01-28 15:37:16.573 DEBUG 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Component: camel-mock
testidsa12              | 2022-01-28 15:37:16.573 DEBUG 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Component: camel-ref
testidsa12              | 2022-01-28 15:37:16.573 DEBUG 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Component: camel-rest-api
testidsa12              | 2022-01-28 15:37:16.573 DEBUG 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Component: camel-rest
testidsa12              | 2022-01-28 15:37:16.574 DEBUG 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Component: camel-saga
testidsa12              | 2022-01-28 15:37:16.574 DEBUG 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Component: camel-scheduler
testidsa12              | 2022-01-28 15:37:16.574 DEBUG 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Component: camel-seda
testidsa12              | 2022-01-28 15:37:16.574 DEBUG 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Component: camel-stub
testidsa12              | 2022-01-28 15:37:16.574 DEBUG 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Component: camel-timer
testidsa12              | 2022-01-28 15:37:16.574 DEBUG 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Component: camel-validator
testidsa12              | 2022-01-28 15:37:16.574 DEBUG 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Component: camel-vm
testidsa12              | 2022-01-28 15:37:16.574 DEBUG 1 --- [           main] de.fhg.aisec.ids.TrustedConnector        : Component: camel-xslt
testidsa12              | 2022-01-28 15:37:16.577  INFO 1 --- [           main] de.fhg.aisec.ids.rm.XmlDeployWatcher     : XML file deploy/clearing-house-routes.xml detected, creating XmlApplicationContext...
testidsa12              | 2022-01-28 15:37:17.593  INFO 1 --- [onPool-worker-1] .a.c.c.x.AbstractCamelContextFactoryBean : Using custom TypeConverterRegistry: org.apache.camel.impl.converter.DefaultTypeConverter@375a2e2d
testidsa12              | 2022-01-28 15:37:17.602  INFO 1 --- [onPool-worker-1] .a.c.c.x.AbstractCamelContextFactoryBean : Using custom InterceptStrategy with id: idsCamelInterceptor and implementation: de.fhg.aisec.ids.dataflowcontrol.CamelInterceptor@1ba3c03d
testidsa12              | 2022-01-28 15:37:17.627  INFO 1 --- [onPool-worker-1] o.a.c.management.JmxManagementStrategy   : JMX is enabled
testidsa12              | 2022-01-28 15:37:18.009  INFO 1 --- [onPool-worker-1] org.eclipse.jetty.util.log               : Logging initialized @10700ms to org.eclipse.jetty.util.log.Slf4jLog
testidsa12              | 2022-01-28 15:37:18.022  INFO 1 --- [onPool-worker-1] o.a.c.support.jsse.SSLContextParameters  : Available providers: SUN version 17.
testidsa12              | 2022-01-28 15:37:18.325  INFO 1 --- [onPool-worker-1] o.a.c.c.jetty9.JettyHttpComponent9       : Connector on port: 9999 is using includeCipherSuites: [] excludeCipherSuites: [^.*_(MD5|SHA|SHA1)$, ^TLS_RSA_.*$, ^SSL_.*$, ^.*_NULL_.*$, ^.*_anon_.*$] includeProtocols: [] excludeProtocols: [SSL, SSLv2, SSLv2Hello, SSLv3]
testidsa12              | 2022-01-28 15:37:18.346  INFO 1 --- [onPool-worker-1] org.eclipse.jetty.server.Server          : jetty-9.4.44.v20210927; built: 2021-09-27T23:02:44.612Z; git: 8da83308eeca865e495e53ef315a249d63ba9332; jvm 17.0.1+12
testidsa12              | 2022-01-28 15:37:18.394  INFO 1 --- [onPool-worker-1] o.e.jetty.server.handler.ContextHandler  : Started o.e.j.s.ServletContextHandler@5da222d1{/,null,AVAILABLE}
testidsa12              | 2022-01-28 15:37:18.480  INFO 1 --- [onPool-worker-1] o.e.jetty.server.AbstractConnector       : Started ServerConnector@77c4eb7{ssl, (ssl, http/1.1)}{0.0.0.0:9999}
testidsa12              | 2022-01-28 15:37:18.480  INFO 1 --- [onPool-worker-1] org.eclipse.jetty.server.Server          : Started @11171ms
testidsa12              | 2022-01-28 15:37:18.549  INFO 1 --- [onPool-worker-1] o.a.c.impl.engine.AbstractCamelContext   : Routes startup (total:7 started:7)
testidsa12              | 2022-01-28 15:37:18.549  INFO 1 --- [onPool-worker-1] o.a.c.impl.engine.AbstractCamelContext   :     Started CH_ROUTE_CREATE (direct://createPid)
testidsa12              | 2022-01-28 15:37:18.550  INFO 1 --- [onPool-worker-1] o.a.c.impl.engine.AbstractCamelContext   :     Started CH_ROUTE_LOG (direct://log)
testidsa12              | 2022-01-28 15:37:18.550  INFO 1 --- [onPool-worker-1] o.a.c.impl.engine.AbstractCamelContext   :     Started CH_ROUTE_QUERY (direct://query)
testidsa12              | 2022-01-28 15:37:18.550  INFO 1 --- [onPool-worker-1] o.a.c.impl.engine.AbstractCamelContext   :     Started CH_QUERY_PID (rest://post:/messages/query/%7Bpid%7D)
testidsa12              | 2022-01-28 15:37:18.550  INFO 1 --- [onPool-worker-1] o.a.c.impl.engine.AbstractCamelContext   :     Started CH_QUERY_PID_ID (rest://post:/messages/query/%7Bpid%7D/%7Bid%7D)
testidsa12              | 2022-01-28 15:37:18.551  INFO 1 --- [onPool-worker-1] o.a.c.impl.engine.AbstractCamelContext   :     Started CH_LOG_PID (rest://post:/messages/log/%7Bpid%7D)
testidsa12              | 2022-01-28 15:37:18.551  INFO 1 --- [onPool-worker-1] o.a.c.impl.engine.AbstractCamelContext   :     Started CH_CREATE_PID (rest://post:/process/%7Bpid%7D)
testidsa12              | 2022-01-28 15:37:18.551  INFO 1 --- [onPool-worker-1] o.a.c.impl.engine.AbstractCamelContext   : Apache Camel 3.14.0 (camel-2) started in 930ms (build:2ms init:251ms start:677ms)
testidsa12              | 2022-01-28 15:37:36.116 DEBUG 1 --- [tp1878359324-30] d.f.a.i.d.PolicyDecisionPoint            : Query for uncached label transformation: once(setof(S, action_service('From[rest://post:/messages/log/%7Bpid%7D?consumerComponentName=jetty&routeId=CH_LOG_PID]', S), SC); SC = []),
testidsa12              | collect_creates_labels(SC, ACraw), set_of(ACraw, Adds),
testidsa12              | collect_removes_labels(SC, RCraw), set_of(RCraw, Removes).
testidsa12              | 2022-01-28 15:37:36.280 DEBUG 1 --- [tp1878359324-30] d.f.a.i.d.lucon.LuconEngine              : Prolog library loaded de.fhg.aisec.ids.dataflowcontrol.lucon.LuconLibrary
testidsa12              | 2022-01-28 15:37:36.339 DEBUG 1 --- [tp1878359324-30] d.f.a.i.d.PolicyDecisionPoint            : Transformation: de.fhg.aisec.ids.api.policy.TransformationDecision@7919a7e
testidsa12              | 2022-01-28 15:37:36.348 DEBUG 1 --- [tp1878359324-30] d.f.a.i.d.PolicyDecisionPoint            : Query for uncached label transformation: once(setof(S, action_service('To[direct:log]', S), SC); SC = []),
testidsa12              | collect_creates_labels(SC, ACraw), set_of(ACraw, Adds),
testidsa12              | collect_removes_labels(SC, RCraw), set_of(RCraw, Removes).
testidsa12              | 2022-01-28 15:37:36.355 DEBUG 1 --- [tp1878359324-30] d.f.a.i.d.PolicyDecisionPoint            : Transformation: de.fhg.aisec.ids.api.policy.TransformationDecision@7f71bd1a
testidsa12              | 2022-01-28 15:37:36.358 DEBUG 1 --- [tp1878359324-30] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'Accept-Encoding':'gzip'
testidsa12              | 2022-01-28 15:37:36.359 DEBUG 1 --- [tp1878359324-30] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'CamelHttpMethod':'POST'
testidsa12              | 2022-01-28 15:37:36.359 DEBUG 1 --- [tp1878359324-30] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'CamelHttpPath':'/messages/log/ff28115c-e92b-4272-ad6b-e12afbf9003f'
testidsa12              | 2022-01-28 15:37:36.359 DEBUG 1 --- [tp1878359324-30] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'CamelHttpQuery':'null'
testidsa12              | 2022-01-28 15:37:36.359 DEBUG 1 --- [tp1878359324-30] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'CamelHttpServletRequest':'Request(POST https://testidsa12:9999/messages/log/ff28115c-e92b-4272-ad6b-e12afbf9003f)@782b8017'
testidsa12              | 2022-01-28 15:37:36.360 DEBUG 1 --- [tp1878359324-30] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'CamelHttpServletResponse':'HTTP/1.1 200 
testidsa12              | 
testidsa12              | '
testidsa12              | 2022-01-28 15:37:36.363 DEBUG 1 --- [tp1878359324-30] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'CamelHttpUri':'/messages/log/ff28115c-e92b-4272-ad6b-e12afbf9003f'
testidsa12              | 2022-01-28 15:37:36.363 DEBUG 1 --- [tp1878359324-30] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'CamelHttpUrl':'https://testidsa12:9999/messages/log/ff28115c-e92b-4272-ad6b-e12afbf9003f'
testidsa12              | 2022-01-28 15:37:36.364 DEBUG 1 --- [tp1878359324-30] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'CamelServletContextPath':'/messages/log/{pid}'
testidsa12              | 2022-01-28 15:37:36.365 DEBUG 1 --- [tp1878359324-30] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'Connection':'keep-alive'
testidsa12              | 2022-01-28 15:37:36.365 DEBUG 1 --- [tp1878359324-30] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'Content-Length':'3927'
testidsa12              | 2022-01-28 15:37:36.365 DEBUG 1 --- [tp1878359324-30] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'Content-Type':'multipart/form-data; boundary=48cfd3c5-cb15-4727-98bf-2ac3432400b9'
testidsa12              | 2022-01-28 15:37:36.366 DEBUG 1 --- [tp1878359324-30] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'Host':'testidsa12:9999'
testidsa12              | 2022-01-28 15:37:36.367 DEBUG 1 --- [tp1878359324-30] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'pid':'ff28115c-e92b-4272-ad6b-e12afbf9003f'
testidsa12              | 2022-01-28 15:37:36.367 DEBUG 1 --- [tp1878359324-30] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'User-Agent':'okhttp/4.9.1'
testidsa12              | 2022-01-28 15:37:36.385 DEBUG 1 --- [tp1878359324-30] d.f.a.i.c.ClearingHouseParser            : Field name: header
testidsa12              | 2022-01-28 15:37:36.985 DEBUG 1 --- [tp1878359324-30] d.f.a.i.c.ClearingHouseParser            : id: https://w3id.org/idsa/autogen/logMessage/51b92b85-27e9-4b55-939c-8f21e770e333
testidsa12              | 2022-01-28 15:37:36.985 DEBUG 1 --- [tp1878359324-30] d.f.a.i.c.ClearingHouseParser            : Field name: payload
testidsa12              | 2022-01-28 15:37:36.985 DEBUG 1 --- [tp1878359324-30] d.f.a.i.c.ClearingHouseParser            : Found body with Content-Type "null"
testidsa12              | 2022-01-28 15:37:37.089 DEBUG 1 --- [tp1878359324-30] d.f.a.i.c.ClearingHouseLogProcessor      : Build CH message: {"header":{"@type":"ids:LogMessage","@id":"https://w3id.org/idsa/autogen/logMessage/51b92b85-27e9-4b55-939c-8f21e770e333","ids:issuerConnector":"https://connector_A","ids:issued":"2022-01-28T15:37:35.926UTC","ids:recipientConnector":["https://testidsa12:9999/messages/log/ff28115c-e92b-4272-ad6b-e12afbf9003f"],"ids:senderAgent":"https://connector_A","ids:securityToken":{"@type":"ids:DynamicAttributeToken","@id":"https://w3id.org/idsa/autogen/dynamicAttributeToken/48315194-1599-4b73-8b98-a78020ba64f2","ids:tokenValue":"eyJ0eXAiOiJKV1QiLCJraWQiOiJkZWZhdWx0IiwiYWxnIjoiUlMyNTYifQ.eyJzY29wZXMiOlsiaWRzYzpJRFNfQ09OTkVDVE9SX0FUVFJJQlVURVNfQUxMIl0sImF1ZCI6Imlkc2M6SURTX0NPTk5FQ1RPUlNfQUxMIiwiaXNzIjoiaHR0cHM6Ly9vbWVqZG4iLCJuYmYiOjE2NDMzODQyNTUsImlhdCI6MTY0MzM4NDI1NSwianRpIjoiTVRnek9UazNORGMwTnpnM056SXlOVGt5T0RrPSIsImV4cCI6MTY0MzM4Nzg1NSwic2VjdXJpdHlQcm9maWxlIjoiaWRzYzpCQVNFX1NFQ1VSSVRZX1BST0ZJTEUiLCJyZWZlcnJpbmdDb25uZWN0b3IiOiJodHRwOi8vdGVzdGJlZDEuZGVtbyIsIkB0eXBlIjoiaWRzOkRhdFBheWxvYWQiLCJAY29udGV4dCI6Imh0dHBzOi8vdzNpZC5vcmcvaWRzYS9jb250ZXh0cy9jb250ZXh0Lmpzb25sZCIsInRyYW5zcG9ydENlcnRzU2hhMjU2IjoiYzY4ZDllNmJhM2YxNzk5YmNiZTViZWM5ZDdkOThiMTViMGVmMmYyOTJjODBmNmJjYTk5NDE3OGFhOTVhZTEwZCIsInN1YiI6IjY2OjA3OkVEOkU1OjgwOkU0OjI5OjZEOjFFOkREOkY3OjQzOkNBOjBFOkVCOjM4OjMyOkM4OjNBOjQzOmtleWlkOjA3OkZDOjk1OjE3OkM0Ojk1OkI5OkU0OkFEOjA5OjVGOjA3OjFFOkQyOjIwOjc1OjJEOjg5OjY2Ojg1In0.BO6vguPJvqP9A6LDP9qO3BY4WlsevGYFBxnsZUKP4dqOO3RRUHn_EWZ21bRTWQGp4skn7dzgSK-vLU7owQ86OpqJoMeUwMG21WCEEuQa6YHxYucbXiD9ScIafUBZJKw0-mElcjOMr5kON3gdUtVgSXlvyfI_68Lsa3SF6Kb5-InLLOCc14FRepnpCB0KqhTkePqbtepbOR5wuX6yyw3HFECa7WOL-4an6z9OnMsaBOPlBHJmhKPc5-DyJAsjjWG9w6mkPq7ictcojLaJXPh8f83EPKpbEf-JxaUVietpLj-ZtIeh6_cp_9J3lpJDsTDnwyr8Kmn4br9juSxoAKNEgA","ids:tokenFormat":{"@id":"https://w3id.org/idsa/code/JWT"}},"ids:modelVersion":"4.2.0"},"payload":"ewogICJAY29udGV4dCIgOiB7CiAgICAiaWRzIiA6ICJodHRwczovL3czaWQub3JnL2lkc2EvY29yZS8iLAogICAgImlkc2MiIDogImh0dHBzOi8vdzNpZC5vcmcvaWRzYS9jb2RlLyIKICB9LAogICJAdHlwZSIgOiAiaWRzOkNvbnRyYWN0QWdyZWVtZW50IiwKICAiQGlkIiA6ICJodHRwczovL2Nvbm5lY3RvcmE6NzA4MC9hcGkvYWdyZWVtZW50cy9mZjI4MTE1Yy1lOTJiLTQyNzItYWQ2Yi1lMTJhZmJmOTAwM2YiLAogICJpZHM6cHJvdmlkZXIiIDogewogICAgIkBpZCIgOiAiaHR0cHM6Ly9jb25uZWN0b3JfQSIKICB9LAogICJpZHM6cGVybWlzc2lvbiIgOiBbIHsKICAgICJAdHlwZSIgOiAiaWRzOlBlcm1pc3Npb24iLAogICAgIkBpZCIgOiAiaHR0cHM6Ly9jb25uZWN0b3JhOjcwODAvYXBpL3J1bGVzL2FiNDZjMjBkLTlmODctNGIzNi1iZjMzLTdmMWVlNzRhNTAyOCIsCiAgICAiaWRzOmRlc2NyaXB0aW9uIiA6IFsgewogICAgICAiQHZhbHVlIiA6ICJwcm92aWRlLWFjY2VzcyIsCiAgICAgICJAdHlwZSIgOiAiaHR0cDovL3d3dy53My5vcmcvMjAwMS9YTUxTY2hlbWEjc3RyaW5nIgogICAgfSBdLAogICAgImlkczp0aXRsZSIgOiBbIHsKICAgICAgIkB2YWx1ZSIgOiAiQWxsb3cgRGF0YSBVc2FnZSIsCiAgICAgICJAdHlwZSIgOiAiaHR0cDovL3d3dy53My5vcmcvMjAwMS9YTUxTY2hlbWEjc3RyaW5nIgogICAgfSBdLAogICAgImlkczphY3Rpb24iIDogWyB7CiAgICAgICJAaWQiIDogImh0dHBzOi8vdzNpZC5vcmcvaWRzYS9jb2RlL1VTRSIKICAgIH0gXSwKICAgICJpZHM6cG9zdER1dHkiIDogWyBdLAogICAgImlkczphc3NpZ25lZSIgOiBbIHsKICAgICAgIkBpZCIgOiAiaHR0cHM6Ly9jb25uZWN0b3JfQiIKICAgIH0gXSwKICAgICJpZHM6YXNzaWduZXIiIDogWyB7CiAgICAgICJAaWQiIDogImh0dHBzOi8vY29ubmVjdG9yX0EiCiAgICB9IF0sCiAgICAiaWRzOnByZUR1dHkiIDogWyBdLAogICAgImlkczpjb25zdHJhaW50IiA6IFsgXSwKICAgICJpZHM6dGFyZ2V0IiA6IHsKICAgICAgIkBpZCIgOiAiaHR0cHM6Ly9jb25uZWN0b3JhOjcwODAvYXBpL2FydGlmYWN0cy81NjBjM2Q3OS1lODVkLTRhYmItYTk2OS1hNDdmNzVhMDg4OGUiCiAgICB9CiAgfSBdLAogICJpZHM6Y29uc3VtZXIiIDogewogICAgIkBpZCIgOiAiaHR0cHM6Ly9jb25uZWN0b3JfQiIKICB9LAogICJpZHM6Y29udHJhY3RTdGFydCIgOiB7CiAgICAiQHZhbHVlIiA6ICIyMDIyLTAxLTI4VDE1OjM3OjM1LjUzMFoiLAogICAgIkB0eXBlIiA6ICJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVtYSNkYXRlVGltZVN0YW1wIgogIH0sCiAgImlkczpjb250cmFjdERhdGUiIDogewogICAgIkB2YWx1ZSIgOiAiMjAyMi0wMS0yOFQxNTozNzozNS41MzBaIiwKICAgICJAdHlwZSIgOiAiaHR0cDovL3d3dy53My5vcmcvMjAwMS9YTUxTY2hlbWEjZGF0ZVRpbWVTdGFtcCIKICB9LAogICJpZHM6cHJvaGliaXRpb24iIDogWyBdLAogICJpZHM6b2JsaWdhdGlvbiIgOiBbIF0KfQ==","payloadType":"application/octet-stream"}, with payload ewogICJAY29udGV4dCIgOiB7CiAgICAiaWRzIiA6ICJodHRwczovL3czaWQub3JnL2lkc2EvY29yZS8iLAogICAgImlkc2MiIDogImh0dHBzOi8vdzNpZC5vcmcvaWRzYS9jb2RlLyIKICB9LAogICJAdHlwZSIgOiAiaWRzOkNvbnRyYWN0QWdyZWVtZW50IiwKICAiQGlkIiA6ICJodHRwczovL2Nvbm5lY3RvcmE6NzA4MC9hcGkvYWdyZWVtZW50cy9mZjI4MTE1Yy1lOTJiLTQyNzItYWQ2Yi1lMTJhZmJmOTAwM2YiLAogICJpZHM6cHJvdmlkZXIiIDogewogICAgIkBpZCIgOiAiaHR0cHM6Ly9jb25uZWN0b3JfQSIKICB9LAogICJpZHM6cGVybWlzc2lvbiIgOiBbIHsKICAgICJAdHlwZSIgOiAiaWRzOlBlcm1pc3Npb24iLAogICAgIkBpZCIgOiAiaHR0cHM6Ly9jb25uZWN0b3JhOjcwODAvYXBpL3J1bGVzL2FiNDZjMjBkLTlmODctNGIzNi1iZjMzLTdmMWVlNzRhNTAyOCIsCiAgICAiaWRzOmRlc2NyaXB0aW9uIiA6IFsgewogICAgICAiQHZhbHVlIiA6ICJwcm92aWRlLWFjY2VzcyIsCiAgICAgICJAdHlwZSIgOiAiaHR0cDovL3d3dy53My5vcmcvMjAwMS9YTUxTY2hlbWEjc3RyaW5nIgogICAgfSBdLAogICAgImlkczp0aXRsZSIgOiBbIHsKICAgICAgIkB2YWx1ZSIgOiAiQWxsb3cgRGF0YSBVc2FnZSIsCiAgICAgICJAdHlwZSIgOiAiaHR0cDovL3d3dy53My5vcmcvMjAwMS9YTUxTY2hlbWEjc3RyaW5nIgogICAgfSBdLAogICAgImlkczphY3Rpb24iIDogWyB7CiAgICAgICJAaWQiIDogImh0dHBzOi8vdzNpZC5vcmcvaWRzYS9jb2RlL1VTRSIKICAgIH0gXSwKICAgICJpZHM6cG9zdER1dHkiIDogWyBdLAogICAgImlkczphc3NpZ25lZSIgOiBbIHsKICAgICAgIkBpZCIgOiAiaHR0cHM6Ly9jb25uZWN0b3JfQiIKICAgIH0gXSwKICAgICJpZHM6YXNzaWduZXIiIDogWyB7CiAgICAgICJAaWQiIDogImh0dHBzOi8vY29ubmVjdG9yX0EiCiAgICB9IF0sCiAgICAiaWRzOnByZUR1dHkiIDogWyBdLAogICAgImlkczpjb25zdHJhaW50IiA6IFsgXSwKICAgICJpZHM6dGFyZ2V0IiA6IHsKICAgICAgIkBpZCIgOiAiaHR0cHM6Ly9jb25uZWN0b3JhOjcwODAvYXBpL2FydGlmYWN0cy81NjBjM2Q3OS1lODVkLTRhYmItYTk2OS1hNDdmNzVhMDg4OGUiCiAgICB9CiAgfSBdLAogICJpZHM6Y29uc3VtZXIiIDogewogICAgIkBpZCIgOiAiaHR0cHM6Ly9jb25uZWN0b3JfQiIKICB9LAogICJpZHM6Y29udHJhY3RTdGFydCIgOiB7CiAgICAiQHZhbHVlIiA6ICIyMDIyLTAxLTI4VDE1OjM3OjM1LjUzMFoiLAogICAgIkB0eXBlIiA6ICJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVtYSNkYXRlVGltZVN0YW1wIgogIH0sCiAgImlkczpjb250cmFjdERhdGUiIDogewogICAgIkB2YWx1ZSIgOiAiMjAyMi0wMS0yOFQxNTozNzozNS41MzBaIiwKICAgICJAdHlwZSIgOiAiaHR0cDovL3d3dy53My5vcmcvMjAwMS9YTUxTY2hlbWEjZGF0ZVRpbWVTdGFtcCIKICB9LAogICJpZHM6cHJvaGliaXRpb24iIDogWyBdLAogICJpZHM6b2JsaWdhdGlvbiIgOiBbIF0KfQ== and payload type application/octet-stream
testidsa12              | 2022-01-28 15:37:37.096 DEBUG 1 --- [tp1878359324-30] d.f.a.i.d.PolicyDecisionPoint            : Query for uncached label transformation: once(setof(S, action_service('process[ref:logProcessor]', S), SC); SC = []),
testidsa12              | collect_creates_labels(SC, ACraw), set_of(ACraw, Adds),
testidsa12              | collect_removes_labels(SC, RCraw), set_of(RCraw, Removes).
testidsa12              | 2022-01-28 15:37:37.101 DEBUG 1 --- [tp1878359324-30] d.f.a.i.d.PolicyDecisionPoint            : Transformation: de.fhg.aisec.ids.api.policy.TransformationDecision@644c116
clearing-house-api      | [2022-01-28][15:37:37][rocket::server][INFO] POST /messages/log/ff28115c-e92b-4272-ad6b-e12afbf9003f application/json:
clearing-house-api      | [2022-01-28][15:37:37][_][INFO] Matched: (log) POST /messages/log/<pid> application/json
clearing-house-api      | [2022-01-28][15:37:37][core_lib::api::auth][DEBUG] ...no jwks cached
clearing-house-api      | [2022-01-28][15:37:37][core_lib::api::client::daps_api][DEBUG] trying to get JWKSet from url: https://omejdn/.well-known/jwks.json
clearing-house-api      | [2022-01-28][15:37:37][hyper::client::connect::dns][DEBUG] resolving host="omejdn"
clearing-house-api      | [2022-01-28][15:37:37][hyper::client::connect::http][DEBUG] connecting to 172.18.0.2:443
clearing-house-api      | [2022-01-28][15:37:37][tokio_reactor][DEBUG] adding I/O source: 0
clearing-house-api      | [2022-01-28][15:37:37][tokio_reactor::registration][DEBUG] scheduling Write for: 0
clearing-house-api      | [2022-01-28][15:37:37][hyper::client::connect::http][DEBUG] connected to Some(172.18.0.2:443)
clearing-house-api      | [2022-01-28][15:37:37][tokio_reactor::registration][DEBUG] scheduling Read for: 0
clearing-house-api      | [2022-01-28][15:37:37][tokio_reactor::registration][DEBUG] scheduling Read for: 0
clearing-house-api      | [2022-01-28][15:37:37][tokio_reactor][DEBUG] dropping I/O source: 0
clearing-house-api      | [2022-01-28][15:37:37][core_lib::api::client::daps_api][ERROR] did not receive response from https://omejdn/.well-known/jwks.json: Error(Hyper(Error(Connect, Custom { kind: Other, error: Ssl(Error { code: ErrorCode(1), cause: Some(Ssl(ErrorStack([Error { code: 337047686, library: "SSL routines", function: "tls_process_server_certificate", reason: "certificate verify failed", file: "../ssl/statem/statem_clnt.c", line: 1913 }]))) }, X509VerifyResult { code: 18, error: "self signed certificate" }) })), "https://omejdn/.well-known/jwks.json")
clearing-house-api      | [2022-01-28][15:37:37][core_lib::api::auth][ERROR] ... failed to get jwks from daps!
clearing-house-api      | [2022-01-28][15:37:37][_][WARN] `ApiKey < IdsClaims, Empty >` request guard is forwarding.
clearing-house-api      | [2022-01-28][15:37:37][_][INFO] Outcome: Forward
clearing-house-api      | [2022-01-28][15:37:37][_][INFO] Matched: (unauth_log) POST /messages/log/<_pid> [50] application/json
clearing-house-api      | [2022-01-28][15:37:37][ch_lib::model::ids::response][DEBUG] ids-response: {"@context":{"ids":"https://w3id.org/idsa/core/","idsc":"https://w3id.org/idsa/code/"},"@type":"ids:RejectionMessage","@id":"https://w3id.org/idsa/autogen/RejectionMessage/8a895328-b95f-406e-a516-454c97b3bd3f","ids:modelVersion":"4.0.0","ids:correlationMessage":"https://w3id.org/idsa/autogen/logMessage/51b92b85-27e9-4b55-939c-8f21e770e333","ids:issued":"2022-01-28T15:37:37.132499756+00:00","ids:issuerConnector":"https://clearing_house/","ids:senderAgent":"https://clearing_house","ids:recipientConnector":["https://connector_A"],"ids:recipientAgent":["https://connector_A"]}
clearing-house-api      | [2022-01-28][15:37:37][_][INFO] Outcome: Success
clearing-house-api      | [2022-01-28][15:37:37][_][INFO] Response succeeded.
testidsa12              | 2022-01-28 15:37:37.134 DEBUG 1 --- [tp1878359324-30] d.f.a.i.d.PolicyDecisionPoint            : Query for uncached label transformation: once(setof(S, action_service('To[http://clearing-house-api:8000/?bridgeEndpoint=true&throwExceptionOnFailure=false]', S), SC); SC = []),
testidsa12              | collect_creates_labels(SC, ACraw), set_of(ACraw, Adds),
testidsa12              | collect_removes_labels(SC, RCraw), set_of(RCraw, Removes).
testidsa12              | 2022-01-28 15:37:37.139 DEBUG 1 --- [tp1878359324-30] d.f.a.i.d.PolicyDecisionPoint            : Transformation: de.fhg.aisec.ids.api.policy.TransformationDecision@17f9e6a4
testidsa12              | 2022-01-28 15:37:37.201 DEBUG 1 --- [tp1878359324-30] d.f.a.i.i.d.d.a.AisecDapsDriver          : AKI: CB:8C:C7:B6:85:79:A8:23:A6:CB:15:AB:17:50:2F:E6:65:43:5D:E8:
testidsa12              | 2022-01-28 15:37:37.202 DEBUG 1 --- [tp1878359324-30] d.f.a.i.i.d.d.a.AisecDapsDriver          : SKI: 9D:19:9B:F3:00:E4:79:9B:A8:2B:0E:5C:AB:22:C3:BF:3B:13:BD:40:
testidsa12              | 2022-01-28 15:37:37.322 DEBUG 1 --- [tp1878359324-30] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'Accept-Encoding':'gzip'
testidsa12              | 2022-01-28 15:37:37.322 DEBUG 1 --- [tp1878359324-30] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'Authorization':'Bearer eyJ0eXAiOiJKV1QiLCJraWQiOiJkZWZhdWx0IiwiYWxnIjoiUlMyNTYifQ.eyJzY29wZXMiOlsiaWRzYzpJRFNfQ09OTkVDVE9SX0FUVFJJQlVURVNfQUxMIl0sImF1ZCI6Imlkc2M6SURTX0NPTk5FQ1RPUlNfQUxMIiwiaXNzIjoiaHR0cHM6Ly9vbWVqZG4iLCJuYmYiOjE2NDMzODQyNTUsImlhdCI6MTY0MzM4NDI1NSwianRpIjoiTVRnek9UazNORGMwTnpnM056SXlOVGt5T0RrPSIsImV4cCI6MTY0MzM4Nzg1NSwic2VjdXJpdHlQcm9maWxlIjoiaWRzYzpCQVNFX1NFQ1VSSVRZX1BST0ZJTEUiLCJyZWZlcnJpbmdDb25uZWN0b3IiOiJodHRwOi8vdGVzdGJlZDEuZGVtbyIsIkB0eXBlIjoiaWRzOkRhdFBheWxvYWQiLCJAY29udGV4dCI6Imh0dHBzOi8vdzNpZC5vcmcvaWRzYS9jb250ZXh0cy9jb250ZXh0Lmpzb25sZCIsInRyYW5zcG9ydENlcnRzU2hhMjU2IjoiYzY4ZDllNmJhM2YxNzk5YmNiZTViZWM5ZDdkOThiMTViMGVmMmYyOTJjODBmNmJjYTk5NDE3OGFhOTVhZTEwZCIsInN1YiI6IjY2OjA3OkVEOkU1OjgwOkU0OjI5OjZEOjFFOkREOkY3OjQzOkNBOjBFOkVCOjM4OjMyOkM4OjNBOjQzOmtleWlkOjA3OkZDOjk1OjE3OkM0Ojk1OkI5OkU0OkFEOjA5OjVGOjA3OjFFOkQyOjIwOjc1OjJEOjg5OjY2Ojg1In0.BO6vguPJvqP9A6LDP9qO3BY4WlsevGYFBxnsZUKP4dqOO3RRUHn_EWZ21bRTWQGp4skn7dzgSK-vLU7owQ86OpqJoMeUwMG21WCEEuQa6YHxYucbXiD9ScIafUBZJKw0-mElcjOMr5kON3gdUtVgSXlvyfI_68Lsa3SF6Kb5-InLLOCc14FRepnpCB0KqhTkePqbtepbOR5wuX6yyw3HFECa7WOL-4an6z9OnMsaBOPlBHJmhKPc5-DyJAsjjWG9w6mkPq7ictcojLaJXPh8f83EPKpbEf-JxaUVietpLj-ZtIeh6_cp_9J3lpJDsTDnwyr8Kmn4br9juSxoAKNEgA'
testidsa12              | 2022-01-28 15:37:37.322 DEBUG 1 --- [tp1878359324-30] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'CamelHttpMethod':'POST'
testidsa12              | 2022-01-28 15:37:37.323 DEBUG 1 --- [tp1878359324-30] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'CamelHttpPath':'/messages/log/ff28115c-e92b-4272-ad6b-e12afbf9003f'
testidsa12              | 2022-01-28 15:37:37.323 DEBUG 1 --- [tp1878359324-30] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'CamelHttpResponseCode':'401'
testidsa12              | 2022-01-28 15:37:37.323 DEBUG 1 --- [tp1878359324-30] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'CamelHttpResponseText':'Unauthorized'
testidsa12              | 2022-01-28 15:37:37.323 DEBUG 1 --- [tp1878359324-30] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'CamelHttpServletRequest':'Request(POST https://testidsa12:9999/messages/log/ff28115c-e92b-4272-ad6b-e12afbf9003f)@782b8017'
testidsa12              | 2022-01-28 15:37:37.323 DEBUG 1 --- [tp1878359324-30] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'CamelHttpServletResponse':'HTTP/1.1 200 
testidsa12              | 
testidsa12              | '
testidsa12              | 2022-01-28 15:37:37.323 DEBUG 1 --- [tp1878359324-30] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'CamelHttpUri':'/messages/log/ff28115c-e92b-4272-ad6b-e12afbf9003f'
testidsa12              | 2022-01-28 15:37:37.323 DEBUG 1 --- [tp1878359324-30] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'CamelHttpUrl':'https://testidsa12:9999/messages/log/ff28115c-e92b-4272-ad6b-e12afbf9003f'
testidsa12              | 2022-01-28 15:37:37.323 DEBUG 1 --- [tp1878359324-30] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'CamelServletContextPath':'/messages/log/{pid}'
testidsa12              | 2022-01-28 15:37:37.323 DEBUG 1 --- [tp1878359324-30] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'content-length':'16'
testidsa12              | 2022-01-28 15:37:37.323 DEBUG 1 --- [tp1878359324-30] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'Content-Type':'application/json'
testidsa12              | 2022-01-28 15:37:37.323 DEBUG 1 --- [tp1878359324-30] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'date':'Fri, 28 Jan 2022 15:37:37 GMT'
testidsa12              | 2022-01-28 15:37:37.323 DEBUG 1 --- [tp1878359324-30] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'ids-header':'{"@context":{"ids":"https://w3id.org/idsa/core/","idsc":"https://w3id.org/idsa/code/"},"@type":"ids:RejectionMessage","@id":"https://w3id.org/idsa/autogen/RejectionMessage/8a895328-b95f-406e-a516-454c97b3bd3f","ids:modelVersion":"4.0.0","ids:correlationMessage":"https://w3id.org/idsa/autogen/logMessage/51b92b85-27e9-4b55-939c-8f21e770e333","ids:issued":"2022-01-28T15:37:37.132499756+00:00","ids:issuerConnector":"https://clearing_house/","ids:senderAgent":"https://clearing_house","ids:recipientConnector":["https://connector_A"],"ids:recipientAgent":["https://connector_A"]}'
testidsa12              | 2022-01-28 15:37:37.324 DEBUG 1 --- [tp1878359324-30] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'permissions-policy':'interest-cohort=()'
testidsa12              | 2022-01-28 15:37:37.324 DEBUG 1 --- [tp1878359324-30] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'pid':'ff28115c-e92b-4272-ad6b-e12afbf9003f'
testidsa12              | 2022-01-28 15:37:37.324 DEBUG 1 --- [tp1878359324-30] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'server':'Rocket'
testidsa12              | 2022-01-28 15:37:37.324 DEBUG 1 --- [tp1878359324-30] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'x-content-type-options':'nosniff'
testidsa12              | 2022-01-28 15:37:37.324 DEBUG 1 --- [tp1878359324-30] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'x-frame-options':'SAMEORIGIN'
testidsa12              | 2022-01-28 15:37:37.328 DEBUG 1 --- [tp1878359324-30] d.f.a.i.c.ClearingHouseOutputProcessor   : IDS-Header is not empty, using header from original message
testidsa12              | 2022-01-28 15:37:37.328  INFO 1 --- [tp1878359324-30] d.f.a.i.i.d.d.a.AisecDapsDriver          : Retrieving Dynamic Attribute Token from DAPS ...
testidsa12              | 2022-01-28 15:37:37.328 DEBUG 1 --- [tp1878359324-30] d.f.a.i.i.d.d.a.AisecDapsDriver          : ConnectorUUID: 9D:19:9B:F3:00:E4:79:9B:A8:2B:0E:5C:AB:22:C3:BF:3B:13:BD:40:keyid:CB:8C:C7:B6:85:79:A8:23:A6:CB:15:AB:17:50:2F:E6:65:43:5D:E8
testidsa12              | 2022-01-28 15:37:37.572  WARN 1 --- [tp1878359324-30] d.f.a.i.i.d.d.a.AisecDapsDriver          : DAPS /.well-known/oauth-authorization-server not available, using fallback URLs. Next retry to fetch DAPS meta in 86400 seconds
testidsa12              | 2022-01-28 15:37:37.614 DEBUG 1 --- [tp1878359324-30] d.f.a.i.i.d.d.a.AisecDapsDriver          : Acquired DAT from https://omejdn/token
testidsa12              | 2022-01-28 15:37:37.614 DEBUG 1 --- [tp1878359324-30] d.f.a.i.i.d.d.a.AisecDapsDriver          : Received DAT from DAPS: eyJ0eXAiOiJKV1QiLCJraWQiOiJkZWZhdWx0IiwiYWxnIjoiUlMyNTYifQ.eyJzY29wZXMiOlsiaWRzYzpJRFNfQ09OTkVDVE9SX0FUVFJJQlVURVNfQUxMIl0sImF1ZCI6Imlkc2M6SURTX0NPTk5FQ1RPUlNfQUxMIiwiaXNzIjoiaHR0cHM6Ly9vbWVqZG4iLCJuYmYiOjE2NDMzODQyNTcsImlhdCI6MTY0MzM4NDI1NywianRpIjoiTVRJeE5UWTNOelk0TkRFM05qazJPVGt6TlRBPSIsImV4cCI6MTY0MzM4Nzg1Nywic2VjdXJpdHlQcm9maWxlIjoiaWRzYzpCQVNFX1NFQ1VSSVRZX1BST0ZJTEUiLCJyZWZlcnJpbmdDb25uZWN0b3IiOiJodHRwOi8vdGVzdGlkc2ExMi5kZW1vIiwiQHR5cGUiOiJpZHM6RGF0UGF5bG9hZCIsIkBjb250ZXh0IjoiaHR0cHM6Ly93M2lkLm9yZy9pZHNhL2NvbnRleHRzL2NvbnRleHQuanNvbmxkIiwidHJhbnNwb3J0Q2VydHNTaGEyNTYiOiIzNjFiZDRhZDI3OTNjNmE4ZTBmY2ExNGY0ZDk1NTgzODE0MmE5NGQwMWZmOGU0MmI2NTkzZmExYTViNzdkM2MyIiwic3ViIjoiOUQ6MTk6OUI6RjM6MDA6RTQ6Nzk6OUI6QTg6MkI6MEU6NUM6QUI6MjI6QzM6QkY6M0I6MTM6QkQ6NDA6a2V5aWQ6Q0I6OEM6Qzc6QjY6ODU6Nzk6QTg6MjM6QTY6Q0I6MTU6QUI6MTc6NTA6MkY6RTY6NjU6NDM6NUQ6RTgifQ.D5ttJY0lDhFYRdazcFaavWD1E6XpppRcuK3ge8un_F42pgRNCIvPCd4--yRmSCbOTXEs0HkJVnX3DEpV_pLJXJqH-Nyt_7RemitI_gIxhs6uWYmO_aG1RzdWHYuR1b7Lr9NdTiD6SNzdyFyQJgv41_E6jdcAD1NUn3H7tmhonoCEBi3XAMSGry9fZAvX_IO3v7XThj5Zeu7kEQ47OZOLUKefmrvOB-RoN5qiKhW8p2jMPyOkDPXubCMFUgeOihEcZQX8Yz3ruZ7q0i06Vyf-s9BA-qiXezueQpYJU8IBtPYwkCFDeLpyAoC57jfcDK_3qHl1EB5d9-kKru2McQ9sMQ
testidsa12              | 2022-01-28 15:37:37.614 DEBUG 1 --- [tp1878359324-30] d.f.a.i.i.d.d.a.AisecDapsDriver          : Verifying dynamic attribute token...
testidsa12              | 2022-01-28 15:37:37.733 DEBUG 1 --- [tp1878359324-30] d.f.a.i.i.d.d.a.AisecDapsDriver          : DAT is valid for 3600 seconds
testidsa12              | 2022-01-28 15:37:37.734 DEBUG 1 --- [tp1878359324-30] d.f.a.i.c.ClearingHouseOutputProcessor   : status code is: 401
testidsa12              | 2022-01-28 15:37:37.734 DEBUG 1 --- [tp1878359324-30] d.f.a.i.c.ClearingHouseOutputProcessor   : ids header: {"@context":{"ids":"https://w3id.org/idsa/core/","idsc":"https://w3id.org/idsa/code/"},"@type":"ids:RejectionMessage","@id":"https://w3id.org/idsa/autogen/RejectionMessage/8a895328-b95f-406e-a516-454c97b3bd3f","ids:modelVersion":"4.0.0","ids:correlationMessage":"https://w3id.org/idsa/autogen/logMessage/51b92b85-27e9-4b55-939c-8f21e770e333","ids:issued":"2022-01-28T15:37:37.132499756+00:00","ids:issuerConnector":"https://clearing_house/","ids:senderAgent":"https://clearing_house","ids:recipientConnector":["https://connector_A"],"ids:recipientAgent":["https://connector_A"]}
testidsa12              | 2022-01-28 15:37:37.735 DEBUG 1 --- [tp1878359324-30] d.f.a.i.c.ClearingHouseOutputProcessor   : daps token: "ids:securityToken" : { "@type" : "ids:DynamicAttributeToken","@id" : "https://w3id.org/idsa/autogen/dynamicAttributeToken/978a4f1e-0a18-436c-9b88-02ba4e82e4b5","ids:tokenFormat" : { "@id" : "idsc:JWT"},"ids:tokenValue" : "eyJ0eXAiOiJKV1QiLCJraWQiOiJkZWZhdWx0IiwiYWxnIjoiUlMyNTYifQ.eyJzY29wZXMiOlsiaWRzYzpJRFNfQ09OTkVDVE9SX0FUVFJJQlVURVNfQUxMIl0sImF1ZCI6Imlkc2M6SURTX0NPTk5FQ1RPUlNfQUxMIiwiaXNzIjoiaHR0cHM6Ly9vbWVqZG4iLCJuYmYiOjE2NDMzODQyNTcsImlhdCI6MTY0MzM4NDI1NywianRpIjoiTVRJeE5UWTNOelk0TkRFM05qazJPVGt6TlRBPSIsImV4cCI6MTY0MzM4Nzg1Nywic2VjdXJpdHlQcm9maWxlIjoiaWRzYzpCQVNFX1NFQ1VSSVRZX1BST0ZJTEUiLCJyZWZlcnJpbmdDb25uZWN0b3IiOiJodHRwOi8vdGVzdGlkc2ExMi5kZW1vIiwiQHR5cGUiOiJpZHM6RGF0UGF5bG9hZCIsIkBjb250ZXh0IjoiaHR0cHM6Ly93M2lkLm9yZy9pZHNhL2NvbnRleHRzL2NvbnRleHQuanNvbmxkIiwidHJhbnNwb3J0Q2VydHNTaGEyNTYiOiIzNjFiZDRhZDI3OTNjNmE4ZTBmY2ExNGY0ZDk1NTgzODE0MmE5NGQwMWZmOGU0MmI2NTkzZmExYTViNzdkM2MyIiwic3ViIjoiOUQ6MTk6OUI6RjM6MDA6RTQ6Nzk6OUI6QTg6MkI6MEU6NUM6QUI6MjI6QzM6QkY6M0I6MTM6QkQ6NDA6a2V5aWQ6Q0I6OEM6Qzc6QjY6ODU6Nzk6QTg6MjM6QTY6Q0I6MTU6QUI6MTc6NTA6MkY6RTY6NjU6NDM6NUQ6RTgifQ.D5ttJY0lDhFYRdazcFaavWD1E6XpppRcuK3ge8un_F42pgRNCIvPCd4--yRmSCbOTXEs0HkJVnX3DEpV_pLJXJqH-Nyt_7RemitI_gIxhs6uWYmO_aG1RzdWHYuR1b7Lr9NdTiD6SNzdyFyQJgv41_E6jdcAD1NUn3H7tmhonoCEBi3XAMSGry9fZAvX_IO3v7XThj5Zeu7kEQ47OZOLUKefmrvOB-RoN5qiKhW8p2jMPyOkDPXubCMFUgeOihEcZQX8Yz3ruZ7q0i06Vyf-s9BA-qiXezueQpYJU8IBtPYwkCFDeLpyAoC57jfcDK_3qHl1EB5d9-kKru2McQ9sMQ"}
testidsa12              | 2022-01-28 15:37:37.735 DEBUG 1 --- [tp1878359324-30] d.f.a.i.c.ClearingHouseOutputProcessor   : message: {"@context":{"ids":"https://w3id.org/idsa/core/","idsc":"https://w3id.org/idsa/code/"},"@type":"ids:RejectionMessage","@id":"https://w3id.org/idsa/autogen/RejectionMessage/8a895328-b95f-406e-a516-454c97b3bd3f","ids:modelVersion":"4.0.0","ids:correlationMessage":"https://w3id.org/idsa/autogen/logMessage/51b92b85-27e9-4b55-939c-8f21e770e333","ids:issued":"2022-01-28T15:37:37.132499756+00:00","ids:issuerConnector":"https://clearing_house/","ids:senderAgent":"https://clearing_house","ids:recipientConnector":["https://connector_A"],"ids:recipientAgent":["https://connector_A","ids:securityToken" : { "@type" : "ids:DynamicAttributeToken","@id" : "https://w3id.org/idsa/autogen/dynamicAttributeToken/978a4f1e-0a18-436c-9b88-02ba4e82e4b5","ids:tokenFormat" : { "@id" : "idsc:JWT"},"ids:tokenValue" : "eyJ0eXAiOiJKV1QiLCJraWQiOiJkZWZhdWx0IiwiYWxnIjoiUlMyNTYifQ.eyJzY29wZXMiOlsiaWRzYzpJRFNfQ09OTkVDVE9SX0FUVFJJQlVURVNfQUxMIl0sImF1ZCI6Imlkc2M6SURTX0NPTk5FQ1RPUlNfQUxMIiwiaXNzIjoiaHR0cHM6Ly9vbWVqZG4iLCJuYmYiOjE2NDMzODQyNTcsImlhdCI6MTY0MzM4NDI1NywianRpIjoiTVRJeE5UWTNOelk0TkRFM05qazJPVGt6TlRBPSIsImV4cCI6MTY0MzM4Nzg1Nywic2VjdXJpdHlQcm9maWxlIjoiaWRzYzpCQVNFX1NFQ1VSSVRZX1BST0ZJTEUiLCJyZWZlcnJpbmdDb25uZWN0b3IiOiJodHRwOi8vdGVzdGlkc2ExMi5kZW1vIiwiQHR5cGUiOiJpZHM6RGF0UGF5bG9hZCIsIkBjb250ZXh0IjoiaHR0cHM6Ly93M2lkLm9yZy9pZHNhL2NvbnRleHRzL2NvbnRleHQuanNvbmxkIiwidHJhbnNwb3J0Q2VydHNTaGEyNTYiOiIzNjFiZDRhZDI3OTNjNmE4ZTBmY2ExNGY0ZDk1NTgzODE0MmE5NGQwMWZmOGU0MmI2NTkzZmExYTViNzdkM2MyIiwic3ViIjoiOUQ6MTk6OUI6RjM6MDA6RTQ6Nzk6OUI6QTg6MkI6MEU6NUM6QUI6MjI6QzM6QkY6M0I6MTM6QkQ6NDA6a2V5aWQ6Q0I6OEM6Qzc6QjY6ODU6Nzk6QTg6MjM6QTY6Q0I6MTU6QUI6MTc6NTA6MkY6RTY6NjU6NDM6NUQ6RTgifQ.D5ttJY0lDhFYRdazcFaavWD1E6XpppRcuK3ge8un_F42pgRNCIvPCd4--yRmSCbOTXEs0HkJVnX3DEpV_pLJXJqH-Nyt_7RemitI_gIxhs6uWYmO_aG1RzdWHYuR1b7Lr9NdTiD6SNzdyFyQJgv41_E6jdcAD1NUn3H7tmhonoCEBi3XAMSGry9fZAvX_IO3v7XThj5Zeu7kEQ47OZOLUKefmrvOB-RoN5qiKhW8p2jMPyOkDPXubCMFUgeOihEcZQX8Yz3ruZ7q0i06Vyf-s9BA-qiXezueQpYJU8IBtPYwkCFDeLpyAoC57jfcDK_3qHl1EB5d9-kKru2McQ9sMQ"}]}

And the Dataspace Connector receives the following logs:

2022-01-28T15:37:35,940 [https-jsse-nio-7080-exec-6] INFO - Sending request to https://testidsa12:9999/messages/log/ff28115c-e92b-4272-ad6b-e12afbf9003f ...
2022-01-28T15:37:37,762 [https-jsse-nio-7080-exec-6] ERROR - Received response but response-code not in 200-299! Response-code: 401!
2022-01-28T15:37:37,767 [https-jsse-nio-7080-exec-6] WARN - Message handling or processing failed. [exception=(Unexpected code Response{protocol=http/1.1, code=401, message=Unauthorized, url=https://testidsa12:9999/messages/log/ff28115c-e92b-4272-ad6b-e12afbf9003f} With Body: --f0ff9707-930b-4646-8c17-013ab7244660\r\nContent-Disposition: form-data; name="header"\r\nContent-Type: application/json; charset=UTF-8\r\nContent-Transfer-Encoding: 8bit\r\n\r\n{"@context":{"ids":"https://w3id.org/idsa/core/","idsc":"https://w3id.org/idsa/code/"},"@type":"ids:RejectionMessage","@id":"https://w3id.org/idsa/autogen/RejectionMessage/8a895328-b95f-406e-a516-454c97b3bd3f","ids:modelVersion":"4.0.0","ids:correlationMessage":"https://w3id.org/idsa/autogen/logMessage/51b92b85-27e9-4b55-939c-8f21e770e333","ids:issued":"2022-01-28T15:37:37.132499756+00:00","ids:issuerConnector":"https://clearing_house/","ids:senderAgent":"https://clearing_house","ids:recipientConnector":["https://connector_A"],"ids:recipientAgent":["https://connector_A","ids:securityToken" : { "@type" : "ids:DynamicAttributeToken","@id" : "https://w3id.org/idsa/autogen/dynamicAttributeToken/978a4f1e-0a18-436c-9b88-02ba4e82e4b5","ids:tokenFormat" : { "@id" : "idsc:JWT"},"ids:tokenValue" : "eyJ0eXAiOiJKV1QiLCJraWQiOiJkZWZhdWx0IiwiYWxnIjoiUlMyNTYifQ.eyJzY29wZXMiOlsiaWRzYzpJRFNfQ09OTkVDVE9SX0FUVFJJQlVURVNfQUxMIl0sImF1ZCI6Imlkc2M6SURTX0NPTk5FQ1RPUlNfQUxMIiwiaXNzIjoiaHR0cHM6Ly9vbWVqZG4iLCJuYmYiOjE2NDMzODQyNTcsImlhdCI6MTY0MzM4NDI1NywianRpIjoiTVRJeE5UWTNOelk0TkRFM05qazJPVGt6TlRBPSIsImV4cCI6MTY0MzM4Nzg1Nywic2VjdXJpdHlQcm9maWxlIjoiaWRzYzpCQVNFX1NFQ1VSSVRZX1BST0ZJTEUiLCJyZWZlcnJpbmdDb25uZWN0b3IiOiJodHRwOi8vdGVzdGlkc2ExMi5kZW1vIiwiQHR5cGUiOiJpZHM6RGF0UGF5bG9hZCIsIkBjb250ZXh0IjoiaHR0cHM6Ly93M2lkLm9yZy9pZHNhL2NvbnRleHRzL2NvbnRleHQuanNvbmxkIiwidHJhbnNwb3J0Q2VydHNTaGEyNTYiOiIzNjFiZDRhZDI3OTNjNmE4ZTBmY2ExNGY0ZDk1NTgzODE0MmE5NGQwMWZmOGU0MmI2NTkzZmExYTViNzdkM2MyIiwic3ViIjoiOUQ6MTk6OUI6RjM6MDA6RTQ6Nzk6OUI6QTg6MkI6MEU6NUM6QUI6MjI6QzM6QkY6M0I6MTM6QkQ6NDA6a2V5aWQ6Q0I6OEM6Qzc6QjY6ODU6Nzk6QTg6MjM6QTY6Q0I6MTU6QUI6MTc6NTA6MkY6RTY6NjU6NDM6NUQ6RTgifQ.D5ttJY0lDhFYRdazcFaavWD1E6XpppRcuK3ge8un_F42pgRNCIvPCd4--yRmSCbOTXEs0HkJVnX3DEpV_pLJXJqH-Nyt_7RemitI_gIxhs6uWYmO_aG1RzdWHYuR1b7Lr9NdTiD6SNzdyFyQJgv41_E6jdcAD1NUn3H7tmhonoCEBi3XAMSGry9fZAvX_IO3v7XThj5Zeu7kEQ47OZOLUKefmrvOB-RoN5qiKhW8p2jMPyOkDPXubCMFUgeOihEcZQX8Yz3ruZ7q0i06Vyf-s9BA-qiXezueQpYJU8IBtPYwkCFDeLpyAoC57jfcDK_3qHl1EB5d9-kKru2McQ9sMQ"}]}\r\n--f0ff9707-930b-4646-8c17-013ab7244660\r\nContent-Disposition: form-data; name="payload"\r\nContent-Type: application/json\r\nContent-Transfer-Encoding: 8bit\r\n\r\nToken not valid!\r\n--f0ff9707-930b-4646-8c17-013ab7244660--\r\n)]
java.io.IOException: Unexpected code Response{protocol=http/1.1, code=401, message=Unauthorized, url=https://testidsa12:9999/messages/log/ff28115c-e92b-4272-ad6b-e12afbf9003f} With Body: --f0ff9707-930b-4646-8c17-013ab7244660
Content-Disposition: form-data; name="header"
Content-Type: application/json; charset=UTF-8
Content-Transfer-Encoding: 8bit

{"@context":{"ids":"https://w3id.org/idsa/core/","idsc":"https://w3id.org/idsa/code/"},"@type":"ids:RejectionMessage","@id":"https://w3id.org/idsa/autogen/RejectionMessage/8a895328-b95f-406e-a516-454c97b3bd3f","ids:modelVersion":"4.0.0","ids:correlationMessage":"https://w3id.org/idsa/autogen/logMessage/51b92b85-27e9-4b55-939c-8f21e770e333","ids:issued":"2022-01-28T15:37:37.132499756+00:00","ids:issuerConnector":"https://clearing_house/","ids:senderAgent":"https://clearing_house","ids:recipientConnector":["https://connector_A"],"ids:recipientAgent":["https://connector_A","ids:securityToken" : { "@type" : "ids:DynamicAttributeToken","@id" : "https://w3id.org/idsa/autogen/dynamicAttributeToken/978a4f1e-0a18-436c-9b88-02ba4e82e4b5","ids:tokenFormat" : { "@id" : "idsc:JWT"},"ids:tokenValue" : "eyJ0eXAiOiJKV1QiLCJraWQiOiJkZWZhdWx0IiwiYWxnIjoiUlMyNTYifQ.eyJzY29wZXMiOlsiaWRzYzpJRFNfQ09OTkVDVE9SX0FUVFJJQlVURVNfQUxMIl0sImF1ZCI6Imlkc2M6SURTX0NPTk5FQ1RPUlNfQUxMIiwiaXNzIjoiaHR0cHM6Ly9vbWVqZG4iLCJuYmYiOjE2NDMzODQyNTcsImlhdCI6MTY0MzM4NDI1NywianRpIjoiTVRJeE5UWTNOelk0TkRFM05qazJPVGt6TlRBPSIsImV4cCI6MTY0MzM4Nzg1Nywic2VjdXJpdHlQcm9maWxlIjoiaWRzYzpCQVNFX1NFQ1VSSVRZX1BST0ZJTEUiLCJyZWZlcnJpbmdDb25uZWN0b3IiOiJodHRwOi8vdGVzdGlkc2ExMi5kZW1vIiwiQHR5cGUiOiJpZHM6RGF0UGF5bG9hZCIsIkBjb250ZXh0IjoiaHR0cHM6Ly93M2lkLm9yZy9pZHNhL2NvbnRleHRzL2NvbnRleHQuanNvbmxkIiwidHJhbnNwb3J0Q2VydHNTaGEyNTYiOiIzNjFiZDRhZDI3OTNjNmE4ZTBmY2ExNGY0ZDk1NTgzODE0MmE5NGQwMWZmOGU0MmI2NTkzZmExYTViNzdkM2MyIiwic3ViIjoiOUQ6MTk6OUI6RjM6MDA6RTQ6Nzk6OUI6QTg6MkI6MEU6NUM6QUI6MjI6QzM6QkY6M0I6MTM6QkQ6NDA6a2V5aWQ6Q0I6OEM6Qzc6QjY6ODU6Nzk6QTg6MjM6QTY6Q0I6MTU6QUI6MTc6NTA6MkY6RTY6NjU6NDM6NUQ6RTgifQ.D5ttJY0lDhFYRdazcFaavWD1E6XpppRcuK3ge8un_F42pgRNCIvPCd4--yRmSCbOTXEs0HkJVnX3DEpV_pLJXJqH-Nyt_7RemitI_gIxhs6uWYmO_aG1RzdWHYuR1b7Lr9NdTiD6SNzdyFyQJgv41_E6jdcAD1NUn3H7tmhonoCEBi3XAMSGry9fZAvX_IO3v7XThj5Zeu7kEQ47OZOLUKefmrvOB-RoN5qiKhW8p2jMPyOkDPXubCMFUgeOihEcZQX8Yz3ruZ7q0i06Vyf-s9BA-qiXezueQpYJU8IBtPYwkCFDeLpyAoC57jfcDK_3qHl1EB5d9-kKru2McQ9sMQ"}]}
--f0ff9707-930b-4646-8c17-013ab7244660
Content-Disposition: form-data; name="payload"
Content-Type: application/json
Content-Transfer-Encoding: 8bit
Token not valid!
--f0ff9707-930b-4646-8c17-013ab7244660--
    at de.fraunhofer.ids.messaging.protocol.http.IdsHttpService.sendRequest(IdsHttpService.java:371) ~[messaging-4.2.2.jar!/:?]
    at de.fraunhofer.ids.messaging.protocol.http.IdsHttpService.send(IdsHttpService.java:232) ~[messaging-4.2.2.jar!/:?]
    at de.fraunhofer.ids.messaging.protocol.http.IdsHttpService.sendAndCheckDat(IdsHttpService.java:452) ~[messaging-4.2.2.jar!/:?]
    at io.dataspaceconnector.service.message.builder.type.base.AbstractMessageService.send(AbstractMessageService.java:112) [classes!/:6.2.0]
    at io.dataspaceconnector.service.message.builder.type.LogMessageService.sendMessage(LogMessageService.java:82) [classes!/:6.2.0]
    at io.dataspaceconnector.common.ids.message.ClearingHouseService.sendToClearingHouse(ClearingHouseService.java:60) [classes!/:6.2.0]
    at io.dataspaceconnector.service.usagecontrol.PolicyExecutionService.sendAgreement(PolicyExecutionService.java:70) [classes!/:6.2.0]
    at io.dataspaceconnector.service.message.handler.event.AgreementEventHandler.handleAgreementEvent(AgreementEventHandler.java:46) [classes!/:6.2.0]
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
    at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
    at org.springframework.context.event.ApplicationListenerMethodAdapter.doInvoke(ApplicationListenerMethodAdapter.java:344) [spring-context-5.3.9.jar!/:5.3.9]
    at org.springframework.context.event.ApplicationListenerMethodAdapter.processEvent(ApplicationListenerMethodAdapter.java:229) [spring-context-5.3.9.jar!/:5.3.9]
    at org.springframework.context.event.ApplicationListenerMethodAdapter.onApplicationEvent(ApplicationListenerMethodAdapter.java:166) [spring-context-5.3.9.jar!/:5.3.9]
    at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:176) [spring-context-5.3.9.jar!/:5.3.9]
    at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:169) [spring-context-5.3.9.jar!/:5.3.9]
    at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:143) [spring-context-5.3.9.jar!/:5.3.9]
    at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:421) [spring-context-5.3.9.jar!/:5.3.9]
    at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:391) [spring-context-5.3.9.jar!/:5.3.9]
    at io.dataspaceconnector.service.message.handler.processor.AgreementComparisonProcessor.processInternal(AgreementComparisonProcessor.java:104) [classes!/:6.2.0]
    at io.dataspaceconnector.service.message.handler.processor.base.IdsProcessor.process(IdsProcessor.java:42) [classes!/:6.2.0]
    at org.apache.camel.support.processor.DelegateSyncProcessor.process(DelegateSyncProcessor.java:66) [camel-support-3.11.1.jar!/:3.11.1]
    at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$RedeliveryTask.doRun(RedeliveryErrorHandler.java:804) [camel-core-processor-3.11.1.jar!/:3.11.1]
    at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$RedeliveryTask.run(RedeliveryErrorHandler.java:712) [camel-core-processor-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:179) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultReactiveExecutor.scheduleSync(DefaultReactiveExecutor.java:69) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler.process(RedeliveryErrorHandler.java:208) [camel-core-processor-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultAsyncProcessorAwaitManager.process(DefaultAsyncProcessorAwaitManager.java:83) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler.process(RedeliveryErrorHandler.java:195) [camel-core-processor-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.CamelInternalProcessor.process(CamelInternalProcessor.java:369) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.processor.Pipeline$PipelineTask.run(Pipeline.java:109) [camel-core-processor-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:179) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultReactiveExecutor.schedule(DefaultReactiveExecutor.java:59) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.CamelInternalProcessor$AsyncAfterTask.done(CamelInternalProcessor.java:274) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.CamelInternalProcessor.process(CamelInternalProcessor.java:377) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.processor.Pipeline$PipelineTask.run(Pipeline.java:109) [camel-core-processor-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:179) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultReactiveExecutor.schedule(DefaultReactiveExecutor.java:59) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.CamelInternalProcessor$AsyncAfterTask.done(CamelInternalProcessor.java:274) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.CamelInternalProcessor.process(CamelInternalProcessor.java:377) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.processor.Pipeline$PipelineTask.run(Pipeline.java:109) [camel-core-processor-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:179) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultReactiveExecutor.scheduleSync(DefaultReactiveExecutor.java:69) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.processor.Pipeline.process(Pipeline.java:182) [camel-core-processor-3.11.1.jar!/:3.11.1]
    at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$RedeliveryTask.doRun(RedeliveryErrorHandler.java:804) [camel-core-processor-3.11.1.jar!/:3.11.1]
    at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$RedeliveryTask.run(RedeliveryErrorHandler.java:712) [camel-core-processor-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:179) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultReactiveExecutor.scheduleSync(DefaultReactiveExecutor.java:69) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler.process(RedeliveryErrorHandler.java:208) [camel-core-processor-3.11.1.jar!/:3.11.1]
    at org.apache.camel.spring.spi.TransactionErrorHandler.access$201(TransactionErrorHandler.java:45) [camel-spring-3.11.1.jar!/:3.11.1]
    at org.apache.camel.spring.spi.TransactionErrorHandler$2.process(TransactionErrorHandler.java:247) [camel-spring-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultAsyncProcessorAwaitManager.process(DefaultAsyncProcessorAwaitManager.java:83) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.spring.spi.TransactionErrorHandler.processByErrorHandler(TransactionErrorHandler.java:244) [camel-spring-3.11.1.jar!/:3.11.1]
    at org.apache.camel.spring.spi.TransactionErrorHandler.process(TransactionErrorHandler.java:119) [camel-spring-3.11.1.jar!/:3.11.1]
    at org.apache.camel.spring.spi.TransactionErrorHandler.process(TransactionErrorHandler.java:132) [camel-spring-3.11.1.jar!/:3.11.1]
    at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$RedeliveryTask.doRun(RedeliveryErrorHandler.java:804) [camel-core-processor-3.11.1.jar!/:3.11.1]
    at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$RedeliveryTask.run(RedeliveryErrorHandler.java:712) [camel-core-processor-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:179) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultReactiveExecutor.scheduleSync(DefaultReactiveExecutor.java:69) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler.process(RedeliveryErrorHandler.java:208) [camel-core-processor-3.11.1.jar!/:3.11.1]
    at org.apache.camel.spring.spi.TransactionErrorHandler.access$201(TransactionErrorHandler.java:45) [camel-spring-3.11.1.jar!/:3.11.1]
    at org.apache.camel.spring.spi.TransactionErrorHandler$2.process(TransactionErrorHandler.java:247) [camel-spring-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultAsyncProcessorAwaitManager.process(DefaultAsyncProcessorAwaitManager.java:83) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.spring.spi.TransactionErrorHandler.processByErrorHandler(TransactionErrorHandler.java:244) [camel-spring-3.11.1.jar!/:3.11.1]
    at org.apache.camel.spring.spi.TransactionErrorHandler$1.doInTransactionWithoutResult(TransactionErrorHandler.java:207) [camel-spring-3.11.1.jar!/:3.11.1]
    at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) [spring-tx-5.3.9.jar!/:5.3.9]
    at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) [spring-tx-5.3.9.jar!/:5.3.9]
    at org.apache.camel.spring.spi.TransactionErrorHandler.doInTransactionTemplate(TransactionErrorHandler.java:200) [camel-spring-3.11.1.jar!/:3.11.1]
    at org.apache.camel.spring.spi.TransactionErrorHandler.processInTransaction(TransactionErrorHandler.java:155) [camel-spring-3.11.1.jar!/:3.11.1]
    at org.apache.camel.spring.spi.TransactionErrorHandler.process(TransactionErrorHandler.java:123) [camel-spring-3.11.1.jar!/:3.11.1]
    at org.apache.camel.spring.spi.TransactionErrorHandler.process(TransactionErrorHandler.java:132) [camel-spring-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.CamelInternalProcessor.process(CamelInternalProcessor.java:398) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.processor.Pipeline$PipelineTask.run(Pipeline.java:109) [camel-core-processor-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:179) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultReactiveExecutor.scheduleMain(DefaultReactiveExecutor.java:64) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.processor.Pipeline.process(Pipeline.java:184) [camel-core-processor-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.CamelInternalProcessor.process(CamelInternalProcessor.java:398) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.component.direct.DirectProducer.process(DirectProducer.java:96) [camel-direct-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.SharedCamelInternalProcessor.process(SharedCamelInternalProcessor.java:217) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.SharedCamelInternalProcessor$1.process(SharedCamelInternalProcessor.java:111) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultAsyncProcessorAwaitManager.process(DefaultAsyncProcessorAwaitManager.java:83) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.SharedCamelInternalProcessor.process(SharedCamelInternalProcessor.java:108) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.support.cache.DefaultProducerCache.send(DefaultProducerCache.java:190) [camel-support-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultProducerTemplate.send(DefaultProducerTemplate.java:176) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultProducerTemplate.send(DefaultProducerTemplate.java:148) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultProducerTemplate.send(DefaultProducerTemplate.java:131) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at io.dataspaceconnector.service.message.handler.type.base.AbstractMessageHandler.handleMessage(AbstractMessageHandler.java:79) [classes!/:6.2.0]
    at de.fraunhofer.ids.messaging.dispatcher.MessageDispatcher.process(MessageDispatcher.java:198) [messaging-4.2.2.jar!/:?]
    at de.fraunhofer.ids.messaging.endpoint.MessageController.handleIDSMessage(MessageController.java:144) [messaging-4.2.2.jar!/:?]
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
    at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
    at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197) [spring-web-5.3.9.jar!/:5.3.9]
    at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141) [spring-web-5.3.9.jar!/:5.3.9]
    at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106) [spring-webmvc-5.3.9.jar!/:5.3.9]
    at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895) [spring-webmvc-5.3.9.jar!/:5.3.9]
    at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) [spring-webmvc-5.3.9.jar!/:5.3.9]
    at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) [spring-webmvc-5.3.9.jar!/:5.3.9]
    at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1064) [spring-webmvc-5.3.9.jar!/:5.3.9]
    at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963) [spring-webmvc-5.3.9.jar!/:5.3.9]
    at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) [spring-webmvc-5.3.9.jar!/:5.3.9]
    at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909) [spring-webmvc-5.3.9.jar!/:5.3.9]
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:681) [tomcat-embed-core-9.0.52.jar!/:4.0.1]
    at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) [spring-webmvc-5.3.9.jar!/:5.3.9]
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:764) [tomcat-embed-core-9.0.52.jar!/:4.0.1]
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) [tomcat-embed-websocket-9.0.52.jar!/:?]
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:121) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:115) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:105) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:149) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.9.jar!/:5.3.9]
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.9.jar!/:5.3.9]
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.9.jar!/:5.3.9]
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358) [spring-web-5.3.9.jar!/:5.3.9]
    at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271) [spring-web-5.3.9.jar!/:5.3.9]
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) [spring-web-5.3.9.jar!/:5.3.9]
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.9.jar!/:5.3.9]
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) [spring-web-5.3.9.jar!/:5.3.9]
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.9.jar!/:5.3.9]
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96) [spring-boot-actuator-2.5.4.jar!/:2.5.4]
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.9.jar!/:5.3.9]
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) [spring-web-5.3.9.jar!/:5.3.9]
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.9.jar!/:5.3.9]
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?]
    at io.opentracing.contrib.web.servlet.filter.TracingFilter.doFilter(TracingFilter.java:189) [opentracing-web-servlet-filter-0.4.0.jar!/:?]
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1726) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.52.jar!/:?]
    at java.lang.Thread.run(Thread.java:829) [?:?]
2022-01-28T15:37:37,769 [https-jsse-nio-7080-exec-6] WARN - Failed to send log message. [exception=(Message handling or processing failed.)]
io.dataspaceconnector.common.exception.MessageException: Message handling or processing failed.
    at io.dataspaceconnector.service.message.builder.type.base.AbstractMessageService.send(AbstractMessageService.java:142) ~[classes!/:6.2.0]
    at io.dataspaceconnector.service.message.builder.type.LogMessageService.sendMessage(LogMessageService.java:82) [classes!/:6.2.0]
    at io.dataspaceconnector.common.ids.message.ClearingHouseService.sendToClearingHouse(ClearingHouseService.java:60) [classes!/:6.2.0]
    at io.dataspaceconnector.service.usagecontrol.PolicyExecutionService.sendAgreement(PolicyExecutionService.java:70) [classes!/:6.2.0]
    at io.dataspaceconnector.service.message.handler.event.AgreementEventHandler.handleAgreementEvent(AgreementEventHandler.java:46) [classes!/:6.2.0]
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
    at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
    at org.springframework.context.event.ApplicationListenerMethodAdapter.doInvoke(ApplicationListenerMethodAdapter.java:344) [spring-context-5.3.9.jar!/:5.3.9]
    at org.springframework.context.event.ApplicationListenerMethodAdapter.processEvent(ApplicationListenerMethodAdapter.java:229) [spring-context-5.3.9.jar!/:5.3.9]
    at org.springframework.context.event.ApplicationListenerMethodAdapter.onApplicationEvent(ApplicationListenerMethodAdapter.java:166) [spring-context-5.3.9.jar!/:5.3.9]
    at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:176) [spring-context-5.3.9.jar!/:5.3.9]
    at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:169) [spring-context-5.3.9.jar!/:5.3.9]
    at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:143) [spring-context-5.3.9.jar!/:5.3.9]
    at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:421) [spring-context-5.3.9.jar!/:5.3.9]
    at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:391) [spring-context-5.3.9.jar!/:5.3.9]
    at io.dataspaceconnector.service.message.handler.processor.AgreementComparisonProcessor.processInternal(AgreementComparisonProcessor.java:104) [classes!/:6.2.0]
    at io.dataspaceconnector.service.message.handler.processor.base.IdsProcessor.process(IdsProcessor.java:42) [classes!/:6.2.0]
    at org.apache.camel.support.processor.DelegateSyncProcessor.process(DelegateSyncProcessor.java:66) [camel-support-3.11.1.jar!/:3.11.1]
    at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$RedeliveryTask.doRun(RedeliveryErrorHandler.java:804) [camel-core-processor-3.11.1.jar!/:3.11.1]
    at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$RedeliveryTask.run(RedeliveryErrorHandler.java:712) [camel-core-processor-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:179) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultReactiveExecutor.scheduleSync(DefaultReactiveExecutor.java:69) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler.process(RedeliveryErrorHandler.java:208) [camel-core-processor-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultAsyncProcessorAwaitManager.process(DefaultAsyncProcessorAwaitManager.java:83) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler.process(RedeliveryErrorHandler.java:195) [camel-core-processor-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.CamelInternalProcessor.process(CamelInternalProcessor.java:369) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.processor.Pipeline$PipelineTask.run(Pipeline.java:109) [camel-core-processor-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:179) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultReactiveExecutor.schedule(DefaultReactiveExecutor.java:59) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.CamelInternalProcessor$AsyncAfterTask.done(CamelInternalProcessor.java:274) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.CamelInternalProcessor.process(CamelInternalProcessor.java:377) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.processor.Pipeline$PipelineTask.run(Pipeline.java:109) [camel-core-processor-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:179) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultReactiveExecutor.schedule(DefaultReactiveExecutor.java:59) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.CamelInternalProcessor$AsyncAfterTask.done(CamelInternalProcessor.java:274) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.CamelInternalProcessor.process(CamelInternalProcessor.java:377) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.processor.Pipeline$PipelineTask.run(Pipeline.java:109) [camel-core-processor-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:179) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultReactiveExecutor.scheduleSync(DefaultReactiveExecutor.java:69) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.processor.Pipeline.process(Pipeline.java:182) [camel-core-processor-3.11.1.jar!/:3.11.1]
    at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$RedeliveryTask.doRun(RedeliveryErrorHandler.java:804) [camel-core-processor-3.11.1.jar!/:3.11.1]
    at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$RedeliveryTask.run(RedeliveryErrorHandler.java:712) [camel-core-processor-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:179) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultReactiveExecutor.scheduleSync(DefaultReactiveExecutor.java:69) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler.process(RedeliveryErrorHandler.java:208) [camel-core-processor-3.11.1.jar!/:3.11.1]
    at org.apache.camel.spring.spi.TransactionErrorHandler.access$201(TransactionErrorHandler.java:45) [camel-spring-3.11.1.jar!/:3.11.1]
    at org.apache.camel.spring.spi.TransactionErrorHandler$2.process(TransactionErrorHandler.java:247) [camel-spring-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultAsyncProcessorAwaitManager.process(DefaultAsyncProcessorAwaitManager.java:83) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.spring.spi.TransactionErrorHandler.processByErrorHandler(TransactionErrorHandler.java:244) [camel-spring-3.11.1.jar!/:3.11.1]
    at org.apache.camel.spring.spi.TransactionErrorHandler.process(TransactionErrorHandler.java:119) [camel-spring-3.11.1.jar!/:3.11.1]
    at org.apache.camel.spring.spi.TransactionErrorHandler.process(TransactionErrorHandler.java:132) [camel-spring-3.11.1.jar!/:3.11.1]
    at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$RedeliveryTask.doRun(RedeliveryErrorHandler.java:804) [camel-core-processor-3.11.1.jar!/:3.11.1]
    at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$RedeliveryTask.run(RedeliveryErrorHandler.java:712) [camel-core-processor-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:179) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultReactiveExecutor.scheduleSync(DefaultReactiveExecutor.java:69) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler.process(RedeliveryErrorHandler.java:208) [camel-core-processor-3.11.1.jar!/:3.11.1]
    at org.apache.camel.spring.spi.TransactionErrorHandler.access$201(TransactionErrorHandler.java:45) [camel-spring-3.11.1.jar!/:3.11.1]
    at org.apache.camel.spring.spi.TransactionErrorHandler$2.process(TransactionErrorHandler.java:247) [camel-spring-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultAsyncProcessorAwaitManager.process(DefaultAsyncProcessorAwaitManager.java:83) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.spring.spi.TransactionErrorHandler.processByErrorHandler(TransactionErrorHandler.java:244) [camel-spring-3.11.1.jar!/:3.11.1]
    at org.apache.camel.spring.spi.TransactionErrorHandler$1.doInTransactionWithoutResult(TransactionErrorHandler.java:207) [camel-spring-3.11.1.jar!/:3.11.1]
    at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) [spring-tx-5.3.9.jar!/:5.3.9]
    at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) [spring-tx-5.3.9.jar!/:5.3.9]
    at org.apache.camel.spring.spi.TransactionErrorHandler.doInTransactionTemplate(TransactionErrorHandler.java:200) [camel-spring-3.11.1.jar!/:3.11.1]
    at org.apache.camel.spring.spi.TransactionErrorHandler.processInTransaction(TransactionErrorHandler.java:155) [camel-spring-3.11.1.jar!/:3.11.1]
    at org.apache.camel.spring.spi.TransactionErrorHandler.process(TransactionErrorHandler.java:123) [camel-spring-3.11.1.jar!/:3.11.1]
    at org.apache.camel.spring.spi.TransactionErrorHandler.process(TransactionErrorHandler.java:132) [camel-spring-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.CamelInternalProcessor.process(CamelInternalProcessor.java:398) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.processor.Pipeline$PipelineTask.run(Pipeline.java:109) [camel-core-processor-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:179) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultReactiveExecutor.scheduleMain(DefaultReactiveExecutor.java:64) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.processor.Pipeline.process(Pipeline.java:184) [camel-core-processor-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.CamelInternalProcessor.process(CamelInternalProcessor.java:398) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.component.direct.DirectProducer.process(DirectProducer.java:96) [camel-direct-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.SharedCamelInternalProcessor.process(SharedCamelInternalProcessor.java:217) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.SharedCamelInternalProcessor$1.process(SharedCamelInternalProcessor.java:111) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultAsyncProcessorAwaitManager.process(DefaultAsyncProcessorAwaitManager.java:83) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.SharedCamelInternalProcessor.process(SharedCamelInternalProcessor.java:108) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.support.cache.DefaultProducerCache.send(DefaultProducerCache.java:190) [camel-support-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultProducerTemplate.send(DefaultProducerTemplate.java:176) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultProducerTemplate.send(DefaultProducerTemplate.java:148) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultProducerTemplate.send(DefaultProducerTemplate.java:131) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at io.dataspaceconnector.service.message.handler.type.base.AbstractMessageHandler.handleMessage(AbstractMessageHandler.java:79) [classes!/:6.2.0]
    at de.fraunhofer.ids.messaging.dispatcher.MessageDispatcher.process(MessageDispatcher.java:198) [messaging-4.2.2.jar!/:?]
    at de.fraunhofer.ids.messaging.endpoint.MessageController.handleIDSMessage(MessageController.java:144) [messaging-4.2.2.jar!/:?]
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
    at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
    at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197) [spring-web-5.3.9.jar!/:5.3.9]
    at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141) [spring-web-5.3.9.jar!/:5.3.9]
    at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106) [spring-webmvc-5.3.9.jar!/:5.3.9]
    at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895) [spring-webmvc-5.3.9.jar!/:5.3.9]
    at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) [spring-webmvc-5.3.9.jar!/:5.3.9]
    at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) [spring-webmvc-5.3.9.jar!/:5.3.9]
    at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1064) [spring-webmvc-5.3.9.jar!/:5.3.9]
    at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963) [spring-webmvc-5.3.9.jar!/:5.3.9]
    at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) [spring-webmvc-5.3.9.jar!/:5.3.9]
    at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909) [spring-webmvc-5.3.9.jar!/:5.3.9]
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:681) [tomcat-embed-core-9.0.52.jar!/:4.0.1]
    at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) [spring-webmvc-5.3.9.jar!/:5.3.9]
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:764) [tomcat-embed-core-9.0.52.jar!/:4.0.1]
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) [tomcat-embed-websocket-9.0.52.jar!/:?]
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:121) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:115) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:105) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:149) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.9.jar!/:5.3.9]
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.9.jar!/:5.3.9]
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.9.jar!/:5.3.9]
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358) [spring-web-5.3.9.jar!/:5.3.9]
    at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271) [spring-web-5.3.9.jar!/:5.3.9]
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) [spring-web-5.3.9.jar!/:5.3.9]
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.9.jar!/:5.3.9]
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) [spring-web-5.3.9.jar!/:5.3.9]
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.9.jar!/:5.3.9]
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96) [spring-boot-actuator-2.5.4.jar!/:2.5.4]
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.9.jar!/:5.3.9]
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) [spring-web-5.3.9.jar!/:5.3.9]
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.9.jar!/:5.3.9]
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?]
    at io.opentracing.contrib.web.servlet.filter.TracingFilter.doFilter(TracingFilter.java:189) [opentracing-web-servlet-filter-0.4.0.jar!/:?]
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1726) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.52.jar!/:?]
    at java.lang.Thread.run(Thread.java:829) [?:?]
Caused by: java.io.IOException: Unexpected code Response{protocol=http/1.1, code=401, message=Unauthorized, url=https://testidsa12:9999/messages/log/ff28115c-e92b-4272-ad6b-e12afbf9003f} With Body: --f0ff9707-930b-4646-8c17-013ab7244660
Content-Disposition: form-data; name="header"
Content-Type: application/json; charset=UTF-8
Content-Transfer-Encoding: 8bit
{"@context":{"ids":"https://w3id.org/idsa/core/","idsc":"https://w3id.org/idsa/code/"},"@type":"ids:RejectionMessage","@id":"https://w3id.org/idsa/autogen/RejectionMessage/8a895328-b95f-406e-a516-454c97b3bd3f","ids:modelVersion":"4.0.0","ids:correlationMessage":"https://w3id.org/idsa/autogen/logMessage/51b92b85-27e9-4b55-939c-8f21e770e333","ids:issued":"2022-01-28T15:37:37.132499756+00:00","ids:issuerConnector":"https://clearing_house/","ids:senderAgent":"https://clearing_house","ids:recipientConnector":["https://connector_A"],"ids:recipientAgent":["https://connector_A","ids:securityToken" : { "@type" : "ids:DynamicAttributeToken","@id" : "https://w3id.org/idsa/autogen/dynamicAttributeToken/978a4f1e-0a18-436c-9b88-02ba4e82e4b5","ids:tokenFormat" : { "@id" : "idsc:JWT"},"ids:tokenValue" : "eyJ0eXAiOiJKV1QiLCJraWQiOiJkZWZhdWx0IiwiYWxnIjoiUlMyNTYifQ.eyJzY29wZXMiOlsiaWRzYzpJRFNfQ09OTkVDVE9SX0FUVFJJQlVURVNfQUxMIl0sImF1ZCI6Imlkc2M6SURTX0NPTk5FQ1RPUlNfQUxMIiwiaXNzIjoiaHR0cHM6Ly9vbWVqZG4iLCJuYmYiOjE2NDMzODQyNTcsImlhdCI6MTY0MzM4NDI1NywianRpIjoiTVRJeE5UWTNOelk0TkRFM05qazJPVGt6TlRBPSIsImV4cCI6MTY0MzM4Nzg1Nywic2VjdXJpdHlQcm9maWxlIjoiaWRzYzpCQVNFX1NFQ1VSSVRZX1BST0ZJTEUiLCJyZWZlcnJpbmdDb25uZWN0b3IiOiJodHRwOi8vdGVzdGlkc2ExMi5kZW1vIiwiQHR5cGUiOiJpZHM6RGF0UGF5bG9hZCIsIkBjb250ZXh0IjoiaHR0cHM6Ly93M2lkLm9yZy9pZHNhL2NvbnRleHRzL2NvbnRleHQuanNvbmxkIiwidHJhbnNwb3J0Q2VydHNTaGEyNTYiOiIzNjFiZDRhZDI3OTNjNmE4ZTBmY2ExNGY0ZDk1NTgzODE0MmE5NGQwMWZmOGU0MmI2NTkzZmExYTViNzdkM2MyIiwic3ViIjoiOUQ6MTk6OUI6RjM6MDA6RTQ6Nzk6OUI6QTg6MkI6MEU6NUM6QUI6MjI6QzM6QkY6M0I6MTM6QkQ6NDA6a2V5aWQ6Q0I6OEM6Qzc6QjY6ODU6Nzk6QTg6MjM6QTY6Q0I6MTU6QUI6MTc6NTA6MkY6RTY6NjU6NDM6NUQ6RTgifQ.D5ttJY0lDhFYRdazcFaavWD1E6XpppRcuK3ge8un_F42pgRNCIvPCd4--yRmSCbOTXEs0HkJVnX3DEpV_pLJXJqH-Nyt_7RemitI_gIxhs6uWYmO_aG1RzdWHYuR1b7Lr9NdTiD6SNzdyFyQJgv41_E6jdcAD1NUn3H7tmhonoCEBi3XAMSGry9fZAvX_IO3v7XThj5Zeu7kEQ47OZOLUKefmrvOB-RoN5qiKhW8p2jMPyOkDPXubCMFUgeOihEcZQX8Yz3ruZ7q0i06Vyf-s9BA-qiXezueQpYJU8IBtPYwkCFDeLpyAoC57jfcDK_3qHl1EB5d9-kKru2McQ9sMQ"}]}
--f0ff9707-930b-4646-8c17-013ab7244660
Content-Disposition: form-data; name="payload"
Content-Type: application/json
Content-Transfer-Encoding: 8bit
Token not valid!
--f0ff9707-930b-4646-8c17-013ab7244660--
    at de.fraunhofer.ids.messaging.protocol.http.IdsHttpService.sendRequest(IdsHttpService.java:371) ~[messaging-4.2.2.jar!/:?]
    at de.fraunhofer.ids.messaging.protocol.http.IdsHttpService.send(IdsHttpService.java:232) ~[messaging-4.2.2.jar!/:?]
    at de.fraunhofer.ids.messaging.protocol.http.IdsHttpService.sendAndCheckDat(IdsHttpService.java:452) ~[messaging-4.2.2.jar!/:?]
    at io.dataspaceconnector.service.message.builder.type.base.AbstractMessageService.send(AbstractMessageService.java:112) ~[classes!/:6.2.0]
    ... 181 more
2022-01-28T15:37:37,774 [https-jsse-nio-7080-exec-6] WARN - Failed to send contract agreement to clearing house. [exception=(Log message could not be sent.)]
2022-01-28T15:37:37,939 [https-jsse-nio-7080-exec-8] INFO - Received incoming message.
2022-01-28T15:37:37,947 [https-jsse-nio-7080-exec-8] INFO - Successfully verified claims.
kragall commented 2 years ago

According to the logs the Clearing House containers (not the trusted connector container) cannot connect to the DAPS because this error occurs: certificate verify failed.

I assume you are using a self-signed certificate for your DAPS? Did you follow the two steps described here: https://github.com/Fraunhofer-AISEC/ids-clearing-house-service#daps

Please note that the same steps need to be repeated for the document-api and the keyring-api as described here: https://github.com/Fraunhofer-AISEC/ids-clearing-house-core#daps

You can add the certificate manually into each container once it is running or you modify the docker files you used to build the images to include the certificate and build new images. The latter can be easily done by modifying a single line in the docker files, e.g. line 16 in document-api-multistage.Dockerfile

Also note that update-ca-certificate will only accept *.crt files as certificates.

jfernandezsqs commented 2 years ago

I am not using a self-signed certificate. I have send you by email the daps.der certificate used and the docker-compose.yml file. I have created the private_key.der using the command of the documentation

openssl genpkey -algorithm RSA -pkeyopt rsa_keygen_bits:4096 -outform der -out private_key.der

I do not know the reason why the clearing-house api does not receive a response from https://omejdn/.well-known/jwks.json

kragall commented 2 years ago

Ok, let me rephrase my answer from the previous post: The Clearing House uses the truststore from the underlying container i.e. the linux docker container when it tries to validate SSL certificates. Any certificate that has not been issued from an authority with a valid certificate in this truststore will be rejected. Your certificate has been issued by your own ReferenceTestbedSubCA and not by any well-known CA that has certificates included in the truststore of a standard unix image.

As such the advice remains the same. You need to add the certificate to the containers, otherwise the APIs will not be able to validate the https connection and reject to connect with your DAPS.

jfernandezsqs commented 2 years ago

I tried your solution with the certificates provided by our CA, this is changing line 16 in document-api-multistage.Dockerfile and building the images with the updated daps_cachain.crt I also changed accordingly the keyring-api-multistage.Dockerfile and the clearing-house-api-multistage.Dockerfile After these changes, it gave me the same error of self-signed certificates so I have tried another solution to the problem.

I have left the files as are detailed at the corresponding github repositories core and service and build the images from them. I have changed the certificates used by the DAPS and the DSC's and now I use certificates provided by Fraunhofer. The certificate for the DAPS has the AKI equal to the SKI of the SubCA certificate that is included in the daps_cachain.crt

keyid:CB:8C:C7:B6:85:79:A8:23:A6:CB:15:AB:17:50:2F:E6:65:43:5D:E8

I am not using a self-signed certificate and the trusted connector is able of obtaining a valid DAT. The clearing-house-api gives error of self-signed certificate, but I am using a certificate provided by Fraunhofer that should not give this error.

I attach the clearing house logs that are obtained

testidsa12              | 2022-02-01 13:17:36.887 DEBUG 1 --- [tp1478107640-28] d.f.a.i.d.PolicyDecisionPoint            : Query for uncached label transformation: once(setof(S, action_service('From[rest://post:/messages/log/%7Bpid%7D?consumerComponentName=jetty&routeId=CH_LOG_PID]', S), SC); SC = []),
testidsa12              | collect_creates_labels(SC, ACraw), set_of(ACraw, Adds),
testidsa12              | collect_removes_labels(SC, RCraw), set_of(RCraw, Removes).
testidsa12              | 2022-02-01 13:17:37.137 DEBUG 1 --- [tp1478107640-28] d.f.a.i.d.lucon.LuconEngine              : Prolog library loaded de.fhg.aisec.ids.dataflowcontrol.lucon.LuconLibrary
testidsa12              | 2022-02-01 13:17:37.188 DEBUG 1 --- [tp1478107640-28] d.f.a.i.d.PolicyDecisionPoint            : Transformation: de.fhg.aisec.ids.api.policy.TransformationDecision@79ae9fd6
testidsa12              | 2022-02-01 13:17:37.201 DEBUG 1 --- [tp1478107640-28] d.f.a.i.d.PolicyDecisionPoint            : Query for uncached label transformation: once(setof(S, action_service('To[direct:log]', S), SC); SC = []),
testidsa12              | collect_creates_labels(SC, ACraw), set_of(ACraw, Adds),
testidsa12              | collect_removes_labels(SC, RCraw), set_of(RCraw, Removes).
testidsa12              | 2022-02-01 13:17:37.213 DEBUG 1 --- [tp1478107640-28] d.f.a.i.d.PolicyDecisionPoint            : Transformation: de.fhg.aisec.ids.api.policy.TransformationDecision@33d43dca
testidsa12              | 2022-02-01 13:17:37.219 DEBUG 1 --- [tp1478107640-28] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'Accept-Encoding':'gzip'
testidsa12              | 2022-02-01 13:17:37.220 DEBUG 1 --- [tp1478107640-28] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'CamelHttpMethod':'POST'
testidsa12              | 2022-02-01 13:17:37.222 DEBUG 1 --- [tp1478107640-28] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'CamelHttpPath':'/messages/log/5978cb73-3286-4b17-baac-2714e177fc50'
testidsa12              | 2022-02-01 13:17:37.223 DEBUG 1 --- [tp1478107640-28] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'CamelHttpQuery':'null'
testidsa12              | 2022-02-01 13:17:37.226 DEBUG 1 --- [tp1478107640-28] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'CamelHttpServletRequest':'Request(POST https://testidsa12:9999/messages/log/5978cb73-3286-4b17-baac-2714e177fc50)@69080d13'
testidsa12              | 2022-02-01 13:17:37.228 DEBUG 1 --- [tp1478107640-28] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'CamelHttpServletResponse':'HTTP/1.1 200 
testidsa12              | 
testidsa12              | '
testidsa12              | 2022-02-01 13:17:37.234 DEBUG 1 --- [tp1478107640-28] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'CamelHttpUri':'/messages/log/5978cb73-3286-4b17-baac-2714e177fc50'
testidsa12              | 2022-02-01 13:17:37.235 DEBUG 1 --- [tp1478107640-28] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'CamelHttpUrl':'https://testidsa12:9999/messages/log/5978cb73-3286-4b17-baac-2714e177fc50'
testidsa12              | 2022-02-01 13:17:37.236 DEBUG 1 --- [tp1478107640-28] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'CamelServletContextPath':'/messages/log/{pid}'
testidsa12              | 2022-02-01 13:17:37.236 DEBUG 1 --- [tp1478107640-28] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'Connection':'keep-alive'
testidsa12              | 2022-02-01 13:17:37.236 DEBUG 1 --- [tp1478107640-28] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'Content-Length':'3925'
testidsa12              | 2022-02-01 13:17:37.236 DEBUG 1 --- [tp1478107640-28] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'Content-Type':'multipart/form-data; boundary=2c148229-bf41-4166-b440-11269c23ce73'
testidsa12              | 2022-02-01 13:17:37.237 DEBUG 1 --- [tp1478107640-28] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'Host':'testidsa12:9999'
testidsa12              | 2022-02-01 13:17:37.237 DEBUG 1 --- [tp1478107640-28] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'pid':'5978cb73-3286-4b17-baac-2714e177fc50'
testidsa12              | 2022-02-01 13:17:37.237 DEBUG 1 --- [tp1478107640-28] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'User-Agent':'okhttp/4.9.1'
testidsa12              | 2022-02-01 13:17:37.264 DEBUG 1 --- [tp1478107640-28] d.f.a.i.c.ClearingHouseParser            : Field name: header
testidsa12              | 2022-02-01 13:17:38.206 DEBUG 1 --- [tp1478107640-28] d.f.a.i.c.ClearingHouseParser            : id: https://w3id.org/idsa/autogen/logMessage/4855b69d-323c-401c-afca-815bd01c7cb1
testidsa12              | 2022-02-01 13:17:38.206 DEBUG 1 --- [tp1478107640-28] d.f.a.i.c.ClearingHouseParser            : Field name: payload
testidsa12              | 2022-02-01 13:17:38.208 DEBUG 1 --- [tp1478107640-28] d.f.a.i.c.ClearingHouseParser            : Found body with Content-Type "null"
testidsa12              | 2022-02-01 13:17:38.359 DEBUG 1 --- [tp1478107640-28] d.f.a.i.c.ClearingHouseLogProcessor      : Build CH message: {"header":{"@type":"ids:LogMessage","@id":"https://w3id.org/idsa/autogen/logMessage/4855b69d-323c-401c-afca-815bd01c7cb1","ids:issuerConnector":"https://connector_A","ids:securityToken":{"@type":"ids:DynamicAttributeToken","@id":"https://w3id.org/idsa/autogen/dynamicAttributeToken/1f962750-4147-4af4-a155-885643a89f40","ids:tokenValue":"eyJ0eXAiOiJKV1QiLCJraWQiOiJkZWZhdWx0IiwiYWxnIjoiUlMyNTYifQ.eyJzY29wZXMiOlsiaWRzYzpJRFNfQ09OTkVDVE9SX0FUVFJJQlVURVNfQUxMIl0sImF1ZCI6Imlkc2M6SURTX0NPTk5FQ1RPUlNfQUxMIiwiaXNzIjoiaHR0cHM6Ly9vbWVqZG4iLCJuYmYiOjE2NDM3MTkxNTksImlhdCI6MTY0MzcxOTE1OSwianRpIjoiTXprNE16WXdNVFE1TkRrNU9UWTRNRFF6TXc9PSIsImV4cCI6MTY0MzcyMjc1OSwic2VjdXJpdHlQcm9maWxlIjoiaWRzYzpCQVNFX1NFQ1VSSVRZX1BST0ZJTEUiLCJyZWZlcnJpbmdDb25uZWN0b3IiOiJodHRwOi8vdGVzdGlkc2E5LmRlbW8iLCJAdHlwZSI6ImlkczpEYXRQYXlsb2FkIiwiQGNvbnRleHQiOiJodHRwczovL3czaWQub3JnL2lkc2EvY29udGV4dHMvY29udGV4dC5qc29ubGQiLCJ0cmFuc3BvcnRDZXJ0c1NoYTI1NiI6ImM2OGQ5ZTZiYTNmMTc5OWJjYmU1YmVjOWQ3ZDk4YjE1YjBlZjJmMjkyYzgwZjZiY2E5OTQxNzhhYTk1YWUxMGQiLCJzdWIiOiI2Mzo0NDpEQTpCMTpFQTozNzo1Njo4RDpFOTo4Nzo3QToyMjo3OTpEQjpBRTpEOTpFNjozOToxNDpEQjprZXlpZDpDQjo4QzpDNzpCNjo4NTo3OTpBODoyMzpBNjpDQjoxNTpBQjoxNzo1MDoyRjpFNjo2NTo0Mzo1RDpFOCJ9.M0azsz2tn9vvOJYHmGcviePm5ugRADPTlaRf6k654gu2AbsdcZWYCExiEAV2Df9d2Hwhe0IJB_vi-Aw2M24C31-tId-IsYIRdRwFfTWmewJQowHV0Qby-s-D21jxBDzl_dyUAPLfrNjh5qCqOvAZxhIQubJbXoJ8QWycEIqtfBOH_Ag9H-wNxxHBIm9KDKqrfXUdhAr8hGtX0ILWelWcuiAxf_eiN9qc1z8N8aC8UL1TQR7__wBFw8-RTxao1Me8i1SOyBiaC23822yojpPRl2duuecMqB-S0MbZBSKAhOuaBrBap32iNI8QnWRDTbAg2BFz7uCXe1tgrJJ_SnqfLA","ids:tokenFormat":{"@id":"https://w3id.org/idsa/code/JWT"}},"ids:issued":"2022-02-01T13:17:36.551UTC","ids:recipientConnector":["https://testidsa12:9999/messages/log/5978cb73-3286-4b17-baac-2714e177fc50"],"ids:senderAgent":"https://connector_A","ids:modelVersion":"4.2.0"},"payload":"ewogICJAY29udGV4dCIgOiB7CiAgICAiaWRzIiA6ICJodHRwczovL3czaWQub3JnL2lkc2EvY29yZS8iLAogICAgImlkc2MiIDogImh0dHBzOi8vdzNpZC5vcmcvaWRzYS9jb2RlLyIKICB9LAogICJAdHlwZSIgOiAiaWRzOkNvbnRyYWN0QWdyZWVtZW50IiwKICAiQGlkIiA6ICJodHRwczovL3Rlc3RpZHNhOTo3MDgwL2FwaS9hZ3JlZW1lbnRzLzU5NzhjYjczLTMyODYtNGIxNy1iYWFjLTI3MTRlMTc3ZmM1MCIsCiAgImlkczpwcm92aWRlciIgOiB7CiAgICAiQGlkIiA6ICJodHRwczovL2Nvbm5lY3Rvcl9BIgogIH0sCiAgImlkczpwZXJtaXNzaW9uIiA6IFsgewogICAgIkB0eXBlIiA6ICJpZHM6UGVybWlzc2lvbiIsCiAgICAiQGlkIiA6ICJodHRwczovL3Rlc3RpZHNhOTo3MDgwL2FwaS9ydWxlcy8xODZiYTIxZi01NjE5LTRlZWEtOWQ1ZC1mYzJmYmFmYWRiOTkiLAogICAgImlkczpkZXNjcmlwdGlvbiIgOiBbIHsKICAgICAgIkB2YWx1ZSIgOiAicHJvdmlkZS1hY2Nlc3MiLAogICAgICAiQHR5cGUiIDogImh0dHA6Ly93d3cudzMub3JnLzIwMDEvWE1MU2NoZW1hI3N0cmluZyIKICAgIH0gXSwKICAgICJpZHM6YXNzaWduZWUiIDogWyB7CiAgICAgICJAaWQiIDogImh0dHBzOi8vY29ubmVjdG9yX0IiCiAgICB9IF0sCiAgICAiaWRzOmFzc2lnbmVyIiA6IFsgewogICAgICAiQGlkIiA6ICJodHRwczovL2Nvbm5lY3Rvcl9BIgogICAgfSBdLAogICAgImlkczp0aXRsZSIgOiBbIHsKICAgICAgIkB2YWx1ZSIgOiAiQWxsb3cgRGF0YSBVc2FnZSIsCiAgICAgICJAdHlwZSIgOiAiaHR0cDovL3d3dy53My5vcmcvMjAwMS9YTUxTY2hlbWEjc3RyaW5nIgogICAgfSBdLAogICAgImlkczpwb3N0RHV0eSIgOiBbIF0sCiAgICAiaWRzOmNvbnN0cmFpbnQiIDogWyBdLAogICAgImlkczphY3Rpb24iIDogWyB7CiAgICAgICJAaWQiIDogImh0dHBzOi8vdzNpZC5vcmcvaWRzYS9jb2RlL1VTRSIKICAgIH0gXSwKICAgICJpZHM6cHJlRHV0eSIgOiBbIF0sCiAgICAiaWRzOnRhcmdldCIgOiB7CiAgICAgICJAaWQiIDogImh0dHBzOi8vdGVzdGlkc2E5OjcwODAvYXBpL2FydGlmYWN0cy9kNTU1N2JmNi0wZGVlLTQxZmItODIyNy1mOTUwODFhNmM2ODgiCiAgICB9CiAgfSBdLAogICJpZHM6Y29uc3VtZXIiIDogewogICAgIkBpZCIgOiAiaHR0cHM6Ly9jb25uZWN0b3JfQiIKICB9LAogICJpZHM6Y29udHJhY3RTdGFydCIgOiB7CiAgICAiQHZhbHVlIiA6ICIyMDIyLTAyLTAxVDEzOjE3OjM1LjkxOVoiLAogICAgIkB0eXBlIiA6ICJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVtYSNkYXRlVGltZVN0YW1wIgogIH0sCiAgImlkczpjb250cmFjdERhdGUiIDogewogICAgIkB2YWx1ZSIgOiAiMjAyMi0wMi0wMVQxMzoxNzozNS45MThaIiwKICAgICJAdHlwZSIgOiAiaHR0cDovL3d3dy53My5vcmcvMjAwMS9YTUxTY2hlbWEjZGF0ZVRpbWVTdGFtcCIKICB9LAogICJpZHM6cHJvaGliaXRpb24iIDogWyBdLAogICJpZHM6b2JsaWdhdGlvbiIgOiBbIF0KfQ==","payloadType":"application/octet-stream"}, with payload ewogICJAY29udGV4dCIgOiB7CiAgICAiaWRzIiA6ICJodHRwczovL3czaWQub3JnL2lkc2EvY29yZS8iLAogICAgImlkc2MiIDogImh0dHBzOi8vdzNpZC5vcmcvaWRzYS9jb2RlLyIKICB9LAogICJAdHlwZSIgOiAiaWRzOkNvbnRyYWN0QWdyZWVtZW50IiwKICAiQGlkIiA6ICJodHRwczovL3Rlc3RpZHNhOTo3MDgwL2FwaS9hZ3JlZW1lbnRzLzU5NzhjYjczLTMyODYtNGIxNy1iYWFjLTI3MTRlMTc3ZmM1MCIsCiAgImlkczpwcm92aWRlciIgOiB7CiAgICAiQGlkIiA6ICJodHRwczovL2Nvbm5lY3Rvcl9BIgogIH0sCiAgImlkczpwZXJtaXNzaW9uIiA6IFsgewogICAgIkB0eXBlIiA6ICJpZHM6UGVybWlzc2lvbiIsCiAgICAiQGlkIiA6ICJodHRwczovL3Rlc3RpZHNhOTo3MDgwL2FwaS9ydWxlcy8xODZiYTIxZi01NjE5LTRlZWEtOWQ1ZC1mYzJmYmFmYWRiOTkiLAogICAgImlkczpkZXNjcmlwdGlvbiIgOiBbIHsKICAgICAgIkB2YWx1ZSIgOiAicHJvdmlkZS1hY2Nlc3MiLAogICAgICAiQHR5cGUiIDogImh0dHA6Ly93d3cudzMub3JnLzIwMDEvWE1MU2NoZW1hI3N0cmluZyIKICAgIH0gXSwKICAgICJpZHM6YXNzaWduZWUiIDogWyB7CiAgICAgICJAaWQiIDogImh0dHBzOi8vY29ubmVjdG9yX0IiCiAgICB9IF0sCiAgICAiaWRzOmFzc2lnbmVyIiA6IFsgewogICAgICAiQGlkIiA6ICJodHRwczovL2Nvbm5lY3Rvcl9BIgogICAgfSBdLAogICAgImlkczp0aXRsZSIgOiBbIHsKICAgICAgIkB2YWx1ZSIgOiAiQWxsb3cgRGF0YSBVc2FnZSIsCiAgICAgICJAdHlwZSIgOiAiaHR0cDovL3d3dy53My5vcmcvMjAwMS9YTUxTY2hlbWEjc3RyaW5nIgogICAgfSBdLAogICAgImlkczpwb3N0RHV0eSIgOiBbIF0sCiAgICAiaWRzOmNvbnN0cmFpbnQiIDogWyBdLAogICAgImlkczphY3Rpb24iIDogWyB7CiAgICAgICJAaWQiIDogImh0dHBzOi8vdzNpZC5vcmcvaWRzYS9jb2RlL1VTRSIKICAgIH0gXSwKICAgICJpZHM6cHJlRHV0eSIgOiBbIF0sCiAgICAiaWRzOnRhcmdldCIgOiB7CiAgICAgICJAaWQiIDogImh0dHBzOi8vdGVzdGlkc2E5OjcwODAvYXBpL2FydGlmYWN0cy9kNTU1N2JmNi0wZGVlLTQxZmItODIyNy1mOTUwODFhNmM2ODgiCiAgICB9CiAgfSBdLAogICJpZHM6Y29uc3VtZXIiIDogewogICAgIkBpZCIgOiAiaHR0cHM6Ly9jb25uZWN0b3JfQiIKICB9LAogICJpZHM6Y29udHJhY3RTdGFydCIgOiB7CiAgICAiQHZhbHVlIiA6ICIyMDIyLTAyLTAxVDEzOjE3OjM1LjkxOVoiLAogICAgIkB0eXBlIiA6ICJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVtYSNkYXRlVGltZVN0YW1wIgogIH0sCiAgImlkczpjb250cmFjdERhdGUiIDogewogICAgIkB2YWx1ZSIgOiAiMjAyMi0wMi0wMVQxMzoxNzozNS45MThaIiwKICAgICJAdHlwZSIgOiAiaHR0cDovL3d3dy53My5vcmcvMjAwMS9YTUxTY2hlbWEjZGF0ZVRpbWVTdGFtcCIKICB9LAogICJpZHM6cHJvaGliaXRpb24iIDogWyBdLAogICJpZHM6b2JsaWdhdGlvbiIgOiBbIF0KfQ== and payload type application/octet-stream
testidsa12              | 2022-02-01 13:17:38.375 DEBUG 1 --- [tp1478107640-28] d.f.a.i.d.PolicyDecisionPoint            : Query for uncached label transformation: once(setof(S, action_service('process[ref:logProcessor]', S), SC); SC = []),
testidsa12              | collect_creates_labels(SC, ACraw), set_of(ACraw, Adds),
testidsa12              | collect_removes_labels(SC, RCraw), set_of(RCraw, Removes).
testidsa12              | 2022-02-01 13:17:38.389 DEBUG 1 --- [tp1478107640-28] d.f.a.i.d.PolicyDecisionPoint            : Transformation: de.fhg.aisec.ids.api.policy.TransformationDecision@583a1af7
clearing-house-api      | [2022-02-01][13:17:38][rocket::server][INFO] POST /messages/log/5978cb73-3286-4b17-baac-2714e177fc50 application/json:
clearing-house-api      | [2022-02-01][13:17:38][_][INFO] Matched: (log) POST /messages/log/<pid> application/json
clearing-house-api      | [2022-02-01][13:17:38][core_lib::api::auth][DEBUG] ...no jwks cached
clearing-house-api      | [2022-02-01][13:17:38][core_lib::api::client::daps_api][DEBUG] trying to get JWKSet from url: https://omejdn/.well-known/jwks.json
clearing-house-api      | [2022-02-01][13:17:38][hyper::client::connect::dns][DEBUG] resolving host="omejdn"
clearing-house-api      | [2022-02-01][13:17:38][hyper::client::connect::http][DEBUG] connecting to 172.18.0.3:443
clearing-house-api      | [2022-02-01][13:17:38][tokio_reactor][DEBUG] adding I/O source: 0
clearing-house-api      | [2022-02-01][13:17:38][tokio_reactor::registration][DEBUG] scheduling Write for: 0
clearing-house-api      | [2022-02-01][13:17:38][hyper::client::connect::http][DEBUG] connected to Some(172.18.0.3:443)
clearing-house-api      | [2022-02-01][13:17:38][tokio_reactor::registration][DEBUG] scheduling Read for: 0
clearing-house-api      | [2022-02-01][13:17:38][tokio_reactor::registration][DEBUG] scheduling Read for: 0
clearing-house-api      | [2022-02-01][13:17:38][tokio_reactor][DEBUG] dropping I/O source: 0
clearing-house-api      | [2022-02-01][13:17:38][core_lib::api::client::daps_api][ERROR] did not receive response from https://omejdn/.well-known/jwks.json: Error(Hyper(Error(Connect, Custom { kind: Other, error: Ssl(Error { code: ErrorCode(1), cause: Some(Ssl(ErrorStack([Error { code: 337047686, library: "SSL routines", function: "tls_process_server_certificate", reason: "certificate verify failed", file: "../ssl/statem/statem_clnt.c", line: 1913 }]))) }, X509VerifyResult { code: 18, error: "self signed certificate" }) })), "https://omejdn/.well-known/jwks.json")
clearing-house-api      | [2022-02-01][13:17:38][core_lib::api::auth][ERROR] ... failed to get jwks from daps!
clearing-house-api      | [2022-02-01][13:17:38][_][WARN] `ApiKey < IdsClaims, Empty >` request guard is forwarding.
clearing-house-api      | [2022-02-01][13:17:38][_][INFO] Outcome: Forward
clearing-house-api      | [2022-02-01][13:17:38][_][INFO] Matched: (unauth_log) POST /messages/log/<_pid> [50] application/json
clearing-house-api      | [2022-02-01][13:17:38][ch_lib::model::ids::response][DEBUG] ids-response: {"@context":{"idsc":"https://w3id.org/idsa/code/","ids":"https://w3id.org/idsa/core/"},"@type":"ids:RejectionMessage","@id":"https://w3id.org/idsa/autogen/RejectionMessage/337735b5-338d-4c93-9f3d-3dd1eeb07542","ids:modelVersion":"4.0.0","ids:correlationMessage":"https://w3id.org/idsa/autogen/logMessage/4855b69d-323c-401c-afca-815bd01c7cb1","ids:issued":"2022-02-01T13:17:38.435146350+00:00","ids:issuerConnector":"https://clearing_house/","ids:senderAgent":"https://clearing_house","ids:recipientConnector":["https://connector_A"],"ids:recipientAgent":["https://connector_A"]}
clearing-house-api      | [2022-02-01][13:17:38][_][INFO] Outcome: Success
clearing-house-api      | [2022-02-01][13:17:38][_][INFO] Response succeeded.
testidsa12              | 2022-02-01 13:17:38.436 DEBUG 1 --- [tp1478107640-28] d.f.a.i.d.PolicyDecisionPoint            : Query for uncached label transformation: once(setof(S, action_service('To[http://clearing-house-api:8000/?bridgeEndpoint=true&throwExceptionOnFailure=false]', S), SC); SC = []),
testidsa12              | collect_creates_labels(SC, ACraw), set_of(ACraw, Adds),
testidsa12              | collect_removes_labels(SC, RCraw), set_of(RCraw, Removes).
testidsa12              | 2022-02-01 13:17:38.443 DEBUG 1 --- [tp1478107640-28] d.f.a.i.d.PolicyDecisionPoint            : Transformation: de.fhg.aisec.ids.api.policy.TransformationDecision@5449bfe0
testidsa12              | 2022-02-01 13:17:38.556 DEBUG 1 --- [tp1478107640-28] d.f.a.i.i.d.d.a.AisecDapsDriver          : AKI: CB:8C:C7:B6:85:79:A8:23:A6:CB:15:AB:17:50:2F:E6:65:43:5D:E8:
testidsa12              | 2022-02-01 13:17:38.556 DEBUG 1 --- [tp1478107640-28] d.f.a.i.i.d.d.a.AisecDapsDriver          : SKI: 9D:19:9B:F3:00:E4:79:9B:A8:2B:0E:5C:AB:22:C3:BF:3B:13:BD:40:
testidsa12              | 2022-02-01 13:17:38.795 DEBUG 1 --- [tp1478107640-28] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'Accept-Encoding':'gzip'
testidsa12              | 2022-02-01 13:17:38.796 DEBUG 1 --- [tp1478107640-28] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'Authorization':'Bearer eyJ0eXAiOiJKV1QiLCJraWQiOiJkZWZhdWx0IiwiYWxnIjoiUlMyNTYifQ.eyJzY29wZXMiOlsiaWRzYzpJRFNfQ09OTkVDVE9SX0FUVFJJQlVURVNfQUxMIl0sImF1ZCI6Imlkc2M6SURTX0NPTk5FQ1RPUlNfQUxMIiwiaXNzIjoiaHR0cHM6Ly9vbWVqZG4iLCJuYmYiOjE2NDM3MTkxNTksImlhdCI6MTY0MzcxOTE1OSwianRpIjoiTXprNE16WXdNVFE1TkRrNU9UWTRNRFF6TXc9PSIsImV4cCI6MTY0MzcyMjc1OSwic2VjdXJpdHlQcm9maWxlIjoiaWRzYzpCQVNFX1NFQ1VSSVRZX1BST0ZJTEUiLCJyZWZlcnJpbmdDb25uZWN0b3IiOiJodHRwOi8vdGVzdGlkc2E5LmRlbW8iLCJAdHlwZSI6ImlkczpEYXRQYXlsb2FkIiwiQGNvbnRleHQiOiJodHRwczovL3czaWQub3JnL2lkc2EvY29udGV4dHMvY29udGV4dC5qc29ubGQiLCJ0cmFuc3BvcnRDZXJ0c1NoYTI1NiI6ImM2OGQ5ZTZiYTNmMTc5OWJjYmU1YmVjOWQ3ZDk4YjE1YjBlZjJmMjkyYzgwZjZiY2E5OTQxNzhhYTk1YWUxMGQiLCJzdWIiOiI2Mzo0NDpEQTpCMTpFQTozNzo1Njo4RDpFOTo4Nzo3QToyMjo3OTpEQjpBRTpEOTpFNjozOToxNDpEQjprZXlpZDpDQjo4QzpDNzpCNjo4NTo3OTpBODoyMzpBNjpDQjoxNTpBQjoxNzo1MDoyRjpFNjo2NTo0Mzo1RDpFOCJ9.M0azsz2tn9vvOJYHmGcviePm5ugRADPTlaRf6k654gu2AbsdcZWYCExiEAV2Df9d2Hwhe0IJB_vi-Aw2M24C31-tId-IsYIRdRwFfTWmewJQowHV0Qby-s-D21jxBDzl_dyUAPLfrNjh5qCqOvAZxhIQubJbXoJ8QWycEIqtfBOH_Ag9H-wNxxHBIm9KDKqrfXUdhAr8hGtX0ILWelWcuiAxf_eiN9qc1z8N8aC8UL1TQR7__wBFw8-RTxao1Me8i1SOyBiaC23822yojpPRl2duuecMqB-S0MbZBSKAhOuaBrBap32iNI8QnWRDTbAg2BFz7uCXe1tgrJJ_SnqfLA'
testidsa12              | 2022-02-01 13:17:38.796 DEBUG 1 --- [tp1478107640-28] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'CamelHttpMethod':'POST'
testidsa12              | 2022-02-01 13:17:38.796 DEBUG 1 --- [tp1478107640-28] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'CamelHttpPath':'/messages/log/5978cb73-3286-4b17-baac-2714e177fc50'
testidsa12              | 2022-02-01 13:17:38.796 DEBUG 1 --- [tp1478107640-28] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'CamelHttpResponseCode':'401'
testidsa12              | 2022-02-01 13:17:38.796 DEBUG 1 --- [tp1478107640-28] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'CamelHttpResponseText':'Unauthorized'
testidsa12              | 2022-02-01 13:17:38.796 DEBUG 1 --- [tp1478107640-28] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'CamelHttpServletRequest':'Request(POST https://testidsa12:9999/messages/log/5978cb73-3286-4b17-baac-2714e177fc50)@69080d13'
testidsa12              | 2022-02-01 13:17:38.797 DEBUG 1 --- [tp1478107640-28] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'CamelHttpServletResponse':'HTTP/1.1 200 
testidsa12              | 
testidsa12              | '
testidsa12              | 2022-02-01 13:17:38.799 DEBUG 1 --- [tp1478107640-28] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'CamelHttpUri':'/messages/log/5978cb73-3286-4b17-baac-2714e177fc50'
testidsa12              | 2022-02-01 13:17:38.799 DEBUG 1 --- [tp1478107640-28] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'CamelHttpUrl':'https://testidsa12:9999/messages/log/5978cb73-3286-4b17-baac-2714e177fc50'
testidsa12              | 2022-02-01 13:17:38.799 DEBUG 1 --- [tp1478107640-28] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'CamelServletContextPath':'/messages/log/{pid}'
testidsa12              | 2022-02-01 13:17:38.799 DEBUG 1 --- [tp1478107640-28] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'content-length':'16'
testidsa12              | 2022-02-01 13:17:38.799 DEBUG 1 --- [tp1478107640-28] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'Content-Type':'application/json'
testidsa12              | 2022-02-01 13:17:38.799 DEBUG 1 --- [tp1478107640-28] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'date':'Tue, 01 Feb 2022 13:17:38 GMT'
testidsa12              | 2022-02-01 13:17:38.799 DEBUG 1 --- [tp1478107640-28] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'ids-header':'{"@context":{"idsc":"https://w3id.org/idsa/code/","ids":"https://w3id.org/idsa/core/"},"@type":"ids:RejectionMessage","@id":"https://w3id.org/idsa/autogen/RejectionMessage/337735b5-338d-4c93-9f3d-3dd1eeb07542","ids:modelVersion":"4.0.0","ids:correlationMessage":"https://w3id.org/idsa/autogen/logMessage/4855b69d-323c-401c-afca-815bd01c7cb1","ids:issued":"2022-02-01T13:17:38.435146350+00:00","ids:issuerConnector":"https://clearing_house/","ids:senderAgent":"https://clearing_house","ids:recipientConnector":["https://connector_A"],"ids:recipientAgent":["https://connector_A"]}'
testidsa12              | 2022-02-01 13:17:38.799 DEBUG 1 --- [tp1478107640-28] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'permissions-policy':'interest-cohort=()'
testidsa12              | 2022-02-01 13:17:38.799 DEBUG 1 --- [tp1478107640-28] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'pid':'5978cb73-3286-4b17-baac-2714e177fc50'
testidsa12              | 2022-02-01 13:17:38.799 DEBUG 1 --- [tp1478107640-28] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'server':'Rocket'
testidsa12              | 2022-02-01 13:17:38.805 DEBUG 1 --- [tp1478107640-28] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'x-content-type-options':'nosniff'
testidsa12              | 2022-02-01 13:17:38.807 DEBUG 1 --- [tp1478107640-28] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'x-frame-options':'SAMEORIGIN'
testidsa12              | 2022-02-01 13:17:38.814 DEBUG 1 --- [tp1478107640-28] d.f.a.i.c.ClearingHouseOutputProcessor   : IDS-Header is not empty, using header from original message
testidsa12              | 2022-02-01 13:17:38.818  INFO 1 --- [tp1478107640-28] d.f.a.i.i.d.d.a.AisecDapsDriver          : Retrieving Dynamic Attribute Token from DAPS ...
testidsa12              | 2022-02-01 13:17:38.819 DEBUG 1 --- [tp1478107640-28] d.f.a.i.i.d.d.a.AisecDapsDriver          : ConnectorUUID: 9D:19:9B:F3:00:E4:79:9B:A8:2B:0E:5C:AB:22:C3:BF:3B:13:BD:40:keyid:CB:8C:C7:B6:85:79:A8:23:A6:CB:15:AB:17:50:2F:E6:65:43:5D:E8
testidsa12              | 2022-02-01 13:17:39.281  WARN 1 --- [tp1478107640-28] d.f.a.i.i.d.d.a.AisecDapsDriver          : DAPS /.well-known/oauth-authorization-server not available, using fallback URLs. Next retry to fetch DAPS meta in 86400 seconds
testidsa12              | 2022-02-01 13:17:39.377  WARN 1 --- [ ConnectionPool] okhttp3.OkHttpClient                     : A connection to https://omejdn/ was leaked. Did you forget to close a response body? To see where this was allocated, set the OkHttpClient logger level to FINE: Logger.getLogger(OkHttpClient.class.getName()).setLevel(Level.FINE);
testidsa12              | 2022-02-01 13:17:39.390 DEBUG 1 --- [tp1478107640-28] d.f.a.i.i.d.d.a.AisecDapsDriver          : Acquired DAT from https://omejdn/token
testidsa12              | 2022-02-01 13:17:39.390 DEBUG 1 --- [tp1478107640-28] d.f.a.i.i.d.d.a.AisecDapsDriver          : Received DAT from DAPS: eyJ0eXAiOiJKV1QiLCJraWQiOiJkZWZhdWx0IiwiYWxnIjoiUlMyNTYifQ.eyJzY29wZXMiOlsiaWRzYzpJRFNfQ09OTkVDVE9SX0FUVFJJQlVURVNfQUxMIl0sImF1ZCI6Imlkc2M6SURTX0NPTk5FQ1RPUlNfQUxMIiwiaXNzIjoiaHR0cHM6Ly9vbWVqZG4iLCJuYmYiOjE2NDM3MjE0NTksImlhdCI6MTY0MzcyMTQ1OSwianRpIjoiTVRNeU5qY3hNalkyTnpjeE9ESTBOakE0TlRVPSIsImV4cCI6MTY0MzcyNTA1OSwic2VjdXJpdHlQcm9maWxlIjoiaWRzYzpCQVNFX1NFQ1VSSVRZX1BST0ZJTEUiLCJyZWZlcnJpbmdDb25uZWN0b3IiOiJodHRwOi8vdGVzdGlkc2ExMi5kZW1vIiwiQHR5cGUiOiJpZHM6RGF0UGF5bG9hZCIsIkBjb250ZXh0IjoiaHR0cHM6Ly93M2lkLm9yZy9pZHNhL2NvbnRleHRzL2NvbnRleHQuanNvbmxkIiwidHJhbnNwb3J0Q2VydHNTaGEyNTYiOiIzNjFiZDRhZDI3OTNjNmE4ZTBmY2ExNGY0ZDk1NTgzODE0MmE5NGQwMWZmOGU0MmI2NTkzZmExYTViNzdkM2MyIiwic3ViIjoiOUQ6MTk6OUI6RjM6MDA6RTQ6Nzk6OUI6QTg6MkI6MEU6NUM6QUI6MjI6QzM6QkY6M0I6MTM6QkQ6NDA6a2V5aWQ6Q0I6OEM6Qzc6QjY6ODU6Nzk6QTg6MjM6QTY6Q0I6MTU6QUI6MTc6NTA6MkY6RTY6NjU6NDM6NUQ6RTgifQ.oPy7XgynC-m_xwg3rAUnDYsY3tbMS1HW5WKNzl50A9rODcQLNlGZIGTrukUjkIH9GtF0euODzkYCngRAZsKXR4qwA5WE7pTRxxZJ0DNjkpRHIrdY-x8B71mBpgBLZ37KZJeI8kYpmEFwEabUTXvd5PDeALZ5x-muVYMq1nl2DKVrJkN8OkFRR6nyJQgq_z2e0ehKYKw9X9cqEVL2mmoRuHFvKvsEzn8SKvkF3vlyEcLNg13Dzpt8GsO5vbrs5DqTXePhgnNrR3hCOdHwrRG0t5fJD7BWm0j9A9L-bQSrwDWXsgT-xIkRsh1HsPMxIkpK7ySDSI1GYoIrYh_VCFvuqA
testidsa12              | 2022-02-01 13:17:39.390 DEBUG 1 --- [tp1478107640-28] d.f.a.i.i.d.d.a.AisecDapsDriver          : Verifying dynamic attribute token...
testidsa12              | 2022-02-01 13:17:39.648 DEBUG 1 --- [tp1478107640-28] d.f.a.i.i.d.d.a.AisecDapsDriver          : DAT is valid for 3600 seconds
testidsa12              | 2022-02-01 13:17:39.649 DEBUG 1 --- [tp1478107640-28] d.f.a.i.c.ClearingHouseOutputProcessor   : status code is: 401
testidsa12              | 2022-02-01 13:17:39.649 DEBUG 1 --- [tp1478107640-28] d.f.a.i.c.ClearingHouseOutputProcessor   : ids header: {"@context":{"idsc":"https://w3id.org/idsa/code/","ids":"https://w3id.org/idsa/core/"},"@type":"ids:RejectionMessage","@id":"https://w3id.org/idsa/autogen/RejectionMessage/337735b5-338d-4c93-9f3d-3dd1eeb07542","ids:modelVersion":"4.0.0","ids:correlationMessage":"https://w3id.org/idsa/autogen/logMessage/4855b69d-323c-401c-afca-815bd01c7cb1","ids:issued":"2022-02-01T13:17:38.435146350+00:00","ids:issuerConnector":"https://clearing_house/","ids:senderAgent":"https://clearing_house","ids:recipientConnector":["https://connector_A"],"ids:recipientAgent":["https://connector_A"]}
testidsa12              | 2022-02-01 13:17:39.650 DEBUG 1 --- [tp1478107640-28] d.f.a.i.c.ClearingHouseOutputProcessor   : daps token: "ids:securityToken" : { "@type" : "ids:DynamicAttributeToken","@id" : "https://w3id.org/idsa/autogen/dynamicAttributeToken/14d65159-5752-4c65-96b6-5d2b8c6ab5b0","ids:tokenFormat" : { "@id" : "idsc:JWT"},"ids:tokenValue" : "eyJ0eXAiOiJKV1QiLCJraWQiOiJkZWZhdWx0IiwiYWxnIjoiUlMyNTYifQ.eyJzY29wZXMiOlsiaWRzYzpJRFNfQ09OTkVDVE9SX0FUVFJJQlVURVNfQUxMIl0sImF1ZCI6Imlkc2M6SURTX0NPTk5FQ1RPUlNfQUxMIiwiaXNzIjoiaHR0cHM6Ly9vbWVqZG4iLCJuYmYiOjE2NDM3MjE0NTksImlhdCI6MTY0MzcyMTQ1OSwianRpIjoiTVRNeU5qY3hNalkyTnpjeE9ESTBOakE0TlRVPSIsImV4cCI6MTY0MzcyNTA1OSwic2VjdXJpdHlQcm9maWxlIjoiaWRzYzpCQVNFX1NFQ1VSSVRZX1BST0ZJTEUiLCJyZWZlcnJpbmdDb25uZWN0b3IiOiJodHRwOi8vdGVzdGlkc2ExMi5kZW1vIiwiQHR5cGUiOiJpZHM6RGF0UGF5bG9hZCIsIkBjb250ZXh0IjoiaHR0cHM6Ly93M2lkLm9yZy9pZHNhL2NvbnRleHRzL2NvbnRleHQuanNvbmxkIiwidHJhbnNwb3J0Q2VydHNTaGEyNTYiOiIzNjFiZDRhZDI3OTNjNmE4ZTBmY2ExNGY0ZDk1NTgzODE0MmE5NGQwMWZmOGU0MmI2NTkzZmExYTViNzdkM2MyIiwic3ViIjoiOUQ6MTk6OUI6RjM6MDA6RTQ6Nzk6OUI6QTg6MkI6MEU6NUM6QUI6MjI6QzM6QkY6M0I6MTM6QkQ6NDA6a2V5aWQ6Q0I6OEM6Qzc6QjY6ODU6Nzk6QTg6MjM6QTY6Q0I6MTU6QUI6MTc6NTA6MkY6RTY6NjU6NDM6NUQ6RTgifQ.oPy7XgynC-m_xwg3rAUnDYsY3tbMS1HW5WKNzl50A9rODcQLNlGZIGTrukUjkIH9GtF0euODzkYCngRAZsKXR4qwA5WE7pTRxxZJ0DNjkpRHIrdY-x8B71mBpgBLZ37KZJeI8kYpmEFwEabUTXvd5PDeALZ5x-muVYMq1nl2DKVrJkN8OkFRR6nyJQgq_z2e0ehKYKw9X9cqEVL2mmoRuHFvKvsEzn8SKvkF3vlyEcLNg13Dzpt8GsO5vbrs5DqTXePhgnNrR3hCOdHwrRG0t5fJD7BWm0j9A9L-bQSrwDWXsgT-xIkRsh1HsPMxIkpK7ySDSI1GYoIrYh_VCFvuqA"}
testidsa12              | 2022-02-01 13:17:39.650 DEBUG 1 --- [tp1478107640-28] d.f.a.i.c.ClearingHouseOutputProcessor   : message: {"@context":{"idsc":"https://w3id.org/idsa/code/","ids":"https://w3id.org/idsa/core/"},"@type":"ids:RejectionMessage","@id":"https://w3id.org/idsa/autogen/RejectionMessage/337735b5-338d-4c93-9f3d-3dd1eeb07542","ids:modelVersion":"4.0.0","ids:correlationMessage":"https://w3id.org/idsa/autogen/logMessage/4855b69d-323c-401c-afca-815bd01c7cb1","ids:issued":"2022-02-01T13:17:38.435146350+00:00","ids:issuerConnector":"https://clearing_house/","ids:senderAgent":"https://clearing_house","ids:recipientConnector":["https://connector_A"],"ids:recipientAgent":["https://connector_A","ids:securityToken" : { "@type" : "ids:DynamicAttributeToken","@id" : "https://w3id.org/idsa/autogen/dynamicAttributeToken/14d65159-5752-4c65-96b6-5d2b8c6ab5b0","ids:tokenFormat" : { "@id" : "idsc:JWT"},"ids:tokenValue" : "eyJ0eXAiOiJKV1QiLCJraWQiOiJkZWZhdWx0IiwiYWxnIjoiUlMyNTYifQ.eyJzY29wZXMiOlsiaWRzYzpJRFNfQ09OTkVDVE9SX0FUVFJJQlVURVNfQUxMIl0sImF1ZCI6Imlkc2M6SURTX0NPTk5FQ1RPUlNfQUxMIiwiaXNzIjoiaHR0cHM6Ly9vbWVqZG4iLCJuYmYiOjE2NDM3MjE0NTksImlhdCI6MTY0MzcyMTQ1OSwianRpIjoiTVRNeU5qY3hNalkyTnpjeE9ESTBOakE0TlRVPSIsImV4cCI6MTY0MzcyNTA1OSwic2VjdXJpdHlQcm9maWxlIjoiaWRzYzpCQVNFX1NFQ1VSSVRZX1BST0ZJTEUiLCJyZWZlcnJpbmdDb25uZWN0b3IiOiJodHRwOi8vdGVzdGlkc2ExMi5kZW1vIiwiQHR5cGUiOiJpZHM6RGF0UGF5bG9hZCIsIkBjb250ZXh0IjoiaHR0cHM6Ly93M2lkLm9yZy9pZHNhL2NvbnRleHRzL2NvbnRleHQuanNvbmxkIiwidHJhbnNwb3J0Q2VydHNTaGEyNTYiOiIzNjFiZDRhZDI3OTNjNmE4ZTBmY2ExNGY0ZDk1NTgzODE0MmE5NGQwMWZmOGU0MmI2NTkzZmExYTViNzdkM2MyIiwic3ViIjoiOUQ6MTk6OUI6RjM6MDA6RTQ6Nzk6OUI6QTg6MkI6MEU6NUM6QUI6MjI6QzM6QkY6M0I6MTM6QkQ6NDA6a2V5aWQ6Q0I6OEM6Qzc6QjY6ODU6Nzk6QTg6MjM6QTY6Q0I6MTU6QUI6MTc6NTA6MkY6RTY6NjU6NDM6NUQ6RTgifQ.oPy7XgynC-m_xwg3rAUnDYsY3tbMS1HW5WKNzl50A9rODcQLNlGZIGTrukUjkIH9GtF0euODzkYCngRAZsKXR4qwA5WE7pTRxxZJ0DNjkpRHIrdY-x8B71mBpgBLZ37KZJeI8kYpmEFwEabUTXvd5PDeALZ5x-muVYMq1nl2DKVrJkN8OkFRR6nyJQgq_z2e0ehKYKw9X9cqEVL2mmoRuHFvKvsEzn8SKvkF3vlyEcLNg13Dzpt8GsO5vbrs5DqTXePhgnNrR3hCOdHwrRG0t5fJD7BWm0j9A9L-bQSrwDWXsgT-xIkRsh1HsPMxIkpK7ySDSI1GYoIrYh_VCFvuqA"}]}
testidsa12              | 2022-02-01 13:17:39.657 DEBUG 1 --- [tp1478107640-28] d.f.a.i.c.ClearingHouseOutputProcessor   : Payload is not empty
milux commented 2 years ago

Your last trace clearly indicates that the CH API is not able to connect to the DAPS via HTTPS/TLS, apparently because the certificate you used there is not signed by a CA that you have provided in the TrustStore of the CH API, or not even properly signed by any CA after all, if it is truly "self-signed", as stated in the error message. May I first ask you why you are communicating with a DAPS in your own cluster via HTTPS? It doesn't seem necessary for me as long as you don't setup your DAPS for external access via a "real" domain, nor am I aware of the daps preventing you from using plain HTTP via port 80.

There is little that can be done from our side to help here, unless you are willing to share your entire demo setup with us, so we can reproduce your issue here, 1:1. In that case, you should create a new PKI afterwards so we don't own your private key material.

jfernandezsqs commented 2 years ago

I have changed the environment to use HTTP for the DAPS. I use the following configuration at the application.properties file for both Dataspace Connectors

## DAPS
daps.url=http://omejdn:4567
daps.token.url=http://omejdn:4567/token
daps.key.url=http://omejdn:4567/.well-known/jwks.json
daps.key.url.kid={'http://omejdn:4567/.well-known/jwks.json':'default'}

## Messaging Services settings
daps.mode=aisec
shacl.validation=true

## Clearing House
clearing.house.url=https://testidsa12:9999/messages/log/

For the Clearing House, I build the images using the downloaded github repositories. Using the following docker-compose.yml file

version: '3'
services:
    clearing-house-api:
        image: sqs-service-api          
        container_name: "clearing-house-api"
        depends_on:
            - document-api
            - keyring-api
            - clearing-house-mongo
        environment:
            # Allowed levels: Off, Error, Warn, Info, Debug, Trace
            - API_LOG_LEVEL=Debug
        ports:
            - "8000:8000"
        #restart: unless-stopped
        # Configuration of APIs is handled by config.yml and Rocket.toml
        volumes:
            - ./data/Rocket.toml:/server/Rocket.toml
            - ./data/keys:/server/keys
            - ./data/certs:/server/certs
            #- ./dat_daps:/usr/local/share/ca-certificates

    clearing-house-mongo:
        container_name: "clearing-house-mongo"
        image: mongo:4.4.8
        restart: always
        environment: 
            MONGO_INITDB_DATABASE: process
        ports:
            # This is solely for debugging purposes. Remove for deployment
            - "27019:27017"

    document-api:
        image: sqs-document-api
        container_name: "document-api"
        depends_on:
            - keyring-api
            - document-mongo
        environment:
            # Allowed levels: Off, Error, Warn, Info, Debug, Trace
            - API_LOG_LEVEL=Info
        ports:
            - "8001:8001"
        #restart: unless-stopped
        # Configuration of APIs is handled by config.yml and Rocket.toml
        volumes:
            - ./data/document-api/Rocket.toml:/server/Rocket.toml
            - ./data/certs:/server/certs
            #- ./dat_daps:/usr/local/share/ca-certificates

    document-mongo:
        container_name: "document-mongo"
        image: mongo:4.4.8
        restart: always
        environment: 
            MONGO_INITDB_DATABASE: document        
        ports:
            # This is solely for debugging purposes. Remove for deployment
            - "27017:27017"

    keyring-api:
        image: sqs-keyring-api
        container_name: "keyring-api"
        depends_on:
            - keyring-mongo
        environment:
            # Allowed levels: Off, Error, Warn, Info, Debug, Trace
            - API_LOG_LEVEL=Info
        ports:
            - "8002:8002"
        #restart: unless-stopped
        # Configuration of APIs is handled by config.yml and Rocket.toml
        volumes:
            - ./data/keyring-api/init_db:/server/init_db
            - ./data/keyring-api/Rocket.toml:/server/Rocket.toml
            - ./data/certs:/server/certs
            #- ./dat_daps:/usr/local/share/ca-certificates

    keyring-mongo:
        container_name: "keyring-mongo"
        image: mongo:4.4.8
        restart: always
        environment: 
            MONGO_INITDB_DATABASE: keyring
        ports:
            # This is solely for debugging purposes. Remove for deployment
            - "27018:27017"

    # The core platform, mounts docker control socket and route definition into the image
    tc-core:
        container_name: "testidsa12"
        image: fraunhoferaisec/trusted-connector-core:ch
        tty: true
        stdin_open: true
        volumes:
            - /var/run/docker.sock:/var/run/docker.sock
            - ./data/trusted-connector/allow-all-flows.pl:/root/deploy/allow-all-flows.pl
            - ./data/trusted-connector/testidsa12.p12:/root/etc/keystore.p12
            - ./data/trusted-connector/truststore.p12:/root/etc/truststore.p12
            - ./data/trusted-connector/clearing-house-processors-0.7.3.jar:/root/jars/clearing-house-processors.jar
            - ./data/trusted-connector/routes/clearing-house-routes.xml:/root/deploy/clearing-house-routes.xml
            #- ./data/trusted-connector/routes/ids-multipart-echo-route.xml:/root/deploy/ids-multipart-echo-route.xml
        environment:
            TC_DAPS_URL: http://omejdn:4567
            #LOGGING_LEVEL_ORG_APACHE_CAMEL: TRACE
        expose:
          - "9999"
          - "8443" 
          - "8080"  
        ports:
            - "8443:8443"
            - "9999:9999"
            - "8080:8080"

networks:
    default:
        external:
            name: broker-localhost_default

I changed the Rocket.toml files of the data folder for the document-api, keyring-api and clearing-house-api

daps_api_url = "http://omejdn:4567"

For all this configuration I am using certificates provided by Fraunhofer and I am obtaining the following logs at the Clearing House:

testidsa12              | 2022-02-02 14:06:55.688 DEBUG 1 --- [qtp444269602-28] d.f.a.i.d.PolicyDecisionPoint            : Query for uncached label transformation: once(setof(S, action_service('From[rest://post:/messages/log/%7Bpid%7D?consumerComponentName=jetty&routeId=CH_LOG_PID]', S), SC); SC = []),
testidsa12              | collect_creates_labels(SC, ACraw), set_of(ACraw, Adds),
testidsa12              | collect_removes_labels(SC, RCraw), set_of(RCraw, Removes).
testidsa12              | 2022-02-02 14:06:56.331 DEBUG 1 --- [qtp444269602-28] d.f.a.i.d.lucon.LuconEngine              : Prolog library loaded de.fhg.aisec.ids.dataflowcontrol.lucon.LuconLibrary
testidsa12              | 2022-02-02 14:06:56.450 DEBUG 1 --- [qtp444269602-28] d.f.a.i.d.PolicyDecisionPoint            : Transformation: de.fhg.aisec.ids.api.policy.TransformationDecision@3091ce0e
testidsa12              | 2022-02-02 14:06:56.477 DEBUG 1 --- [qtp444269602-28] d.f.a.i.d.PolicyDecisionPoint            : Query for uncached label transformation: once(setof(S, action_service('To[direct:log]', S), SC); SC = []),
testidsa12              | collect_creates_labels(SC, ACraw), set_of(ACraw, Adds),
testidsa12              | collect_removes_labels(SC, RCraw), set_of(RCraw, Removes).
testidsa12              | 2022-02-02 14:06:56.527 DEBUG 1 --- [qtp444269602-28] d.f.a.i.d.PolicyDecisionPoint            : Transformation: de.fhg.aisec.ids.api.policy.TransformationDecision@191c89ac
testidsa12              | 2022-02-02 14:06:56.541 DEBUG 1 --- [qtp444269602-28] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'Accept-Encoding':'gzip'
testidsa12              | 2022-02-02 14:06:56.541 DEBUG 1 --- [qtp444269602-28] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'CamelHttpMethod':'POST'
testidsa12              | 2022-02-02 14:06:56.541 DEBUG 1 --- [qtp444269602-28] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'CamelHttpPath':'/messages/log/3743d77d-fa68-43d6-bfa0-816f7b22ddb7'
testidsa12              | 2022-02-02 14:06:56.542 DEBUG 1 --- [qtp444269602-28] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'CamelHttpQuery':'null'
testidsa12              | 2022-02-02 14:06:56.542 DEBUG 1 --- [qtp444269602-28] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'CamelHttpServletRequest':'Request(POST https://testidsa12:9999/messages/log/3743d77d-fa68-43d6-bfa0-816f7b22ddb7)@6bf9f30c'
testidsa12              | 2022-02-02 14:06:56.544 DEBUG 1 --- [qtp444269602-28] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'CamelHttpServletResponse':'HTTP/1.1 200 
testidsa12              | 
testidsa12              | '
testidsa12              | 2022-02-02 14:06:56.549 DEBUG 1 --- [qtp444269602-28] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'CamelHttpUri':'/messages/log/3743d77d-fa68-43d6-bfa0-816f7b22ddb7'
testidsa12              | 2022-02-02 14:06:56.549 DEBUG 1 --- [qtp444269602-28] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'CamelHttpUrl':'https://testidsa12:9999/messages/log/3743d77d-fa68-43d6-bfa0-816f7b22ddb7'
testidsa12              | 2022-02-02 14:06:56.549 DEBUG 1 --- [qtp444269602-28] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'CamelServletContextPath':'/messages/log/{pid}'
testidsa12              | 2022-02-02 14:06:56.551 DEBUG 1 --- [qtp444269602-28] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'Connection':'keep-alive'
testidsa12              | 2022-02-02 14:06:56.551 DEBUG 1 --- [qtp444269602-28] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'Content-Length':'3931'
testidsa12              | 2022-02-02 14:06:56.552 DEBUG 1 --- [qtp444269602-28] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'Content-Type':'multipart/form-data; boundary=1aa7f387-c251-477e-9b21-e2f4878c6dc4'
testidsa12              | 2022-02-02 14:06:56.552 DEBUG 1 --- [qtp444269602-28] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'Host':'testidsa12:9999'
testidsa12              | 2022-02-02 14:06:56.552 DEBUG 1 --- [qtp444269602-28] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'pid':'3743d77d-fa68-43d6-bfa0-816f7b22ddb7'
testidsa12              | 2022-02-02 14:06:56.552 DEBUG 1 --- [qtp444269602-28] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'User-Agent':'okhttp/4.9.1'
testidsa12              | 2022-02-02 14:06:56.582 DEBUG 1 --- [qtp444269602-28] d.f.a.i.c.ClearingHouseParser            : Field name: header
testidsa12              | 2022-02-02 14:06:57.727 DEBUG 1 --- [qtp444269602-28] d.f.a.i.c.ClearingHouseParser            : id: https://w3id.org/idsa/autogen/logMessage/2f12bc66-532f-439d-a981-1d773bdb7e7e
testidsa12              | 2022-02-02 14:06:57.727 DEBUG 1 --- [qtp444269602-28] d.f.a.i.c.ClearingHouseParser            : Field name: payload
testidsa12              | 2022-02-02 14:06:57.727 DEBUG 1 --- [qtp444269602-28] d.f.a.i.c.ClearingHouseParser            : Found body with Content-Type "null"
testidsa12              | 2022-02-02 14:06:57.828 DEBUG 1 --- [qtp444269602-28] d.f.a.i.c.ClearingHouseLogProcessor      : Build CH message: {"header":{"@type":"ids:LogMessage","@id":"https://w3id.org/idsa/autogen/logMessage/2f12bc66-532f-439d-a981-1d773bdb7e7e","ids:issuerConnector":"https://connector_A","ids:securityToken":{"@type":"ids:DynamicAttributeToken","@id":"https://w3id.org/idsa/autogen/dynamicAttributeToken/89112f8e-72cb-4612-a2b3-8cd1012a5d3d","ids:tokenValue":"eyJ0eXAiOiJKV1QiLCJraWQiOiJkZWZhdWx0IiwiYWxnIjoiUlMyNTYifQ.eyJzY29wZXMiOlsiaWRzYzpJRFNfQ09OTkVDVE9SX0FUVFJJQlVURVNfQUxMIl0sImF1ZCI6Imlkc2M6SURTX0NPTk5FQ1RPUlNfQUxMIiwiaXNzIjoiaHR0cDovL29tZWpkbjo0NTY3IiwibmJmIjoxNjQzODEwNzY0LCJpYXQiOjE2NDM4MTA3NjQsImp0aSI6Ik5EQXlOVFkyTWpNMk5qUXlPRE0yTlRnek1BPT0iLCJleHAiOjE2NDM4MTQzNjQsInNlY3VyaXR5UHJvZmlsZSI6Imlkc2M6QkFTRV9TRUNVUklUWV9QUk9GSUxFIiwicmVmZXJyaW5nQ29ubmVjdG9yIjoiaHR0cDovL3Rlc3RpZHNhOS5kZW1vIiwiQHR5cGUiOiJpZHM6RGF0UGF5bG9hZCIsIkBjb250ZXh0IjoiaHR0cHM6Ly93M2lkLm9yZy9pZHNhL2NvbnRleHRzL2NvbnRleHQuanNvbmxkIiwidHJhbnNwb3J0Q2VydHNTaGEyNTYiOiJjNjhkOWU2YmEzZjE3OTliY2JlNWJlYzlkN2Q5OGIxNWIwZWYyZjI5MmM4MGY2YmNhOTk0MTc4YWE5NWFlMTBkIiwic3ViIjoiNjM6NDQ6REE6QjE6RUE6Mzc6NTY6OEQ6RTk6ODc6N0E6MjI6Nzk6REI6QUU6RDk6RTY6Mzk6MTQ6REI6a2V5aWQ6Q0I6OEM6Qzc6QjY6ODU6Nzk6QTg6MjM6QTY6Q0I6MTU6QUI6MTc6NTA6MkY6RTY6NjU6NDM6NUQ6RTgifQ.hP62wDmPQBXEgCk1q4bpzDGkyvCmkG8vYPfg9rttwl025Dab3U5rr5g0kMcbT2u-NC-q24cdy_SNyPSkCJ0qggnZ-ypbNV4va-4WH61A0ETZ1ooc0VM68oQ91c45kU8q8BNyUS3MTu7tJrDGQ0Z1lkpq_k53LtkqSfC_sJB7vKm_-TG06klJoVFOhw7_Di6vfA548mVCmsU93tOubC07Cy6uudj2e6k92WHWvvJmzAYl3RkT1TYTe3U1dyRTsYw0oSRJ39E5mSAQPmhlXBrfu0lteJOdWqcQMFfU4ihkYvaD43kCoCG7UyxK3iXAxptXZyoZp0w5csV38UidzioV6A","ids:tokenFormat":{"@id":"https://w3id.org/idsa/code/JWT"}},"ids:issued":"2022-02-02T14:06:55.442UTC","ids:recipientConnector":["https://testidsa12:9999/messages/log/3743d77d-fa68-43d6-bfa0-816f7b22ddb7"],"ids:senderAgent":"https://connector_A","ids:modelVersion":"4.2.0"},"payload":"ewogICJAY29udGV4dCIgOiB7CiAgICAiaWRzIiA6ICJodHRwczovL3czaWQub3JnL2lkc2EvY29yZS8iLAogICAgImlkc2MiIDogImh0dHBzOi8vdzNpZC5vcmcvaWRzYS9jb2RlLyIKICB9LAogICJAdHlwZSIgOiAiaWRzOkNvbnRyYWN0QWdyZWVtZW50IiwKICAiQGlkIiA6ICJodHRwczovL3Rlc3RpZHNhOTo3MDgwL2FwaS9hZ3JlZW1lbnRzLzM3NDNkNzdkLWZhNjgtNDNkNi1iZmEwLTgxNmY3YjIyZGRiNyIsCiAgImlkczpwcm92aWRlciIgOiB7CiAgICAiQGlkIiA6ICJodHRwczovL2Nvbm5lY3Rvcl9BIgogIH0sCiAgImlkczpwZXJtaXNzaW9uIiA6IFsgewogICAgIkB0eXBlIiA6ICJpZHM6UGVybWlzc2lvbiIsCiAgICAiQGlkIiA6ICJodHRwczovL3Rlc3RpZHNhOTo3MDgwL2FwaS9ydWxlcy81OGVkODIwOS1mYTU1LTQ5MDgtYjkyMS01OTQ2NDYyZTZlMzUiLAogICAgImlkczp0YXJnZXQiIDogewogICAgICAiQGlkIiA6ICJodHRwczovL3Rlc3RpZHNhOTo3MDgwL2FwaS9hcnRpZmFjdHMvN2M1N2FkMDgtOTE3YS00Mzg0LTgxMWYtOWZlMGQwN2QxN2RjIgogICAgfSwKICAgICJpZHM6ZGVzY3JpcHRpb24iIDogWyB7CiAgICAgICJAdmFsdWUiIDogInByb3ZpZGUtYWNjZXNzIiwKICAgICAgIkB0eXBlIiA6ICJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVtYSNzdHJpbmciCiAgICB9IF0sCiAgICAiaWRzOnRpdGxlIiA6IFsgewogICAgICAiQHZhbHVlIiA6ICJBbGxvdyBEYXRhIFVzYWdlIiwKICAgICAgIkB0eXBlIiA6ICJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVtYSNzdHJpbmciCiAgICB9IF0sCiAgICAiaWRzOnBvc3REdXR5IiA6IFsgXSwKICAgICJpZHM6YXNzaWduZWUiIDogWyB7CiAgICAgICJAaWQiIDogImh0dHBzOi8vY29ubmVjdG9yX0IiCiAgICB9IF0sCiAgICAiaWRzOmFzc2lnbmVyIiA6IFsgewogICAgICAiQGlkIiA6ICJodHRwczovL2Nvbm5lY3Rvcl9BIgogICAgfSBdLAogICAgImlkczpwcmVEdXR5IiA6IFsgXSwKICAgICJpZHM6Y29uc3RyYWludCIgOiBbIF0sCiAgICAiaWRzOmFjdGlvbiIgOiBbIHsKICAgICAgIkBpZCIgOiAiaHR0cHM6Ly93M2lkLm9yZy9pZHNhL2NvZGUvVVNFIgogICAgfSBdCiAgfSBdLAogICJpZHM6Y29uc3VtZXIiIDogewogICAgIkBpZCIgOiAiaHR0cHM6Ly9jb25uZWN0b3JfQiIKICB9LAogICJpZHM6cHJvaGliaXRpb24iIDogWyBdLAogICJpZHM6b2JsaWdhdGlvbiIgOiBbIF0sCiAgImlkczpjb250cmFjdFN0YXJ0IiA6IHsKICAgICJAdmFsdWUiIDogIjIwMjItMDItMDJUMTQ6MDY6NTQuODg3WiIsCiAgICAiQHR5cGUiIDogImh0dHA6Ly93d3cudzMub3JnLzIwMDEvWE1MU2NoZW1hI2RhdGVUaW1lU3RhbXAiCiAgfSwKICAiaWRzOmNvbnRyYWN0RGF0ZSIgOiB7CiAgICAiQHZhbHVlIiA6ICIyMDIyLTAyLTAyVDE0OjA2OjU0Ljg4N1oiLAogICAgIkB0eXBlIiA6ICJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVtYSNkYXRlVGltZVN0YW1wIgogIH0KfQ==","payloadType":"application/octet-stream"}, with payload ewogICJAY29udGV4dCIgOiB7CiAgICAiaWRzIiA6ICJodHRwczovL3czaWQub3JnL2lkc2EvY29yZS8iLAogICAgImlkc2MiIDogImh0dHBzOi8vdzNpZC5vcmcvaWRzYS9jb2RlLyIKICB9LAogICJAdHlwZSIgOiAiaWRzOkNvbnRyYWN0QWdyZWVtZW50IiwKICAiQGlkIiA6ICJodHRwczovL3Rlc3RpZHNhOTo3MDgwL2FwaS9hZ3JlZW1lbnRzLzM3NDNkNzdkLWZhNjgtNDNkNi1iZmEwLTgxNmY3YjIyZGRiNyIsCiAgImlkczpwcm92aWRlciIgOiB7CiAgICAiQGlkIiA6ICJodHRwczovL2Nvbm5lY3Rvcl9BIgogIH0sCiAgImlkczpwZXJtaXNzaW9uIiA6IFsgewogICAgIkB0eXBlIiA6ICJpZHM6UGVybWlzc2lvbiIsCiAgICAiQGlkIiA6ICJodHRwczovL3Rlc3RpZHNhOTo3MDgwL2FwaS9ydWxlcy81OGVkODIwOS1mYTU1LTQ5MDgtYjkyMS01OTQ2NDYyZTZlMzUiLAogICAgImlkczp0YXJnZXQiIDogewogICAgICAiQGlkIiA6ICJodHRwczovL3Rlc3RpZHNhOTo3MDgwL2FwaS9hcnRpZmFjdHMvN2M1N2FkMDgtOTE3YS00Mzg0LTgxMWYtOWZlMGQwN2QxN2RjIgogICAgfSwKICAgICJpZHM6ZGVzY3JpcHRpb24iIDogWyB7CiAgICAgICJAdmFsdWUiIDogInByb3ZpZGUtYWNjZXNzIiwKICAgICAgIkB0eXBlIiA6ICJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVtYSNzdHJpbmciCiAgICB9IF0sCiAgICAiaWRzOnRpdGxlIiA6IFsgewogICAgICAiQHZhbHVlIiA6ICJBbGxvdyBEYXRhIFVzYWdlIiwKICAgICAgIkB0eXBlIiA6ICJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVtYSNzdHJpbmciCiAgICB9IF0sCiAgICAiaWRzOnBvc3REdXR5IiA6IFsgXSwKICAgICJpZHM6YXNzaWduZWUiIDogWyB7CiAgICAgICJAaWQiIDogImh0dHBzOi8vY29ubmVjdG9yX0IiCiAgICB9IF0sCiAgICAiaWRzOmFzc2lnbmVyIiA6IFsgewogICAgICAiQGlkIiA6ICJodHRwczovL2Nvbm5lY3Rvcl9BIgogICAgfSBdLAogICAgImlkczpwcmVEdXR5IiA6IFsgXSwKICAgICJpZHM6Y29uc3RyYWludCIgOiBbIF0sCiAgICAiaWRzOmFjdGlvbiIgOiBbIHsKICAgICAgIkBpZCIgOiAiaHR0cHM6Ly93M2lkLm9yZy9pZHNhL2NvZGUvVVNFIgogICAgfSBdCiAgfSBdLAogICJpZHM6Y29uc3VtZXIiIDogewogICAgIkBpZCIgOiAiaHR0cHM6Ly9jb25uZWN0b3JfQiIKICB9LAogICJpZHM6cHJvaGliaXRpb24iIDogWyBdLAogICJpZHM6b2JsaWdhdGlvbiIgOiBbIF0sCiAgImlkczpjb250cmFjdFN0YXJ0IiA6IHsKICAgICJAdmFsdWUiIDogIjIwMjItMDItMDJUMTQ6MDY6NTQuODg3WiIsCiAgICAiQHR5cGUiIDogImh0dHA6Ly93d3cudzMub3JnLzIwMDEvWE1MU2NoZW1hI2RhdGVUaW1lU3RhbXAiCiAgfSwKICAiaWRzOmNvbnRyYWN0RGF0ZSIgOiB7CiAgICAiQHZhbHVlIiA6ICIyMDIyLTAyLTAyVDE0OjA2OjU0Ljg4N1oiLAogICAgIkB0eXBlIiA6ICJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVtYSNkYXRlVGltZVN0YW1wIgogIH0KfQ== and payload type application/octet-stream
testidsa12              | 2022-02-02 14:06:57.853 DEBUG 1 --- [qtp444269602-28] d.f.a.i.d.PolicyDecisionPoint            : Query for uncached label transformation: once(setof(S, action_service('process[ref:logProcessor]', S), SC); SC = []),
testidsa12              | collect_creates_labels(SC, ACraw), set_of(ACraw, Adds),
testidsa12              | collect_removes_labels(SC, RCraw), set_of(RCraw, Removes).
testidsa12              | 2022-02-02 14:06:57.872 DEBUG 1 --- [qtp444269602-28] d.f.a.i.d.PolicyDecisionPoint            : Transformation: de.fhg.aisec.ids.api.policy.TransformationDecision@446fe45
clearing-house-api      | [2022-02-02][14:06:57][rocket::server][INFO] POST /messages/log/3743d77d-fa68-43d6-bfa0-816f7b22ddb7 application/json:
clearing-house-api      | [2022-02-02][14:06:57][_][INFO] Matched: (log) POST /messages/log/<pid> application/json
clearing-house-api      | [2022-02-02][14:06:57][core_lib::api::auth][DEBUG] ...no jwks cached
clearing-house-api      | [2022-02-02][14:06:57][core_lib::api::client::daps_api][DEBUG] trying to get JWKSet from url: http://omejdn:4567/.well-known/jwks.json
clearing-house-api      | [2022-02-02][14:06:57][hyper::client::connect::dns][DEBUG] resolving host="omejdn"
clearing-house-api      | [2022-02-02][14:06:57][hyper::client::connect::http][DEBUG] connecting to 172.18.0.2:4567
clearing-house-api      | [2022-02-02][14:06:57][tokio_reactor][DEBUG] adding I/O source: 0
clearing-house-api      | [2022-02-02][14:06:57][tokio_reactor::registration][DEBUG] scheduling Write for: 0
clearing-house-api      | [2022-02-02][14:06:57][hyper::client::connect::http][DEBUG] connected to Some(172.18.0.2:4567)
clearing-house-api      | [2022-02-02][14:06:57][tokio_reactor::registration][DEBUG] scheduling Read for: 0
clearing-house-api      | [2022-02-02][14:06:57][tokio_reactor::registration][DEBUG] scheduling Read for: 0
clearing-house-api      | [2022-02-02][14:06:57][hyper::proto::h1::io][DEBUG] flushed 122 bytes
clearing-house-api      | [2022-02-02][14:06:57][hyper::proto::h1::io][DEBUG] read 652 bytes
clearing-house-api      | [2022-02-02][14:06:57][hyper::proto::h1::io][DEBUG] parsed 6 headers
clearing-house-api      | [2022-02-02][14:06:57][hyper::proto::h1::conn][DEBUG] incoming body is content-length (400 bytes)
clearing-house-api      | [2022-02-02][14:06:57][hyper::proto::h1::conn][DEBUG] incoming body completed
clearing-house-api      | [2022-02-02][14:06:57][tokio_reactor::registration][DEBUG] scheduling Read for: 0
clearing-house-api      | [2022-02-02][14:06:57][tokio_reactor::registration][DEBUG] scheduling Read for: 0
clearing-house-api      | [2022-02-02][14:06:57][tokio_reactor::registration][DEBUG] scheduling Read for: 0
clearing-house-api      | [2022-02-02][14:06:57][hyper::client::pool][DEBUG] pooling idle connection for "http://omejdn:4567"
clearing-house-api      | [2022-02-02][14:06:57][reqwest::async_impl::response][DEBUG] Response: '200 OK' for http://omejdn:4567/.well-known/jwks.json
clearing-house-api      | [2022-02-02][14:06:57][tokio_reactor::registration][DEBUG] scheduling Read for: 0
clearing-house-api      | [2022-02-02][14:06:57][core_lib::api::auth][DEBUG] ...got jwks from daps
clearing-house-api      | [2022-02-02][14:06:57][core_lib::api::auth][DEBUG] ...valid token!
clearing-house-api      | [2022-02-02][14:06:57][core_lib::api::auth][DEBUG] ...updating jwks cache...
clearing-house-api      | [2022-02-02][14:06:57][ch_lib::db][DEBUG] Trying to get process with id 3743d77d-fa68-43d6-bfa0-816f7b22ddb7...
clearing-house-api      | [2022-02-02][14:06:57][tokio_reactor::registration][DEBUG] scheduling Read for: 0
clearing-house-api      | [2022-02-02][14:06:57][ch_lib::db][DEBUG] ... found it.
clearing-house-api      | [2022-02-02][14:06:57][clearing_house_api::clearing_house_api][INFO] Requested pid '3743d77d-fa68-43d6-bfa0-816f7b22ddb7' does not exist. Creating...
clearing-house-api      | [2022-02-02][14:06:57][ch_lib::db][DEBUG] Storing process with pid "3743d77d-fa68-43d6-bfa0-816f7b22ddb7"...
clearing-house-mongo    | {"t":{"$date":"2022-02-02T14:06:57.902+00:00"},"s":"I",  "c":"STORAGE",  "id":20320,   "ctx":"conn2","msg":"createCollection","attr":{"namespace":"process.processes","uuidDisposition":"generated","uuid":{"uuid":{"$uuid":"88b03267-8d65-4d6c-9044-44731bdbc50a"}},"options":{}}}
clearing-house-mongo    | {"t":{"$date":"2022-02-02T14:06:57.922+00:00"},"s":"I",  "c":"INDEX",    "id":20345,   "ctx":"conn2","msg":"Index build: done building","attr":{"buildUUID":null,"namespace":"process.processes","index":"_id_","commitTimestamp":{"$timestamp":{"t":0,"i":0}}}}
clearing-house-api      | [2022-02-02][14:06:57][ch_lib::db][DEBUG] ...added new process: ObjectId("61fa90014b1c8061a55b610a")
clearing-house-api      | [2022-02-02][14:06:57][ch_lib::db][DEBUG] checking if user '63:44:DA:B1:EA:37:56:8D:E9:87:7A:22:79:DB:AE:D9:E6:39:14:DB:keyid:CB:8C:C7:B6:85:79:A8:23:A6:CB:15:AB:17:50:2F:E6:65:43:5D:E8' is authorized to access '3743d77d-fa68-43d6-bfa0-816f7b22ddb7'
clearing-house-api      | [2022-02-02][14:06:57][ch_lib::db][DEBUG] Trying to get process with id 3743d77d-fa68-43d6-bfa0-816f7b22ddb7...
clearing-house-api      | [2022-02-02][14:06:57][ch_lib::db][DEBUG] ... found it.
clearing-house-api      | [2022-02-02][14:06:57][ch_lib::db][DEBUG] found owner 63:44:DA:B1:EA:37:56:8D:E9:87:7A:22:79:DB:AE:D9:E6:39:14:DB:keyid:CB:8C:C7:B6:85:79:A8:23:A6:CB:15:AB:17:50:2F:E6:65:43:5D:E8
clearing-house-api      | [2022-02-02][14:06:57][clearing_house_api::clearing_house_api][INFO] User authorized.
clearing-house-api      | [2022-02-02][14:06:57][clearing_house_api::clearing_house_api][DEBUG] logging message for pid 3743d77d-fa68-43d6-bfa0-816f7b22ddb7
clearing-house-api      | [2022-02-02][14:06:57][clearing_house_api::clearing_house_api][DEBUG] transforming message to document...
clearing-house-api      | [2022-02-02][14:06:57][ch_lib::db][DEBUG] Getting transaction counter...
clearing-house-api      | [2022-02-02][14:06:57][clearing_house_api::clearing_house_api][DEBUG] Storing document...
clearing-house-api      | [2022-02-02][14:06:57][core_lib::api::client::document_api][DEBUG] calling http://document-api:8001/doc
clearing-house-api      | [2022-02-02][14:06:57][hyper::client::connect::dns][DEBUG] resolving host="document-api"
clearing-house-api      | [2022-02-02][14:06:57][hyper::client::connect::http][DEBUG] connecting to 172.18.0.10:8001
clearing-house-api      | [2022-02-02][14:06:57][tokio_reactor][DEBUG] adding I/O source: 0
clearing-house-api      | [2022-02-02][14:06:57][tokio_reactor::registration][DEBUG] scheduling Write for: 0
clearing-house-api      | [2022-02-02][14:06:57][hyper::client::connect::http][DEBUG] connected to Some(172.18.0.10:8001)
clearing-house-api      | [2022-02-02][14:06:57][tokio_reactor::registration][DEBUG] scheduling Read for: 0
clearing-house-api      | [2022-02-02][14:06:57][tokio_reactor::registration][DEBUG] scheduling Read for: 0
clearing-house-api      | [2022-02-02][14:06:57][hyper::proto::h1::io][DEBUG] flushed 1385 bytes
clearing-house-api      | [2022-02-02][14:06:57][hyper::proto::h1::io][DEBUG] flushed 2709 bytes
document-api            | [2022-02-02][14:06:57][rocket::server][INFO] POST /doc application/json:
document-api            | [2022-02-02][14:06:57][_][INFO] Matched: (create_enc_document) POST /doc/ application/json
keyring-api             | [2022-02-02][14:06:57][rocket::server][INFO] GET /keyring/generate_keys/3743d77d-fa68-43d6-bfa0-816f7b22ddb7?dt_id=IDS_MESSAGE:
keyring-api             | [2022-02-02][14:06:57][_][INFO] Matched: (generate_keys) GET /keyring/generate_keys/<_pid>?<dt_id> application/json
keyring-mongo           | {"t":{"$date":"2022-02-02T14:06:57.987+00:00"},"s":"I",  "c":"NETWORK",  "id":22943,   "ctx":"listener","msg":"Connection accepted","attr":{"remote":"172.18.0.9:32844","connectionId":3,"connectionCount":3}}
keyring-mongo           | {"t":{"$date":"2022-02-02T14:06:57.996+00:00"},"s":"I",  "c":"NETWORK",  "id":51800,   "ctx":"conn3","msg":"client metadata","attr":{"remote":"172.18.0.9:32844","client":"conn3","doc":{"application":{"name":"keyring-api"},"driver":{"name":"mongo-rust-driver","version":"2.1.0"},"os":{"type":"linux","architecture":"x86_64","version":"11.0.0"}}}}
keyring-api             | [2022-02-02][14:06:57][_][INFO] Outcome: Success
keyring-api             | [2022-02-02][14:06:57][_][INFO] Response succeeded.
document-api            | [2022-02-02][14:06:58][document_api::db][INFO] ... not entry exists.
document-api            | [2022-02-02][14:06:58][document_api::doc_api][INFO] No entries found for pid 3743d77d-fa68-43d6-bfa0-816f7b22ddb7. Beginning new chain!
clearing-house-api      | [2022-02-02][14:06:58][hyper::proto::h1::io][DEBUG] read 366 bytes
clearing-house-api      | [2022-02-02][14:06:58][hyper::proto::h1::io][DEBUG] parsed 7 headers
clearing-house-api      | [2022-02-02][14:06:58][hyper::proto::h1::conn][DEBUG] incoming body is content-length (134 bytes)
clearing-house-api      | [2022-02-02][14:06:58][hyper::proto::h1::conn][DEBUG] incoming body completed
clearing-house-api      | [2022-02-02][14:06:58][tokio_reactor::registration][DEBUG] scheduling Read for: 0
clearing-house-api      | [2022-02-02][14:06:58][tokio_reactor::registration][DEBUG] scheduling Read for: 0
clearing-house-api      | [2022-02-02][14:06:58][tokio_reactor::registration][DEBUG] scheduling Read for: 0
clearing-house-api      | [2022-02-02][14:06:58][hyper::client::pool][DEBUG] pooling idle connection for "http://document-api:8001"
clearing-house-api      | [2022-02-02][14:06:58][reqwest::async_impl::response][DEBUG] Response: '201 Created' for http://document-api:8001/doc
clearing-house-api      | [2022-02-02][14:06:58][tokio_reactor::registration][DEBUG] scheduling Read for: 0
document-api            | [2022-02-02][14:06:58][_][INFO] Outcome: Success
document-api            | [2022-02-02][14:06:58][_][INFO] Response succeeded.
clearing-house-api      | [2022-02-02][14:06:58][core_lib::api::client::document_api][DEBUG] Status Code: 201 Created
clearing-house-api      | Payload: DocumentReceipt { timestamp: 1643810817, pid: "3743d77d-fa68-43d6-bfa0-816f7b22ddb7", doc_id: "f2391cd9-aeac-4b2d-9b44-312e63f2f057", chain_hash: "0" }
clearing-house-api      | [2022-02-02][14:06:58][tokio_reactor][DEBUG] dropping I/O source: 0
clearing-house-api      | [2022-02-02][14:06:58][clearing_house_api::clearing_house_api][DEBUG] Increase transabtion counter
clearing-house-api      | [2022-02-02][14:06:58][ch_lib::db][DEBUG] Getting transaction counter...
clearing-house-api      | [2022-02-02][14:06:58][clearing_house_api::clearing_house_api][DEBUG] Creating receipt...
clearing-house-api      | [2022-02-02][14:06:58][clearing_house_api::clearing_house_api][DEBUG] ...done. Signing receipt...
clearing-house-api      | decoded JWS:Decoded {
clearing-house-api      |     header: Header {
clearing-house-api      |         registered: RegisteredHeader {
clearing-house-api      |             algorithm: PS512,
clearing-house-api      |             media_type: None,
clearing-house-api      |             content_type: None,
clearing-house-api      |             web_key_url: None,
clearing-house-api      |             web_key: None,
clearing-house-api      |             key_id: Some(
clearing-house-api      |                 "5xlpwZR8AICPLEnJqAu4Hh3WvQoO9NHKR1Cs6yxTss8",
clearing-house-api      |             ),
clearing-house-api      |             x509_url: None,
clearing-house-api      |             x509_chain: None,
clearing-house-api      |             x509_fingerprint: None,
clearing-house-api      |             critical: None,
clearing-house-api      |         },
clearing-house-api      |         private: Empty,
clearing-house-api      |     },
clearing-house-api      |     payload: DataTransaction {
clearing-house-api      |         transaction_id: "00000000",
clearing-house-api      |         timestamp: 1643810817,
clearing-house-api      |         process_id: "3743d77d-fa68-43d6-bfa0-816f7b22ddb7",
clearing-house-api      |         document_id: "f2391cd9-aeac-4b2d-9b44-312e63f2f057",
clearing-house-api      |         payload: "ewogICJAY29udGV4dCIgOiB7CiAgICAiaWRzIiA6ICJodHRwczovL3czaWQub3JnL2lkc2EvY29yZS8iLAogICAgImlkc2MiIDogImh0dHBzOi8vdzNpZC5vcmcvaWRzYS9jb2RlLyIKICB9LAogICJAdHlwZSIgOiAiaWRzOkNvbnRyYWN0QWdyZWVtZW50IiwKICAiQGlkIiA6ICJodHRwczovL3Rlc3RpZHNhOTo3MDgwL2FwaS9hZ3JlZW1lbnRzLzM3NDNkNzdkLWZhNjgtNDNkNi1iZmEwLTgxNmY3YjIyZGRiNyIsCiAgImlkczpwcm92aWRlciIgOiB7CiAgICAiQGlkIiA6ICJodHRwczovL2Nvbm5lY3Rvcl9BIgogIH0sCiAgImlkczpwZXJtaXNzaW9uIiA6IFsgewogICAgIkB0eXBlIiA6ICJpZHM6UGVybWlzc2lvbiIsCiAgICAiQGlkIiA6ICJodHRwczovL3Rlc3RpZHNhOTo3MDgwL2FwaS9ydWxlcy81OGVkODIwOS1mYTU1LTQ5MDgtYjkyMS01OTQ2NDYyZTZlMzUiLAogICAgImlkczp0YXJnZXQiIDogewogICAgICAiQGlkIiA6ICJodHRwczovL3Rlc3RpZHNhOTo3MDgwL2FwaS9hcnRpZmFjdHMvN2M1N2FkMDgtOTE3YS00Mzg0LTgxMWYtOWZlMGQwN2QxN2RjIgogICAgfSwKICAgICJpZHM6ZGVzY3JpcHRpb24iIDogWyB7CiAgICAgICJAdmFsdWUiIDogInByb3ZpZGUtYWNjZXNzIiwKICAgICAgIkB0eXBlIiA6ICJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVtYSNzdHJpbmciCiAgICB9IF0sCiAgICAiaWRzOnRpdGxlIiA6IFsgewogICAgICAiQHZhbHVlIiA6ICJBbGxvdyBEYXRhIFVzYWdlIiwKICAgICAgIkB0eXBlIiA6ICJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVtYSNzdHJpbmciCiAgICB9IF0sCiAgICAiaWRzOnBvc3REdXR5IiA6IFsgXSwKICAgICJpZHM6YXNzaWduZWUiIDogWyB7CiAgICAgICJAaWQiIDogImh0dHBzOi8vY29ubmVjdG9yX0IiCiAgICB9IF0sCiAgICAiaWRzOmFzc2lnbmVyIiA6IFsgewogICAgICAiQGlkIiA6ICJodHRwczovL2Nvbm5lY3Rvcl9BIgogICAgfSBdLAogICAgImlkczpwcmVEdXR5IiA6IFsgXSwKICAgICJpZHM6Y29uc3RyYWludCIgOiBbIF0sCiAgICAiaWRzOmFjdGlvbiIgOiBbIHsKICAgICAgIkBpZCIgOiAiaHR0cHM6Ly93M2lkLm9yZy9pZHNhL2NvZGUvVVNFIgogICAgfSBdCiAgfSBdLAogICJpZHM6Y29uc3VtZXIiIDogewogICAgIkBpZCIgOiAiaHR0cHM6Ly9jb25uZWN0b3JfQiIKICB9LAogICJpZHM6cHJvaGliaXRpb24iIDogWyBdLAogICJpZHM6b2JsaWdhdGlvbiIgOiBbIF0sCiAgImlkczpjb250cmFjdFN0YXJ0IiA6IHsKICAgICJAdmFsdWUiIDogIjIwMjItMDItMDJUMTQ6MDY6NTQuODg3WiIsCiAgICAiQHR5cGUiIDogImh0dHA6Ly93d3cudzMub3JnLzIwMDEvWE1MU2NoZW1hI2RhdGVUaW1lU3RhbXAiCiAgfSwKICAiaWRzOmNvbnRyYWN0RGF0ZSIgOiB7CiAgICAiQHZhbHVlIiA6ICIyMDIyLTAyLTAyVDE0OjA2OjU0Ljg4N1oiLAogICAgIkB0eXBlIiA6ICJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVtYSNkYXRlVGltZVN0YW1wIgogIH0KfQ==",
clearing-house-api      |         chain_hash: "0",
clearing-house-api      |         client_id: "63:44:DA:B1:EA:37:56:8D:E9:87:7A:22:79:DB:AE:D9:E6:39:14:DB:keyid:CB:8C:C7:B6:85:79:A8:23:A6:CB:15:AB:17:50:2F:E6:65:43:5D:E8",
clearing-house-api      |         clearing_house_version: "0.7.3",
clearing-house-api      |     },
clearing-house-api      | }
clearing-house-api      | [2022-02-02][14:06:58][ch_lib::model::ids::response][DEBUG] ids-response: {"@context":{"ids":"https://w3id.org/idsa/core/","idsc":"https://w3id.org/idsa/code/"},"@type":"ids:MessageProcessedNotificationMessage","@id":"https://w3id.org/idsa/autogen/MessageProcessedNotificationMessage/07f3eb20-4963-4f7e-a89a-e7f7e7e2aafa","ids:modelVersion":"4.0.0","ids:correlationMessage":"https://w3id.org/idsa/autogen/logMessage/2f12bc66-532f-439d-a981-1d773bdb7e7e","ids:issued":"2022-02-02T14:06:58.034027768+00:00","ids:issuerConnector":"http://clearing_house/","ids:senderAgent":"http://clearing_house","ids:recipientConnector":["https://connector_A"],"ids:recipientAgent":["https://connector_A"]}
clearing-house-api      | [2022-02-02][14:06:58][_][INFO] Outcome: Success
clearing-house-api      | [2022-02-02][14:06:58][_][INFO] Response succeeded.
testidsa12              | 2022-02-02 14:06:58.035 DEBUG 1 --- [qtp444269602-28] d.f.a.i.d.PolicyDecisionPoint            : Query for uncached label transformation: once(setof(S, action_service('To[http://clearing-house-api:8000/?bridgeEndpoint=true&throwExceptionOnFailure=false]', S), SC); SC = []),
testidsa12              | collect_creates_labels(SC, ACraw), set_of(ACraw, Adds),
testidsa12              | collect_removes_labels(SC, RCraw), set_of(RCraw, Removes).
testidsa12              | 2022-02-02 14:06:58.056 DEBUG 1 --- [qtp444269602-28] d.f.a.i.d.PolicyDecisionPoint            : Transformation: de.fhg.aisec.ids.api.policy.TransformationDecision@58da8a32
testidsa12              | 2022-02-02 14:06:58.191 DEBUG 1 --- [qtp444269602-28] d.f.a.i.i.d.d.a.AisecDapsDriver          : AKI: CB:8C:C7:B6:85:79:A8:23:A6:CB:15:AB:17:50:2F:E6:65:43:5D:E8:
testidsa12              | 2022-02-02 14:06:58.192 DEBUG 1 --- [qtp444269602-28] d.f.a.i.i.d.d.a.AisecDapsDriver          : SKI: 9D:19:9B:F3:00:E4:79:9B:A8:2B:0E:5C:AB:22:C3:BF:3B:13:BD:40:
testidsa12              | 2022-02-02 14:06:58.379 DEBUG 1 --- [qtp444269602-28] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'Accept-Encoding':'gzip'
testidsa12              | 2022-02-02 14:06:58.380 DEBUG 1 --- [qtp444269602-28] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'Authorization':'Bearer eyJ0eXAiOiJKV1QiLCJraWQiOiJkZWZhdWx0IiwiYWxnIjoiUlMyNTYifQ.eyJzY29wZXMiOlsiaWRzYzpJRFNfQ09OTkVDVE9SX0FUVFJJQlVURVNfQUxMIl0sImF1ZCI6Imlkc2M6SURTX0NPTk5FQ1RPUlNfQUxMIiwiaXNzIjoiaHR0cDovL29tZWpkbjo0NTY3IiwibmJmIjoxNjQzODEwNzY0LCJpYXQiOjE2NDM4MTA3NjQsImp0aSI6Ik5EQXlOVFkyTWpNMk5qUXlPRE0yTlRnek1BPT0iLCJleHAiOjE2NDM4MTQzNjQsInNlY3VyaXR5UHJvZmlsZSI6Imlkc2M6QkFTRV9TRUNVUklUWV9QUk9GSUxFIiwicmVmZXJyaW5nQ29ubmVjdG9yIjoiaHR0cDovL3Rlc3RpZHNhOS5kZW1vIiwiQHR5cGUiOiJpZHM6RGF0UGF5bG9hZCIsIkBjb250ZXh0IjoiaHR0cHM6Ly93M2lkLm9yZy9pZHNhL2NvbnRleHRzL2NvbnRleHQuanNvbmxkIiwidHJhbnNwb3J0Q2VydHNTaGEyNTYiOiJjNjhkOWU2YmEzZjE3OTliY2JlNWJlYzlkN2Q5OGIxNWIwZWYyZjI5MmM4MGY2YmNhOTk0MTc4YWE5NWFlMTBkIiwic3ViIjoiNjM6NDQ6REE6QjE6RUE6Mzc6NTY6OEQ6RTk6ODc6N0E6MjI6Nzk6REI6QUU6RDk6RTY6Mzk6MTQ6REI6a2V5aWQ6Q0I6OEM6Qzc6QjY6ODU6Nzk6QTg6MjM6QTY6Q0I6MTU6QUI6MTc6NTA6MkY6RTY6NjU6NDM6NUQ6RTgifQ.hP62wDmPQBXEgCk1q4bpzDGkyvCmkG8vYPfg9rttwl025Dab3U5rr5g0kMcbT2u-NC-q24cdy_SNyPSkCJ0qggnZ-ypbNV4va-4WH61A0ETZ1ooc0VM68oQ91c45kU8q8BNyUS3MTu7tJrDGQ0Z1lkpq_k53LtkqSfC_sJB7vKm_-TG06klJoVFOhw7_Di6vfA548mVCmsU93tOubC07Cy6uudj2e6k92WHWvvJmzAYl3RkT1TYTe3U1dyRTsYw0oSRJ39E5mSAQPmhlXBrfu0lteJOdWqcQMFfU4ihkYvaD43kCoCG7UyxK3iXAxptXZyoZp0w5csV38UidzioV6A'
testidsa12              | 2022-02-02 14:06:58.382 DEBUG 1 --- [qtp444269602-28] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'CamelHttpMethod':'POST'
testidsa12              | 2022-02-02 14:06:58.384 DEBUG 1 --- [qtp444269602-28] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'CamelHttpPath':'/messages/log/3743d77d-fa68-43d6-bfa0-816f7b22ddb7'
testidsa12              | 2022-02-02 14:06:58.384 DEBUG 1 --- [qtp444269602-28] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'CamelHttpResponseCode':'201'
testidsa12              | 2022-02-02 14:06:58.384 DEBUG 1 --- [qtp444269602-28] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'CamelHttpResponseText':'Created'
testidsa12              | 2022-02-02 14:06:58.388 DEBUG 1 --- [qtp444269602-28] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'CamelHttpServletRequest':'Request(POST https://testidsa12:9999/messages/log/3743d77d-fa68-43d6-bfa0-816f7b22ddb7)@6bf9f30c'
testidsa12              | 2022-02-02 14:06:58.392 DEBUG 1 --- [qtp444269602-28] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'CamelHttpServletResponse':'HTTP/1.1 200 
testidsa12              | 
testidsa12              | '
testidsa12              | 2022-02-02 14:06:58.392 DEBUG 1 --- [qtp444269602-28] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'CamelHttpUri':'/messages/log/3743d77d-fa68-43d6-bfa0-816f7b22ddb7'
testidsa12              | 2022-02-02 14:06:58.396 DEBUG 1 --- [qtp444269602-28] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'CamelHttpUrl':'https://testidsa12:9999/messages/log/3743d77d-fa68-43d6-bfa0-816f7b22ddb7'
testidsa12              | 2022-02-02 14:06:58.399 DEBUG 1 --- [qtp444269602-28] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'CamelServletContextPath':'/messages/log/{pid}'
testidsa12              | 2022-02-02 14:06:58.401 DEBUG 1 --- [qtp444269602-28] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'content-length':'3938'
testidsa12              | 2022-02-02 14:06:58.404 DEBUG 1 --- [qtp444269602-28] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'Content-Type':'application/json'
testidsa12              | 2022-02-02 14:06:58.405 DEBUG 1 --- [qtp444269602-28] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'date':'Wed, 02 Feb 2022 14:06:58 GMT'
testidsa12              | 2022-02-02 14:06:58.408 DEBUG 1 --- [qtp444269602-28] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'ids-header':'{"@context":{"ids":"https://w3id.org/idsa/core/","idsc":"https://w3id.org/idsa/code/"},"@type":"ids:MessageProcessedNotificationMessage","@id":"https://w3id.org/idsa/autogen/MessageProcessedNotificationMessage/07f3eb20-4963-4f7e-a89a-e7f7e7e2aafa","ids:modelVersion":"4.0.0","ids:correlationMessage":"https://w3id.org/idsa/autogen/logMessage/2f12bc66-532f-439d-a981-1d773bdb7e7e","ids:issued":"2022-02-02T14:06:58.034027768+00:00","ids:issuerConnector":"http://clearing_house/","ids:senderAgent":"http://clearing_house","ids:recipientConnector":["https://connector_A"],"ids:recipientAgent":["https://connector_A"]}'
testidsa12              | 2022-02-02 14:06:58.411 DEBUG 1 --- [qtp444269602-28] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'permissions-policy':'interest-cohort=()'
testidsa12              | 2022-02-02 14:06:58.412 DEBUG 1 --- [qtp444269602-28] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'pid':'3743d77d-fa68-43d6-bfa0-816f7b22ddb7'
testidsa12              | 2022-02-02 14:06:58.416 DEBUG 1 --- [qtp444269602-28] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'server':'Rocket'
testidsa12              | 2022-02-02 14:06:58.416 DEBUG 1 --- [qtp444269602-28] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'x-content-type-options':'nosniff'
testidsa12              | 2022-02-02 14:06:58.416 DEBUG 1 --- [qtp444269602-28] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'x-frame-options':'SAMEORIGIN'
testidsa12              | 2022-02-02 14:06:58.418 DEBUG 1 --- [qtp444269602-28] d.f.a.i.c.ClearingHouseOutputProcessor   : IDS-Header is not empty, using header from original message
testidsa12              | 2022-02-02 14:06:58.418  INFO 1 --- [qtp444269602-28] d.f.a.i.i.d.d.a.AisecDapsDriver          : Retrieving Dynamic Attribute Token from DAPS ...
testidsa12              | 2022-02-02 14:06:58.419 DEBUG 1 --- [qtp444269602-28] d.f.a.i.i.d.d.a.AisecDapsDriver          : ConnectorUUID: 9D:19:9B:F3:00:E4:79:9B:A8:2B:0E:5C:AB:22:C3:BF:3B:13:BD:40:keyid:CB:8C:C7:B6:85:79:A8:23:A6:CB:15:AB:17:50:2F:E6:65:43:5D:E8
testidsa12              | 2022-02-02 14:06:58.635 ERROR 1 --- [qtp444269602-28] o.a.c.p.e.DefaultErrorHandler            : Failed delivery for (MessageId: 0987E123087277F-0000000000000000 on ExchangeId: 0987E123087277F-0000000000000000). Exhausted after delivery attempt: 1 caught: de.fhg.aisec.ids.idscp2.idscp_core.error.DatException: Error whilst retrieving DAT
testidsa12              | 
testidsa12              | Message History (complete message history is disabled)
testidsa12              | ---------------------------------------------------------------------------------------------------------------------------------------
testidsa12              | RouteId              ProcessorId          Processor                                                                        Elapsed (ms)
testidsa12              | [CH_LOG_PID        ] [CH_LOG_PID        ] [from[jetty:https://0.0.0.0:9999/messages/log/%7Bpid%7D?httpMethodRestrict=POST] [      2963]
testidsa12              |   ...
testidsa12              | [CH_ROUTE_LOG      ] [process4          ] [ref:responseProcessor                                                         ] [         0]
testidsa12              | 
testidsa12              | Stacktrace
testidsa12              | ---------------------------------------------------------------------------------------------------------------------------------------
testidsa12              | 
testidsa12              | 
testidsa12              | de.fhg.aisec.ids.idscp2.idscp_core.error.DatException: Error whilst retrieving DAT
testidsa12              |   at de.fhg.aisec.ids.idscp2.default_drivers.daps.aisec_daps.AisecDapsDriver.syncGetToken(AisecDapsDriver.kt:338) ~[idscp2-0.9.1.jar:na]
testidsa12              |   at de.fhg.aisec.ids.idscp2.default_drivers.daps.aisec_daps.AisecDapsDriver.getToken(AisecDapsDriver.kt:351) ~[idscp2-0.9.1.jar:na]
testidsa12              |   at de.fhg.aisec.ids.clearinghouse.ClearingHouseOutputProcessor.process(ClearingHouseOutputProcessor.java:95) ~[clearing-house-processors.jar:na]
testidsa12              |   at org.apache.camel.support.processor.DelegateSyncProcessor.process(DelegateSyncProcessor.java:65) ~[camel-support-3.14.0.jar:3.14.0]
testidsa12              |   at org.apache.camel.support.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:104) ~[camel-support-3.14.0.jar:3.14.0]
testidsa12              |   at de.fhg.aisec.ids.dataflowcontrol.PolicyEnforcementPoint.process(PolicyEnforcementPoint.kt:281) ~[ids-dataflow-control-6.0.0.jar:na]
testidsa12              |   at org.apache.camel.support.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:104) ~[camel-support-3.14.0.jar:3.14.0]
testidsa12              |   at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$SimpleTask.run(RedeliveryErrorHandler.java:469) ~[camel-core-processor-3.14.0.jar:3.14.0]
testidsa12              |   at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:187) ~[camel-base-engine-3.14.0.jar:3.14.0]
testidsa12              |   at org.apache.camel.impl.engine.DefaultReactiveExecutor.scheduleMain(DefaultReactiveExecutor.java:64) ~[camel-base-engine-3.14.0.jar:3.14.0]
testidsa12              |   at org.apache.camel.processor.Pipeline.process(Pipeline.java:184) ~[camel-core-processor-3.14.0.jar:3.14.0]
testidsa12              |   at org.apache.camel.impl.engine.CamelInternalProcessor.process(CamelInternalProcessor.java:398) ~[camel-base-engine-3.14.0.jar:3.14.0]
testidsa12              |   at org.apache.camel.component.jetty.CamelContinuationServlet.doService(CamelContinuationServlet.java:245) ~[camel-jetty-common-3.14.0.jar:3.14.0]
testidsa12              |   at org.apache.camel.http.common.CamelServlet.service(CamelServlet.java:130) ~[camel-http-common-3.14.0.jar:3.14.0]
testidsa12              |   at javax.servlet.http.HttpServlet.service(HttpServlet.java:750) ~[javax.servlet-api-4.0.1.jar:4.0.1]
testidsa12              |   at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:799) ~[jetty-servlet-9.4.44.v20210927.jar:9.4.44.v20210927]
testidsa12              |   at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:550) ~[jetty-servlet-9.4.44.v20210927.jar:9.4.44.v20210927]
testidsa12              |   at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) ~[jetty-server-9.4.44.v20210927.jar:9.4.44.v20210927]
testidsa12              |   at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434) ~[jetty-server-9.4.44.v20210927.jar:9.4.44.v20210927]
testidsa12              |   at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) ~[jetty-server-9.4.44.v20210927.jar:9.4.44.v20210927]
testidsa12              |   at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501) ~[jetty-servlet-9.4.44.v20210927.jar:9.4.44.v20210927]
testidsa12              |   at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) ~[jetty-server-9.4.44.v20210927.jar:9.4.44.v20210927]
testidsa12              |   at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349) ~[jetty-server-9.4.44.v20210927.jar:9.4.44.v20210927]
testidsa12              |   at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) ~[jetty-server-9.4.44.v20210927.jar:9.4.44.v20210927]
testidsa12              |   at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[jetty-server-9.4.44.v20210927.jar:9.4.44.v20210927]
testidsa12              |   at org.eclipse.jetty.server.Server.handle(Server.java:516) ~[jetty-server-9.4.44.v20210927.jar:9.4.44.v20210927]
testidsa12              |   at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:400) ~[jetty-server-9.4.44.v20210927.jar:9.4.44.v20210927]
testidsa12              |   at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:645) ~[jetty-server-9.4.44.v20210927.jar:9.4.44.v20210927]
testidsa12              |   at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:392) ~[jetty-server-9.4.44.v20210927.jar:9.4.44.v20210927]
testidsa12              |   at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:277) ~[jetty-server-9.4.44.v20210927.jar:9.4.44.v20210927]
testidsa12              |   at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) ~[jetty-io-9.4.44.v20210927.jar:9.4.44.v20210927]
testidsa12              |   at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) ~[jetty-io-9.4.44.v20210927.jar:9.4.44.v20210927]
testidsa12              |   at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:555) ~[jetty-io-9.4.44.v20210927.jar:9.4.44.v20210927]
testidsa12              |   at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:410) ~[jetty-io-9.4.44.v20210927.jar:9.4.44.v20210927]
testidsa12              |   at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:164) ~[jetty-io-9.4.44.v20210927.jar:9.4.44.v20210927]
testidsa12              |   at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) ~[jetty-io-9.4.44.v20210927.jar:9.4.44.v20210927]
testidsa12              |   at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) ~[jetty-io-9.4.44.v20210927.jar:9.4.44.v20210927]
testidsa12              |   at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:338) ~[jetty-util-9.4.44.v20210927.jar:9.4.44.v20210927]
testidsa12              |   at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:315) ~[jetty-util-9.4.44.v20210927.jar:9.4.44.v20210927]
testidsa12              |   at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173) ~[jetty-util-9.4.44.v20210927.jar:9.4.44.v20210927]
testidsa12              |   at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131) ~[jetty-util-9.4.44.v20210927.jar:9.4.44.v20210927]
testidsa12              |   at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:409) ~[jetty-util-9.4.44.v20210927.jar:9.4.44.v20210927]
testidsa12              |   at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883) ~[jetty-util-9.4.44.v20210927.jar:9.4.44.v20210927]
testidsa12              |   at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034) ~[jetty-util-9.4.44.v20210927.jar:9.4.44.v20210927]
testidsa12              |   at java.base/java.lang.Thread.run(Thread.java:833) ~[na:na]
testidsa12              | Caused by: java.net.ConnectException: Failed to connect to omejdn/172.18.0.2:80
testidsa12              |   at okhttp3.internal.connection.RealConnection.connectSocket(RealConnection.kt:297) ~[okhttp-5.0.0-alpha.3.jar:na]
testidsa12              |   at okhttp3.internal.connection.RealConnection.connect(RealConnection.kt:207) ~[okhttp-5.0.0-alpha.3.jar:na]
testidsa12              |   at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:226) ~[okhttp-5.0.0-alpha.3.jar:na]
testidsa12              |   at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106) ~[okhttp-5.0.0-alpha.3.jar:na]
testidsa12              |   at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74) ~[okhttp-5.0.0-alpha.3.jar:na]
testidsa12              |   at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:256) ~[okhttp-5.0.0-alpha.3.jar:na]
testidsa12              |   at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32) ~[okhttp-5.0.0-alpha.3.jar:na]
testidsa12              |   at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) ~[okhttp-5.0.0-alpha.3.jar:na]
testidsa12              |   at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:96) ~[okhttp-5.0.0-alpha.3.jar:na]
testidsa12              |   at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) ~[okhttp-5.0.0-alpha.3.jar:na]
testidsa12              |   at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83) ~[okhttp-5.0.0-alpha.3.jar:na]
testidsa12              |   at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) ~[okhttp-5.0.0-alpha.3.jar:na]
testidsa12              |   at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76) ~[okhttp-5.0.0-alpha.3.jar:na]
testidsa12              |   at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) ~[okhttp-5.0.0-alpha.3.jar:na]
testidsa12              |   at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:202) ~[okhttp-5.0.0-alpha.3.jar:na]
testidsa12              |   at okhttp3.internal.connection.RealCall.execute(RealCall.kt:155) ~[okhttp-5.0.0-alpha.3.jar:na]
testidsa12              |   at de.fhg.aisec.ids.idscp2.default_drivers.daps.aisec_daps.AisecDapsDriver.getDapsMeta(AisecDapsDriver.kt:207) ~[idscp2-0.9.1.jar:na]
testidsa12              |   at de.fhg.aisec.ids.idscp2.default_drivers.daps.aisec_daps.AisecDapsDriver.syncGetToken(AisecDapsDriver.kt:284) ~[idscp2-0.9.1.jar:na]
testidsa12              |   ... 44 common frames omitted
testidsa12              | Caused by: java.net.ConnectException: Connection refused
testidsa12              |   at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na]
testidsa12              |   at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na]
testidsa12              |   at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:542) ~[na:na]
testidsa12              |   at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:597) ~[na:na]
testidsa12              |   at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) ~[na:na]
testidsa12              |   at java.base/java.net.Socket.connect(Socket.java:633) ~[na:na]
testidsa12              |   at okhttp3.internal.platform.Platform.connectSocket(Platform.kt:128) ~[okhttp-5.0.0-alpha.3.jar:na]
testidsa12              |   at okhttp3.internal.connection.RealConnection.connectSocket(RealConnection.kt:295) ~[okhttp-5.0.0-alpha.3.jar:na]
testidsa12              |   ... 61 common frames omitted

With this deployment (HTTP for DAPS) I can not fix this error so that it is retrieved a valid Dat. With the HTTPS configurated environment for the DAPS I got the errors mentioned above (https://github.com/Fraunhofer-AISEC/ids-clearing-house-service/issues/6#issuecomment-1026844725) I hope that with what I have specified you understand the configuration and the problem. In addition, if you need to test on my environment I can send you the deployment carried out without the Fraunhofer certificates, indicating where I have located each of them.

kragall commented 2 years ago

With the current deployment (HTTP for DAPS) you reverted to the "old issue" that the daps url contains a port. According to @milux this is not supported by the version of the trusted connector you are using. This could be solved by deploying the DAPS on the standard port for http aka port 80.

Regarding the problems with your HTTPS deployment. I'm sorry, but I still don't understand what you tried to do with the "Fraunhofer certificates".

jfernandezsqs commented 2 years ago

I followed with the HTTP deployment of the DAPS on port 80 and now the logs are generated in the clearing house and there is no error. These are the logs generated at the CH during the negotiation between dataspace connectors.

testidsa12              | 2022-02-03 10:32:53.220 DEBUG 1 --- [tp1495653667-29] d.f.a.i.d.lucon.LuconEngine              : Prolog library loaded de.fhg.aisec.ids.dataflowcontrol.lucon.LuconLibrary
testidsa12              | 2022-02-03 10:32:53.227 DEBUG 1 --- [tp1495653667-29] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'Accept-Encoding':'gzip'
testidsa12              | 2022-02-03 10:32:53.227 DEBUG 1 --- [tp1495653667-29] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'CamelHttpMethod':'POST'
testidsa12              | 2022-02-03 10:32:53.227 DEBUG 1 --- [tp1495653667-29] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'CamelHttpPath':'/messages/log/dcdb4034-398a-44b5-8762-61943c273c2a'
testidsa12              | 2022-02-03 10:32:53.228 DEBUG 1 --- [tp1495653667-29] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'CamelHttpQuery':'null'
testidsa12              | 2022-02-03 10:32:53.229 DEBUG 1 --- [tp1495653667-29] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'CamelHttpServletRequest':'Request(POST https://testidsa12:9999/messages/log/dcdb4034-398a-44b5-8762-61943c273c2a)@5103c6e8'
testidsa12              | 2022-02-03 10:32:53.229 DEBUG 1 --- [tp1495653667-29] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'CamelHttpServletResponse':'HTTP/1.1 200 
testidsa12              | 
testidsa12              | '
testidsa12              | 2022-02-03 10:32:53.229 DEBUG 1 --- [tp1495653667-29] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'CamelHttpUri':'/messages/log/dcdb4034-398a-44b5-8762-61943c273c2a'
testidsa12              | 2022-02-03 10:32:53.229 DEBUG 1 --- [tp1495653667-29] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'CamelHttpUrl':'https://testidsa12:9999/messages/log/dcdb4034-398a-44b5-8762-61943c273c2a'
testidsa12              | 2022-02-03 10:32:53.230 DEBUG 1 --- [tp1495653667-29] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'CamelServletContextPath':'/messages/log/{pid}'
testidsa12              | 2022-02-03 10:32:53.230 DEBUG 1 --- [tp1495653667-29] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'Connection':'keep-alive'
testidsa12              | 2022-02-03 10:32:53.230 DEBUG 1 --- [tp1495653667-29] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'Content-Length':'3924'
testidsa12              | 2022-02-03 10:32:53.230 DEBUG 1 --- [tp1495653667-29] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'Content-Type':'multipart/form-data; boundary=9211d97a-2e38-482a-8de9-e8e9cd0bdd28'
testidsa12              | 2022-02-03 10:32:53.230 DEBUG 1 --- [tp1495653667-29] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'Host':'testidsa12:9999'
testidsa12              | 2022-02-03 10:32:53.230 DEBUG 1 --- [tp1495653667-29] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'pid':'dcdb4034-398a-44b5-8762-61943c273c2a'
testidsa12              | 2022-02-03 10:32:53.231 DEBUG 1 --- [tp1495653667-29] d.f.a.i.c.ClearingHouseLogProcessor      : Found header 'User-Agent':'okhttp/4.9.1'
testidsa12              | 2022-02-03 10:32:53.233 DEBUG 1 --- [tp1495653667-29] d.f.a.i.c.ClearingHouseParser            : Field name: header
testidsa12              | 2022-02-03 10:32:53.269 DEBUG 1 --- [tp1495653667-29] d.f.a.i.c.ClearingHouseParser            : id: https://w3id.org/idsa/autogen/logMessage/26c9b46d-9116-468e-8a72-5bd99fd3429f
testidsa12              | 2022-02-03 10:32:53.269 DEBUG 1 --- [tp1495653667-29] d.f.a.i.c.ClearingHouseParser            : Field name: payload
testidsa12              | 2022-02-03 10:32:53.269 DEBUG 1 --- [tp1495653667-29] d.f.a.i.c.ClearingHouseParser            : Found body with Content-Type "null"
testidsa12              | 2022-02-03 10:32:53.284 DEBUG 1 --- [tp1495653667-29] d.f.a.i.c.ClearingHouseLogProcessor      : Build CH message: {"header":{"@type":"ids:LogMessage","@id":"https://w3id.org/idsa/autogen/logMessage/26c9b46d-9116-468e-8a72-5bd99fd3429f","ids:issuerConnector":"https://connector_A","ids:issued":"2022-02-03T10:32:53.060UTC","ids:securityToken":{"@type":"ids:DynamicAttributeToken","@id":"https://w3id.org/idsa/autogen/dynamicAttributeToken/0bc2504f-a10f-4ea1-8c64-089626c0ece1","ids:tokenValue":"eyJ0eXAiOiJKV1QiLCJraWQiOiJkZWZhdWx0IiwiYWxnIjoiUlMyNTYifQ.eyJzY29wZXMiOlsiaWRzYzpJRFNfQ09OTkVDVE9SX0FUVFJJQlVURVNfQUxMIl0sImF1ZCI6Imlkc2M6SURTX0NPTk5FQ1RPUlNfQUxMIiwiaXNzIjoiaHR0cDovL29tZWpkbiIsIm5iZiI6MTY0Mzg4MjQyNiwiaWF0IjoxNjQzODgyNDI2LCJqdGkiOiJOekUwTXpBeU5qUXpNREU0TURRNU1ESTFNZz09IiwiZXhwIjoxNjQzODg2MDI2LCJzZWN1cml0eVByb2ZpbGUiOiJpZHNjOkJBU0VfU0VDVVJJVFlfUFJPRklMRSIsInJlZmVycmluZ0Nvbm5lY3RvciI6Imh0dHA6Ly90ZXN0aWRzYTkuZGVtbyIsIkB0eXBlIjoiaWRzOkRhdFBheWxvYWQiLCJAY29udGV4dCI6Imh0dHBzOi8vdzNpZC5vcmcvaWRzYS9jb250ZXh0cy9jb250ZXh0Lmpzb25sZCIsInRyYW5zcG9ydENlcnRzU2hhMjU2IjoiYzY4ZDllNmJhM2YxNzk5YmNiZTViZWM5ZDdkOThiMTViMGVmMmYyOTJjODBmNmJjYTk5NDE3OGFhOTVhZTEwZCIsInN1YiI6IjYzOjQ0OkRBOkIxOkVBOjM3OjU2OjhEOkU5Ojg3OjdBOjIyOjc5OkRCOkFFOkQ5OkU2OjM5OjE0OkRCOmtleWlkOkNCOjhDOkM3OkI2Ojg1Ojc5OkE4OjIzOkE2OkNCOjE1OkFCOjE3OjUwOjJGOkU2OjY1OjQzOjVEOkU4In0.GM0ceHrqv_h-LQU0OcWY_fR8JMick_NzayBywS2FFhWdtPAxIALVxm0CUIX4Hmpgl6IDvRxznHit71ItGebh2wTgI19S5qgOzA74N32qRXTQWN-S1d5VcFiVpmAT7-syo0uyJ48pYMITxiimcf1g3zHiOOHNbdq94_7UfNTXO9mVsbtVdvNWh6N1Yllg6bApQtMMg0FIoX88eNJszID6ntg7sH0LmrCTtHfdxquA9POq6-HDhbSSsnNHvO4y-QyJXmshKlcn_wIdpvfv9Ejr5MZB8h-W2u7ukfPoTPSL__981UrJHi4wwAnn-Wuh7v-Y42fDMBu0XosuREa6qnAiRQ","ids:tokenFormat":{"@id":"https://w3id.org/idsa/code/JWT"}},"ids:recipientConnector":["https://testidsa12:9999/messages/log/dcdb4034-398a-44b5-8762-61943c273c2a"],"ids:senderAgent":"https://connector_A","ids:modelVersion":"4.2.0"},"payload":"ewogICJAY29udGV4dCIgOiB7CiAgICAiaWRzIiA6ICJodHRwczovL3czaWQub3JnL2lkc2EvY29yZS8iLAogICAgImlkc2MiIDogImh0dHBzOi8vdzNpZC5vcmcvaWRzYS9jb2RlLyIKICB9LAogICJAdHlwZSIgOiAiaWRzOkNvbnRyYWN0QWdyZWVtZW50IiwKICAiQGlkIiA6ICJodHRwczovL3Rlc3RpZHNhOTo3MDgwL2FwaS9hZ3JlZW1lbnRzL2RjZGI0MDM0LTM5OGEtNDRiNS04NzYyLTYxOTQzYzI3M2MyYSIsCiAgImlkczpwcm92aWRlciIgOiB7CiAgICAiQGlkIiA6ICJodHRwczovL2Nvbm5lY3Rvcl9BIgogIH0sCiAgImlkczpwZXJtaXNzaW9uIiA6IFsgewogICAgIkB0eXBlIiA6ICJpZHM6UGVybWlzc2lvbiIsCiAgICAiQGlkIiA6ICJodHRwczovL3Rlc3RpZHNhOTo3MDgwL2FwaS9ydWxlcy8wNDE3NDJmZC1mNjkwLTRiNTgtOGMyYi01NzNlNTRlNDc1OTkiLAogICAgImlkczpkZXNjcmlwdGlvbiIgOiBbIHsKICAgICAgIkB2YWx1ZSIgOiAicHJvdmlkZS1hY2Nlc3MiLAogICAgICAiQHR5cGUiIDogImh0dHA6Ly93d3cudzMub3JnLzIwMDEvWE1MU2NoZW1hI3N0cmluZyIKICAgIH0gXSwKICAgICJpZHM6dGl0bGUiIDogWyB7CiAgICAgICJAdmFsdWUiIDogIkFsbG93IERhdGEgVXNhZ2UiLAogICAgICAiQHR5cGUiIDogImh0dHA6Ly93d3cudzMub3JnLzIwMDEvWE1MU2NoZW1hI3N0cmluZyIKICAgIH0gXSwKICAgICJpZHM6YXNzaWduZWUiIDogWyB7CiAgICAgICJAaWQiIDogImh0dHBzOi8vY29ubmVjdG9yX0IiCiAgICB9IF0sCiAgICAiaWRzOmFzc2lnbmVyIiA6IFsgewogICAgICAiQGlkIiA6ICJodHRwczovL2Nvbm5lY3Rvcl9BIgogICAgfSBdLAogICAgImlkczpwb3N0RHV0eSIgOiBbIF0sCiAgICAiaWRzOmFjdGlvbiIgOiBbIHsKICAgICAgIkBpZCIgOiAiaHR0cHM6Ly93M2lkLm9yZy9pZHNhL2NvZGUvVVNFIgogICAgfSBdLAogICAgImlkczpjb25zdHJhaW50IiA6IFsgXSwKICAgICJpZHM6cHJlRHV0eSIgOiBbIF0sCiAgICAiaWRzOnRhcmdldCIgOiB7CiAgICAgICJAaWQiIDogImh0dHBzOi8vdGVzdGlkc2E5OjcwODAvYXBpL2FydGlmYWN0cy9mOWFhYTYyZi1hYTk4LTQyYzEtYjMzZS02MjYwZTI4OGJkMmMiCiAgICB9CiAgfSBdLAogICJpZHM6Y29uc3VtZXIiIDogewogICAgIkBpZCIgOiAiaHR0cHM6Ly9jb25uZWN0b3JfQiIKICB9LAogICJpZHM6Y29udHJhY3RTdGFydCIgOiB7CiAgICAiQHZhbHVlIiA6ICIyMDIyLTAyLTAzVDEwOjMyOjUyLjg3MFoiLAogICAgIkB0eXBlIiA6ICJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVtYSNkYXRlVGltZVN0YW1wIgogIH0sCiAgImlkczpjb250cmFjdERhdGUiIDogewogICAgIkB2YWx1ZSIgOiAiMjAyMi0wMi0wM1QxMDozMjo1Mi44NzBaIiwKICAgICJAdHlwZSIgOiAiaHR0cDovL3d3dy53My5vcmcvMjAwMS9YTUxTY2hlbWEjZGF0ZVRpbWVTdGFtcCIKICB9LAogICJpZHM6cHJvaGliaXRpb24iIDogWyBdLAogICJpZHM6b2JsaWdhdGlvbiIgOiBbIF0KfQ==","payloadType":"application/octet-stream"}, with payload ewogICJAY29udGV4dCIgOiB7CiAgICAiaWRzIiA6ICJodHRwczovL3czaWQub3JnL2lkc2EvY29yZS8iLAogICAgImlkc2MiIDogImh0dHBzOi8vdzNpZC5vcmcvaWRzYS9jb2RlLyIKICB9LAogICJAdHlwZSIgOiAiaWRzOkNvbnRyYWN0QWdyZWVtZW50IiwKICAiQGlkIiA6ICJodHRwczovL3Rlc3RpZHNhOTo3MDgwL2FwaS9hZ3JlZW1lbnRzL2RjZGI0MDM0LTM5OGEtNDRiNS04NzYyLTYxOTQzYzI3M2MyYSIsCiAgImlkczpwcm92aWRlciIgOiB7CiAgICAiQGlkIiA6ICJodHRwczovL2Nvbm5lY3Rvcl9BIgogIH0sCiAgImlkczpwZXJtaXNzaW9uIiA6IFsgewogICAgIkB0eXBlIiA6ICJpZHM6UGVybWlzc2lvbiIsCiAgICAiQGlkIiA6ICJodHRwczovL3Rlc3RpZHNhOTo3MDgwL2FwaS9ydWxlcy8wNDE3NDJmZC1mNjkwLTRiNTgtOGMyYi01NzNlNTRlNDc1OTkiLAogICAgImlkczpkZXNjcmlwdGlvbiIgOiBbIHsKICAgICAgIkB2YWx1ZSIgOiAicHJvdmlkZS1hY2Nlc3MiLAogICAgICAiQHR5cGUiIDogImh0dHA6Ly93d3cudzMub3JnLzIwMDEvWE1MU2NoZW1hI3N0cmluZyIKICAgIH0gXSwKICAgICJpZHM6dGl0bGUiIDogWyB7CiAgICAgICJAdmFsdWUiIDogIkFsbG93IERhdGEgVXNhZ2UiLAogICAgICAiQHR5cGUiIDogImh0dHA6Ly93d3cudzMub3JnLzIwMDEvWE1MU2NoZW1hI3N0cmluZyIKICAgIH0gXSwKICAgICJpZHM6YXNzaWduZWUiIDogWyB7CiAgICAgICJAaWQiIDogImh0dHBzOi8vY29ubmVjdG9yX0IiCiAgICB9IF0sCiAgICAiaWRzOmFzc2lnbmVyIiA6IFsgewogICAgICAiQGlkIiA6ICJodHRwczovL2Nvbm5lY3Rvcl9BIgogICAgfSBdLAogICAgImlkczpwb3N0RHV0eSIgOiBbIF0sCiAgICAiaWRzOmFjdGlvbiIgOiBbIHsKICAgICAgIkBpZCIgOiAiaHR0cHM6Ly93M2lkLm9yZy9pZHNhL2NvZGUvVVNFIgogICAgfSBdLAogICAgImlkczpjb25zdHJhaW50IiA6IFsgXSwKICAgICJpZHM6cHJlRHV0eSIgOiBbIF0sCiAgICAiaWRzOnRhcmdldCIgOiB7CiAgICAgICJAaWQiIDogImh0dHBzOi8vdGVzdGlkc2E5OjcwODAvYXBpL2FydGlmYWN0cy9mOWFhYTYyZi1hYTk4LTQyYzEtYjMzZS02MjYwZTI4OGJkMmMiCiAgICB9CiAgfSBdLAogICJpZHM6Y29uc3VtZXIiIDogewogICAgIkBpZCIgOiAiaHR0cHM6Ly9jb25uZWN0b3JfQiIKICB9LAogICJpZHM6Y29udHJhY3RTdGFydCIgOiB7CiAgICAiQHZhbHVlIiA6ICIyMDIyLTAyLTAzVDEwOjMyOjUyLjg3MFoiLAogICAgIkB0eXBlIiA6ICJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVtYSNkYXRlVGltZVN0YW1wIgogIH0sCiAgImlkczpjb250cmFjdERhdGUiIDogewogICAgIkB2YWx1ZSIgOiAiMjAyMi0wMi0wM1QxMDozMjo1Mi44NzBaIiwKICAgICJAdHlwZSIgOiAiaHR0cDovL3d3dy53My5vcmcvMjAwMS9YTUxTY2hlbWEjZGF0ZVRpbWVTdGFtcCIKICB9LAogICJpZHM6cHJvaGliaXRpb24iIDogWyBdLAogICJpZHM6b2JsaWdhdGlvbiIgOiBbIF0KfQ== and payload type application/octet-stream
clearing-house-api      | [2022-02-03][10:32:53][rocket::server][INFO] POST /messages/log/dcdb4034-398a-44b5-8762-61943c273c2a application/json:
clearing-house-api      | [2022-02-03][10:32:53][_][INFO] Matched: (log) POST /messages/log/<pid> application/json
clearing-house-api      | [2022-02-03][10:32:53][core_lib::api::auth][DEBUG] ...found cached jwks
clearing-house-api      | [2022-02-03][10:32:53][core_lib::api::auth][DEBUG] ...valid token!
clearing-house-api      | [2022-02-03][10:32:53][ch_lib::db][DEBUG] Trying to get process with id dcdb4034-398a-44b5-8762-61943c273c2a...
clearing-house-api      | [2022-02-03][10:32:53][ch_lib::db][DEBUG] ... found it.
clearing-house-api      | [2022-02-03][10:32:53][clearing_house_api::clearing_house_api][INFO] Requested pid 'dcdb4034-398a-44b5-8762-61943c273c2a' does not exist. Creating...
clearing-house-api      | [2022-02-03][10:32:53][ch_lib::db][DEBUG] Storing process with pid "dcdb4034-398a-44b5-8762-61943c273c2a"...
clearing-house-api      | [2022-02-03][10:32:53][ch_lib::db][DEBUG] ...added new process: ObjectId("61fbaf550a5687e6cfb9fa55")
clearing-house-api      | [2022-02-03][10:32:53][ch_lib::db][DEBUG] checking if user '63:44:DA:B1:EA:37:56:8D:E9:87:7A:22:79:DB:AE:D9:E6:39:14:DB:keyid:CB:8C:C7:B6:85:79:A8:23:A6:CB:15:AB:17:50:2F:E6:65:43:5D:E8' is authorized to access 'dcdb4034-398a-44b5-8762-61943c273c2a'
clearing-house-api      | [2022-02-03][10:32:53][ch_lib::db][DEBUG] Trying to get process with id dcdb4034-398a-44b5-8762-61943c273c2a...
clearing-house-api      | [2022-02-03][10:32:53][ch_lib::db][DEBUG] ... found it.
clearing-house-api      | [2022-02-03][10:32:53][ch_lib::db][DEBUG] found owner 63:44:DA:B1:EA:37:56:8D:E9:87:7A:22:79:DB:AE:D9:E6:39:14:DB:keyid:CB:8C:C7:B6:85:79:A8:23:A6:CB:15:AB:17:50:2F:E6:65:43:5D:E8
clearing-house-api      | [2022-02-03][10:32:53][clearing_house_api::clearing_house_api][INFO] User authorized.
clearing-house-api      | [2022-02-03][10:32:53][clearing_house_api::clearing_house_api][DEBUG] logging message for pid dcdb4034-398a-44b5-8762-61943c273c2a
clearing-house-api      | [2022-02-03][10:32:53][clearing_house_api::clearing_house_api][DEBUG] transforming message to document...
clearing-house-api      | [2022-02-03][10:32:53][ch_lib::db][DEBUG] Getting transaction counter...
clearing-house-api      | [2022-02-03][10:32:53][clearing_house_api::clearing_house_api][DEBUG] Storing document...
clearing-house-api      | [2022-02-03][10:32:53][core_lib::api::client::document_api][DEBUG] calling http://document-api:8001/doc
clearing-house-api      | [2022-02-03][10:32:53][hyper::client::connect::dns][DEBUG] resolving host="document-api"
clearing-house-api      | [2022-02-03][10:32:53][hyper::client::connect::http][DEBUG] connecting to 172.18.0.11:8001
clearing-house-api      | [2022-02-03][10:32:53][tokio_reactor][DEBUG] adding I/O source: 0
clearing-house-api      | [2022-02-03][10:32:53][tokio_reactor::registration][DEBUG] scheduling Write for: 0
clearing-house-api      | [2022-02-03][10:32:53][hyper::client::connect::http][DEBUG] connected to Some(172.18.0.11:8001)
clearing-house-api      | [2022-02-03][10:32:53][tokio_reactor::registration][DEBUG] scheduling Read for: 0
clearing-house-api      | [2022-02-03][10:32:53][tokio_reactor::registration][DEBUG] scheduling Read for: 0
clearing-house-api      | [2022-02-03][10:32:53][hyper::proto::h1::io][DEBUG] flushed 1378 bytes
clearing-house-api      | [2022-02-03][10:32:53][hyper::proto::h1::io][DEBUG] flushed 2709 bytes
document-api            | [2022-02-03][10:32:53][rocket::server][INFO] POST /doc application/json:
document-api            | [2022-02-03][10:32:53][_][INFO] Matched: (create_enc_document) POST /doc/ application/json
keyring-api             | [2022-02-03][10:32:53][rocket::server][INFO] GET /keyring/generate_keys/dcdb4034-398a-44b5-8762-61943c273c2a?dt_id=IDS_MESSAGE:
keyring-api             | [2022-02-03][10:32:53][_][INFO] Matched: (generate_keys) GET /keyring/generate_keys/<_pid>?<dt_id> application/json
keyring-api             | [2022-02-03][10:32:53][_][INFO] Outcome: Success
keyring-api             | [2022-02-03][10:32:53][_][INFO] Response succeeded.
document-api            | [2022-02-03][10:32:53][_][INFO] Outcome: Success
document-api            | [2022-02-03][10:32:53][_][INFO] Response succeeded.
clearing-house-api      | [2022-02-03][10:32:53][hyper::proto::h1::io][DEBUG] read 453 bytes
clearing-house-api      | [2022-02-03][10:32:53][hyper::proto::h1::io][DEBUG] parsed 7 headers
clearing-house-api      | [2022-02-03][10:32:53][hyper::proto::h1::conn][DEBUG] incoming body is content-length (221 bytes)
clearing-house-api      | [2022-02-03][10:32:53][hyper::proto::h1::conn][DEBUG] incoming body completed
clearing-house-api      | [2022-02-03][10:32:53][tokio_reactor::registration][DEBUG] scheduling Read for: 0
clearing-house-api      | [2022-02-03][10:32:53][tokio_reactor::registration][DEBUG] scheduling Read for: 0
clearing-house-api      | [2022-02-03][10:32:53][tokio_reactor::registration][DEBUG] scheduling Read for: 0
clearing-house-api      | [2022-02-03][10:32:53][hyper::client::pool][DEBUG] pooling idle connection for "http://document-api:8001"
clearing-house-api      | [2022-02-03][10:32:53][reqwest::async_impl::response][DEBUG] Response: '201 Created' for http://document-api:8001/doc
clearing-house-api      | [2022-02-03][10:32:53][core_lib::api::client::document_api][DEBUG] Status Code: 201 Created
clearing-house-api      | Payload: DocumentReceipt { timestamp: 1643884373, pid: "dcdb4034-398a-44b5-8762-61943c273c2a", doc_id: "faf7715d-05b4-43ec-9f95-50088316e5c4", chain_hash: "74tRZ/D+0+ca2fKZ8PCNLYQFM7U0KxW1Spn3PhMMDEmpVjtpZFH2R2oS1smOpcwOquo8MA6jXuJ9UcF4PV3Fhg==" }
clearing-house-api      | [2022-02-03][10:32:53][tokio_reactor][DEBUG] dropping I/O source: 0
clearing-house-api      | [2022-02-03][10:32:53][clearing_house_api::clearing_house_api][DEBUG] Increase transabtion counter
clearing-house-api      | [2022-02-03][10:32:53][ch_lib::db][DEBUG] Getting transaction counter...
clearing-house-api      | [2022-02-03][10:32:53][clearing_house_api::clearing_house_api][DEBUG] Creating receipt...
clearing-house-api      | [2022-02-03][10:32:53][clearing_house_api::clearing_house_api][DEBUG] ...done. Signing receipt...
clearing-house-api      | decoded JWS:Decoded {
clearing-house-api      |     header: Header {
clearing-house-api      |         registered: RegisteredHeader {
clearing-house-api      |             algorithm: PS512,
clearing-house-api      |             media_type: None,
clearing-house-api      |             content_type: None,
clearing-house-api      |             web_key_url: None,
clearing-house-api      |             web_key: None,
clearing-house-api      |             key_id: Some(
clearing-house-api      |                 "5xlpwZR8AICPLEnJqAu4Hh3WvQoO9NHKR1Cs6yxTss8",
clearing-house-api      |             ),
clearing-house-api      |             x509_url: None,
clearing-house-api      |             x509_chain: None,
clearing-house-api      |             x509_fingerprint: None,
clearing-house-api      |             critical: None,
clearing-house-api      |         },
clearing-house-api      |         private: Empty,
clearing-house-api      |     },
clearing-house-api      |     payload: DataTransaction {
clearing-house-api      |         transaction_id: "00000001",
clearing-house-api      |         timestamp: 1643884373,
clearing-house-api      |         process_id: "dcdb4034-398a-44b5-8762-61943c273c2a",
clearing-house-api      |         document_id: "faf7715d-05b4-43ec-9f95-50088316e5c4",
clearing-house-api      |         payload: "ewogICJAY29udGV4dCIgOiB7CiAgICAiaWRzIiA6ICJodHRwczovL3czaWQub3JnL2lkc2EvY29yZS8iLAogICAgImlkc2MiIDogImh0dHBzOi8vdzNpZC5vcmcvaWRzYS9jb2RlLyIKICB9LAogICJAdHlwZSIgOiAiaWRzOkNvbnRyYWN0QWdyZWVtZW50IiwKICAiQGlkIiA6ICJodHRwczovL3Rlc3RpZHNhOTo3MDgwL2FwaS9hZ3JlZW1lbnRzL2RjZGI0MDM0LTM5OGEtNDRiNS04NzYyLTYxOTQzYzI3M2MyYSIsCiAgImlkczpwcm92aWRlciIgOiB7CiAgICAiQGlkIiA6ICJodHRwczovL2Nvbm5lY3Rvcl9BIgogIH0sCiAgImlkczpwZXJtaXNzaW9uIiA6IFsgewogICAgIkB0eXBlIiA6ICJpZHM6UGVybWlzc2lvbiIsCiAgICAiQGlkIiA6ICJodHRwczovL3Rlc3RpZHNhOTo3MDgwL2FwaS9ydWxlcy8wNDE3NDJmZC1mNjkwLTRiNTgtOGMyYi01NzNlNTRlNDc1OTkiLAogICAgImlkczpkZXNjcmlwdGlvbiIgOiBbIHsKICAgICAgIkB2YWx1ZSIgOiAicHJvdmlkZS1hY2Nlc3MiLAogICAgICAiQHR5cGUiIDogImh0dHA6Ly93d3cudzMub3JnLzIwMDEvWE1MU2NoZW1hI3N0cmluZyIKICAgIH0gXSwKICAgICJpZHM6dGl0bGUiIDogWyB7CiAgICAgICJAdmFsdWUiIDogIkFsbG93IERhdGEgVXNhZ2UiLAogICAgICAiQHR5cGUiIDogImh0dHA6Ly93d3cudzMub3JnLzIwMDEvWE1MU2NoZW1hI3N0cmluZyIKICAgIH0gXSwKICAgICJpZHM6YXNzaWduZWUiIDogWyB7CiAgICAgICJAaWQiIDogImh0dHBzOi8vY29ubmVjdG9yX0IiCiAgICB9IF0sCiAgICAiaWRzOmFzc2lnbmVyIiA6IFsgewogICAgICAiQGlkIiA6ICJodHRwczovL2Nvbm5lY3Rvcl9BIgogICAgfSBdLAogICAgImlkczpwb3N0RHV0eSIgOiBbIF0sCiAgICAiaWRzOmFjdGlvbiIgOiBbIHsKICAgICAgIkBpZCIgOiAiaHR0cHM6Ly93M2lkLm9yZy9pZHNhL2NvZGUvVVNFIgogICAgfSBdLAogICAgImlkczpjb25zdHJhaW50IiA6IFsgXSwKICAgICJpZHM6cHJlRHV0eSIgOiBbIF0sCiAgICAiaWRzOnRhcmdldCIgOiB7CiAgICAgICJAaWQiIDogImh0dHBzOi8vdGVzdGlkc2E5OjcwODAvYXBpL2FydGlmYWN0cy9mOWFhYTYyZi1hYTk4LTQyYzEtYjMzZS02MjYwZTI4OGJkMmMiCiAgICB9CiAgfSBdLAogICJpZHM6Y29uc3VtZXIiIDogewogICAgIkBpZCIgOiAiaHR0cHM6Ly9jb25uZWN0b3JfQiIKICB9LAogICJpZHM6Y29udHJhY3RTdGFydCIgOiB7CiAgICAiQHZhbHVlIiA6ICIyMDIyLTAyLTAzVDEwOjMyOjUyLjg3MFoiLAogICAgIkB0eXBlIiA6ICJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVtYSNkYXRlVGltZVN0YW1wIgogIH0sCiAgImlkczpjb250cmFjdERhdGUiIDogewogICAgIkB2YWx1ZSIgOiAiMjAyMi0wMi0wM1QxMDozMjo1Mi44NzBaIiwKICAgICJAdHlwZSIgOiAiaHR0cDovL3d3dy53My5vcmcvMjAwMS9YTUxTY2hlbWEjZGF0ZVRpbWVTdGFtcCIKICB9LAogICJpZHM6cHJvaGliaXRpb24iIDogWyBdLAogICJpZHM6b2JsaWdhdGlvbiIgOiBbIF0KfQ==",
clearing-house-api      |         chain_hash: "74tRZ/D+0+ca2fKZ8PCNLYQFM7U0KxW1Spn3PhMMDEmpVjtpZFH2R2oS1smOpcwOquo8MA6jXuJ9UcF4PV3Fhg==",
clearing-house-api      |         client_id: "63:44:DA:B1:EA:37:56:8D:E9:87:7A:22:79:DB:AE:D9:E6:39:14:DB:keyid:CB:8C:C7:B6:85:79:A8:23:A6:CB:15:AB:17:50:2F:E6:65:43:5D:E8",
clearing-house-api      |         clearing_house_version: "0.7.3",
clearing-house-api      |     },
clearing-house-api      | }
clearing-house-api      | [2022-02-03][10:32:53][ch_lib::model::ids::response][DEBUG] ids-response: {"@context":{"ids":"https://w3id.org/idsa/core/","idsc":"https://w3id.org/idsa/code/"},"@type":"ids:MessageProcessedNotificationMessage","@id":"https://w3id.org/idsa/autogen/MessageProcessedNotificationMessage/22dd8205-a700-443d-8c79-8868ba365052","ids:modelVersion":"4.0.0","ids:correlationMessage":"https://w3id.org/idsa/autogen/logMessage/26c9b46d-9116-468e-8a72-5bd99fd3429f","ids:issued":"2022-02-03T10:32:53.374619506+00:00","ids:issuerConnector":"http://clearing_house/","ids:senderAgent":"http://clearing_house","ids:recipientConnector":["https://connector_A"],"ids:recipientAgent":["https://connector_A"]}
clearing-house-api      | [2022-02-03][10:32:53][_][INFO] Outcome: Success
clearing-house-api      | [2022-02-03][10:32:53][_][INFO] Response succeeded.
testidsa12              | 2022-02-03 10:32:53.403 DEBUG 1 --- [tp1495653667-29] d.f.a.i.i.d.d.a.AisecDapsDriver          : AKI: CB:8C:C7:B6:85:79:A8:23:A6:CB:15:AB:17:50:2F:E6:65:43:5D:E8:
testidsa12              | 2022-02-03 10:32:53.404 DEBUG 1 --- [tp1495653667-29] d.f.a.i.i.d.d.a.AisecDapsDriver          : SKI: 9D:19:9B:F3:00:E4:79:9B:A8:2B:0E:5C:AB:22:C3:BF:3B:13:BD:40:
testidsa12              | 2022-02-03 10:32:53.461 DEBUG 1 --- [tp1495653667-29] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'Accept-Encoding':'gzip'
testidsa12              | 2022-02-03 10:32:53.461 DEBUG 1 --- [tp1495653667-29] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'Authorization':'Bearer eyJ0eXAiOiJKV1QiLCJraWQiOiJkZWZhdWx0IiwiYWxnIjoiUlMyNTYifQ.eyJzY29wZXMiOlsiaWRzYzpJRFNfQ09OTkVDVE9SX0FUVFJJQlVURVNfQUxMIl0sImF1ZCI6Imlkc2M6SURTX0NPTk5FQ1RPUlNfQUxMIiwiaXNzIjoiaHR0cDovL29tZWpkbiIsIm5iZiI6MTY0Mzg4MjQyNiwiaWF0IjoxNjQzODgyNDI2LCJqdGkiOiJOekUwTXpBeU5qUXpNREU0TURRNU1ESTFNZz09IiwiZXhwIjoxNjQzODg2MDI2LCJzZWN1cml0eVByb2ZpbGUiOiJpZHNjOkJBU0VfU0VDVVJJVFlfUFJPRklMRSIsInJlZmVycmluZ0Nvbm5lY3RvciI6Imh0dHA6Ly90ZXN0aWRzYTkuZGVtbyIsIkB0eXBlIjoiaWRzOkRhdFBheWxvYWQiLCJAY29udGV4dCI6Imh0dHBzOi8vdzNpZC5vcmcvaWRzYS9jb250ZXh0cy9jb250ZXh0Lmpzb25sZCIsInRyYW5zcG9ydENlcnRzU2hhMjU2IjoiYzY4ZDllNmJhM2YxNzk5YmNiZTViZWM5ZDdkOThiMTViMGVmMmYyOTJjODBmNmJjYTk5NDE3OGFhOTVhZTEwZCIsInN1YiI6IjYzOjQ0OkRBOkIxOkVBOjM3OjU2OjhEOkU5Ojg3OjdBOjIyOjc5OkRCOkFFOkQ5OkU2OjM5OjE0OkRCOmtleWlkOkNCOjhDOkM3OkI2Ojg1Ojc5OkE4OjIzOkE2OkNCOjE1OkFCOjE3OjUwOjJGOkU2OjY1OjQzOjVEOkU4In0.GM0ceHrqv_h-LQU0OcWY_fR8JMick_NzayBywS2FFhWdtPAxIALVxm0CUIX4Hmpgl6IDvRxznHit71ItGebh2wTgI19S5qgOzA74N32qRXTQWN-S1d5VcFiVpmAT7-syo0uyJ48pYMITxiimcf1g3zHiOOHNbdq94_7UfNTXO9mVsbtVdvNWh6N1Yllg6bApQtMMg0FIoX88eNJszID6ntg7sH0LmrCTtHfdxquA9POq6-HDhbSSsnNHvO4y-QyJXmshKlcn_wIdpvfv9Ejr5MZB8h-W2u7ukfPoTPSL__981UrJHi4wwAnn-Wuh7v-Y42fDMBu0XosuREa6qnAiRQ'
testidsa12              | 2022-02-03 10:32:53.461 DEBUG 1 --- [tp1495653667-29] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'CamelHttpMethod':'POST'
testidsa12              | 2022-02-03 10:32:53.461 DEBUG 1 --- [tp1495653667-29] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'CamelHttpPath':'/messages/log/dcdb4034-398a-44b5-8762-61943c273c2a'
testidsa12              | 2022-02-03 10:32:53.461 DEBUG 1 --- [tp1495653667-29] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'CamelHttpResponseCode':'201'
testidsa12              | 2022-02-03 10:32:53.461 DEBUG 1 --- [tp1495653667-29] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'CamelHttpResponseText':'Created'
testidsa12              | 2022-02-03 10:32:53.462 DEBUG 1 --- [tp1495653667-29] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'CamelHttpServletRequest':'Request(POST https://testidsa12:9999/messages/log/dcdb4034-398a-44b5-8762-61943c273c2a)@5103c6e8'
testidsa12              | 2022-02-03 10:32:53.462 DEBUG 1 --- [tp1495653667-29] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'CamelHttpServletResponse':'HTTP/1.1 200 
testidsa12              | 
testidsa12              | '
testidsa12              | 2022-02-03 10:32:53.462 DEBUG 1 --- [tp1495653667-29] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'CamelHttpUri':'/messages/log/dcdb4034-398a-44b5-8762-61943c273c2a'
testidsa12              | 2022-02-03 10:32:53.462 DEBUG 1 --- [tp1495653667-29] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'CamelHttpUrl':'https://testidsa12:9999/messages/log/dcdb4034-398a-44b5-8762-61943c273c2a'
testidsa12              | 2022-02-03 10:32:53.462 DEBUG 1 --- [tp1495653667-29] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'CamelServletContextPath':'/messages/log/{pid}'
testidsa12              | 2022-02-03 10:32:53.462 DEBUG 1 --- [tp1495653667-29] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'content-length':'4054'
testidsa12              | 2022-02-03 10:32:53.462 DEBUG 1 --- [tp1495653667-29] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'Content-Type':'application/json'
testidsa12              | 2022-02-03 10:32:53.462 DEBUG 1 --- [tp1495653667-29] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'date':'Thu, 03 Feb 2022 10:32:53 GMT'
testidsa12              | 2022-02-03 10:32:53.462 DEBUG 1 --- [tp1495653667-29] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'ids-header':'{"@context":{"ids":"https://w3id.org/idsa/core/","idsc":"https://w3id.org/idsa/code/"},"@type":"ids:MessageProcessedNotificationMessage","@id":"https://w3id.org/idsa/autogen/MessageProcessedNotificationMessage/22dd8205-a700-443d-8c79-8868ba365052","ids:modelVersion":"4.0.0","ids:correlationMessage":"https://w3id.org/idsa/autogen/logMessage/26c9b46d-9116-468e-8a72-5bd99fd3429f","ids:issued":"2022-02-03T10:32:53.374619506+00:00","ids:issuerConnector":"http://clearing_house/","ids:senderAgent":"http://clearing_house","ids:recipientConnector":["https://connector_A"],"ids:recipientAgent":["https://connector_A"]}'
testidsa12              | 2022-02-03 10:32:53.464 DEBUG 1 --- [tp1495653667-29] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'permissions-policy':'interest-cohort=()'
testidsa12              | 2022-02-03 10:32:53.464 DEBUG 1 --- [tp1495653667-29] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'pid':'dcdb4034-398a-44b5-8762-61943c273c2a'
testidsa12              | 2022-02-03 10:32:53.464 DEBUG 1 --- [tp1495653667-29] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'server':'Rocket'
testidsa12              | 2022-02-03 10:32:53.464 DEBUG 1 --- [tp1495653667-29] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'x-content-type-options':'nosniff'
testidsa12              | 2022-02-03 10:32:53.464 DEBUG 1 --- [tp1495653667-29] d.f.a.i.c.ClearingHouseOutputProcessor   : Found header 'x-frame-options':'SAMEORIGIN'
testidsa12              | 2022-02-03 10:32:53.465 DEBUG 1 --- [tp1495653667-29] d.f.a.i.c.ClearingHouseOutputProcessor   : IDS-Header is not empty, using header from original message
testidsa12              | 2022-02-03 10:32:53.465  INFO 1 --- [tp1495653667-29] d.f.a.i.i.d.d.a.AisecDapsDriver          : Retrieving Dynamic Attribute Token from DAPS ...
testidsa12              | 2022-02-03 10:32:53.466 DEBUG 1 --- [tp1495653667-29] d.f.a.i.i.d.d.a.AisecDapsDriver          : ConnectorUUID: 9D:19:9B:F3:00:E4:79:9B:A8:2B:0E:5C:AB:22:C3:BF:3B:13:BD:40:keyid:CB:8C:C7:B6:85:79:A8:23:A6:CB:15:AB:17:50:2F:E6:65:43:5D:E8
testidsa12              | 2022-02-03 10:32:53.478  WARN 1 --- [ ConnectionPool] okhttp3.OkHttpClient                     : A connection to http://omejdn/ was leaked. Did you forget to close a response body? To see where this was allocated, set the OkHttpClient logger level to FINE: Logger.getLogger(OkHttpClient.class.getName()).setLevel(Level.FINE);
testidsa12              | 2022-02-03 10:32:53.482  WARN 1 --- [tp1495653667-29] d.f.a.i.i.d.d.a.AisecDapsDriver          : DAPS /.well-known/oauth-authorization-server not available, using fallback URLs. Next retry to fetch DAPS meta in 86400 seconds
testidsa12              | 2022-02-03 10:32:53.493 DEBUG 1 --- [tp1495653667-29] d.f.a.i.i.d.d.a.AisecDapsDriver          : Acquired DAT from http://omejdn/token
testidsa12              | 2022-02-03 10:32:53.493 DEBUG 1 --- [tp1495653667-29] d.f.a.i.i.d.d.a.AisecDapsDriver          : Received DAT from DAPS: eyJ0eXAiOiJKV1QiLCJraWQiOiJkZWZhdWx0IiwiYWxnIjoiUlMyNTYifQ.eyJzY29wZXMiOlsiaWRzYzpJRFNfQ09OTkVDVE9SX0FUVFJJQlVURVNfQUxMIl0sImF1ZCI6Imlkc2M6SURTX0NPTk5FQ1RPUlNfQUxMIiwiaXNzIjoiaHR0cDovL29tZWpkbiIsIm5iZiI6MTY0Mzg4NDM3MywiaWF0IjoxNjQzODg0MzczLCJqdGkiOiJPRGN6TkRJeE16QXpNVEF6TVRBek9USTNOUT09IiwiZXhwIjoxNjQzODg3OTczLCJzZWN1cml0eVByb2ZpbGUiOiJpZHNjOkJBU0VfU0VDVVJJVFlfUFJPRklMRSIsInJlZmVycmluZ0Nvbm5lY3RvciI6Imh0dHA6Ly90ZXN0aWRzYTEyLmRlbW8iLCJAdHlwZSI6ImlkczpEYXRQYXlsb2FkIiwiQGNvbnRleHQiOiJodHRwczovL3czaWQub3JnL2lkc2EvY29udGV4dHMvY29udGV4dC5qc29ubGQiLCJ0cmFuc3BvcnRDZXJ0c1NoYTI1NiI6IjM2MWJkNGFkMjc5M2M2YThlMGZjYTE0ZjRkOTU1ODM4MTQyYTk0ZDAxZmY4ZTQyYjY1OTNmYTFhNWI3N2QzYzIiLCJzdWIiOiI5RDoxOTo5QjpGMzowMDpFNDo3OTo5QjpBODoyQjowRTo1QzpBQjoyMjpDMzpCRjozQjoxMzpCRDo0MDprZXlpZDpDQjo4QzpDNzpCNjo4NTo3OTpBODoyMzpBNjpDQjoxNTpBQjoxNzo1MDoyRjpFNjo2NTo0Mzo1RDpFOCJ9.k8aMYdlyoMX5KlQRN5v2KSA-6XfY2VzNbT25J4kb2czVnwIwxAUW6MAOS0fSrzKVpp4qvLUcCO0P8Udjp2vkdZLNdPkv09GyZkbbK6xs3Ls_KnxZEEoAHRPbv3R999xoGMGQpy794LvyF0qcHMS_IEKgaqK2sV5HDh9633lUY9Wk6jv73l8txjY6VXs0UGTKqkgvVd9MnL7dc4UMvO2ag22Zcgu2ovXutAfO5DMCnLrSqQqShPVI47MT_RWWWE7JCOzwLwGeTS4BbAWgzcXh0lO2AErXSI5YsUZeImwZup7dBXg7Km_spQHHC-QWLI6USh7znrKJk6hLEuS87AmgmQ
testidsa12              | 2022-02-03 10:32:53.493 DEBUG 1 --- [tp1495653667-29] d.f.a.i.i.d.d.a.AisecDapsDriver          : Verifying dynamic attribute token...
testidsa12              | 2022-02-03 10:32:53.507 DEBUG 1 --- [tp1495653667-29] d.f.a.i.i.d.d.a.AisecDapsDriver          : DAT is valid for 3600 seconds
testidsa12              | 2022-02-03 10:32:53.507 DEBUG 1 --- [tp1495653667-29] d.f.a.i.c.ClearingHouseOutputProcessor   : status code is: 201
testidsa12              | 2022-02-03 10:32:53.507 DEBUG 1 --- [tp1495653667-29] d.f.a.i.c.ClearingHouseOutputProcessor   : ids header: {"@context":{"ids":"https://w3id.org/idsa/core/","idsc":"https://w3id.org/idsa/code/"},"@type":"ids:MessageProcessedNotificationMessage","@id":"https://w3id.org/idsa/autogen/MessageProcessedNotificationMessage/22dd8205-a700-443d-8c79-8868ba365052","ids:modelVersion":"4.0.0","ids:correlationMessage":"https://w3id.org/idsa/autogen/logMessage/26c9b46d-9116-468e-8a72-5bd99fd3429f","ids:issued":"2022-02-03T10:32:53.374619506+00:00","ids:issuerConnector":"http://clearing_house/","ids:senderAgent":"http://clearing_house","ids:recipientConnector":["https://connector_A"],"ids:recipientAgent":["https://connector_A"]}
testidsa12              | 2022-02-03 10:32:53.507 DEBUG 1 --- [tp1495653667-29] d.f.a.i.c.ClearingHouseOutputProcessor   : daps token: "ids:securityToken" : { "@type" : "ids:DynamicAttributeToken","@id" : "https://w3id.org/idsa/autogen/dynamicAttributeToken/0eb086d0-944c-4748-a841-a0e301bea355","ids:tokenFormat" : { "@id" : "idsc:JWT"},"ids:tokenValue" : "eyJ0eXAiOiJKV1QiLCJraWQiOiJkZWZhdWx0IiwiYWxnIjoiUlMyNTYifQ.eyJzY29wZXMiOlsiaWRzYzpJRFNfQ09OTkVDVE9SX0FUVFJJQlVURVNfQUxMIl0sImF1ZCI6Imlkc2M6SURTX0NPTk5FQ1RPUlNfQUxMIiwiaXNzIjoiaHR0cDovL29tZWpkbiIsIm5iZiI6MTY0Mzg4NDM3MywiaWF0IjoxNjQzODg0MzczLCJqdGkiOiJPRGN6TkRJeE16QXpNVEF6TVRBek9USTNOUT09IiwiZXhwIjoxNjQzODg3OTczLCJzZWN1cml0eVByb2ZpbGUiOiJpZHNjOkJBU0VfU0VDVVJJVFlfUFJPRklMRSIsInJlZmVycmluZ0Nvbm5lY3RvciI6Imh0dHA6Ly90ZXN0aWRzYTEyLmRlbW8iLCJAdHlwZSI6ImlkczpEYXRQYXlsb2FkIiwiQGNvbnRleHQiOiJodHRwczovL3czaWQub3JnL2lkc2EvY29udGV4dHMvY29udGV4dC5qc29ubGQiLCJ0cmFuc3BvcnRDZXJ0c1NoYTI1NiI6IjM2MWJkNGFkMjc5M2M2YThlMGZjYTE0ZjRkOTU1ODM4MTQyYTk0ZDAxZmY4ZTQyYjY1OTNmYTFhNWI3N2QzYzIiLCJzdWIiOiI5RDoxOTo5QjpGMzowMDpFNDo3OTo5QjpBODoyQjowRTo1QzpBQjoyMjpDMzpCRjozQjoxMzpCRDo0MDprZXlpZDpDQjo4QzpDNzpCNjo4NTo3OTpBODoyMzpBNjpDQjoxNTpBQjoxNzo1MDoyRjpFNjo2NTo0Mzo1RDpFOCJ9.k8aMYdlyoMX5KlQRN5v2KSA-6XfY2VzNbT25J4kb2czVnwIwxAUW6MAOS0fSrzKVpp4qvLUcCO0P8Udjp2vkdZLNdPkv09GyZkbbK6xs3Ls_KnxZEEoAHRPbv3R999xoGMGQpy794LvyF0qcHMS_IEKgaqK2sV5HDh9633lUY9Wk6jv73l8txjY6VXs0UGTKqkgvVd9MnL7dc4UMvO2ag22Zcgu2ovXutAfO5DMCnLrSqQqShPVI47MT_RWWWE7JCOzwLwGeTS4BbAWgzcXh0lO2AErXSI5YsUZeImwZup7dBXg7Km_spQHHC-QWLI6USh7znrKJk6hLEuS87AmgmQ"}
testidsa12              | 2022-02-03 10:32:53.509 DEBUG 1 --- [tp1495653667-29] d.f.a.i.c.ClearingHouseOutputProcessor   : message: {"@context":{"ids":"https://w3id.org/idsa/core/","idsc":"https://w3id.org/idsa/code/"},"@type":"ids:MessageProcessedNotificationMessage","@id":"https://w3id.org/idsa/autogen/MessageProcessedNotificationMessage/22dd8205-a700-443d-8c79-8868ba365052","ids:modelVersion":"4.0.0","ids:correlationMessage":"https://w3id.org/idsa/autogen/logMessage/26c9b46d-9116-468e-8a72-5bd99fd3429f","ids:issued":"2022-02-03T10:32:53.374619506+00:00","ids:issuerConnector":"http://clearing_house/","ids:senderAgent":"http://clearing_house","ids:recipientConnector":["https://connector_A"],"ids:recipientAgent":["https://connector_A","ids:securityToken" : { "@type" : "ids:DynamicAttributeToken","@id" : "https://w3id.org/idsa/autogen/dynamicAttributeToken/0eb086d0-944c-4748-a841-a0e301bea355","ids:tokenFormat" : { "@id" : "idsc:JWT"},"ids:tokenValue" : "eyJ0eXAiOiJKV1QiLCJraWQiOiJkZWZhdWx0IiwiYWxnIjoiUlMyNTYifQ.eyJzY29wZXMiOlsiaWRzYzpJRFNfQ09OTkVDVE9SX0FUVFJJQlVURVNfQUxMIl0sImF1ZCI6Imlkc2M6SURTX0NPTk5FQ1RPUlNfQUxMIiwiaXNzIjoiaHR0cDovL29tZWpkbiIsIm5iZiI6MTY0Mzg4NDM3MywiaWF0IjoxNjQzODg0MzczLCJqdGkiOiJPRGN6TkRJeE16QXpNVEF6TVRBek9USTNOUT09IiwiZXhwIjoxNjQzODg3OTczLCJzZWN1cml0eVByb2ZpbGUiOiJpZHNjOkJBU0VfU0VDVVJJVFlfUFJPRklMRSIsInJlZmVycmluZ0Nvbm5lY3RvciI6Imh0dHA6Ly90ZXN0aWRzYTEyLmRlbW8iLCJAdHlwZSI6ImlkczpEYXRQYXlsb2FkIiwiQGNvbnRleHQiOiJodHRwczovL3czaWQub3JnL2lkc2EvY29udGV4dHMvY29udGV4dC5qc29ubGQiLCJ0cmFuc3BvcnRDZXJ0c1NoYTI1NiI6IjM2MWJkNGFkMjc5M2M2YThlMGZjYTE0ZjRkOTU1ODM4MTQyYTk0ZDAxZmY4ZTQyYjY1OTNmYTFhNWI3N2QzYzIiLCJzdWIiOiI5RDoxOTo5QjpGMzowMDpFNDo3OTo5QjpBODoyQjowRTo1QzpBQjoyMjpDMzpCRjozQjoxMzpCRDo0MDprZXlpZDpDQjo4QzpDNzpCNjo4NTo3OTpBODoyMzpBNjpDQjoxNTpBQjoxNzo1MDoyRjpFNjo2NTo0Mzo1RDpFOCJ9.k8aMYdlyoMX5KlQRN5v2KSA-6XfY2VzNbT25J4kb2czVnwIwxAUW6MAOS0fSrzKVpp4qvLUcCO0P8Udjp2vkdZLNdPkv09GyZkbbK6xs3Ls_KnxZEEoAHRPbv3R999xoGMGQpy794LvyF0qcHMS_IEKgaqK2sV5HDh9633lUY9Wk6jv73l8txjY6VXs0UGTKqkgvVd9MnL7dc4UMvO2ag22Zcgu2ovXutAfO5DMCnLrSqQqShPVI47MT_RWWWE7JCOzwLwGeTS4BbAWgzcXh0lO2AErXSI5YsUZeImwZup7dBXg7Km_spQHHC-QWLI6USh7znrKJk6hLEuS87AmgmQ"}]}
testidsa12              | 2022-02-03 10:32:53.510 DEBUG 1 --- [tp1495653667-29] d.f.a.i.c.ClearingHouseOutputProcessor   : Payload is not empty

Now, I am receiving an invalid response message from the Clearing House that seems to be due to an unexpected character in the received message. These are the logs obtained from the Dataspace connector A.

2022-02-03T10:32:52,839 [https-jsse-nio-7080-exec-5] INFO - Received incoming message.
2022-02-03T10:32:52,852 [https-jsse-nio-7080-exec-5] INFO - Successfully verified claims.
2022-02-03T10:32:52,986 [https-jsse-nio-7080-exec-6] INFO - Received incoming message.
2022-02-03T10:32:52,994 [https-jsse-nio-7080-exec-6] INFO - Successfully verified claims.
2022-02-03T10:32:53,069 [https-jsse-nio-7080-exec-6] INFO - Sending request to https://testidsa12:9999/messages/log/dcdb4034-398a-44b5-8762-61943c273c2a ...
2022-02-03T10:32:53,517 [https-jsse-nio-7080-exec-6] INFO - Successfully received response to request.
2022-02-03T10:32:53,519 [https-jsse-nio-7080-exec-6] ERROR - [line: 1, col: 635] Unexpected character (':' (code 58)): was expecting comma to separate Array entries
2022-02-03T10:32:53,520 [https-jsse-nio-7080-exec-6] WARN - Failed to send log message. [exception=(Received invalid ids message.)]
io.dataspaceconnector.common.exception.MessageResponseException: Received invalid ids message.
    at io.dataspaceconnector.service.message.builder.type.base.AbstractMessageService.send(AbstractMessageService.java:124) ~[classes!/:6.2.0]
    at io.dataspaceconnector.service.message.builder.type.LogMessageService.sendMessage(LogMessageService.java:82) [classes!/:6.2.0]
    at io.dataspaceconnector.common.ids.message.ClearingHouseService.sendToClearingHouse(ClearingHouseService.java:60) [classes!/:6.2.0]
    at io.dataspaceconnector.service.usagecontrol.PolicyExecutionService.sendAgreement(PolicyExecutionService.java:70) [classes!/:6.2.0]
    at io.dataspaceconnector.service.message.handler.event.AgreementEventHandler.handleAgreementEvent(AgreementEventHandler.java:46) [classes!/:6.2.0]
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
    at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
    at org.springframework.context.event.ApplicationListenerMethodAdapter.doInvoke(ApplicationListenerMethodAdapter.java:344) [spring-context-5.3.9.jar!/:5.3.9]
    at org.springframework.context.event.ApplicationListenerMethodAdapter.processEvent(ApplicationListenerMethodAdapter.java:229) [spring-context-5.3.9.jar!/:5.3.9]
    at org.springframework.context.event.ApplicationListenerMethodAdapter.onApplicationEvent(ApplicationListenerMethodAdapter.java:166) [spring-context-5.3.9.jar!/:5.3.9]
    at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:176) [spring-context-5.3.9.jar!/:5.3.9]
    at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:169) [spring-context-5.3.9.jar!/:5.3.9]
    at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:143) [spring-context-5.3.9.jar!/:5.3.9]
    at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:421) [spring-context-5.3.9.jar!/:5.3.9]
    at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:391) [spring-context-5.3.9.jar!/:5.3.9]
    at io.dataspaceconnector.service.message.handler.processor.AgreementComparisonProcessor.processInternal(AgreementComparisonProcessor.java:104) [classes!/:6.2.0]
    at io.dataspaceconnector.service.message.handler.processor.base.IdsProcessor.process(IdsProcessor.java:42) [classes!/:6.2.0]
    at org.apache.camel.support.processor.DelegateSyncProcessor.process(DelegateSyncProcessor.java:66) [camel-support-3.11.1.jar!/:3.11.1]
    at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$RedeliveryTask.doRun(RedeliveryErrorHandler.java:804) [camel-core-processor-3.11.1.jar!/:3.11.1]
    at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$RedeliveryTask.run(RedeliveryErrorHandler.java:712) [camel-core-processor-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:179) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultReactiveExecutor.scheduleSync(DefaultReactiveExecutor.java:69) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler.process(RedeliveryErrorHandler.java:208) [camel-core-processor-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultAsyncProcessorAwaitManager.process(DefaultAsyncProcessorAwaitManager.java:83) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler.process(RedeliveryErrorHandler.java:195) [camel-core-processor-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.CamelInternalProcessor.process(CamelInternalProcessor.java:369) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.processor.Pipeline$PipelineTask.run(Pipeline.java:109) [camel-core-processor-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:179) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultReactiveExecutor.schedule(DefaultReactiveExecutor.java:59) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.CamelInternalProcessor$AsyncAfterTask.done(CamelInternalProcessor.java:274) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.CamelInternalProcessor.process(CamelInternalProcessor.java:377) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.processor.Pipeline$PipelineTask.run(Pipeline.java:109) [camel-core-processor-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:179) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultReactiveExecutor.schedule(DefaultReactiveExecutor.java:59) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.CamelInternalProcessor$AsyncAfterTask.done(CamelInternalProcessor.java:274) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.CamelInternalProcessor.process(CamelInternalProcessor.java:377) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.processor.Pipeline$PipelineTask.run(Pipeline.java:109) [camel-core-processor-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:179) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultReactiveExecutor.scheduleSync(DefaultReactiveExecutor.java:69) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.processor.Pipeline.process(Pipeline.java:182) [camel-core-processor-3.11.1.jar!/:3.11.1]
    at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$RedeliveryTask.doRun(RedeliveryErrorHandler.java:804) [camel-core-processor-3.11.1.jar!/:3.11.1]
    at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$RedeliveryTask.run(RedeliveryErrorHandler.java:712) [camel-core-processor-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:179) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultReactiveExecutor.scheduleSync(DefaultReactiveExecutor.java:69) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler.process(RedeliveryErrorHandler.java:208) [camel-core-processor-3.11.1.jar!/:3.11.1]
    at org.apache.camel.spring.spi.TransactionErrorHandler.access$201(TransactionErrorHandler.java:45) [camel-spring-3.11.1.jar!/:3.11.1]
    at org.apache.camel.spring.spi.TransactionErrorHandler$2.process(TransactionErrorHandler.java:247) [camel-spring-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultAsyncProcessorAwaitManager.process(DefaultAsyncProcessorAwaitManager.java:83) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.spring.spi.TransactionErrorHandler.processByErrorHandler(TransactionErrorHandler.java:244) [camel-spring-3.11.1.jar!/:3.11.1]
    at org.apache.camel.spring.spi.TransactionErrorHandler.process(TransactionErrorHandler.java:119) [camel-spring-3.11.1.jar!/:3.11.1]
    at org.apache.camel.spring.spi.TransactionErrorHandler.process(TransactionErrorHandler.java:132) [camel-spring-3.11.1.jar!/:3.11.1]
    at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$RedeliveryTask.doRun(RedeliveryErrorHandler.java:804) [camel-core-processor-3.11.1.jar!/:3.11.1]
    at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$RedeliveryTask.run(RedeliveryErrorHandler.java:712) [camel-core-processor-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:179) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultReactiveExecutor.scheduleSync(DefaultReactiveExecutor.java:69) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.processor.errorhandler.RedeliveryErrorHandler.process(RedeliveryErrorHandler.java:208) [camel-core-processor-3.11.1.jar!/:3.11.1]
    at org.apache.camel.spring.spi.TransactionErrorHandler.access$201(TransactionErrorHandler.java:45) [camel-spring-3.11.1.jar!/:3.11.1]
    at org.apache.camel.spring.spi.TransactionErrorHandler$2.process(TransactionErrorHandler.java:247) [camel-spring-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultAsyncProcessorAwaitManager.process(DefaultAsyncProcessorAwaitManager.java:83) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.spring.spi.TransactionErrorHandler.processByErrorHandler(TransactionErrorHandler.java:244) [camel-spring-3.11.1.jar!/:3.11.1]
    at org.apache.camel.spring.spi.TransactionErrorHandler$1.doInTransactionWithoutResult(TransactionErrorHandler.java:207) [camel-spring-3.11.1.jar!/:3.11.1]
    at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) [spring-tx-5.3.9.jar!/:5.3.9]
    at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) [spring-tx-5.3.9.jar!/:5.3.9]
    at org.apache.camel.spring.spi.TransactionErrorHandler.doInTransactionTemplate(TransactionErrorHandler.java:200) [camel-spring-3.11.1.jar!/:3.11.1]
    at org.apache.camel.spring.spi.TransactionErrorHandler.processInTransaction(TransactionErrorHandler.java:155) [camel-spring-3.11.1.jar!/:3.11.1]
    at org.apache.camel.spring.spi.TransactionErrorHandler.process(TransactionErrorHandler.java:123) [camel-spring-3.11.1.jar!/:3.11.1]
    at org.apache.camel.spring.spi.TransactionErrorHandler.process(TransactionErrorHandler.java:132) [camel-spring-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.CamelInternalProcessor.process(CamelInternalProcessor.java:398) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.processor.Pipeline$PipelineTask.run(Pipeline.java:109) [camel-core-processor-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:179) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultReactiveExecutor.scheduleMain(DefaultReactiveExecutor.java:64) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.processor.Pipeline.process(Pipeline.java:184) [camel-core-processor-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.CamelInternalProcessor.process(CamelInternalProcessor.java:398) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.component.direct.DirectProducer.process(DirectProducer.java:96) [camel-direct-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.SharedCamelInternalProcessor.process(SharedCamelInternalProcessor.java:217) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.SharedCamelInternalProcessor$1.process(SharedCamelInternalProcessor.java:111) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultAsyncProcessorAwaitManager.process(DefaultAsyncProcessorAwaitManager.java:83) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.SharedCamelInternalProcessor.process(SharedCamelInternalProcessor.java:108) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.support.cache.DefaultProducerCache.send(DefaultProducerCache.java:190) [camel-support-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultProducerTemplate.send(DefaultProducerTemplate.java:176) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultProducerTemplate.send(DefaultProducerTemplate.java:148) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at org.apache.camel.impl.engine.DefaultProducerTemplate.send(DefaultProducerTemplate.java:131) [camel-base-engine-3.11.1.jar!/:3.11.1]
    at io.dataspaceconnector.service.message.handler.type.base.AbstractMessageHandler.handleMessage(AbstractMessageHandler.java:79) [classes!/:6.2.0]
    at de.fraunhofer.ids.messaging.dispatcher.MessageDispatcher.process(MessageDispatcher.java:198) [messaging-4.2.2.jar!/:?]
    at de.fraunhofer.ids.messaging.endpoint.MessageController.handleIDSMessage(MessageController.java:144) [messaging-4.2.2.jar!/:?]
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
    at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
    at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197) [spring-web-5.3.9.jar!/:5.3.9]
    at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141) [spring-web-5.3.9.jar!/:5.3.9]
    at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106) [spring-webmvc-5.3.9.jar!/:5.3.9]
    at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895) [spring-webmvc-5.3.9.jar!/:5.3.9]
    at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) [spring-webmvc-5.3.9.jar!/:5.3.9]
    at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) [spring-webmvc-5.3.9.jar!/:5.3.9]
    at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1064) [spring-webmvc-5.3.9.jar!/:5.3.9]
    at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963) [spring-webmvc-5.3.9.jar!/:5.3.9]
    at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) [spring-webmvc-5.3.9.jar!/:5.3.9]
    at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909) [spring-webmvc-5.3.9.jar!/:5.3.9]
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:681) [tomcat-embed-core-9.0.52.jar!/:4.0.1]
    at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) [spring-webmvc-5.3.9.jar!/:5.3.9]
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:764) [tomcat-embed-core-9.0.52.jar!/:4.0.1]
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) [tomcat-embed-websocket-9.0.52.jar!/:?]
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:121) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:115) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:105) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:149) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.9.jar!/:5.3.9]
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.9.jar!/:5.3.9]
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.9.jar!/:5.3.9]
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183) [spring-security-web-5.5.2.jar!/:5.5.2]
    at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358) [spring-web-5.3.9.jar!/:5.3.9]
    at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271) [spring-web-5.3.9.jar!/:5.3.9]
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) [spring-web-5.3.9.jar!/:5.3.9]
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.9.jar!/:5.3.9]
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) [spring-web-5.3.9.jar!/:5.3.9]
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.9.jar!/:5.3.9]
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96) [spring-boot-actuator-2.5.4.jar!/:2.5.4]
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.9.jar!/:5.3.9]
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) [spring-web-5.3.9.jar!/:5.3.9]
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.9.jar!/:5.3.9]
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?]
    at io.opentracing.contrib.web.servlet.filter.TracingFilter.doFilter(TracingFilter.java:189) [opentracing-web-servlet-filter-0.4.0.jar!/:?]
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1726) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) [tomcat-embed-core-9.0.52.jar!/:?]
    at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.52.jar!/:?]
    at java.lang.Thread.run(Thread.java:829) [?:?]
Caused by: de.fraunhofer.ids.messaging.protocol.http.ShaclValidatorException: Received message header does not conform to IDS-Infomodel! Received message did not pass SHACL-Validation!
    at de.fraunhofer.ids.messaging.protocol.http.IdsHttpService.checkDatFromResponse(IdsHttpService.java:113) ~[messaging-4.2.2.jar!/:?]
    at de.fraunhofer.ids.messaging.protocol.http.IdsHttpService.sendAndCheckDat(IdsHttpService.java:461) ~[messaging-4.2.2.jar!/:?]
    at io.dataspaceconnector.service.message.builder.type.base.AbstractMessageService.send(AbstractMessageService.java:112) ~[classes!/:6.2.0]
    ... 181 more
2022-02-03T10:32:53,524 [https-jsse-nio-7080-exec-6] WARN - Failed to send contract agreement to clearing house. [exception=(Log message could not be sent.)]
2022-02-03T10:32:53,742 [https-jsse-nio-7080-exec-7] INFO - Received incoming message.
2022-02-03T10:32:53,754 [https-jsse-nio-7080-exec-7] INFO - Successfully verified claims.
kragall commented 2 years ago

This is the same error as observed in Issue #7 and has been fixed already. Please pull the newest version, build the jar file and use the new jar file in your deployment.

jfernandezsqs commented 2 years ago

Ok, I tried with the newest version and there is no error in the response message.