[INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for de.fraunhofer.isst:dataspace-connector:jar:3.2.1-SNAPSHOT [WARNING] 'version' contains an expression but should be a constant. @ de.fraunhofer.isst:dataspace-connector:${project.version}, C:\Users\jpampus\IdeaProjects\DataspaceConnector\pom.xml, line 13, column 11 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] [INFO] ---------------< de.fraunhofer.isst:dataspace-connector >--------------- [INFO] Building dataspace-connector 3.2.1-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ dataspace-connector --- [INFO] Deleting C:\Users\jpampus\IdeaProjects\DataspaceConnector\target [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ dataspace-connector --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ dataspace-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ dataspace-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 35 source files to C:\Users\jpampus\IdeaProjects\DataspaceConnector\target\classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ dataspace-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ dataspace-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to C:\Users\jpampus\IdeaProjects\DataspaceConnector\target\test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ dataspace-connector --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- log4j: reset attribute= "false". log4j: Threshold ="null". log4j: Level value for root is [INFO]. log4j: root level set to INFO log4j: Class name: [org.apache.log4j.ConsoleAppender] log4j: Parsing layout of class: "org.apache.log4j.PatternLayout" log4j: Setting property [conversionPattern] to [%d{yyyy-MM-dd HH:mm:ss} %-5p %c{1}:%L - %m%n]. log4j: Adding appender named [console] to category [root]. 2020-10-16 15:27:27 INFO SpringBootTestContextBootstrapper:308 - Neither @ContextConfiguration nor @ContextHierarchy found for test class [de.fraunhofer.isst.dataspaceconnector.integrationtest.ArtifactRequestMessageHandlingTest], using SpringBootContextLoader 2020-10-16 15:27:27 INFO AbstractContextLoader:264 - Could not detect default resource locations for test class [de.fraunhofer.isst.dataspaceconnector.integrationtest.ArtifactRequestMessageHandlingTest]: no resource found for suffixes {-context.xml, Context.groovy}. 2020-10-16 15:27:27 INFO AnnotationConfigContextLoaderUtils:83 - Could not detect default configuration classes for test class [de.fraunhofer.isst.dataspaceconnector.integrationtest.ArtifactRequestMessageHandlingTest]: ArtifactRequestMessageHandlingTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2020-10-16 15:27:27 INFO SpringBootTestContextBootstrapper:237 - Found @SpringBootConfiguration de.fraunhofer.isst.dataspaceconnector.ConnectorApplication for test class de.fraunhofer.isst.dataspaceconnector.integrationtest.ArtifactRequestMessageHandlingTest 2020-10-16 15:27:27 INFO SpringBootTestContextBootstrapper:248 - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener, org.springframework.security.test.context.support.ReactorContextTestExecutionListener] 2020-10-16 15:27:27 INFO SpringBootTestContextBootstrapper:177 - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@1852a3ff, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7203c7ff, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@25bfcafd, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@4b6690c0, org.springframework.test.context.support.DirtiesContextTestExecutionListener@46268f08, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2a76840c, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@71454b9d, org.springframework.test.context.event.EventPublishingTestExecutionListener@eda25e5, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener@7cf6a5f9, org.springframework.security.test.context.support.ReactorContextTestExecutionListener@623e088f, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@39fcbef6, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@66565121, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@2fc6f97f, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@3d2ee678, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@6179e425] 2020-10-16 15:27:27 INFO SpringBootTestContextBootstrapper:308 - Neither @ContextConfiguration nor @ContextHierarchy found for test class [de.fraunhofer.isst.dataspaceconnector.integrationtest.DescriptionRequestMessageHandlingTest], using SpringBootContextLoader 2020-10-16 15:27:27 INFO AbstractContextLoader:264 - Could not detect default resource locations for test class [de.fraunhofer.isst.dataspaceconnector.integrationtest.DescriptionRequestMessageHandlingTest]: no resource found for suffixes {-context.xml, Context.groovy}. 2020-10-16 15:27:27 INFO AnnotationConfigContextLoaderUtils:83 - Could not detect default configuration classes for test class [de.fraunhofer.isst.dataspaceconnector.integrationtest.DescriptionRequestMessageHandlingTest]: DescriptionRequestMessageHandlingTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2020-10-16 15:27:27 INFO SpringBootTestContextBootstrapper:237 - Found @SpringBootConfiguration de.fraunhofer.isst.dataspaceconnector.ConnectorApplication for test class de.fraunhofer.isst.dataspaceconnector.integrationtest.DescriptionRequestMessageHandlingTest 2020-10-16 15:27:27 INFO SpringBootTestContextBootstrapper:248 - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener, org.springframework.security.test.context.support.ReactorContextTestExecutionListener] 2020-10-16 15:27:27 INFO SpringBootTestContextBootstrapper:177 - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@c5dc4a2, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4a194c39, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@52066604, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@340b9973, org.springframework.test.context.support.DirtiesContextTestExecutionListener@56113384, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5669c5fb, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@373ebf74, org.springframework.test.context.event.EventPublishingTestExecutionListener@5f9678e1, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener@c4ed84, org.springframework.security.test.context.support.ReactorContextTestExecutionListener@189aa67a, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@5a9d6f02, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@362045c0, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@112f364d, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@5ccbeb64, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@6d9f7a80] 2020-10-16 15:27:27 INFO SpringBootTestContextBootstrapper:308 - Neither @ContextConfiguration nor @ContextHierarchy found for test class [de.fraunhofer.isst.dataspaceconnector.integrationtest.RequestArtifactTest], using SpringBootContextLoader 2020-10-16 15:27:27 INFO AbstractContextLoader:264 - Could not detect default resource locations for test class [de.fraunhofer.isst.dataspaceconnector.integrationtest.RequestArtifactTest]: no resource found for suffixes {-context.xml, Context.groovy}. 2020-10-16 15:27:27 INFO AnnotationConfigContextLoaderUtils:83 - Could not detect default configuration classes for test class [de.fraunhofer.isst.dataspaceconnector.integrationtest.RequestArtifactTest]: RequestArtifactTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2020-10-16 15:27:27 INFO SpringBootTestContextBootstrapper:237 - Found @SpringBootConfiguration de.fraunhofer.isst.dataspaceconnector.ConnectorApplication for test class de.fraunhofer.isst.dataspaceconnector.integrationtest.RequestArtifactTest 2020-10-16 15:27:27 INFO SpringBootTestContextBootstrapper:248 - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener, org.springframework.security.test.context.support.ReactorContextTestExecutionListener] 2020-10-16 15:27:27 INFO SpringBootTestContextBootstrapper:177 - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@294e5088, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@51972dc7, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@3700ec9c, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@2002348, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5911e990, org.springframework.test.context.transaction.TransactionalTestExecutionListener@31000e60, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1d470d0, org.springframework.test.context.event.EventPublishingTestExecutionListener@24d09c1, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener@54c62d71, org.springframework.security.test.context.support.ReactorContextTestExecutionListener@65045a87, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@47f4e407, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@2d1dee39, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@48d5f34e, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@fc258b1, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@6ff65192] 2020-10-16 15:27:27 INFO SpringBootTestContextBootstrapper:308 - Neither @ContextConfiguration nor @ContextHierarchy found for test class [de.fraunhofer.isst.dataspaceconnector.integrationtest.RequestDescriptionTest], using SpringBootContextLoader 2020-10-16 15:27:28 INFO AbstractContextLoader:264 - Could not detect default resource locations for test class [de.fraunhofer.isst.dataspaceconnector.integrationtest.RequestDescriptionTest]: no resource found for suffixes {-context.xml, Context.groovy}. 2020-10-16 15:27:28 INFO AnnotationConfigContextLoaderUtils:83 - Could not detect default configuration classes for test class [de.fraunhofer.isst.dataspaceconnector.integrationtest.RequestDescriptionTest]: RequestDescriptionTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2020-10-16 15:27:28 INFO SpringBootTestContextBootstrapper:237 - Found @SpringBootConfiguration de.fraunhofer.isst.dataspaceconnector.ConnectorApplication for test class de.fraunhofer.isst.dataspaceconnector.integrationtest.RequestDescriptionTest 2020-10-16 15:27:28 INFO SpringBootTestContextBootstrapper:248 - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener, org.springframework.security.test.context.support.ReactorContextTestExecutionListener] 2020-10-16 15:27:28 INFO SpringBootTestContextBootstrapper:177 - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@35a9782c, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@70a36a66, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@45815ffc, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@732f29af, org.springframework.test.context.support.DirtiesContextTestExecutionListener@d3957fe, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6622fc65, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@299321e2, org.springframework.test.context.event.EventPublishingTestExecutionListener@23fb172e, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener@64ba3208, org.springframework.security.test.context.support.ReactorContextTestExecutionListener@158a3b2e, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@25a6944c, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@5e1fa5b1, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@6b00f608, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@2f17e30d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@3e821657] 2020-10-16 15:27:28 INFO SpringBootTestContextBootstrapper:308 - Neither @ContextConfiguration nor @ContextHierarchy found for test class [de.fraunhofer.isst.dataspaceconnector.integrationtest.SelfDescriptionTest], using SpringBootContextLoader 2020-10-16 15:27:28 INFO AbstractContextLoader:264 - Could not detect default resource locations for test class [de.fraunhofer.isst.dataspaceconnector.integrationtest.SelfDescriptionTest]: no resource found for suffixes {-context.xml, Context.groovy}. 2020-10-16 15:27:28 INFO AnnotationConfigContextLoaderUtils:83 - Could not detect default configuration classes for test class [de.fraunhofer.isst.dataspaceconnector.integrationtest.SelfDescriptionTest]: SelfDescriptionTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2020-10-16 15:27:28 INFO SpringBootTestContextBootstrapper:237 - Found @SpringBootConfiguration de.fraunhofer.isst.dataspaceconnector.ConnectorApplication for test class de.fraunhofer.isst.dataspaceconnector.integrationtest.SelfDescriptionTest 2020-10-16 15:27:28 INFO SpringBootTestContextBootstrapper:248 - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener, org.springframework.security.test.context.support.ReactorContextTestExecutionListener] 2020-10-16 15:27:28 INFO SpringBootTestContextBootstrapper:177 - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@70ab2d48, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@5b068087, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@6f152006, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@3a393455, org.springframework.test.context.support.DirtiesContextTestExecutionListener@13518f37, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7cbc3762, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@3a6f2de3, org.springframework.test.context.event.EventPublishingTestExecutionListener@49872d67, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener@56303b57, org.springframework.security.test.context.support.ReactorContextTestExecutionListener@4b2a01d4, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@8692d67, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@78f5c518, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@2f48b3d2, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@34f7234e, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@753432a2] 2020-10-16 15:27:28 INFO SpringBootTestContextBootstrapper:308 - Neither @ContextConfiguration nor @ContextHierarchy found for test class [de.fraunhofer.isst.dataspaceconnector.integrationtest.ArtifactRequestMessageHandlingTest], using SpringBootContextLoader 2020-10-16 15:27:28 INFO AbstractContextLoader:264 - Could not detect default resource locations for test class [de.fraunhofer.isst.dataspaceconnector.integrationtest.ArtifactRequestMessageHandlingTest]: no resource found for suffixes {-context.xml, Context.groovy}. 2020-10-16 15:27:28 INFO AnnotationConfigContextLoaderUtils:83 - Could not detect default configuration classes for test class [de.fraunhofer.isst.dataspaceconnector.integrationtest.ArtifactRequestMessageHandlingTest]: ArtifactRequestMessageHandlingTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2020-10-16 15:27:28 INFO SpringBootTestContextBootstrapper:237 - Found @SpringBootConfiguration de.fraunhofer.isst.dataspaceconnector.ConnectorApplication for test class de.fraunhofer.isst.dataspaceconnector.integrationtest.ArtifactRequestMessageHandlingTest 2020-10-16 15:27:28 INFO SpringBootTestContextBootstrapper:248 - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener, org.springframework.security.test.context.support.ReactorContextTestExecutionListener] 2020-10-16 15:27:28 INFO SpringBootTestContextBootstrapper:177 - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@293a5f75, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@fcb4004, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@1dd6d4b7, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@56e8b606, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2dd29a59, org.springframework.test.context.transaction.TransactionalTestExecutionListener@784c3487, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@53142455, org.springframework.test.context.event.EventPublishingTestExecutionListener@40dff0b7, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener@7966baa7, org.springframework.security.test.context.support.ReactorContextTestExecutionListener@60975100, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@1253e7cb, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@2d36e77e, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@61c9c3fd, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@3b0c9195, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@366c4480] 2020-10-16 15:27:28 INFO SpringBootTestContextBootstrapper:308 - Neither @ContextConfiguration nor @ContextHierarchy found for test class [de.fraunhofer.isst.dataspaceconnector.integrationtest.DescriptionRequestMessageHandlingTest], using SpringBootContextLoader 2020-10-16 15:27:28 INFO AbstractContextLoader:264 - Could not detect default resource locations for test class [de.fraunhofer.isst.dataspaceconnector.integrationtest.DescriptionRequestMessageHandlingTest]: no resource found for suffixes {-context.xml, Context.groovy}. 2020-10-16 15:27:28 INFO AnnotationConfigContextLoaderUtils:83 - Could not detect default configuration classes for test class [de.fraunhofer.isst.dataspaceconnector.integrationtest.DescriptionRequestMessageHandlingTest]: DescriptionRequestMessageHandlingTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2020-10-16 15:27:28 INFO SpringBootTestContextBootstrapper:237 - Found @SpringBootConfiguration de.fraunhofer.isst.dataspaceconnector.ConnectorApplication for test class de.fraunhofer.isst.dataspaceconnector.integrationtest.DescriptionRequestMessageHandlingTest 2020-10-16 15:27:28 INFO SpringBootTestContextBootstrapper:248 - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener, org.springframework.security.test.context.support.ReactorContextTestExecutionListener] 2020-10-16 15:27:28 INFO SpringBootTestContextBootstrapper:177 - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7e8dcdaa, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@681a8b4e, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@5cbe877d, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@5c08c46a, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4cf8b2dc, org.springframework.test.context.transaction.TransactionalTestExecutionListener@708400f6, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@5829e4f4, org.springframework.test.context.event.EventPublishingTestExecutionListener@4218500f, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener@4bff64c2, org.springframework.security.test.context.support.ReactorContextTestExecutionListener@1b2c4efb, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@c35172e, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@c2db68f, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@3cc41abc, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@4566d049, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@61ce23ac] 2020-10-16 15:27:28 INFO SpringBootTestContextBootstrapper:308 - Neither @ContextConfiguration nor @ContextHierarchy found for test class [de.fraunhofer.isst.dataspaceconnector.integrationtest.RequestArtifactTest], using SpringBootContextLoader 2020-10-16 15:27:28 INFO AbstractContextLoader:264 - Could not detect default resource locations for test class [de.fraunhofer.isst.dataspaceconnector.integrationtest.RequestArtifactTest]: no resource found for suffixes {-context.xml, Context.groovy}. 2020-10-16 15:27:28 INFO AnnotationConfigContextLoaderUtils:83 - Could not detect default configuration classes for test class [de.fraunhofer.isst.dataspaceconnector.integrationtest.RequestArtifactTest]: RequestArtifactTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2020-10-16 15:27:28 INFO SpringBootTestContextBootstrapper:237 - Found @SpringBootConfiguration de.fraunhofer.isst.dataspaceconnector.ConnectorApplication for test class de.fraunhofer.isst.dataspaceconnector.integrationtest.RequestArtifactTest 2020-10-16 15:27:28 INFO SpringBootTestContextBootstrapper:248 - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener, org.springframework.security.test.context.support.ReactorContextTestExecutionListener] 2020-10-16 15:27:28 INFO SpringBootTestContextBootstrapper:177 - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@4097cac, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@ec2cc4, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@2a5b3fee, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@7c1e2a2d, org.springframework.test.context.support.DirtiesContextTestExecutionListener@333dd51e, org.springframework.test.context.transaction.TransactionalTestExecutionListener@52d645b1, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@2101b44a, org.springframework.test.context.event.EventPublishingTestExecutionListener@2cc3ad05, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener@710b18a6, org.springframework.security.test.context.support.ReactorContextTestExecutionListener@119020fb, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@3d9f6567, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@c055c54, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@25e2ab5a, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@35e5d0e5, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@73173f63] 2020-10-16 15:27:28 INFO SpringBootTestContextBootstrapper:308 - Neither @ContextConfiguration nor @ContextHierarchy found for test class [de.fraunhofer.isst.dataspaceconnector.integrationtest.RequestDescriptionTest], using SpringBootContextLoader 2020-10-16 15:27:28 INFO AbstractContextLoader:264 - Could not detect default resource locations for test class [de.fraunhofer.isst.dataspaceconnector.integrationtest.RequestDescriptionTest]: no resource found for suffixes {-context.xml, Context.groovy}. 2020-10-16 15:27:28 INFO AnnotationConfigContextLoaderUtils:83 - Could not detect default configuration classes for test class [de.fraunhofer.isst.dataspaceconnector.integrationtest.RequestDescriptionTest]: RequestDescriptionTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2020-10-16 15:27:28 INFO SpringBootTestContextBootstrapper:237 - Found @SpringBootConfiguration de.fraunhofer.isst.dataspaceconnector.ConnectorApplication for test class de.fraunhofer.isst.dataspaceconnector.integrationtest.RequestDescriptionTest 2020-10-16 15:27:28 INFO SpringBootTestContextBootstrapper:248 - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener, org.springframework.security.test.context.support.ReactorContextTestExecutionListener] 2020-10-16 15:27:28 INFO SpringBootTestContextBootstrapper:177 - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@4233e892, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@77d2e85, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@3ecd267f, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@58ffcbd7, org.springframework.test.context.support.DirtiesContextTestExecutionListener@555cf22, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6bb2d00b, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@3c9bfddc, org.springframework.test.context.event.EventPublishingTestExecutionListener@1a9c38eb, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener@319bc845, org.springframework.security.test.context.support.ReactorContextTestExecutionListener@4c5474f5, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@2f4205be, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@54e22bdd, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@3bd418e4, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@544820b7, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@6b98a075] 2020-10-16 15:27:28 INFO SpringBootTestContextBootstrapper:308 - Neither @ContextConfiguration nor @ContextHierarchy found for test class [de.fraunhofer.isst.dataspaceconnector.integrationtest.SelfDescriptionTest], using SpringBootContextLoader 2020-10-16 15:27:28 INFO AbstractContextLoader:264 - Could not detect default resource locations for test class [de.fraunhofer.isst.dataspaceconnector.integrationtest.SelfDescriptionTest]: no resource found for suffixes {-context.xml, Context.groovy}. 2020-10-16 15:27:28 INFO AnnotationConfigContextLoaderUtils:83 - Could not detect default configuration classes for test class [de.fraunhofer.isst.dataspaceconnector.integrationtest.SelfDescriptionTest]: SelfDescriptionTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2020-10-16 15:27:28 INFO SpringBootTestContextBootstrapper:237 - Found @SpringBootConfiguration de.fraunhofer.isst.dataspaceconnector.ConnectorApplication for test class de.fraunhofer.isst.dataspaceconnector.integrationtest.SelfDescriptionTest 2020-10-16 15:27:28 INFO SpringBootTestContextBootstrapper:248 - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener, org.springframework.security.test.context.support.ReactorContextTestExecutionListener] 2020-10-16 15:27:28 INFO SpringBootTestContextBootstrapper:177 - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7d42c224, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@56aaaecd, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@522a32b1, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@35390ee3, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5e01a982, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5ddea849, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@5ee2b6f9, org.springframework.test.context.event.EventPublishingTestExecutionListener@23d1e5d0, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener@704f1591, org.springframework.security.test.context.support.ReactorContextTestExecutionListener@58fb7731, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@13e547a9, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@3fb6cf60, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@37ddb69a, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@349c1daf, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@dfddc9a] [INFO] Running de.fraunhofer.isst.dataspaceconnector.integrationtest.ArtifactRequestMessageHandlingTest 2020-10-16 15:27:28 INFO Version:21 - HV000001: Hibernate Validator 6.0.19.Final . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.2.7.RELEASE) 2020-10-16 15:27:28 INFO ArtifactRequestMessageHandlingTest:55 - Starting ArtifactRequestMessageHandlingTest on FARAD with PID 676 (started by jpampus in C:\Users\jpampus\IdeaProjects\DataspaceConnector) 2020-10-16 15:27:28 INFO ArtifactRequestMessageHandlingTest:651 - No active profile set, falling back to default profiles: default 2020-10-16 15:27:29 WARN Jackson2ObjectMapperBuilder:127 - For Jackson Kotlin classes support please add "com.fasterxml.jackson.module:jackson-module-kotlin" to the classpath 2020-10-16 15:27:30 INFO RepositoryConfigurationDelegate:127 - Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2020-10-16 15:27:30 INFO RepositoryConfigurationDelegate:187 - Finished Spring Data repository scanning in 123ms. Found 2 JPA repository interfaces. 2020-10-16 15:27:33 INFO LogHelper:31 - HHH000204: Processing PersistenceUnitInfo [name: default] 2020-10-16 15:27:33 INFO Version:44 - HHH000412: Hibernate ORM core version 5.4.15.Final 2020-10-16 15:27:33 INFO Version:49 - HCANN000001: Hibernate Commons Annotations {5.1.0.Final} 2020-10-16 15:27:34 INFO HikariDataSource:110 - HikariPool-1 - Starting... 2020-10-16 15:27:34 INFO HikariDataSource:123 - HikariPool-1 - Start completed. 2020-10-16 15:27:34 INFO Dialect:172 - HHH000400: Using dialect: org.hibernate.dialect.H2Dialect 2020-10-16 15:27:35 INFO JtaPlatformInitiator:52 - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2020-10-16 15:27:35 INFO LocalContainerEntityManagerFactoryBean:416 - Initialized JPA EntityManagerFactory for persistence unit 'default' 2020-10-16 15:27:36 INFO ConfigProducer:49 - Importing configuration from file 2020-10-16 15:27:36 INFO ConfigProducer:51 - Initializing KeyStoreManager 2020-10-16 15:27:36 INFO KeyStoreManager:125 - Trustmanager loaded 2020-10-16 15:27:36 INFO ConfigProducer:53 - Imported existing configuration from file. 2020-10-16 15:27:37 WARN JpaBaseConfiguration$JpaWebConfiguration:220 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2020-10-16 15:27:39 INFO DefaultSecurityFilterChain:43 - Creating filter chain: Ant [pattern='/admin/**'], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4e22dadb, org.springframework.security.web.context.SecurityContextPersistenceFilter@3f7f9d3f, org.springframework.security.web.header.HeaderWriterFilter@7baf7e2c, org.springframework.security.web.authentication.logout.LogoutFilter@14f254f, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@8dd0c70, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@6915351c, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5c7b504, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@5aa2758a, org.springframework.security.web.session.SessionManagementFilter@5c3e7128, org.springframework.security.web.access.ExceptionTranslationFilter@2c4e63b3, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@23c61c1b] 2020-10-16 15:27:40 INFO ThreadPoolTaskExecutor:181 - Initializing ExecutorService 'applicationTaskExecutor' 2020-10-16 15:27:42 INFO H2ConsoleAutoConfiguration:74 - H2 console available at '/admin/h2'. Database available at 'jdbc:h2:file:./target/db/resources' 2020-10-16 15:27:43 INFO ThreadPoolTaskScheduler:181 - Initializing ExecutorService 'taskScheduler' 2020-10-16 15:27:43 INFO SpringBootMockServletContext:455 - Initializing Spring TestDispatcherServlet '' 2020-10-16 15:27:43 INFO TestDispatcherServlet:525 - Initializing Servlet '' 2020-10-16 15:27:43 INFO TestDispatcherServlet:547 - Completed initialization in 41 ms 2020-10-16 15:27:43 INFO PolicyEnforcement:65 - Check data... 2020-10-16 15:27:44 INFO ArtifactRequestMessageHandlingTest:61 - Started ArtifactRequestMessageHandlingTest in 15.672 seconds (JVM running for 17.814) 2020-10-16 15:27:44 INFO TransactionContext:107 - Began transaction (1) for test context [DefaultTestContext@642693c2 testClass = ArtifactRequestMessageHandlingTest, testInstance = de.fraunhofer.isst.dataspaceconnector.integrationtest.ArtifactRequestMessageHandlingTest@63cff421, testMethod = requestArtifact_validId_provisionInhibited@ArtifactRequestMessageHandlingTest, testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@27e42fe8 testClass = ArtifactRequestMessageHandlingTest, locations = '{}', classes = '{class de.fraunhofer.isst.dataspaceconnector.ConnectorApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@219bad15 key = [org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@5a5a729f, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@6b09fb41, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@5643e9c, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@51891008, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1e16c0aa, org.springframework.boot.test.context.SpringBootTestArgs@1], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> true, 'org.springframework.test.context.web.ServletTestExecutionListener.populatedRequestContextHolder' -> true, 'org.springframework.test.context.web.ServletTestExecutionListener.resetRequestContextHolder' -> true]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@3006aef5]; rollback [true] 2020-10-16 15:27:44 ERROR IdsUtils:94 - Could not deserialize contract: Unrecognized token 'policy': was expecting (JSON String, Number, Array, Object or token 'null', 'true' or 'false') at [Source: (String)"policy"; line: 1, column: 7] 2020-10-16 15:27:44 INFO ClientProvider:162 - Address: proxy.dortmund.isst.fraunhofer.de ,Port: 3128 2020-10-16 15:27:45 ERROR MessageDispatcher:96 - Token could not be parsed! MockHttpServletRequest: HTTP Method = POST Request URI = /api/ids/data Parameters = {} Headers = [Content-Type:"multipart/form-data;charset=UTF-8"] Body = null Session Attrs = {} Handler: Type = de.fraunhofer.isst.ids.framework.messaging.spring.controller.IDSController Method = de.fraunhofer.isst.ids.framework.messaging.spring.controller.IDSController#handleIDSMessage(HttpServletRequest) Async: Async started = false Async result = null Resolved Exception: Type = null ModelAndView: View name = null View = null Model = null FlashMap: Attributes = null MockHttpServletResponse: Status = 200 Error message = null Headers = [Content-Type:"multipart/form-data;charset=UTF-8;boundary=CpWTD1F-T-bHXaEnadfl7ovM2X0P2MxLFjoDnK"] Content type = multipart/form-data;charset=UTF-8;boundary=CpWTD1F-T-bHXaEnadfl7ovM2X0P2MxLFjoDnK Body = --CpWTD1F-T-bHXaEnadfl7ovM2X0P2MxLFjoDnK Content-Disposition: form-data; name="header" Content-Type: text/plain;charset=UTF-8 Content-Length: 1101 { "@context" : { "ids" : "https://w3id.org/idsa/core/", "idsc" : "https://w3id.org/idsa/code/" }, "@type" : "ids:RejectionMessage", "@id" : "https://w3id.org/idsa/autogen/rejectionMessage/c054df50-d25e-447f-8672-6118bfc8bc22", "ids:rejectionReason" : { "@id" : "idsc:MALFORMED_MESSAGE" }, "ids:issuerConnector" : { "@id" : "https://w3id.org/idsa/autogen/baseConnector/7b934432-a85e-41c5-9f65-669219dde4ea" }, "ids:securityToken" : { "@type" : "ids:DynamicAttributeToken", "@id" : "https://w3id.org/idsa/autogen/dynamicAttributeToken/a5e09b43-a1b9-47f4-8921-b8aa457600bc", "ids:tokenValue" : "rejected!", "ids:tokenFormat" : { "@id" : "idsc:JWT" } }, "ids:senderAgent" : { "@id" : "https://w3id.org/idsa/autogen/baseConnector/7b934432-a85e-41c5-9f65-669219dde4ea" }, "ids:issued" : { "@value" : "2020-10-16T15:27:45.551+02:00", "@type" : "http://www.w3.org/2001/XMLSchema#dateTimeStamp" }, "ids:modelVersion" : "4.0.0", "ids:correlationMessage" : { "@id" : "https://INVALID" } } --CpWTD1F-T-bHXaEnadfl7ovM2X0P2MxLFjoDnK Content-Disposition: form-data; name="payload" Content-Type: text/plain;charset=UTF-8 Content-Length: 26 Token could not be parsed! --CpWTD1F-T-bHXaEnadfl7ovM2X0P2MxLFjoDnK-- Forwarded URL = null Redirected URL = null Cookies = [] 2020-10-16 15:27:45 INFO TransactionContext:139 - Rolled back transaction for test: [DefaultTestContext@642693c2 testClass = ArtifactRequestMessageHandlingTest, testInstance = de.fraunhofer.isst.dataspaceconnector.integrationtest.ArtifactRequestMessageHandlingTest@63cff421, testMethod = requestArtifact_validId_provisionInhibited@ArtifactRequestMessageHandlingTest, testException = java.lang.AssertionError: expected: but was:, mergedContextConfiguration = [WebMergedContextConfiguration@27e42fe8 testClass = ArtifactRequestMessageHandlingTest, locations = '{}', classes = '{class de.fraunhofer.isst.dataspaceconnector.ConnectorApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@219bad15 key = [org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@5a5a729f, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@6b09fb41, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@5643e9c, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@51891008, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1e16c0aa, org.springframework.boot.test.context.SpringBootTestArgs@1], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> true, 'org.springframework.test.context.web.ServletTestExecutionListener.populatedRequestContextHolder' -> true, 'org.springframework.test.context.web.ServletTestExecutionListener.resetRequestContextHolder' -> true]] 2020-10-16 15:27:45 ERROR MessageDispatcher:96 - Token could not be parsed! MockHttpServletRequest: HTTP Method = POST Request URI = /api/ids/data Parameters = {} Headers = [Content-Type:"multipart/form-data;charset=UTF-8"] Body = null Session Attrs = {} Handler: Type = de.fraunhofer.isst.ids.framework.messaging.spring.controller.IDSController Method = de.fraunhofer.isst.ids.framework.messaging.spring.controller.IDSController#handleIDSMessage(HttpServletRequest) Async: Async started = false Async result = null Resolved Exception: Type = null ModelAndView: View name = null View = null Model = null FlashMap: Attributes = null MockHttpServletResponse: Status = 200 Error message = null Headers = [Content-Type:"multipart/form-data;charset=UTF-8;boundary=uQM9gpon9DgkIQC0rET0Ge3lSGW2G0FgBjKK7Rc"] Content type = multipart/form-data;charset=UTF-8;boundary=uQM9gpon9DgkIQC0rET0Ge3lSGW2G0FgBjKK7Rc Body = --uQM9gpon9DgkIQC0rET0Ge3lSGW2G0FgBjKK7Rc Content-Disposition: form-data; name="header" Content-Type: text/plain;charset=UTF-8 Content-Length: 1101 { "@context" : { "ids" : "https://w3id.org/idsa/core/", "idsc" : "https://w3id.org/idsa/code/" }, "@type" : "ids:RejectionMessage", "@id" : "https://w3id.org/idsa/autogen/rejectionMessage/ed893c2c-224b-49d5-a9d9-a8cf2750bc7e", "ids:rejectionReason" : { "@id" : "idsc:MALFORMED_MESSAGE" }, "ids:issuerConnector" : { "@id" : "https://w3id.org/idsa/autogen/baseConnector/7b934432-a85e-41c5-9f65-669219dde4ea" }, "ids:securityToken" : { "@type" : "ids:DynamicAttributeToken", "@id" : "https://w3id.org/idsa/autogen/dynamicAttributeToken/3f00a612-d182-4fc0-a668-360c2dbb1e8e", "ids:tokenValue" : "rejected!", "ids:tokenFormat" : { "@id" : "idsc:JWT" } }, "ids:senderAgent" : { "@id" : "https://w3id.org/idsa/autogen/baseConnector/7b934432-a85e-41c5-9f65-669219dde4ea" }, "ids:issued" : { "@value" : "2020-10-16T15:27:45.766+02:00", "@type" : "http://www.w3.org/2001/XMLSchema#dateTimeStamp" }, "ids:modelVersion" : "4.0.0", "ids:correlationMessage" : { "@id" : "https://INVALID" } } --uQM9gpon9DgkIQC0rET0Ge3lSGW2G0FgBjKK7Rc Content-Disposition: form-data; name="payload" Content-Type: text/plain;charset=UTF-8 Content-Length: 26 Token could not be parsed! --uQM9gpon9DgkIQC0rET0Ge3lSGW2G0FgBjKK7Rc-- Forwarded URL = null Redirected URL = null Cookies = [] 2020-10-16 15:27:45 INFO TransactionContext:107 - Began transaction (1) for test context [DefaultTestContext@642693c2 testClass = ArtifactRequestMessageHandlingTest, testInstance = de.fraunhofer.isst.dataspaceconnector.integrationtest.ArtifactRequestMessageHandlingTest@6e1d63ec, testMethod = requestArtifact_validId_provisionAllowed@ArtifactRequestMessageHandlingTest, testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@27e42fe8 testClass = ArtifactRequestMessageHandlingTest, locations = '{}', classes = '{class de.fraunhofer.isst.dataspaceconnector.ConnectorApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@219bad15 key = [org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@5a5a729f, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@6b09fb41, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@5643e9c, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@51891008, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1e16c0aa, org.springframework.boot.test.context.SpringBootTestArgs@1], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> true, 'org.springframework.test.context.web.ServletTestExecutionListener.populatedRequestContextHolder' -> true, 'org.springframework.test.context.web.ServletTestExecutionListener.resetRequestContextHolder' -> true]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@3006aef5]; rollback [true] 2020-10-16 15:27:45 ERROR IdsUtils:94 - Could not deserialize contract: Unrecognized token 'policy': was expecting (JSON String, Number, Array, Object or token 'null', 'true' or 'false') at [Source: (String)"policy"; line: 1, column: 7] 2020-10-16 15:27:46 ERROR MessageDispatcher:96 - Token could not be parsed! MockHttpServletRequest: HTTP Method = POST Request URI = /api/ids/data Parameters = {} Headers = [Content-Type:"multipart/form-data;charset=UTF-8"] Body = null Session Attrs = {} Handler: Type = de.fraunhofer.isst.ids.framework.messaging.spring.controller.IDSController Method = de.fraunhofer.isst.ids.framework.messaging.spring.controller.IDSController#handleIDSMessage(HttpServletRequest) Async: Async started = false Async result = null Resolved Exception: Type = null ModelAndView: View name = null View = null Model = null FlashMap: Attributes = null MockHttpServletResponse: Status = 200 Error message = null Headers = [Content-Type:"multipart/form-data;charset=UTF-8;boundary=TWiO5PfA9l-T_jqj6XjsBYo3_ItWYAT"] Content type = multipart/form-data;charset=UTF-8;boundary=TWiO5PfA9l-T_jqj6XjsBYo3_ItWYAT Body = --TWiO5PfA9l-T_jqj6XjsBYo3_ItWYAT Content-Disposition: form-data; name="header" Content-Type: text/plain;charset=UTF-8 Content-Length: 1101 { "@context" : { "ids" : "https://w3id.org/idsa/core/", "idsc" : "https://w3id.org/idsa/code/" }, "@type" : "ids:RejectionMessage", "@id" : "https://w3id.org/idsa/autogen/rejectionMessage/646f2efb-f8c8-4a2e-a5ee-7bc72247bebb", "ids:rejectionReason" : { "@id" : "idsc:MALFORMED_MESSAGE" }, "ids:issuerConnector" : { "@id" : "https://w3id.org/idsa/autogen/baseConnector/7b934432-a85e-41c5-9f65-669219dde4ea" }, "ids:securityToken" : { "@type" : "ids:DynamicAttributeToken", "@id" : "https://w3id.org/idsa/autogen/dynamicAttributeToken/3b21be6f-37a8-4152-8c47-918c40eedc5d", "ids:tokenValue" : "rejected!", "ids:tokenFormat" : { "@id" : "idsc:JWT" } }, "ids:senderAgent" : { "@id" : "https://w3id.org/idsa/autogen/baseConnector/7b934432-a85e-41c5-9f65-669219dde4ea" }, "ids:issued" : { "@value" : "2020-10-16T15:27:46.054+02:00", "@type" : "http://www.w3.org/2001/XMLSchema#dateTimeStamp" }, "ids:modelVersion" : "4.0.0", "ids:correlationMessage" : { "@id" : "https://INVALID" } } --TWiO5PfA9l-T_jqj6XjsBYo3_ItWYAT Content-Disposition: form-data; name="payload" Content-Type: text/plain;charset=UTF-8 Content-Length: 26 Token could not be parsed! --TWiO5PfA9l-T_jqj6XjsBYo3_ItWYAT-- Forwarded URL = null Redirected URL = null Cookies = [] 2020-10-16 15:27:46 INFO TransactionContext:139 - Rolled back transaction for test: [DefaultTestContext@642693c2 testClass = ArtifactRequestMessageHandlingTest, testInstance = de.fraunhofer.isst.dataspaceconnector.integrationtest.ArtifactRequestMessageHandlingTest@6e1d63ec, testMethod = requestArtifact_validId_provisionAllowed@ArtifactRequestMessageHandlingTest, testException = com.fasterxml.jackson.databind.exc.InvalidTypeIdException: Could not resolve type id 'ids:RejectionMessage' as a subtype of [simple type, class de.fraunhofer.iais.eis.ArtifactResponseMessage]: known type ids = [ids:ArtifactResponseMessage] at [Source: (String)"{"@context":{"ids":"https://w3id.org/idsa/core/","idsc":"https://w3id.org/idsa/code/"},"@type":"ids:RejectionMessage","@id":"https://w3id.org/idsa/autogen/rejectionMessage/646f2efb-f8c8-4a2e-a5ee-7bc72247bebb","ids:rejectionReason":"idsc:MALFORMED_MESSAGE","ids:issuerConnector":"https://w3id.org/idsa/autogen/baseConnector/7b934432-a85e-41c5-9f65-669219dde4ea","ids:securityToken":{"@type":"ids:DynamicAttributeToken","@id":"https://w3id.org/idsa/autogen/dynamicAttributeToken/3b21be6f-37a8-4152-8c4"[truncated 291 chars]; line: 1, column: 96], mergedContextConfiguration = [WebMergedContextConfiguration@27e42fe8 testClass = ArtifactRequestMessageHandlingTest, locations = '{}', classes = '{class de.fraunhofer.isst.dataspaceconnector.ConnectorApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@219bad15 key = [org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@5a5a729f, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@6b09fb41, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@5643e9c, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@51891008, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1e16c0aa, org.springframework.boot.test.context.SpringBootTestArgs@1], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> true, 'org.springframework.test.context.web.ServletTestExecutionListener.populatedRequestContextHolder' -> true, 'org.springframework.test.context.web.ServletTestExecutionListener.resetRequestContextHolder' -> true]] [ERROR] Tests run: 3, Failures: 2, Errors: 1, Skipped: 0, Time elapsed: 17.932 s <<< FAILURE! - in de.fraunhofer.isst.dataspaceconnector.integrationtest.ArtifactRequestMessageHandlingTest [ERROR] requestArtifact_validId_provisionInhibited Time elapsed: 1.678 s <<< FAILURE! java.lang.AssertionError: expected: but was: at de.fraunhofer.isst.dataspaceconnector.integrationtest.ArtifactRequestMessageHandlingTest.requestArtifact_validId_provisionInhibited(ArtifactRequestMessageHandlingTest.java:120) [ERROR] requestArtifact_invalidId Time elapsed: 0.126 s <<< FAILURE! java.lang.AssertionError: expected: but was: at de.fraunhofer.isst.dataspaceconnector.integrationtest.ArtifactRequestMessageHandlingTest.requestArtifact_invalidId(ArtifactRequestMessageHandlingTest.java:140) [ERROR] requestArtifact_validId_provisionAllowed Time elapsed: 0.342 s <<< ERROR! com.fasterxml.jackson.databind.exc.InvalidTypeIdException: Could not resolve type id 'ids:RejectionMessage' as a subtype of [simple type, class de.fraunhofer.iais.eis.ArtifactResponseMessage]: known type ids = [ids:ArtifactResponseMessage] at [Source: (String)"{"@context":{"ids":"https://w3id.org/idsa/core/","idsc":"https://w3id.org/idsa/code/"},"@type":"ids:RejectionMessage","@id":"https://w3id.org/idsa/autogen/rejectionMessage/646f2efb-f8c8-4a2e-a5ee-7bc72247bebb","ids:rejectionReason":"idsc:MALFORMED_MESSAGE","ids:issuerConnector":"https://w3id.org/idsa/autogen/baseConnector/7b934432-a85e-41c5-9f65-669219dde4ea","ids:securityToken":{"@type":"ids:DynamicAttributeToken","@id":"https://w3id.org/idsa/autogen/dynamicAttributeToken/3b21be6f-37a8-4152-8c4"[truncated 291 chars]; line: 1, column: 96] at de.fraunhofer.isst.dataspaceconnector.integrationtest.ArtifactRequestMessageHandlingTest.requestArtifact_validId_provisionAllowed(ArtifactRequestMessageHandlingTest.java:93) [INFO] Running de.fraunhofer.isst.dataspaceconnector.integrationtest.DescriptionRequestMessageHandlingTest . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.2.7.RELEASE) 2020-10-16 15:27:46 INFO DescriptionRequestMessageHandlingTest:55 - Starting DescriptionRequestMessageHandlingTest on FARAD with PID 676 (started by jpampus in C:\Users\jpampus\IdeaProjects\DataspaceConnector) 2020-10-16 15:27:46 INFO DescriptionRequestMessageHandlingTest:651 - No active profile set, falling back to default profiles: default 2020-10-16 15:27:47 INFO RepositoryConfigurationDelegate:127 - Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2020-10-16 15:27:47 INFO RepositoryConfigurationDelegate:187 - Finished Spring Data repository scanning in 35ms. Found 2 JPA repository interfaces. 2020-10-16 15:27:47 INFO LogHelper:31 - HHH000204: Processing PersistenceUnitInfo [name: default] 2020-10-16 15:27:47 INFO HikariDataSource:110 - HikariPool-2 - Starting... 2020-10-16 15:27:47 INFO HikariDataSource:123 - HikariPool-2 - Start completed. 2020-10-16 15:27:47 INFO Dialect:172 - HHH000400: Using dialect: org.hibernate.dialect.H2Dialect 2020-10-16 15:27:47 INFO JtaPlatformInitiator:52 - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2020-10-16 15:27:47 INFO LocalContainerEntityManagerFactoryBean:416 - Initialized JPA EntityManagerFactory for persistence unit 'default' 2020-10-16 15:27:47 INFO ConfigProducer:49 - Importing configuration from file 2020-10-16 15:27:47 INFO ConfigProducer:51 - Initializing KeyStoreManager 2020-10-16 15:27:48 INFO KeyStoreManager:125 - Trustmanager loaded 2020-10-16 15:27:48 INFO ConfigProducer:53 - Imported existing configuration from file. 2020-10-16 15:27:48 WARN JpaBaseConfiguration$JpaWebConfiguration:220 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2020-10-16 15:27:48 INFO DefaultSecurityFilterChain:43 - Creating filter chain: Ant [pattern='/admin/**'], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@12300573, org.springframework.security.web.context.SecurityContextPersistenceFilter@fcd300e, org.springframework.security.web.header.HeaderWriterFilter@1836228d, org.springframework.security.web.authentication.logout.LogoutFilter@ddd0e97, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@466d87a1, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@77971bbf, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5e9c6d8a, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@58fcb07b, org.springframework.security.web.session.SessionManagementFilter@3e216fc9, org.springframework.security.web.access.ExceptionTranslationFilter@7ce09850, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@4101d2c7] 2020-10-16 15:27:49 INFO ThreadPoolTaskExecutor:181 - Initializing ExecutorService 'applicationTaskExecutor' 2020-10-16 15:27:50 INFO H2ConsoleAutoConfiguration:74 - H2 console available at '/admin/h2'. Database available at 'jdbc:h2:file:./target/db/resources' 2020-10-16 15:27:50 INFO ThreadPoolTaskScheduler:181 - Initializing ExecutorService 'taskScheduler' 2020-10-16 15:27:50 INFO SpringBootMockServletContext:455 - Initializing Spring TestDispatcherServlet '' 2020-10-16 15:27:50 INFO TestDispatcherServlet:525 - Initializing Servlet '' 2020-10-16 15:27:50 INFO TestDispatcherServlet:547 - Completed initialization in 18 ms 2020-10-16 15:27:51 INFO PolicyEnforcement:65 - Check data... 2020-10-16 15:27:51 INFO DescriptionRequestMessageHandlingTest:61 - Started DescriptionRequestMessageHandlingTest in 4.904 seconds (JVM running for 24.848) 2020-10-16 15:27:51 INFO TransactionContext:107 - Began transaction (1) for test context [DefaultTestContext@294a150c testClass = DescriptionRequestMessageHandlingTest, testInstance = de.fraunhofer.isst.dataspaceconnector.integrationtest.DescriptionRequestMessageHandlingTest@2fef413c, testMethod = requestArtifactDescription_validId@DescriptionRequestMessageHandlingTest, testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@4a0b1701 testClass = DescriptionRequestMessageHandlingTest, locations = '{}', classes = '{class de.fraunhofer.isst.dataspaceconnector.ConnectorApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@7b9661d4 key = [org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@5a5a729f, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@6b09fb41, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@51891008, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1e16c0aa, org.springframework.boot.test.context.SpringBootTestArgs@1], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> true, 'org.springframework.test.context.web.ServletTestExecutionListener.populatedRequestContextHolder' -> true, 'org.springframework.test.context.web.ServletTestExecutionListener.resetRequestContextHolder' -> true]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@173039b5]; rollback [true] 2020-10-16 15:27:51 INFO ClientProvider:162 - Address: proxy.dortmund.isst.fraunhofer.de ,Port: 3128 2020-10-16 15:27:51 ERROR MessageDispatcher:96 - Token could not be parsed! MockHttpServletRequest: HTTP Method = POST Request URI = /api/ids/data Parameters = {} Headers = [Content-Type:"multipart/form-data;charset=UTF-8"] Body = null Session Attrs = {} Handler: Type = de.fraunhofer.isst.ids.framework.messaging.spring.controller.IDSController Method = de.fraunhofer.isst.ids.framework.messaging.spring.controller.IDSController#handleIDSMessage(HttpServletRequest) Async: Async started = false Async result = null Resolved Exception: Type = null ModelAndView: View name = null View = null Model = null FlashMap: Attributes = null MockHttpServletResponse: Status = 200 Error message = null Headers = [Content-Type:"multipart/form-data;charset=UTF-8;boundary=tjnqo2fJ8Ku6xUPahexQKI3EMy_h5z-"] Content type = multipart/form-data;charset=UTF-8;boundary=tjnqo2fJ8Ku6xUPahexQKI3EMy_h5z- Body = --tjnqo2fJ8Ku6xUPahexQKI3EMy_h5z- Content-Disposition: form-data; name="header" Content-Type: text/plain;charset=UTF-8 Content-Length: 1101 { "@context" : { "ids" : "https://w3id.org/idsa/core/", "idsc" : "https://w3id.org/idsa/code/" }, "@type" : "ids:RejectionMessage", "@id" : "https://w3id.org/idsa/autogen/rejectionMessage/bd586f18-eb6d-461d-b2cb-b65e4dc68089", "ids:rejectionReason" : { "@id" : "idsc:MALFORMED_MESSAGE" }, "ids:issuerConnector" : { "@id" : "https://w3id.org/idsa/autogen/baseConnector/7b934432-a85e-41c5-9f65-669219dde4ea" }, "ids:securityToken" : { "@type" : "ids:DynamicAttributeToken", "@id" : "https://w3id.org/idsa/autogen/dynamicAttributeToken/c6dab13d-6727-44f8-92f1-19d8de5bf7bd", "ids:tokenValue" : "rejected!", "ids:tokenFormat" : { "@id" : "idsc:JWT" } }, "ids:senderAgent" : { "@id" : "https://w3id.org/idsa/autogen/baseConnector/7b934432-a85e-41c5-9f65-669219dde4ea" }, "ids:issued" : { "@value" : "2020-10-16T15:27:51.539+02:00", "@type" : "http://www.w3.org/2001/XMLSchema#dateTimeStamp" }, "ids:modelVersion" : "4.0.0", "ids:correlationMessage" : { "@id" : "https://INVALID" } } --tjnqo2fJ8Ku6xUPahexQKI3EMy_h5z- Content-Disposition: form-data; name="payload" Content-Type: text/plain;charset=UTF-8 Content-Length: 26 Token could not be parsed! --tjnqo2fJ8Ku6xUPahexQKI3EMy_h5z--- Forwarded URL = null Redirected URL = null Cookies = [] 2020-10-16 15:27:51 INFO TransactionContext:139 - Rolled back transaction for test: [DefaultTestContext@294a150c testClass = DescriptionRequestMessageHandlingTest, testInstance = de.fraunhofer.isst.dataspaceconnector.integrationtest.DescriptionRequestMessageHandlingTest@2fef413c, testMethod = requestArtifactDescription_validId@DescriptionRequestMessageHandlingTest, testException = com.fasterxml.jackson.databind.exc.InvalidTypeIdException: Could not resolve type id 'ids:RejectionMessage' as a subtype of [simple type, class de.fraunhofer.iais.eis.DescriptionResponseMessage]: known type ids = [ids:DescriptionResponseMessage] at [Source: (String)"{"@context":{"ids":"https://w3id.org/idsa/core/","idsc":"https://w3id.org/idsa/code/"},"@type":"ids:RejectionMessage","@id":"https://w3id.org/idsa/autogen/rejectionMessage/bd586f18-eb6d-461d-b2cb-b65e4dc68089","ids:rejectionReason":"idsc:MALFORMED_MESSAGE","ids:issuerConnector":"https://w3id.org/idsa/autogen/baseConnector/7b934432-a85e-41c5-9f65-669219dde4ea","ids:securityToken":{"@type":"ids:DynamicAttributeToken","@id":"https://w3id.org/idsa/autogen/dynamicAttributeToken/c6dab13d-6727-44f8-92f"[truncated 291 chars]; line: 1, column: 96], mergedContextConfiguration = [WebMergedContextConfiguration@4a0b1701 testClass = DescriptionRequestMessageHandlingTest, locations = '{}', classes = '{class de.fraunhofer.isst.dataspaceconnector.ConnectorApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@7b9661d4 key = [org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@5a5a729f, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@6b09fb41, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@51891008, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1e16c0aa, org.springframework.boot.test.context.SpringBootTestArgs@1], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> true, 'org.springframework.test.context.web.ServletTestExecutionListener.populatedRequestContextHolder' -> true, 'org.springframework.test.context.web.ServletTestExecutionListener.resetRequestContextHolder' -> true]] 2020-10-16 15:27:51 ERROR MessageDispatcher:96 - Token could not be parsed! MockHttpServletRequest: HTTP Method = POST Request URI = /api/ids/data Parameters = {} Headers = [Content-Type:"multipart/form-data;charset=UTF-8"] Body = null Session Attrs = {} Handler: Type = de.fraunhofer.isst.ids.framework.messaging.spring.controller.IDSController Method = de.fraunhofer.isst.ids.framework.messaging.spring.controller.IDSController#handleIDSMessage(HttpServletRequest) Async: Async started = false Async result = null Resolved Exception: Type = null ModelAndView: View name = null View = null Model = null FlashMap: Attributes = null MockHttpServletResponse: Status = 200 Error message = null Headers = [Content-Type:"multipart/form-data;charset=UTF-8;boundary=JYKatuLRgneYK-ZzvnvU-yba7UoF_52NFec"] Content type = multipart/form-data;charset=UTF-8;boundary=JYKatuLRgneYK-ZzvnvU-yba7UoF_52NFec Body = --JYKatuLRgneYK-ZzvnvU-yba7UoF_52NFec Content-Disposition: form-data; name="header" Content-Type: text/plain;charset=UTF-8 Content-Length: 1101 { "@context" : { "ids" : "https://w3id.org/idsa/core/", "idsc" : "https://w3id.org/idsa/code/" }, "@type" : "ids:RejectionMessage", "@id" : "https://w3id.org/idsa/autogen/rejectionMessage/67c077f8-7628-4792-80e3-bea52ede8544", "ids:rejectionReason" : { "@id" : "idsc:MALFORMED_MESSAGE" }, "ids:issuerConnector" : { "@id" : "https://w3id.org/idsa/autogen/baseConnector/7b934432-a85e-41c5-9f65-669219dde4ea" }, "ids:securityToken" : { "@type" : "ids:DynamicAttributeToken", "@id" : "https://w3id.org/idsa/autogen/dynamicAttributeToken/4ddbc5e7-4094-42c3-9d74-abd5bb0427a4", "ids:tokenValue" : "rejected!", "ids:tokenFormat" : { "@id" : "idsc:JWT" } }, "ids:senderAgent" : { "@id" : "https://w3id.org/idsa/autogen/baseConnector/7b934432-a85e-41c5-9f65-669219dde4ea" }, "ids:issued" : { "@value" : "2020-10-16T15:27:51.617+02:00", "@type" : "http://www.w3.org/2001/XMLSchema#dateTimeStamp" }, "ids:modelVersion" : "4.0.0", "ids:correlationMessage" : { "@id" : "https://INVALID" } } --JYKatuLRgneYK-ZzvnvU-yba7UoF_52NFec Content-Disposition: form-data; name="payload" Content-Type: text/plain;charset=UTF-8 Content-Length: 26 Token could not be parsed! --JYKatuLRgneYK-ZzvnvU-yba7UoF_52NFec-- Forwarded URL = null Redirected URL = null Cookies = [] 2020-10-16 15:27:51 INFO TransactionContext:107 - Began transaction (1) for test context [DefaultTestContext@294a150c testClass = DescriptionRequestMessageHandlingTest, testInstance = de.fraunhofer.isst.dataspaceconnector.integrationtest.DescriptionRequestMessageHandlingTest@19544898, testMethod = requestArtifactDescription_invalidId@DescriptionRequestMessageHandlingTest, testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@4a0b1701 testClass = DescriptionRequestMessageHandlingTest, locations = '{}', classes = '{class de.fraunhofer.isst.dataspaceconnector.ConnectorApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@7b9661d4 key = [org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@5a5a729f, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@6b09fb41, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@51891008, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1e16c0aa, org.springframework.boot.test.context.SpringBootTestArgs@1], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> true, 'org.springframework.test.context.web.ServletTestExecutionListener.populatedRequestContextHolder' -> true, 'org.springframework.test.context.web.ServletTestExecutionListener.resetRequestContextHolder' -> true]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@173039b5]; rollback [true] 2020-10-16 15:27:51 ERROR MessageDispatcher:96 - Token could not be parsed! MockHttpServletRequest: HTTP Method = POST Request URI = /api/ids/data Parameters = {} Headers = [Content-Type:"multipart/form-data;charset=UTF-8"] Body = null Session Attrs = {} Handler: Type = de.fraunhofer.isst.ids.framework.messaging.spring.controller.IDSController Method = de.fraunhofer.isst.ids.framework.messaging.spring.controller.IDSController#handleIDSMessage(HttpServletRequest) Async: Async started = false Async result = null Resolved Exception: Type = null ModelAndView: View name = null View = null Model = null FlashMap: Attributes = null MockHttpServletResponse: Status = 200 Error message = null Headers = [Content-Type:"multipart/form-data;charset=UTF-8;boundary=j2ZgR--ojlx7Bp0knsjQe4sP5lqZj92R0"] Content type = multipart/form-data;charset=UTF-8;boundary=j2ZgR--ojlx7Bp0knsjQe4sP5lqZj92R0 Body = --j2ZgR--ojlx7Bp0knsjQe4sP5lqZj92R0 Content-Disposition: form-data; name="header" Content-Type: text/plain;charset=UTF-8 Content-Length: 1101 { "@context" : { "ids" : "https://w3id.org/idsa/core/", "idsc" : "https://w3id.org/idsa/code/" }, "@type" : "ids:RejectionMessage", "@id" : "https://w3id.org/idsa/autogen/rejectionMessage/3127ed52-e024-4e5f-b7b3-d0ad99b70bf9", "ids:rejectionReason" : { "@id" : "idsc:MALFORMED_MESSAGE" }, "ids:issuerConnector" : { "@id" : "https://w3id.org/idsa/autogen/baseConnector/7b934432-a85e-41c5-9f65-669219dde4ea" }, "ids:securityToken" : { "@type" : "ids:DynamicAttributeToken", "@id" : "https://w3id.org/idsa/autogen/dynamicAttributeToken/888acde6-3aa7-49ed-8161-87766dfe8575", "ids:tokenValue" : "rejected!", "ids:tokenFormat" : { "@id" : "idsc:JWT" } }, "ids:senderAgent" : { "@id" : "https://w3id.org/idsa/autogen/baseConnector/7b934432-a85e-41c5-9f65-669219dde4ea" }, "ids:issued" : { "@value" : "2020-10-16T15:27:51.667+02:00", "@type" : "http://www.w3.org/2001/XMLSchema#dateTimeStamp" }, "ids:modelVersion" : "4.0.0", "ids:correlationMessage" : { "@id" : "https://INVALID" } } --j2ZgR--ojlx7Bp0knsjQe4sP5lqZj92R0 Content-Disposition: form-data; name="payload" Content-Type: text/plain;charset=UTF-8 Content-Length: 26 Token could not be parsed! --j2ZgR--ojlx7Bp0knsjQe4sP5lqZj92R0-- Forwarded URL = null Redirected URL = null Cookies = [] 2020-10-16 15:27:51 INFO TransactionContext:139 - Rolled back transaction for test: [DefaultTestContext@294a150c testClass = DescriptionRequestMessageHandlingTest, testInstance = de.fraunhofer.isst.dataspaceconnector.integrationtest.DescriptionRequestMessageHandlingTest@19544898, testMethod = requestArtifactDescription_invalidId@DescriptionRequestMessageHandlingTest, testException = java.lang.AssertionError: expected: but was:, mergedContextConfiguration = [WebMergedContextConfiguration@4a0b1701 testClass = DescriptionRequestMessageHandlingTest, locations = '{}', classes = '{class de.fraunhofer.isst.dataspaceconnector.ConnectorApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@7b9661d4 key = [org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@5a5a729f, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@6b09fb41, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@51891008, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1e16c0aa, org.springframework.boot.test.context.SpringBootTestArgs@1], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> true, 'org.springframework.test.context.web.ServletTestExecutionListener.populatedRequestContextHolder' -> true, 'org.springframework.test.context.web.ServletTestExecutionListener.resetRequestContextHolder' -> true]] [ERROR] Tests run: 3, Failures: 1, Errors: 2, Skipped: 0, Time elapsed: 5.34 s <<< FAILURE! - in de.fraunhofer.isst.dataspaceconnector.integrationtest.DescriptionRequestMessageHandlingTest [ERROR] requestArtifactDescription_validId Time elapsed: 0.569 s <<< ERROR! com.fasterxml.jackson.databind.exc.InvalidTypeIdException: Could not resolve type id 'ids:RejectionMessage' as a subtype of [simple type, class de.fraunhofer.iais.eis.DescriptionResponseMessage]: known type ids = [ids:DescriptionResponseMessage] at [Source: (String)"{"@context":{"ids":"https://w3id.org/idsa/core/","idsc":"https://w3id.org/idsa/code/"},"@type":"ids:RejectionMessage","@id":"https://w3id.org/idsa/autogen/rejectionMessage/bd586f18-eb6d-461d-b2cb-b65e4dc68089","ids:rejectionReason":"idsc:MALFORMED_MESSAGE","ids:issuerConnector":"https://w3id.org/idsa/autogen/baseConnector/7b934432-a85e-41c5-9f65-669219dde4ea","ids:securityToken":{"@type":"ids:DynamicAttributeToken","@id":"https://w3id.org/idsa/autogen/dynamicAttributeToken/c6dab13d-6727-44f8-92f"[truncated 291 chars]; line: 1, column: 96] at de.fraunhofer.isst.dataspaceconnector.integrationtest.DescriptionRequestMessageHandlingTest.requestArtifactDescription_validId(DescriptionRequestMessageHandlingTest.java:89) [ERROR] requestSelfDescription Time elapsed: 0.037 s <<< ERROR! com.fasterxml.jackson.databind.exc.InvalidTypeIdException: Could not resolve type id 'ids:RejectionMessage' as a subtype of [simple type, class de.fraunhofer.iais.eis.DescriptionResponseMessage]: known type ids = [ids:DescriptionResponseMessage] at [Source: (String)"{"@context":{"ids":"https://w3id.org/idsa/core/","idsc":"https://w3id.org/idsa/code/"},"@type":"ids:RejectionMessage","@id":"https://w3id.org/idsa/autogen/rejectionMessage/67c077f8-7628-4792-80e3-bea52ede8544","ids:rejectionReason":"idsc:MALFORMED_MESSAGE","ids:issuerConnector":"https://w3id.org/idsa/autogen/baseConnector/7b934432-a85e-41c5-9f65-669219dde4ea","ids:securityToken":{"@type":"ids:DynamicAttributeToken","@id":"https://w3id.org/idsa/autogen/dynamicAttributeToken/4ddbc5e7-4094-42c3-9d7"[truncated 291 chars]; line: 1, column: 96] at de.fraunhofer.isst.dataspaceconnector.integrationtest.DescriptionRequestMessageHandlingTest.requestSelfDescription(DescriptionRequestMessageHandlingTest.java:67) [ERROR] requestArtifactDescription_invalidId Time elapsed: 0.119 s <<< FAILURE! java.lang.AssertionError: expected: but was: at de.fraunhofer.isst.dataspaceconnector.integrationtest.DescriptionRequestMessageHandlingTest.requestArtifactDescription_invalidId(DescriptionRequestMessageHandlingTest.java:110) [INFO] Running de.fraunhofer.isst.dataspaceconnector.integrationtest.RequestArtifactTest . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.2.7.RELEASE) 2020-10-16 15:27:51 INFO RequestArtifactTest:55 - Starting RequestArtifactTest on FARAD with PID 676 (started by jpampus in C:\Users\jpampus\IdeaProjects\DataspaceConnector) 2020-10-16 15:27:51 INFO RequestArtifactTest:651 - No active profile set, falling back to default profiles: default 2020-10-16 15:27:52 INFO RepositoryConfigurationDelegate:127 - Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2020-10-16 15:27:52 INFO RepositoryConfigurationDelegate:187 - Finished Spring Data repository scanning in 49ms. Found 2 JPA repository interfaces. 2020-10-16 15:27:52 INFO LogHelper:31 - HHH000204: Processing PersistenceUnitInfo [name: default] 2020-10-16 15:27:52 INFO HikariDataSource:110 - HikariPool-3 - Starting... 2020-10-16 15:27:52 INFO HikariDataSource:123 - HikariPool-3 - Start completed. 2020-10-16 15:27:52 INFO Dialect:172 - HHH000400: Using dialect: org.hibernate.dialect.H2Dialect 2020-10-16 15:27:52 INFO JtaPlatformInitiator:52 - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2020-10-16 15:27:52 INFO LocalContainerEntityManagerFactoryBean:416 - Initialized JPA EntityManagerFactory for persistence unit 'default' 2020-10-16 15:27:52 INFO ConfigProducer:49 - Importing configuration from file 2020-10-16 15:27:52 INFO ConfigProducer:51 - Initializing KeyStoreManager 2020-10-16 15:27:53 INFO KeyStoreManager:125 - Trustmanager loaded 2020-10-16 15:27:53 INFO ConfigProducer:53 - Imported existing configuration from file. 2020-10-16 15:27:53 WARN JpaBaseConfiguration$JpaWebConfiguration:220 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2020-10-16 15:27:53 INFO DefaultSecurityFilterChain:43 - Creating filter chain: Ant [pattern='/admin/**'], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@13809190, org.springframework.security.web.context.SecurityContextPersistenceFilter@3625110e, org.springframework.security.web.header.HeaderWriterFilter@6d1101eb, org.springframework.security.web.authentication.logout.LogoutFilter@7953699e, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@72bb0640, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@6e6d4a64, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@b96101b, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@434c0d22, org.springframework.security.web.session.SessionManagementFilter@28089256, org.springframework.security.web.access.ExceptionTranslationFilter@263fc5f3, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@467310c6] 2020-10-16 15:27:54 INFO ThreadPoolTaskExecutor:181 - Initializing ExecutorService 'applicationTaskExecutor' 2020-10-16 15:27:55 INFO H2ConsoleAutoConfiguration:74 - H2 console available at '/admin/h2'. Database available at 'jdbc:h2:file:./target/db/resources' 2020-10-16 15:27:55 INFO ThreadPoolTaskScheduler:181 - Initializing ExecutorService 'taskScheduler' 2020-10-16 15:27:55 INFO SpringBootMockServletContext:455 - Initializing Spring TestDispatcherServlet '' 2020-10-16 15:27:55 INFO TestDispatcherServlet:525 - Initializing Servlet '' 2020-10-16 15:27:55 INFO TestDispatcherServlet:547 - Completed initialization in 13 ms 2020-10-16 15:27:55 INFO PolicyEnforcement:65 - Check data... 2020-10-16 15:27:55 INFO RequestArtifactTest:61 - Started RequestArtifactTest in 3.717 seconds (JVM running for 29.25) 2020-10-16 15:27:55 INFO TokenManagerService:103 - ConnectorUUID: 69:D1:31:8E:56:F6:2C:8C:25:43:67:9D:FE:F6:60:05:39:D7:09:2C:keyid:CB:8C:C7:B6:85:79:A8:23:A6:CB:15:AB:17:50:2F:E6:65:43:5D:E8 2020-10-16 15:27:55 INFO TokenManagerService:104 - Retrieving Dynamic Attribute Token... 2020-10-16 15:27:55 INFO TokenManagerService:124 - Request token: eyJhbGciOiJSUzI1NiJ9.eyJpc3MiOiI2OTpEMTozMTo4RTo1NjpGNjoyQzo4QzoyNTo0Mzo2Nzo5RDpGRTpGNjo2MDowNTozOTpENzowOToyQzprZXlpZDpDQjo4QzpDNzpCNjo4NTo3OTpBODoyMzpBNjpDQjoxNTpBQjoxNzo1MDoyRjpFNjo2NTo0Mzo1RDpFOCIsInN1YiI6IjY5OkQxOjMxOjhFOjU2OkY2OjJDOjhDOjI1OjQzOjY3OjlEOkZFOkY2OjYwOjA1OjM5OkQ3OjA5OjJDOmtleWlkOkNCOjhDOkM3OkI2Ojg1Ojc5OkE4OjIzOkE2OkNCOjE1OkFCOjE3OjUwOjJGOkU2OjY1OjQzOjVEOkU4IiwiQGNvbnRleHQiOiJodHRwczovL3czaWQub3JnL2lkc2EvY29udGV4dHMvY29udGV4dC5qc29ubGQiLCJAdHlwZSI6ImlkczpEYXRSZXF1ZXN0VG9rZW4iLCJleHAiOjE2MDI5NDEyNzUsImlhdCI6MTYwMjg1NDg2NSwiYXVkIjoiaWRzYzpJRFNfQ09OTkVDVE9SU19BTEwiLCJuYmYiOjE2MDI4NTQ4NjV9.jtmNcdj-0HcEGkbKo_1v_-YHUGx5cQVaqhq7l5MvIkewPndr-3ie_aMOxsibwIj5cW8vvc2kCzhJhEIyy16WoGQknVrHBj3wYpI1r_W1HEEqDY9-p6dxyMnpknzTDmNztJk15VK7fQUSMPrIDbBZj65PeiLXPKMgh_4GL8HhJC0KwMGABV9H4cuWfNLk-jMZr5wQXIjqvpgMNzHDCMbKF_0QpA3_1etykPkhbMTkCGUvCGcS-e2yHURHXyX6XubH_RB_jHcKQBg2zksoMJ12cf07kF2_jCFnTWDUbX24KIZGXbHviRtNxPvUXw8EQTX_RKvyxg4imfu3HxxFTO4PMg 2020-10-16 15:27:55 INFO ClientProvider:162 - Address: proxy.dortmund.isst.fraunhofer.de ,Port: 3128 2020-10-16 15:27:56 INFO TokenManagerService:151 - Response body of token request: {"access_token":"eyJ0eXAiOiJKV1QiLCJraWQiOiJkZWZhdWx0IiwiYWxnIjoiUlMyNTYifQ.eyJzZWN1cml0eVByb2ZpbGUiOiJpZHNjOkJBU0VfQ09OTkVDVE9SX1NFQ1VSSVRZX1BST0ZJTEUiLCJyZWZlcnJpbmdDb25uZWN0b3IiOiJodHRwOi8vc2ltcGxlaXNzdC5kZW1vIiwiQHR5cGUiOiJpZHM6RGF0UGF5bG9hZCIsIkBjb250ZXh0IjoiaHR0cHM6Ly93M2lkLm9yZy9pZHNhL2NvbnRleHRzL2NvbnRleHQuanNvbmxkIiwidHJhbnNwb3J0Q2VydHNTaGEyNTYiOiIxM2JkYjg2YTZkOTVkZGI0NGMwNGI4ZmU1ZTI5ZTM4N2M2Y2JhNmM5ZjllNWM2NTM3Yjg0MzU5NzM1M2VjYzRlIiwic2NvcGVzIjpbImlkc2M6SURTX0NPTk5FQ1RPUl9BVFRSSUJVVEVTX0FMTCJdLCJhdWQiOiJpZHNjOklEU19DT05ORUNUT1JTX0FMTCIsImlzcyI6Imh0dHBzOi8vZGFwcy5haXNlYy5mcmF1bmhvZmVyLmRlIiwic3ViIjoiNjk6RDE6MzE6OEU6NTY6RjY6MkM6OEM6MjU6NDM6Njc6OUQ6RkU6RjY6NjA6MDU6Mzk6RDc6MDk6MkM6a2V5aWQ6Q0I6OEM6Qzc6QjY6ODU6Nzk6QTg6MjM6QTY6Q0I6MTU6QUI6MTc6NTA6MkY6RTY6NjU6NDM6NUQ6RTgiLCJuYmYiOjE2MDI4NTQ4NzYsImlhdCI6MTYwMjg1NDg3NiwianRpIjoiTVRneE1qVTRNalU0TVRZNE9UazNNRE13TWpVPSIsImV4cCI6MTYwMjg1ODQ3Nn0.alq9HJJ7HNH95vUx5OseNd-cQiR65fHIdj7hY8oNTkXSSf4-cetOfE9Clz37tI1PPhNuRRss0fSdVq_xWhdC3gkDHHO_Sf7Zdnc09vO0lpTkvTnqQfFJ_cbmuE3IDDyq5TJa_g9Q3Mg-aX8Rj9ifor_mnTKpDIJ2PQP0Z1gTodqdZcEa_ifb4qyEivRLPIncJ-QChyeZhFly1DRu_28uIsLgrahZRvat33Nl7rDS-NAu2SNrHTPertbaswkAaTvwuVf90AQ6li9jsMq64PRnNUaZHx1o9a1d4yW5-bu5cfChgav9IeF-ONMSkD2c1Qf6d4Q0zG-8Yg9n4Dd6799Giw","expires_in":3600,"token_type":"bearer"} 2020-10-16 15:27:56 INFO TokenManagerService:156 - Dynamic Attribute Token: eyJ0eXAiOiJKV1QiLCJraWQiOiJkZWZhdWx0IiwiYWxnIjoiUlMyNTYifQ.eyJzZWN1cml0eVByb2ZpbGUiOiJpZHNjOkJBU0VfQ09OTkVDVE9SX1NFQ1VSSVRZX1BST0ZJTEUiLCJyZWZlcnJpbmdDb25uZWN0b3IiOiJodHRwOi8vc2ltcGxlaXNzdC5kZW1vIiwiQHR5cGUiOiJpZHM6RGF0UGF5bG9hZCIsIkBjb250ZXh0IjoiaHR0cHM6Ly93M2lkLm9yZy9pZHNhL2NvbnRleHRzL2NvbnRleHQuanNvbmxkIiwidHJhbnNwb3J0Q2VydHNTaGEyNTYiOiIxM2JkYjg2YTZkOTVkZGI0NGMwNGI4ZmU1ZTI5ZTM4N2M2Y2JhNmM5ZjllNWM2NTM3Yjg0MzU5NzM1M2VjYzRlIiwic2NvcGVzIjpbImlkc2M6SURTX0NPTk5FQ1RPUl9BVFRSSUJVVEVTX0FMTCJdLCJhdWQiOiJpZHNjOklEU19DT05ORUNUT1JTX0FMTCIsImlzcyI6Imh0dHBzOi8vZGFwcy5haXNlYy5mcmF1bmhvZmVyLmRlIiwic3ViIjoiNjk6RDE6MzE6OEU6NTY6RjY6MkM6OEM6MjU6NDM6Njc6OUQ6RkU6RjY6NjA6MDU6Mzk6RDc6MDk6MkM6a2V5aWQ6Q0I6OEM6Qzc6QjY6ODU6Nzk6QTg6MjM6QTY6Q0I6MTU6QUI6MTc6NTA6MkY6RTY6NjU6NDM6NUQ6RTgiLCJuYmYiOjE2MDI4NTQ4NzYsImlhdCI6MTYwMjg1NDg3NiwianRpIjoiTVRneE1qVTRNalU0TVRZNE9UazNNRE13TWpVPSIsImV4cCI6MTYwMjg1ODQ3Nn0.alq9HJJ7HNH95vUx5OseNd-cQiR65fHIdj7hY8oNTkXSSf4-cetOfE9Clz37tI1PPhNuRRss0fSdVq_xWhdC3gkDHHO_Sf7Zdnc09vO0lpTkvTnqQfFJ_cbmuE3IDDyq5TJa_g9Q3Mg-aX8Rj9ifor_mnTKpDIJ2PQP0Z1gTodqdZcEa_ifb4qyEivRLPIncJ-QChyeZhFly1DRu_28uIsLgrahZRvat33Nl7rDS-NAu2SNrHTPertbaswkAaTvwuVf90AQ6li9jsMq64PRnNUaZHx1o9a1d4yW5-bu5cfChgav9IeF-ONMSkD2c1Qf6d4Q0zG-8Yg9n4Dd6799Giw 2020-10-16 15:27:56 INFO TokenManagerService:103 - ConnectorUUID: 69:D1:31:8E:56:F6:2C:8C:25:43:67:9D:FE:F6:60:05:39:D7:09:2C:keyid:CB:8C:C7:B6:85:79:A8:23:A6:CB:15:AB:17:50:2F:E6:65:43:5D:E8 2020-10-16 15:27:56 INFO TokenManagerService:104 - Retrieving Dynamic Attribute Token... 2020-10-16 15:27:56 INFO TokenManagerService:124 - Request token: eyJhbGciOiJSUzI1NiJ9.eyJpc3MiOiI2OTpEMTozMTo4RTo1NjpGNjoyQzo4QzoyNTo0Mzo2Nzo5RDpGRTpGNjo2MDowNTozOTpENzowOToyQzprZXlpZDpDQjo4QzpDNzpCNjo4NTo3OTpBODoyMzpBNjpDQjoxNTpBQjoxNzo1MDoyRjpFNjo2NTo0Mzo1RDpFOCIsInN1YiI6IjY5OkQxOjMxOjhFOjU2OkY2OjJDOjhDOjI1OjQzOjY3OjlEOkZFOkY2OjYwOjA1OjM5OkQ3OjA5OjJDOmtleWlkOkNCOjhDOkM3OkI2Ojg1Ojc5OkE4OjIzOkE2OkNCOjE1OkFCOjE3OjUwOjJGOkU2OjY1OjQzOjVEOkU4IiwiQGNvbnRleHQiOiJodHRwczovL3czaWQub3JnL2lkc2EvY29udGV4dHMvY29udGV4dC5qc29ubGQiLCJAdHlwZSI6ImlkczpEYXRSZXF1ZXN0VG9rZW4iLCJleHAiOjE2MDI5NDEyNzYsImlhdCI6MTYwMjg1NDg2NiwiYXVkIjoiaWRzYzpJRFNfQ09OTkVDVE9SU19BTEwiLCJuYmYiOjE2MDI4NTQ4NjZ9.ntk7OGyGSUEFJYcQsnloUA2n8Ne9jcaRfxYy8ZQpGrEJgvwi2wnTEpcdqdoxypdkiWpJQVvJhnHByfua0wD53FZ7sQbR0ynlsNZr3744i6wtqyoip08Mncotf0JeMVD6XXkAqBjLVqvzt3fLYnvof6Sp6443kHzTvLdLnl46iUC5B7xbhqrlPnAKUGlBVY5ZD4i5UiXZWdwiASHindQ6NhOuow9UF-lptaD58PRpYOHmkCwvzn0Qy4FfYMuZZX3K9Z0wc2UalHLPwl1K8ViT9xXx9UObxn0QXwhrJ1TSNpQVlxda47TxDMCit3EW9LKCHC1vSsZ5q2-92K93Btw4bQ 2020-10-16 15:27:56 INFO ClientProvider:162 - Address: proxy.dortmund.isst.fraunhofer.de ,Port: 3128 2020-10-16 15:27:56 INFO TokenManagerService:151 - Response body of token request: {"access_token":"eyJ0eXAiOiJKV1QiLCJraWQiOiJkZWZhdWx0IiwiYWxnIjoiUlMyNTYifQ.eyJzZWN1cml0eVByb2ZpbGUiOiJpZHNjOkJBU0VfQ09OTkVDVE9SX1NFQ1VSSVRZX1BST0ZJTEUiLCJyZWZlcnJpbmdDb25uZWN0b3IiOiJodHRwOi8vc2ltcGxlaXNzdC5kZW1vIiwiQHR5cGUiOiJpZHM6RGF0UGF5bG9hZCIsIkBjb250ZXh0IjoiaHR0cHM6Ly93M2lkLm9yZy9pZHNhL2NvbnRleHRzL2NvbnRleHQuanNvbmxkIiwidHJhbnNwb3J0Q2VydHNTaGEyNTYiOiIxM2JkYjg2YTZkOTVkZGI0NGMwNGI4ZmU1ZTI5ZTM4N2M2Y2JhNmM5ZjllNWM2NTM3Yjg0MzU5NzM1M2VjYzRlIiwic2NvcGVzIjpbImlkc2M6SURTX0NPTk5FQ1RPUl9BVFRSSUJVVEVTX0FMTCJdLCJhdWQiOiJpZHNjOklEU19DT05ORUNUT1JTX0FMTCIsImlzcyI6Imh0dHBzOi8vZGFwcy5haXNlYy5mcmF1bmhvZmVyLmRlIiwic3ViIjoiNjk6RDE6MzE6OEU6NTY6RjY6MkM6OEM6MjU6NDM6Njc6OUQ6RkU6RjY6NjA6MDU6Mzk6RDc6MDk6MkM6a2V5aWQ6Q0I6OEM6Qzc6QjY6ODU6Nzk6QTg6MjM6QTY6Q0I6MTU6QUI6MTc6NTA6MkY6RTY6NjU6NDM6NUQ6RTgiLCJuYmYiOjE2MDI4NTQ4NzYsImlhdCI6MTYwMjg1NDg3NiwianRpIjoiTVRJME5qRXdOalV4TVRVek5UVXlNalExTWpVPSIsImV4cCI6MTYwMjg1ODQ3Nn0.JMryamnXUGq_Y16mHf4ULP2B0QkmgOMRpPp8b2JPwx0S9H5TW37I0b-H_FBafPKJef5jFClhBjkQn10t6ApiPHBbcNOTK2MrFNiVg_nYXDVUckIp8Rz-V9J0lUfc_cK1husHZDvSSs9hZPDC1wqgQUkG6TDzgAxWIGm4bhUQmrMT-gTxtYNhJ0BZeqrYj6Th8cV2-YH7B2bJMzzzkNe3eUVls4LVgnQXfi6oVDhAf-v_BJ1CIw1HzPJRPO7AABB4Uoc0nHVf0AaSdqaNgWFGUJHEPas9O3SEg62p-4oQLGNjEpSJs7KPeGh7_ulY-JIwsDgSK5VlKoFArIkQ6vAvdw","expires_in":3600,"token_type":"bearer"} 2020-10-16 15:27:56 INFO TokenManagerService:156 - Dynamic Attribute Token: eyJ0eXAiOiJKV1QiLCJraWQiOiJkZWZhdWx0IiwiYWxnIjoiUlMyNTYifQ.eyJzZWN1cml0eVByb2ZpbGUiOiJpZHNjOkJBU0VfQ09OTkVDVE9SX1NFQ1VSSVRZX1BST0ZJTEUiLCJyZWZlcnJpbmdDb25uZWN0b3IiOiJodHRwOi8vc2ltcGxlaXNzdC5kZW1vIiwiQHR5cGUiOiJpZHM6RGF0UGF5bG9hZCIsIkBjb250ZXh0IjoiaHR0cHM6Ly93M2lkLm9yZy9pZHNhL2NvbnRleHRzL2NvbnRleHQuanNvbmxkIiwidHJhbnNwb3J0Q2VydHNTaGEyNTYiOiIxM2JkYjg2YTZkOTVkZGI0NGMwNGI4ZmU1ZTI5ZTM4N2M2Y2JhNmM5ZjllNWM2NTM3Yjg0MzU5NzM1M2VjYzRlIiwic2NvcGVzIjpbImlkc2M6SURTX0NPTk5FQ1RPUl9BVFRSSUJVVEVTX0FMTCJdLCJhdWQiOiJpZHNjOklEU19DT05ORUNUT1JTX0FMTCIsImlzcyI6Imh0dHBzOi8vZGFwcy5haXNlYy5mcmF1bmhvZmVyLmRlIiwic3ViIjoiNjk6RDE6MzE6OEU6NTY6RjY6MkM6OEM6MjU6NDM6Njc6OUQ6RkU6RjY6NjA6MDU6Mzk6RDc6MDk6MkM6a2V5aWQ6Q0I6OEM6Qzc6QjY6ODU6Nzk6QTg6MjM6QTY6Q0I6MTU6QUI6MTc6NTA6MkY6RTY6NjU6NDM6NUQ6RTgiLCJuYmYiOjE2MDI4NTQ4NzYsImlhdCI6MTYwMjg1NDg3NiwianRpIjoiTVRJME5qRXdOalV4TVRVek5UVXlNalExTWpVPSIsImV4cCI6MTYwMjg1ODQ3Nn0.JMryamnXUGq_Y16mHf4ULP2B0QkmgOMRpPp8b2JPwx0S9H5TW37I0b-H_FBafPKJef5jFClhBjkQn10t6ApiPHBbcNOTK2MrFNiVg_nYXDVUckIp8Rz-V9J0lUfc_cK1husHZDvSSs9hZPDC1wqgQUkG6TDzgAxWIGm4bhUQmrMT-gTxtYNhJ0BZeqrYj6Th8cV2-YH7B2bJMzzzkNe3eUVls4LVgnQXfi6oVDhAf-v_BJ1CIw1HzPJRPO7AABB4Uoc0nHVf0AaSdqaNgWFGUJHEPas9O3SEg62p-4oQLGNjEpSJs7KPeGh7_ulY-JIwsDgSK5VlKoFArIkQ6vAvdw [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.573 s - in de.fraunhofer.isst.dataspaceconnector.integrationtest.RequestArtifactTest [INFO] Running de.fraunhofer.isst.dataspaceconnector.integrationtest.RequestDescriptionTest 2020-10-16 15:27:56 INFO TokenManagerService:103 - ConnectorUUID: 69:D1:31:8E:56:F6:2C:8C:25:43:67:9D:FE:F6:60:05:39:D7:09:2C:keyid:CB:8C:C7:B6:85:79:A8:23:A6:CB:15:AB:17:50:2F:E6:65:43:5D:E8 2020-10-16 15:27:56 INFO TokenManagerService:104 - Retrieving Dynamic Attribute Token... 2020-10-16 15:27:56 INFO TokenManagerService:124 - Request token: eyJhbGciOiJSUzI1NiJ9.eyJpc3MiOiI2OTpEMTozMTo4RTo1NjpGNjoyQzo4QzoyNTo0Mzo2Nzo5RDpGRTpGNjo2MDowNTozOTpENzowOToyQzprZXlpZDpDQjo4QzpDNzpCNjo4NTo3OTpBODoyMzpBNjpDQjoxNTpBQjoxNzo1MDoyRjpFNjo2NTo0Mzo1RDpFOCIsInN1YiI6IjY5OkQxOjMxOjhFOjU2OkY2OjJDOjhDOjI1OjQzOjY3OjlEOkZFOkY2OjYwOjA1OjM5OkQ3OjA5OjJDOmtleWlkOkNCOjhDOkM3OkI2Ojg1Ojc5OkE4OjIzOkE2OkNCOjE1OkFCOjE3OjUwOjJGOkU2OjY1OjQzOjVEOkU4IiwiQGNvbnRleHQiOiJodHRwczovL3czaWQub3JnL2lkc2EvY29udGV4dHMvY29udGV4dC5qc29ubGQiLCJAdHlwZSI6ImlkczpEYXRSZXF1ZXN0VG9rZW4iLCJleHAiOjE2MDI5NDEyNzYsImlhdCI6MTYwMjg1NDg2NiwiYXVkIjoiaWRzYzpJRFNfQ09OTkVDVE9SU19BTEwiLCJuYmYiOjE2MDI4NTQ4NjZ9.ntk7OGyGSUEFJYcQsnloUA2n8Ne9jcaRfxYy8ZQpGrEJgvwi2wnTEpcdqdoxypdkiWpJQVvJhnHByfua0wD53FZ7sQbR0ynlsNZr3744i6wtqyoip08Mncotf0JeMVD6XXkAqBjLVqvzt3fLYnvof6Sp6443kHzTvLdLnl46iUC5B7xbhqrlPnAKUGlBVY5ZD4i5UiXZWdwiASHindQ6NhOuow9UF-lptaD58PRpYOHmkCwvzn0Qy4FfYMuZZX3K9Z0wc2UalHLPwl1K8ViT9xXx9UObxn0QXwhrJ1TSNpQVlxda47TxDMCit3EW9LKCHC1vSsZ5q2-92K93Btw4bQ 2020-10-16 15:27:56 INFO ClientProvider:162 - Address: proxy.dortmund.isst.fraunhofer.de ,Port: 3128 2020-10-16 15:27:56 INFO TokenManagerService:151 - Response body of token request: {"access_token":"eyJ0eXAiOiJKV1QiLCJraWQiOiJkZWZhdWx0IiwiYWxnIjoiUlMyNTYifQ.eyJzZWN1cml0eVByb2ZpbGUiOiJpZHNjOkJBU0VfQ09OTkVDVE9SX1NFQ1VSSVRZX1BST0ZJTEUiLCJyZWZlcnJpbmdDb25uZWN0b3IiOiJodHRwOi8vc2ltcGxlaXNzdC5kZW1vIiwiQHR5cGUiOiJpZHM6RGF0UGF5bG9hZCIsIkBjb250ZXh0IjoiaHR0cHM6Ly93M2lkLm9yZy9pZHNhL2NvbnRleHRzL2NvbnRleHQuanNvbmxkIiwidHJhbnNwb3J0Q2VydHNTaGEyNTYiOiIxM2JkYjg2YTZkOTVkZGI0NGMwNGI4ZmU1ZTI5ZTM4N2M2Y2JhNmM5ZjllNWM2NTM3Yjg0MzU5NzM1M2VjYzRlIiwic2NvcGVzIjpbImlkc2M6SURTX0NPTk5FQ1RPUl9BVFRSSUJVVEVTX0FMTCJdLCJhdWQiOiJpZHNjOklEU19DT05ORUNUT1JTX0FMTCIsImlzcyI6Imh0dHBzOi8vZGFwcy5haXNlYy5mcmF1bmhvZmVyLmRlIiwic3ViIjoiNjk6RDE6MzE6OEU6NTY6RjY6MkM6OEM6MjU6NDM6Njc6OUQ6RkU6RjY6NjA6MDU6Mzk6RDc6MDk6MkM6a2V5aWQ6Q0I6OEM6Qzc6QjY6ODU6Nzk6QTg6MjM6QTY6Q0I6MTU6QUI6MTc6NTA6MkY6RTY6NjU6NDM6NUQ6RTgiLCJuYmYiOjE2MDI4NTQ4NzYsImlhdCI6MTYwMjg1NDg3NiwianRpIjoiTkRNMU56QXlNalkyTnpRMk5qRXlNamt5TkE9PSIsImV4cCI6MTYwMjg1ODQ3Nn0.XYNtWLWxQRv41NOS_dPxk4vY4AGcvdRxx1wN-Gs6HidW3eNIQc1ZSr_kxTs58UJheRH0qrqUVF-Df8gewW5mOKs7y8nNPBqtcwBfVnXtotvHlhpspPywSoEdPW_AKfRX3b66TclLx4aExDAw1Hnf-4sjTankkKdWSzM082u5Cy7ztIYJj6iftPeygCxWKyyIfQcTspmukJZeonLazdwwaRHwQuSCgt_EShi9jOsl44sMj1AHbPHcLyVLdqq2R007DaDpnI0Z1rBQFqHVOZ9qBer6MyXy1abUFHAB9440CSlR-j10Sdwwj32qugWJ18r5_T6MhsjeG5K4ffRwgqYB5g","expires_in":3600,"token_type":"bearer"} 2020-10-16 15:27:56 INFO TokenManagerService:156 - Dynamic Attribute Token: eyJ0eXAiOiJKV1QiLCJraWQiOiJkZWZhdWx0IiwiYWxnIjoiUlMyNTYifQ.eyJzZWN1cml0eVByb2ZpbGUiOiJpZHNjOkJBU0VfQ09OTkVDVE9SX1NFQ1VSSVRZX1BST0ZJTEUiLCJyZWZlcnJpbmdDb25uZWN0b3IiOiJodHRwOi8vc2ltcGxlaXNzdC5kZW1vIiwiQHR5cGUiOiJpZHM6RGF0UGF5bG9hZCIsIkBjb250ZXh0IjoiaHR0cHM6Ly93M2lkLm9yZy9pZHNhL2NvbnRleHRzL2NvbnRleHQuanNvbmxkIiwidHJhbnNwb3J0Q2VydHNTaGEyNTYiOiIxM2JkYjg2YTZkOTVkZGI0NGMwNGI4ZmU1ZTI5ZTM4N2M2Y2JhNmM5ZjllNWM2NTM3Yjg0MzU5NzM1M2VjYzRlIiwic2NvcGVzIjpbImlkc2M6SURTX0NPTk5FQ1RPUl9BVFRSSUJVVEVTX0FMTCJdLCJhdWQiOiJpZHNjOklEU19DT05ORUNUT1JTX0FMTCIsImlzcyI6Imh0dHBzOi8vZGFwcy5haXNlYy5mcmF1bmhvZmVyLmRlIiwic3ViIjoiNjk6RDE6MzE6OEU6NTY6RjY6MkM6OEM6MjU6NDM6Njc6OUQ6RkU6RjY6NjA6MDU6Mzk6RDc6MDk6MkM6a2V5aWQ6Q0I6OEM6Qzc6QjY6ODU6Nzk6QTg6MjM6QTY6Q0I6MTU6QUI6MTc6NTA6MkY6RTY6NjU6NDM6NUQ6RTgiLCJuYmYiOjE2MDI4NTQ4NzYsImlhdCI6MTYwMjg1NDg3NiwianRpIjoiTkRNMU56QXlNalkyTnpRMk5qRXlNamt5TkE9PSIsImV4cCI6MTYwMjg1ODQ3Nn0.XYNtWLWxQRv41NOS_dPxk4vY4AGcvdRxx1wN-Gs6HidW3eNIQc1ZSr_kxTs58UJheRH0qrqUVF-Df8gewW5mOKs7y8nNPBqtcwBfVnXtotvHlhpspPywSoEdPW_AKfRX3b66TclLx4aExDAw1Hnf-4sjTankkKdWSzM082u5Cy7ztIYJj6iftPeygCxWKyyIfQcTspmukJZeonLazdwwaRHwQuSCgt_EShi9jOsl44sMj1AHbPHcLyVLdqq2R007DaDpnI0Z1rBQFqHVOZ9qBer6MyXy1abUFHAB9440CSlR-j10Sdwwj32qugWJ18r5_T6MhsjeG5K4ffRwgqYB5g 2020-10-16 15:27:56 INFO TokenManagerService:103 - ConnectorUUID: 69:D1:31:8E:56:F6:2C:8C:25:43:67:9D:FE:F6:60:05:39:D7:09:2C:keyid:CB:8C:C7:B6:85:79:A8:23:A6:CB:15:AB:17:50:2F:E6:65:43:5D:E8 2020-10-16 15:27:56 INFO TokenManagerService:104 - Retrieving Dynamic Attribute Token... 2020-10-16 15:27:56 INFO TokenManagerService:124 - Request token: eyJhbGciOiJSUzI1NiJ9.eyJpc3MiOiI2OTpEMTozMTo4RTo1NjpGNjoyQzo4QzoyNTo0Mzo2Nzo5RDpGRTpGNjo2MDowNTozOTpENzowOToyQzprZXlpZDpDQjo4QzpDNzpCNjo4NTo3OTpBODoyMzpBNjpDQjoxNTpBQjoxNzo1MDoyRjpFNjo2NTo0Mzo1RDpFOCIsInN1YiI6IjY5OkQxOjMxOjhFOjU2OkY2OjJDOjhDOjI1OjQzOjY3OjlEOkZFOkY2OjYwOjA1OjM5OkQ3OjA5OjJDOmtleWlkOkNCOjhDOkM3OkI2Ojg1Ojc5OkE4OjIzOkE2OkNCOjE1OkFCOjE3OjUwOjJGOkU2OjY1OjQzOjVEOkU4IiwiQGNvbnRleHQiOiJodHRwczovL3czaWQub3JnL2lkc2EvY29udGV4dHMvY29udGV4dC5qc29ubGQiLCJAdHlwZSI6ImlkczpEYXRSZXF1ZXN0VG9rZW4iLCJleHAiOjE2MDI5NDEyNzYsImlhdCI6MTYwMjg1NDg2NiwiYXVkIjoiaWRzYzpJRFNfQ09OTkVDVE9SU19BTEwiLCJuYmYiOjE2MDI4NTQ4NjZ9.ntk7OGyGSUEFJYcQsnloUA2n8Ne9jcaRfxYy8ZQpGrEJgvwi2wnTEpcdqdoxypdkiWpJQVvJhnHByfua0wD53FZ7sQbR0ynlsNZr3744i6wtqyoip08Mncotf0JeMVD6XXkAqBjLVqvzt3fLYnvof6Sp6443kHzTvLdLnl46iUC5B7xbhqrlPnAKUGlBVY5ZD4i5UiXZWdwiASHindQ6NhOuow9UF-lptaD58PRpYOHmkCwvzn0Qy4FfYMuZZX3K9Z0wc2UalHLPwl1K8ViT9xXx9UObxn0QXwhrJ1TSNpQVlxda47TxDMCit3EW9LKCHC1vSsZ5q2-92K93Btw4bQ 2020-10-16 15:27:56 INFO ClientProvider:162 - Address: proxy.dortmund.isst.fraunhofer.de ,Port: 3128 2020-10-16 15:27:56 INFO TokenManagerService:151 - Response body of token request: {"access_token":"eyJ0eXAiOiJKV1QiLCJraWQiOiJkZWZhdWx0IiwiYWxnIjoiUlMyNTYifQ.eyJzZWN1cml0eVByb2ZpbGUiOiJpZHNjOkJBU0VfQ09OTkVDVE9SX1NFQ1VSSVRZX1BST0ZJTEUiLCJyZWZlcnJpbmdDb25uZWN0b3IiOiJodHRwOi8vc2ltcGxlaXNzdC5kZW1vIiwiQHR5cGUiOiJpZHM6RGF0UGF5bG9hZCIsIkBjb250ZXh0IjoiaHR0cHM6Ly93M2lkLm9yZy9pZHNhL2NvbnRleHRzL2NvbnRleHQuanNvbmxkIiwidHJhbnNwb3J0Q2VydHNTaGEyNTYiOiIxM2JkYjg2YTZkOTVkZGI0NGMwNGI4ZmU1ZTI5ZTM4N2M2Y2JhNmM5ZjllNWM2NTM3Yjg0MzU5NzM1M2VjYzRlIiwic2NvcGVzIjpbImlkc2M6SURTX0NPTk5FQ1RPUl9BVFRSSUJVVEVTX0FMTCJdLCJhdWQiOiJpZHNjOklEU19DT05ORUNUT1JTX0FMTCIsImlzcyI6Imh0dHBzOi8vZGFwcy5haXNlYy5mcmF1bmhvZmVyLmRlIiwic3ViIjoiNjk6RDE6MzE6OEU6NTY6RjY6MkM6OEM6MjU6NDM6Njc6OUQ6RkU6RjY6NjA6MDU6Mzk6RDc6MDk6MkM6a2V5aWQ6Q0I6OEM6Qzc6QjY6ODU6Nzk6QTg6MjM6QTY6Q0I6MTU6QUI6MTc6NTA6MkY6RTY6NjU6NDM6NUQ6RTgiLCJuYmYiOjE2MDI4NTQ4NzYsImlhdCI6MTYwMjg1NDg3NiwianRpIjoiTmpZd09UWTBPREE1TVRjMk5qa3pNalUyTnc9PSIsImV4cCI6MTYwMjg1ODQ3Nn0.ZDPGdzVNMmP_HDgGupJvj9CzmoTWYvm_aQ3Akwng_TDc1AVJYpOo7Xm9Mur9r8jMVpVPhmrkBSZ0ykrjXJ6-Jb4y3Jhw7145XXGWXkdoCZJUA_AYhoqYnxy5r_ej793xjH4U-XljEzY4tbDW1Qf3C5eE1viBUXxrUrImxhqhDEE1ah4ijNi8wbkXIgnbDKDwdd8o1hKj4WtY9daS2TNa_5a4yioUeu97G3MxVxUVWjXrowSffD_OKX1fY3FlPAqzh3cf9Kmej2DJvolcF4GcUtGVcxzA6yjV4-N9gUjkHOgYXAa3lgF9ZYQ8p8wq2Oa_7GpOjWxsO1dzxxnpL5OFgw","expires_in":3600,"token_type":"bearer"} 2020-10-16 15:27:56 INFO TokenManagerService:156 - Dynamic Attribute Token: eyJ0eXAiOiJKV1QiLCJraWQiOiJkZWZhdWx0IiwiYWxnIjoiUlMyNTYifQ.eyJzZWN1cml0eVByb2ZpbGUiOiJpZHNjOkJBU0VfQ09OTkVDVE9SX1NFQ1VSSVRZX1BST0ZJTEUiLCJyZWZlcnJpbmdDb25uZWN0b3IiOiJodHRwOi8vc2ltcGxlaXNzdC5kZW1vIiwiQHR5cGUiOiJpZHM6RGF0UGF5bG9hZCIsIkBjb250ZXh0IjoiaHR0cHM6Ly93M2lkLm9yZy9pZHNhL2NvbnRleHRzL2NvbnRleHQuanNvbmxkIiwidHJhbnNwb3J0Q2VydHNTaGEyNTYiOiIxM2JkYjg2YTZkOTVkZGI0NGMwNGI4ZmU1ZTI5ZTM4N2M2Y2JhNmM5ZjllNWM2NTM3Yjg0MzU5NzM1M2VjYzRlIiwic2NvcGVzIjpbImlkc2M6SURTX0NPTk5FQ1RPUl9BVFRSSUJVVEVTX0FMTCJdLCJhdWQiOiJpZHNjOklEU19DT05ORUNUT1JTX0FMTCIsImlzcyI6Imh0dHBzOi8vZGFwcy5haXNlYy5mcmF1bmhvZmVyLmRlIiwic3ViIjoiNjk6RDE6MzE6OEU6NTY6RjY6MkM6OEM6MjU6NDM6Njc6OUQ6RkU6RjY6NjA6MDU6Mzk6RDc6MDk6MkM6a2V5aWQ6Q0I6OEM6Qzc6QjY6ODU6Nzk6QTg6MjM6QTY6Q0I6MTU6QUI6MTc6NTA6MkY6RTY6NjU6NDM6NUQ6RTgiLCJuYmYiOjE2MDI4NTQ4NzYsImlhdCI6MTYwMjg1NDg3NiwianRpIjoiTmpZd09UWTBPREE1TVRjMk5qa3pNalUyTnc9PSIsImV4cCI6MTYwMjg1ODQ3Nn0.ZDPGdzVNMmP_HDgGupJvj9CzmoTWYvm_aQ3Akwng_TDc1AVJYpOo7Xm9Mur9r8jMVpVPhmrkBSZ0ykrjXJ6-Jb4y3Jhw7145XXGWXkdoCZJUA_AYhoqYnxy5r_ej793xjH4U-XljEzY4tbDW1Qf3C5eE1viBUXxrUrImxhqhDEE1ah4ijNi8wbkXIgnbDKDwdd8o1hKj4WtY9daS2TNa_5a4yioUeu97G3MxVxUVWjXrowSffD_OKX1fY3FlPAqzh3cf9Kmej2DJvolcF4GcUtGVcxzA6yjV4-N9gUjkHOgYXAa3lgF9ZYQ8p8wq2Oa_7GpOjWxsO1dzxxnpL5OFgw 2020-10-16 15:27:56 INFO TokenManagerService:103 - ConnectorUUID: 69:D1:31:8E:56:F6:2C:8C:25:43:67:9D:FE:F6:60:05:39:D7:09:2C:keyid:CB:8C:C7:B6:85:79:A8:23:A6:CB:15:AB:17:50:2F:E6:65:43:5D:E8 2020-10-16 15:27:56 INFO TokenManagerService:104 - Retrieving Dynamic Attribute Token... 2020-10-16 15:27:56 INFO TokenManagerService:124 - Request token: eyJhbGciOiJSUzI1NiJ9.eyJpc3MiOiI2OTpEMTozMTo4RTo1NjpGNjoyQzo4QzoyNTo0Mzo2Nzo5RDpGRTpGNjo2MDowNTozOTpENzowOToyQzprZXlpZDpDQjo4QzpDNzpCNjo4NTo3OTpBODoyMzpBNjpDQjoxNTpBQjoxNzo1MDoyRjpFNjo2NTo0Mzo1RDpFOCIsInN1YiI6IjY5OkQxOjMxOjhFOjU2OkY2OjJDOjhDOjI1OjQzOjY3OjlEOkZFOkY2OjYwOjA1OjM5OkQ3OjA5OjJDOmtleWlkOkNCOjhDOkM3OkI2Ojg1Ojc5OkE4OjIzOkE2OkNCOjE1OkFCOjE3OjUwOjJGOkU2OjY1OjQzOjVEOkU4IiwiQGNvbnRleHQiOiJodHRwczovL3czaWQub3JnL2lkc2EvY29udGV4dHMvY29udGV4dC5qc29ubGQiLCJAdHlwZSI6ImlkczpEYXRSZXF1ZXN0VG9rZW4iLCJleHAiOjE2MDI5NDEyNzYsImlhdCI6MTYwMjg1NDg2NiwiYXVkIjoiaWRzYzpJRFNfQ09OTkVDVE9SU19BTEwiLCJuYmYiOjE2MDI4NTQ4NjZ9.ntk7OGyGSUEFJYcQsnloUA2n8Ne9jcaRfxYy8ZQpGrEJgvwi2wnTEpcdqdoxypdkiWpJQVvJhnHByfua0wD53FZ7sQbR0ynlsNZr3744i6wtqyoip08Mncotf0JeMVD6XXkAqBjLVqvzt3fLYnvof6Sp6443kHzTvLdLnl46iUC5B7xbhqrlPnAKUGlBVY5ZD4i5UiXZWdwiASHindQ6NhOuow9UF-lptaD58PRpYOHmkCwvzn0Qy4FfYMuZZX3K9Z0wc2UalHLPwl1K8ViT9xXx9UObxn0QXwhrJ1TSNpQVlxda47TxDMCit3EW9LKCHC1vSsZ5q2-92K93Btw4bQ 2020-10-16 15:27:56 INFO ClientProvider:162 - Address: proxy.dortmund.isst.fraunhofer.de ,Port: 3128 2020-10-16 15:27:56 INFO TokenManagerService:151 - Response body of token request: {"access_token":"eyJ0eXAiOiJKV1QiLCJraWQiOiJkZWZhdWx0IiwiYWxnIjoiUlMyNTYifQ.eyJzZWN1cml0eVByb2ZpbGUiOiJpZHNjOkJBU0VfQ09OTkVDVE9SX1NFQ1VSSVRZX1BST0ZJTEUiLCJyZWZlcnJpbmdDb25uZWN0b3IiOiJodHRwOi8vc2ltcGxlaXNzdC5kZW1vIiwiQHR5cGUiOiJpZHM6RGF0UGF5bG9hZCIsIkBjb250ZXh0IjoiaHR0cHM6Ly93M2lkLm9yZy9pZHNhL2NvbnRleHRzL2NvbnRleHQuanNvbmxkIiwidHJhbnNwb3J0Q2VydHNTaGEyNTYiOiIxM2JkYjg2YTZkOTVkZGI0NGMwNGI4ZmU1ZTI5ZTM4N2M2Y2JhNmM5ZjllNWM2NTM3Yjg0MzU5NzM1M2VjYzRlIiwic2NvcGVzIjpbImlkc2M6SURTX0NPTk5FQ1RPUl9BVFRSSUJVVEVTX0FMTCJdLCJhdWQiOiJpZHNjOklEU19DT05ORUNUT1JTX0FMTCIsImlzcyI6Imh0dHBzOi8vZGFwcy5haXNlYy5mcmF1bmhvZmVyLmRlIiwic3ViIjoiNjk6RDE6MzE6OEU6NTY6RjY6MkM6OEM6MjU6NDM6Njc6OUQ6RkU6RjY6NjA6MDU6Mzk6RDc6MDk6MkM6a2V5aWQ6Q0I6OEM6Qzc6QjY6ODU6Nzk6QTg6MjM6QTY6Q0I6MTU6QUI6MTc6NTA6MkY6RTY6NjU6NDM6NUQ6RTgiLCJuYmYiOjE2MDI4NTQ4NzYsImlhdCI6MTYwMjg1NDg3NiwianRpIjoiTVRjek1qVXpOREkzTURBd05qWXdORE16TXpBPSIsImV4cCI6MTYwMjg1ODQ3Nn0.U5YnZnL6CXy5oVR0_264mfhp9dmu9SO6MxEPto7aZPPNzZWrmD8xqnm2Y7roG4L04vNJKMaXT18ZtswDWDiREOqjk_v5gVWpqHgno4lQQZIXkx3o4X3Dw2mLeLJk2CABJNDG04kMYfcOQOoB6yNNJg3gdolLfnkh0K3eSo9v8Xcnl3GXYhPFK5qh2jPilbQ-KacgTjCWvz0MLzUxd1bYjbPxRmoCPJ_jjC9moEP1oSA1a2gIvFhUylD0nK5myDENh6osHwBJgEzJ7kEFvaKtbn2kUci2Tvk9dO93xI4I08H8JfZK2yKyXuApCB96wgu1aEAMvbZAWNiT5KIDhMhvvg","expires_in":3600,"token_type":"bearer"} 2020-10-16 15:27:56 INFO TokenManagerService:156 - Dynamic Attribute Token: eyJ0eXAiOiJKV1QiLCJraWQiOiJkZWZhdWx0IiwiYWxnIjoiUlMyNTYifQ.eyJzZWN1cml0eVByb2ZpbGUiOiJpZHNjOkJBU0VfQ09OTkVDVE9SX1NFQ1VSSVRZX1BST0ZJTEUiLCJyZWZlcnJpbmdDb25uZWN0b3IiOiJodHRwOi8vc2ltcGxlaXNzdC5kZW1vIiwiQHR5cGUiOiJpZHM6RGF0UGF5bG9hZCIsIkBjb250ZXh0IjoiaHR0cHM6Ly93M2lkLm9yZy9pZHNhL2NvbnRleHRzL2NvbnRleHQuanNvbmxkIiwidHJhbnNwb3J0Q2VydHNTaGEyNTYiOiIxM2JkYjg2YTZkOTVkZGI0NGMwNGI4ZmU1ZTI5ZTM4N2M2Y2JhNmM5ZjllNWM2NTM3Yjg0MzU5NzM1M2VjYzRlIiwic2NvcGVzIjpbImlkc2M6SURTX0NPTk5FQ1RPUl9BVFRSSUJVVEVTX0FMTCJdLCJhdWQiOiJpZHNjOklEU19DT05ORUNUT1JTX0FMTCIsImlzcyI6Imh0dHBzOi8vZGFwcy5haXNlYy5mcmF1bmhvZmVyLmRlIiwic3ViIjoiNjk6RDE6MzE6OEU6NTY6RjY6MkM6OEM6MjU6NDM6Njc6OUQ6RkU6RjY6NjA6MDU6Mzk6RDc6MDk6MkM6a2V5aWQ6Q0I6OEM6Qzc6QjY6ODU6Nzk6QTg6MjM6QTY6Q0I6MTU6QUI6MTc6NTA6MkY6RTY6NjU6NDM6NUQ6RTgiLCJuYmYiOjE2MDI4NTQ4NzYsImlhdCI6MTYwMjg1NDg3NiwianRpIjoiTVRjek1qVXpOREkzTURBd05qWXdORE16TXpBPSIsImV4cCI6MTYwMjg1ODQ3Nn0.U5YnZnL6CXy5oVR0_264mfhp9dmu9SO6MxEPto7aZPPNzZWrmD8xqnm2Y7roG4L04vNJKMaXT18ZtswDWDiREOqjk_v5gVWpqHgno4lQQZIXkx3o4X3Dw2mLeLJk2CABJNDG04kMYfcOQOoB6yNNJg3gdolLfnkh0K3eSo9v8Xcnl3GXYhPFK5qh2jPilbQ-KacgTjCWvz0MLzUxd1bYjbPxRmoCPJ_jjC9moEP1oSA1a2gIvFhUylD0nK5myDENh6osHwBJgEzJ7kEFvaKtbn2kUci2Tvk9dO93xI4I08H8JfZK2yKyXuApCB96wgu1aEAMvbZAWNiT5KIDhMhvvg 2020-10-16 15:27:56 INFO TokenManagerService:103 - ConnectorUUID: 69:D1:31:8E:56:F6:2C:8C:25:43:67:9D:FE:F6:60:05:39:D7:09:2C:keyid:CB:8C:C7:B6:85:79:A8:23:A6:CB:15:AB:17:50:2F:E6:65:43:5D:E8 2020-10-16 15:27:56 INFO TokenManagerService:104 - Retrieving Dynamic Attribute Token... 2020-10-16 15:27:56 INFO TokenManagerService:124 - Request token: eyJhbGciOiJSUzI1NiJ9.eyJpc3MiOiI2OTpEMTozMTo4RTo1NjpGNjoyQzo4QzoyNTo0Mzo2Nzo5RDpGRTpGNjo2MDowNTozOTpENzowOToyQzprZXlpZDpDQjo4QzpDNzpCNjo4NTo3OTpBODoyMzpBNjpDQjoxNTpBQjoxNzo1MDoyRjpFNjo2NTo0Mzo1RDpFOCIsInN1YiI6IjY5OkQxOjMxOjhFOjU2OkY2OjJDOjhDOjI1OjQzOjY3OjlEOkZFOkY2OjYwOjA1OjM5OkQ3OjA5OjJDOmtleWlkOkNCOjhDOkM3OkI2Ojg1Ojc5OkE4OjIzOkE2OkNCOjE1OkFCOjE3OjUwOjJGOkU2OjY1OjQzOjVEOkU4IiwiQGNvbnRleHQiOiJodHRwczovL3czaWQub3JnL2lkc2EvY29udGV4dHMvY29udGV4dC5qc29ubGQiLCJAdHlwZSI6ImlkczpEYXRSZXF1ZXN0VG9rZW4iLCJleHAiOjE2MDI5NDEyNzYsImlhdCI6MTYwMjg1NDg2NiwiYXVkIjoiaWRzYzpJRFNfQ09OTkVDVE9SU19BTEwiLCJuYmYiOjE2MDI4NTQ4NjZ9.ntk7OGyGSUEFJYcQsnloUA2n8Ne9jcaRfxYy8ZQpGrEJgvwi2wnTEpcdqdoxypdkiWpJQVvJhnHByfua0wD53FZ7sQbR0ynlsNZr3744i6wtqyoip08Mncotf0JeMVD6XXkAqBjLVqvzt3fLYnvof6Sp6443kHzTvLdLnl46iUC5B7xbhqrlPnAKUGlBVY5ZD4i5UiXZWdwiASHindQ6NhOuow9UF-lptaD58PRpYOHmkCwvzn0Qy4FfYMuZZX3K9Z0wc2UalHLPwl1K8ViT9xXx9UObxn0QXwhrJ1TSNpQVlxda47TxDMCit3EW9LKCHC1vSsZ5q2-92K93Btw4bQ 2020-10-16 15:27:56 INFO ClientProvider:162 - Address: proxy.dortmund.isst.fraunhofer.de ,Port: 3128 2020-10-16 15:27:57 INFO TokenManagerService:151 - Response body of token request: {"access_token":"eyJ0eXAiOiJKV1QiLCJraWQiOiJkZWZhdWx0IiwiYWxnIjoiUlMyNTYifQ.eyJzZWN1cml0eVByb2ZpbGUiOiJpZHNjOkJBU0VfQ09OTkVDVE9SX1NFQ1VSSVRZX1BST0ZJTEUiLCJyZWZlcnJpbmdDb25uZWN0b3IiOiJodHRwOi8vc2ltcGxlaXNzdC5kZW1vIiwiQHR5cGUiOiJpZHM6RGF0UGF5bG9hZCIsIkBjb250ZXh0IjoiaHR0cHM6Ly93M2lkLm9yZy9pZHNhL2NvbnRleHRzL2NvbnRleHQuanNvbmxkIiwidHJhbnNwb3J0Q2VydHNTaGEyNTYiOiIxM2JkYjg2YTZkOTVkZGI0NGMwNGI4ZmU1ZTI5ZTM4N2M2Y2JhNmM5ZjllNWM2NTM3Yjg0MzU5NzM1M2VjYzRlIiwic2NvcGVzIjpbImlkc2M6SURTX0NPTk5FQ1RPUl9BVFRSSUJVVEVTX0FMTCJdLCJhdWQiOiJpZHNjOklEU19DT05ORUNUT1JTX0FMTCIsImlzcyI6Imh0dHBzOi8vZGFwcy5haXNlYy5mcmF1bmhvZmVyLmRlIiwic3ViIjoiNjk6RDE6MzE6OEU6NTY6RjY6MkM6OEM6MjU6NDM6Njc6OUQ6RkU6RjY6NjA6MDU6Mzk6RDc6MDk6MkM6a2V5aWQ6Q0I6OEM6Qzc6QjY6ODU6Nzk6QTg6MjM6QTY6Q0I6MTU6QUI6MTc6NTA6MkY6RTY6NjU6NDM6NUQ6RTgiLCJuYmYiOjE2MDI4NTQ4NzcsImlhdCI6MTYwMjg1NDg3NywianRpIjoiTnpjMU9UVXhNVGs0TWpNME56azJORFl3Tnc9PSIsImV4cCI6MTYwMjg1ODQ3N30.ZGAuCGL3g52MYE7mdSQzcYJyTMfmy0jVbbY93xrMeVsJHTyMBLugDiaTzM4DhG1jYcSHkK2hnkdZRK2bt4fKRxKZ17pia9I3pQ64m7UDTeLbevyGZAvENWYBPrZ32DazPniWFqS1Ws-jeEBLYLdIKT4tFVLnb_gVd1I-2PTznQT_DEWcsQqqO3379Veu35omxmK4b_B2XeoYzQjOw7MtQ0EsuoB_Zo4VkynsZdYez-LStShJliBiiQTPZHAF2uFxNkPpzT1Kn5lrB6TNWD0oJthBW0a3AYCJVFsYcyFuwGyWodhYDzhscAhS1IiRfTBUDPdfJ2mzRqhJ0-iVUOzUcg","expires_in":3600,"token_type":"bearer"} 2020-10-16 15:27:57 INFO TokenManagerService:156 - Dynamic Attribute Token: eyJ0eXAiOiJKV1QiLCJraWQiOiJkZWZhdWx0IiwiYWxnIjoiUlMyNTYifQ.eyJzZWN1cml0eVByb2ZpbGUiOiJpZHNjOkJBU0VfQ09OTkVDVE9SX1NFQ1VSSVRZX1BST0ZJTEUiLCJyZWZlcnJpbmdDb25uZWN0b3IiOiJodHRwOi8vc2ltcGxlaXNzdC5kZW1vIiwiQHR5cGUiOiJpZHM6RGF0UGF5bG9hZCIsIkBjb250ZXh0IjoiaHR0cHM6Ly93M2lkLm9yZy9pZHNhL2NvbnRleHRzL2NvbnRleHQuanNvbmxkIiwidHJhbnNwb3J0Q2VydHNTaGEyNTYiOiIxM2JkYjg2YTZkOTVkZGI0NGMwNGI4ZmU1ZTI5ZTM4N2M2Y2JhNmM5ZjllNWM2NTM3Yjg0MzU5NzM1M2VjYzRlIiwic2NvcGVzIjpbImlkc2M6SURTX0NPTk5FQ1RPUl9BVFRSSUJVVEVTX0FMTCJdLCJhdWQiOiJpZHNjOklEU19DT05ORUNUT1JTX0FMTCIsImlzcyI6Imh0dHBzOi8vZGFwcy5haXNlYy5mcmF1bmhvZmVyLmRlIiwic3ViIjoiNjk6RDE6MzE6OEU6NTY6RjY6MkM6OEM6MjU6NDM6Njc6OUQ6RkU6RjY6NjA6MDU6Mzk6RDc6MDk6MkM6a2V5aWQ6Q0I6OEM6Qzc6QjY6ODU6Nzk6QTg6MjM6QTY6Q0I6MTU6QUI6MTc6NTA6MkY6RTY6NjU6NDM6NUQ6RTgiLCJuYmYiOjE2MDI4NTQ4NzcsImlhdCI6MTYwMjg1NDg3NywianRpIjoiTnpjMU9UVXhNVGs0TWpNME56azJORFl3Tnc9PSIsImV4cCI6MTYwMjg1ODQ3N30.ZGAuCGL3g52MYE7mdSQzcYJyTMfmy0jVbbY93xrMeVsJHTyMBLugDiaTzM4DhG1jYcSHkK2hnkdZRK2bt4fKRxKZ17pia9I3pQ64m7UDTeLbevyGZAvENWYBPrZ32DazPniWFqS1Ws-jeEBLYLdIKT4tFVLnb_gVd1I-2PTznQT_DEWcsQqqO3379Veu35omxmK4b_B2XeoYzQjOw7MtQ0EsuoB_Zo4VkynsZdYez-LStShJliBiiQTPZHAF2uFxNkPpzT1Kn5lrB6TNWD0oJthBW0a3AYCJVFsYcyFuwGyWodhYDzhscAhS1IiRfTBUDPdfJ2mzRqhJ0-iVUOzUcg [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.679 s - in de.fraunhofer.isst.dataspaceconnector.integrationtest.RequestDescriptionTest [INFO] Running de.fraunhofer.isst.dataspaceconnector.integrationtest.SelfDescriptionTest 2020-10-16 15:27:57 INFO TransactionContext:107 - Began transaction (1) for test context [DefaultTestContext@37aedfcc testClass = SelfDescriptionTest, testInstance = de.fraunhofer.isst.dataspaceconnector.integrationtest.SelfDescriptionTest@69aa2adb, testMethod = getSelfDescription_noResources@SelfDescriptionTest, testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@356f7c71 testClass = SelfDescriptionTest, locations = '{}', classes = '{class de.fraunhofer.isst.dataspaceconnector.ConnectorApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@13d57fd0 key = [org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@5a5a729f, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@6b09fb41, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@51891008, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1e16c0aa, org.springframework.boot.test.context.SpringBootTestArgs@1], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> true, 'org.springframework.test.context.web.ServletTestExecutionListener.populatedRequestContextHolder' -> true, 'org.springframework.test.context.web.ServletTestExecutionListener.resetRequestContextHolder' -> true]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@173039b5]; rollback [true] 2020-10-16 15:27:57 INFO TransactionContext:139 - Rolled back transaction for test: [DefaultTestContext@37aedfcc testClass = SelfDescriptionTest, testInstance = de.fraunhofer.isst.dataspaceconnector.integrationtest.SelfDescriptionTest@69aa2adb, testMethod = getSelfDescription_noResources@SelfDescriptionTest, testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@356f7c71 testClass = SelfDescriptionTest, locations = '{}', classes = '{class de.fraunhofer.isst.dataspaceconnector.ConnectorApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@13d57fd0 key = [org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@5a5a729f, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@6b09fb41, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@51891008, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1e16c0aa, org.springframework.boot.test.context.SpringBootTestArgs@1], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> true, 'org.springframework.test.context.web.ServletTestExecutionListener.populatedRequestContextHolder' -> true, 'org.springframework.test.context.web.ServletTestExecutionListener.resetRequestContextHolder' -> true]] 2020-10-16 15:27:57 INFO TransactionContext:107 - Began transaction (1) for test context [DefaultTestContext@37aedfcc testClass = SelfDescriptionTest, testInstance = de.fraunhofer.isst.dataspaceconnector.integrationtest.SelfDescriptionTest@24cb530d, testMethod = getSelfDescription_withResources@SelfDescriptionTest, testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@356f7c71 testClass = SelfDescriptionTest, locations = '{}', classes = '{class de.fraunhofer.isst.dataspaceconnector.ConnectorApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@13d57fd0 key = [org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@5a5a729f, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@6b09fb41, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@51891008, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1e16c0aa, org.springframework.boot.test.context.SpringBootTestArgs@1], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> true, 'org.springframework.test.context.web.ServletTestExecutionListener.populatedRequestContextHolder' -> true, 'org.springframework.test.context.web.ServletTestExecutionListener.resetRequestContextHolder' -> true]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@173039b5]; rollback [true] 2020-10-16 15:27:57 ERROR IdsUtils:94 - Could not deserialize contract: Unrecognized token 'policy': was expecting (JSON String, Number, Array, Object or token 'null', 'true' or 'false') at [Source: (String)"policy"; line: 1, column: 7] 2020-10-16 15:27:57 ERROR IdsUtils:94 - Could not deserialize contract: Unrecognized token 'policy': was expecting (JSON String, Number, Array, Object or token 'null', 'true' or 'false') at [Source: (String)"policy"; line: 1, column: 7] 2020-10-16 15:27:57 INFO TransactionContext:139 - Rolled back transaction for test: [DefaultTestContext@37aedfcc testClass = SelfDescriptionTest, testInstance = de.fraunhofer.isst.dataspaceconnector.integrationtest.SelfDescriptionTest@24cb530d, testMethod = getSelfDescription_withResources@SelfDescriptionTest, testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@356f7c71 testClass = SelfDescriptionTest, locations = '{}', classes = '{class de.fraunhofer.isst.dataspaceconnector.ConnectorApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@13d57fd0 key = [org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@5a5a729f, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@6b09fb41, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@51891008, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1e16c0aa, org.springframework.boot.test.context.SpringBootTestArgs@1], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> true, 'org.springframework.test.context.web.ServletTestExecutionListener.populatedRequestContextHolder' -> true, 'org.springframework.test.context.web.ServletTestExecutionListener.resetRequestContextHolder' -> true]] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.206 s - in de.fraunhofer.isst.dataspaceconnector.integrationtest.SelfDescriptionTest [INFO] Running de.fraunhofer.isst.dataspaceconnector.ConnectorApplicationTests 2020-10-16 15:27:57 INFO SpringBootTestContextBootstrapper:308 - Neither @ContextConfiguration nor @ContextHierarchy found for test class [de.fraunhofer.isst.dataspaceconnector.ConnectorApplicationTests], using SpringBootContextLoader 2020-10-16 15:27:57 INFO AbstractContextLoader:264 - Could not detect default resource locations for test class [de.fraunhofer.isst.dataspaceconnector.ConnectorApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}. 2020-10-16 15:27:57 INFO AnnotationConfigContextLoaderUtils:83 - Could not detect default configuration classes for test class [de.fraunhofer.isst.dataspaceconnector.ConnectorApplicationTests]: ConnectorApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2020-10-16 15:27:57 INFO SpringBootTestContextBootstrapper:237 - Found @SpringBootConfiguration de.fraunhofer.isst.dataspaceconnector.ConnectorApplication for test class de.fraunhofer.isst.dataspaceconnector.ConnectorApplicationTests 2020-10-16 15:27:57 INFO SpringBootTestContextBootstrapper:248 - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener, org.springframework.security.test.context.support.ReactorContextTestExecutionListener] 2020-10-16 15:27:57 INFO SpringBootTestContextBootstrapper:177 - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@cce77c8, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@537231c1, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@1881289b, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@221416eb, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5d1b4556, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1fa59b0d, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@e71bd92, org.springframework.test.context.event.EventPublishingTestExecutionListener@cd041f9, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener@be694c0, org.springframework.security.test.context.support.ReactorContextTestExecutionListener@38280b42, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@3bb6bcf8, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@3567edfe, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@a983f06, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@7292470c, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@7c4d74da] . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.2.7.RELEASE) 2020-10-16 15:27:57 INFO ConnectorApplicationTests:55 - Starting ConnectorApplicationTests on FARAD with PID 676 (started by jpampus in C:\Users\jpampus\IdeaProjects\DataspaceConnector) 2020-10-16 15:27:57 INFO ConnectorApplicationTests:651 - No active profile set, falling back to default profiles: default 2020-10-16 15:27:57 INFO RepositoryConfigurationDelegate:127 - Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2020-10-16 15:27:57 INFO RepositoryConfigurationDelegate:187 - Finished Spring Data repository scanning in 44ms. Found 2 JPA repository interfaces. 2020-10-16 15:27:58 INFO LogHelper:31 - HHH000204: Processing PersistenceUnitInfo [name: default] 2020-10-16 15:27:58 INFO HikariDataSource:110 - HikariPool-4 - Starting... 2020-10-16 15:27:58 INFO HikariDataSource:123 - HikariPool-4 - Start completed. 2020-10-16 15:27:58 INFO Dialect:172 - HHH000400: Using dialect: org.hibernate.dialect.H2Dialect 2020-10-16 15:27:58 INFO JtaPlatformInitiator:52 - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2020-10-16 15:27:58 INFO LocalContainerEntityManagerFactoryBean:416 - Initialized JPA EntityManagerFactory for persistence unit 'default' 2020-10-16 15:27:58 INFO ConfigProducer:49 - Importing configuration from file 2020-10-16 15:27:58 INFO ConfigProducer:51 - Initializing KeyStoreManager 2020-10-16 15:27:58 INFO KeyStoreManager:125 - Trustmanager loaded 2020-10-16 15:27:58 INFO ConfigProducer:53 - Imported existing configuration from file. 2020-10-16 15:27:58 WARN JpaBaseConfiguration$JpaWebConfiguration:220 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2020-10-16 15:27:59 INFO DefaultSecurityFilterChain:43 - Creating filter chain: Ant [pattern='/admin/**'], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4d5d5473, org.springframework.security.web.context.SecurityContextPersistenceFilter@1d0c7a03, org.springframework.security.web.header.HeaderWriterFilter@721fda59, org.springframework.security.web.authentication.logout.LogoutFilter@5402b18c, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@63f38fb1, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@445eed0b, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@481f2acb, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@3412a1dd, org.springframework.security.web.session.SessionManagementFilter@2cb9cc85, org.springframework.security.web.access.ExceptionTranslationFilter@4cf2bf26, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@3d6fe206] 2020-10-16 15:27:59 INFO ThreadPoolTaskExecutor:181 - Initializing ExecutorService 'applicationTaskExecutor' 2020-10-16 15:28:00 INFO H2ConsoleAutoConfiguration:74 - H2 console available at '/admin/h2'. Database available at 'jdbc:h2:file:./target/db/resources' 2020-10-16 15:28:00 INFO ThreadPoolTaskScheduler:181 - Initializing ExecutorService 'taskScheduler' 2020-10-16 15:28:00 INFO PolicyEnforcement:65 - Check data... 2020-10-16 15:28:00 INFO ConnectorApplicationTests:61 - Started ConnectorApplicationTests in 2.841 seconds (JVM running for 34.089) [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.915 s - in de.fraunhofer.isst.dataspaceconnector.ConnectorApplicationTests 2020-10-16 15:28:00 INFO ThreadPoolTaskScheduler:218 - Shutting down ExecutorService 'taskScheduler' 2020-10-16 15:28:00 INFO ThreadPoolTaskScheduler:218 - Shutting down ExecutorService 'taskScheduler' 2020-10-16 15:28:00 INFO ThreadPoolTaskScheduler:218 - Shutting down ExecutorService 'taskScheduler' 2020-10-16 15:28:00 INFO ThreadPoolTaskScheduler:218 - Shutting down ExecutorService 'taskScheduler' 2020-10-16 15:28:00 INFO ThreadPoolTaskExecutor:218 - Shutting down ExecutorService 'applicationTaskExecutor' 2020-10-16 15:28:00 INFO ThreadPoolTaskExecutor:218 - Shutting down ExecutorService 'applicationTaskExecutor' 2020-10-16 15:28:00 INFO ThreadPoolTaskExecutor:218 - Shutting down ExecutorService 'applicationTaskExecutor' 2020-10-16 15:28:00 INFO ThreadPoolTaskExecutor:218 - Shutting down ExecutorService 'applicationTaskExecutor' 2020-10-16 15:28:00 INFO LocalContainerEntityManagerFactoryBean:598 - Closing JPA EntityManagerFactory for persistence unit 'default' 2020-10-16 15:28:00 INFO LocalContainerEntityManagerFactoryBean:598 - Closing JPA EntityManagerFactory for persistence unit 'default' 2020-10-16 15:28:00 INFO SchemaDropperImpl$DelayedDropActionImpl:524 - HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down' 2020-10-16 15:28:00 INFO LocalContainerEntityManagerFactoryBean:598 - Closing JPA EntityManagerFactory for persistence unit 'default' 2020-10-16 15:28:00 INFO LocalContainerEntityManagerFactoryBean:598 - Closing JPA EntityManagerFactory for persistence unit 'default' 2020-10-16 15:28:00 INFO SchemaDropperImpl$DelayedDropActionImpl:524 - HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down' 2020-10-16 15:28:00 INFO SchemaDropperImpl$DelayedDropActionImpl:524 - HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down' 2020-10-16 15:28:00 INFO SchemaDropperImpl$DelayedDropActionImpl:524 - HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down' 2020-10-16 15:28:00 WARN SqlExceptionHelper:137 - SQL Error: 90121, SQLState: 90121 2020-10-16 15:28:00 ERROR SqlExceptionHelper:142 - Die Datenbank wurde bereits geschlossen (um das automatische Schliessen beim Stopp der VM zu deaktivieren, die Datenbank URL mit ";DB_CLOSE_ON_EXIT=FALSE" ergänzen) Database is already closed (to disable automatic closing at VM shutdown, add ";DB_CLOSE_ON_EXIT=FALSE" to the db URL) [90121-200] 2020-10-16 15:28:00 WARN SqlExceptionHelper:137 - SQL Error: 90121, SQLState: 90121 2020-10-16 15:28:00 ERROR SqlExceptionHelper:142 - Die Datenbank wurde bereits geschlossen (um das automatische Schliessen beim Stopp der VM zu deaktivieren, die Datenbank URL mit ";DB_CLOSE_ON_EXIT=FALSE" ergänzen) Database is already closed (to disable automatic closing at VM shutdown, add ";DB_CLOSE_ON_EXIT=FALSE" to the db URL) [90121-200] 2020-10-16 15:28:00 WARN DisposableBeanAdapter:267 - Invocation of destroy method failed on bean with name 'entityManagerFactory': org.hibernate.exception.JDBCConnectionException: Unable to release JDBC Connection used for DDL execution 2020-10-16 15:28:00 INFO HikariDataSource:350 - HikariPool-4 - Shutdown initiated... 2020-10-16 15:28:00 INFO HikariDataSource:352 - HikariPool-4 - Shutdown completed. 2020-10-16 15:28:00 INFO HikariDataSource:350 - HikariPool-2 - Shutdown initiated... 2020-10-16 15:28:00 INFO HikariDataSource:350 - HikariPool-3 - Shutdown initiated... 2020-10-16 15:28:00 INFO HikariDataSource:352 - HikariPool-2 - Shutdown completed. 2020-10-16 15:28:00 INFO HikariDataSource:352 - HikariPool-3 - Shutdown completed. 2020-10-16 15:28:00 INFO HikariDataSource:350 - HikariPool-1 - Shutdown initiated... 2020-10-16 15:28:00 INFO HikariDataSource:352 - HikariPool-1 - Shutdown completed. [INFO] [INFO] Results: [INFO] [ERROR] Failures: [ERROR] ArtifactRequestMessageHandlingTest.requestArtifact_invalidId:140 expected: but was: [ERROR] ArtifactRequestMessageHandlingTest.requestArtifact_validId_provisionInhibited:120 expected: but was: [ERROR] DescriptionRequestMessageHandlingTest.requestArtifactDescription_invalidId:110 expected: but was: [ERROR] Errors: [ERROR] ArtifactRequestMessageHandlingTest.requestArtifact_validId_provisionAllowed:93 » InvalidTypeId [ERROR] DescriptionRequestMessageHandlingTest.requestArtifactDescription_validId:89 » InvalidTypeId [ERROR] DescriptionRequestMessageHandlingTest.requestSelfDescription:67 » InvalidTypeId [INFO] [ERROR] Tests run: 12, Failures: 3, Errors: 3, Skipped: 0 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 50.713 s [INFO] Finished at: 2020-10-16T15:28:01+02:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test (default-test) on project dataspace-connector: There are test failures. [ERROR] [ERROR] Please refer to C:\Users\jpampus\IdeaProjects\DataspaceConnector\target\surefire-reports for the individual test results. [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException