Skip to content

Instantly share code, notes, and snippets.

@fuss86
Created September 18, 2019 23:28
Show Gist options
  • Save fuss86/a525c0de465f6d4438af36f7740ed289 to your computer and use it in GitHub Desktop.
Save fuss86/a525c0de465f6d4438af36f7740ed289 to your computer and use it in GitHub Desktop.
>> mvn clean test -T 4 -Dtest=LdapAuthenticatorConfigurationControllerTest#ldapConfigurationTestShouldFailWithInvalidConfiguration,PingControllerTest#shouldReturnPong
[INFO] Scanning for projects...
[INFO]
[INFO] Using the MultiThreadedBuilder implementation with a thread count of 4
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Strongbox: Web Core 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ strongbox-web-core ---
[INFO] Deleting C:\Users\fuss\IdeaProjects\strongbox\strongbox-web-core\target
[INFO]
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ strongbox-web-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO]
[INFO] --- maven-dependency-plugin:3.1.1:unpack (common-resources) @ strongbox-web-core ---
[INFO] Configured Artifact: org.carlspring.strongbox:strongbox-common-resources:1.0-SNAPSHOT:jar
[INFO] Configured Artifact: org.carlspring.strongbox:strongbox-storage-api-resources:1.0-SNAPSHOT:jar
[INFO] Configured Artifact: org.carlspring.strongbox:strongbox-common-resources:1.0-SNAPSHOT:jar
[INFO] Unpacking C:\Users\fuss\.m2\repository\org\carlspring\strongbox\strongbox-common-resources\1.0-SNAPSHOT\strongbox-common-resources-1.0-SNAPSHOT.jar to C:\Users\fuss\IdeaProjects\strongbox\strongbox-web-core\target\strongbox\etc with includes "logback*xml" and excludes ""
[INFO] Unpacking C:\Users\fuss\.m2\repository\org\carlspring\strongbox\strongbox-storage-api-resources\1.0-SNAPSHOT\strongbox-storage-api-resources-1.0-SNAPSHOT.jar to C:\Users\fuss\IdeaProjects\strongbox\strongbox-web-core\target\strongbox with includes "etc/conf/strongbox.yaml" and excludes ""
[INFO] Unpacking C:\Users\fuss\.m2\repository\org\carlspring\strongbox\strongbox-common-resources\1.0-SNAPSHOT\strongbox-common-resources-1.0-SNAPSHOT.jar to C:\Users\fuss\IdeaProjects\strongbox\strongbox-web-core\target\strongbox with includes "etc/**" and excludes ""
[INFO]
[INFO] --- maven-dependency-plugin:3.1.1:unpack (unpack-web-ui) @ strongbox-web-core ---
[INFO] Configured Artifact: org.carlspring.strongbox:strongbox-web-ui:1.0-SNAPSHOT:zip
[INFO] Unpacking C:\Users\fuss\.m2\repository\org\carlspring\strongbox\strongbox-web-ui\1.0-SNAPSHOT\strongbox-web-ui-1.0-SNAPSHOT.zip to C:\Users\fuss\IdeaProjects\strongbox\strongbox-web-core\target\classes with includes "**" and excludes ""
[INFO]
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ strongbox-web-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 148 source files to C:\Users\fuss\IdeaProjects\strongbox\strongbox-web-core\target\classes
[INFO] /C:/Users/fuss/IdeaProjects/strongbox/strongbox-web-core/src/main/java/org/carlspring/strongbox/config/WebConfig.java: C:\Users\fuss\IdeaProjects\strongbox\strongbox-web-core\src\main\java\org\carlspring\strongbox\config\WebConfig.java uses or overrides a deprecated API.
[INFO] /C:/Users/fuss/IdeaProjects/strongbox/strongbox-web-core/src/main/java/org/carlspring/strongbox/config/WebConfig.java: Recompile with -Xlint:deprecation for details.
[INFO] /C:/Users/fuss/IdeaProjects/strongbox/strongbox-web-core/src/main/java/org/carlspring/strongbox/controllers/forms/FormDataValues.java: Some input files use unchecked or unsafe operations.
[INFO] /C:/Users/fuss/IdeaProjects/strongbox/strongbox-web-core/src/main/java/org/carlspring/strongbox/controllers/forms/FormDataValues.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ strongbox-web-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ strongbox-web-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 66 source files to C:\Users\fuss\IdeaProjects\strongbox\strongbox-web-core\target\test-classes
[INFO] /C:/Users/fuss/IdeaProjects/strongbox/strongbox-web-core/src/test/java/org/carlspring/strongbox/forms/users/AccessModelFormTestIT.java: Some input files use unchecked or unsafe operations.
[INFO] /C:/Users/fuss/IdeaProjects/strongbox/strongbox-web-core/src/test/java/org/carlspring/strongbox/forms/users/AccessModelFormTestIT.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M1:test (default-test) @ strongbox-web-core ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.carlspring.strongbox.controllers.configuration.security.ldap.LdapAuthenticatorConfigurationControllerTest
[INFO] Running org.carlspring.strongbox.controllers.PingControllerTest
00:37:53.095 [ForkJoinPool-1-worker-0] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
00:37:53.095 [ForkJoinPool-1-worker-1] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
00:37:53.148 [ForkJoinPool-1-worker-0] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
00:37:53.148 [ForkJoinPool-1-worker-1] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
00:37:53.202 [ForkJoinPool-1-worker-1] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [org.carlspring.strongbox.controllers.configuration.security.ldap.LdapAuthenticatorConfigurationControllerTest] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
00:37:53.202 [ForkJoinPool-1-worker-0] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [org.carlspring.strongbox.controllers.PingControllerTest] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
00:37:53.249 [ForkJoinPool-1-worker-0] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [org.carlspring.strongbox.controllers.PingControllerTest], using SpringBootContextLoader
00:37:53.249 [ForkJoinPool-1-worker-1] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [org.carlspring.strongbox.controllers.configuration.security.ldap.LdapAuthenticatorConfigurationControllerTest], using SpringBootContextLoader
00:37:53.264 [ForkJoinPool-1-worker-0] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.carlspring.strongbox.controllers.PingControllerTest]: class path resource [org/carlspring/strongbox/controllers/PingControllerTest-context.xml] does not exist
00:37:53.264 [ForkJoinPool-1-worker-1] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.carlspring.strongbox.controllers.configuration.security.ldap.LdapAuthenticatorConfigurationControllerTest]: class path resource [org/carlspring/strongbox/controllers/configuration/security/ldap/LdapAuthenticatorConfigurationControllerTest-context.xml] does not exist
00:37:53.280 [ForkJoinPool-1-worker-1] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.carlspring.strongbox.controllers.configuration.security.ldap.LdapAuthenticatorConfigurationControllerTest]: class path resource [org/carlspring/strongbox/controllers/configuration/security/ldap/LdapAuthenticatorConfigurationControllerTestContext.groovy] does not exist
00:37:53.280 [ForkJoinPool-1-worker-1] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [org.carlspring.strongbox.controllers.configuration.security.ldap.LdapAuthenticatorConfigurationControllerTest]: no resource found for suffixes {-context.xml, Context.groovy}.
00:37:53.280 [ForkJoinPool-1-worker-0] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.carlspring.strongbox.controllers.PingControllerTest]: class path resource [org/carlspring/strongbox/controllers/PingControllerTestContext.groovy] does not exist
00:37:53.280 [ForkJoinPool-1-worker-0] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [org.carlspring.strongbox.controllers.PingControllerTest]: no resource found for suffixes {-context.xml, Context.groovy}.
00:37:53.719 [ForkJoinPool-1-worker-0] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Merging default listeners with listeners configured via @TestExecutionListeners for class [org.carlspring.strongbox.controllers.PingControllerTest].
00:37:53.719 [ForkJoinPool-1-worker-0] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [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.security.test.context.support.WithSecurityContextTestExecutionListener, org.springframework.security.test.context.support.ReactorContextTestExecutionListener, 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]
00:37:53.719 [ForkJoinPool-1-worker-1] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Merging default listeners with listeners configured via @TestExecutionListeners for class [org.carlspring.strongbox.controllers.configuration.security.ldap.LdapAuthenticatorConfigurationControllerTest].
00:37:53.719 [ForkJoinPool-1-worker-1] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [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.security.test.context.support.WithSecurityContextTestExecutionListener, org.springframework.security.test.context.support.ReactorContextTestExecutionListener, 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]
00:37:53.765 [ForkJoinPool-1-worker-0] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@3e1133f4, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4a029a42, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@716504fa, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@6b58bea3, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5c61beaf, org.springframework.test.context.transaction.TransactionalTestExecutionListener@26fefeb, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@5bf46988, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener@757769f3, org.springframework.security.test.context.support.ReactorContextTestExecutionListener@24b23534, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@595f96fe, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@211f1c74, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@6fe9d155, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@5a474209, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@7f8ac7d9, org.carlspring.strongbox.rest.common.RestAssuredTestExecutionListener@26af88e0, org.carlspring.strongbox.data.CacheManagerTestExecutionListener@76d8619]
00:37:53.765 [ForkJoinPool-1-worker-1] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@4475af82, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@14d4d3d0, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@479975e1, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@6781bf9, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6f98ad0b, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5de0a97b, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@51daf95b, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener@17bb974a, org.springframework.security.test.context.support.ReactorContextTestExecutionListener@3d619043, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@65124de5, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@6304603d, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@28cebad0, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@191cd402, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@6e16cfa1, org.carlspring.strongbox.rest.common.RestAssuredTestExecutionListener@2ed34fd6, org.carlspring.strongbox.data.CacheManagerTestExecutionListener@739678e6]
00:37:53.765 [ForkJoinPool-1-worker-1] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener - Before test class: context [DefaultTestContext@65777b9b testClass = LdapAuthenticatorConfigurationControllerTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@7a4fe39d testClass = LdapAuthenticatorConfigurationControllerTest, locations = '{}', classes = '{class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig, class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig}', contextInitializerClasses = '[]', activeProfiles = '{LdapAuthenticatorConfigurationControllerTest, test}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2a84f85b, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@241c4b1d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@7e17609d, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@19233c7c], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> true]], class annotated with @DirtiesContext [false] with mode [null].
00:37:53.781 [ForkJoinPool-1-worker-0] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener - Before test class: context [DefaultTestContext@cdf2976 testClass = PingControllerTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@18aead37 testClass = PingControllerTest, locations = '{}', classes = '{class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig, class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig}', contextInitializerClasses = '[]', activeProfiles = '{test}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2a84f85b, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@241c4b1d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@7e17609d, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@19233c7c], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> true]], class annotated with @DirtiesContext [false] with mode [null].
00:37:53.881 [ForkJoinPool-1-worker-1] DEBUG org.springframework.test.context.support.TestPropertySourceUtils - Adding inlined properties to environment: {spring.jmx.enabled=false, org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true, server.port=-1}
00:37:57.098 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/annotation/Retention;)"
00:37:57.098 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=interface java.lang.annotation.Retention
00:37:57.098 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/annotation/Retention;: Defined type "Ljava/lang/annotation/Retention;"
00:37:57.098 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/AssertionError;)"
00:37:57.098 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=class java.lang.AssertionError
00:37:57.098 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/AssertionError;: Defined type "Ljava/lang/AssertionError;"
00:37:57.098 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/Boolean;)"
00:37:57.098 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=class java.lang.Boolean
00:37:57.098 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/Boolean;: Defined type "Ljava/lang/Boolean;"
00:37:57.098 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/Byte;)"
00:37:57.098 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=class java.lang.Byte
00:37:57.098 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/Byte;: Defined type "Ljava/lang/Byte;"
00:37:57.098 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/Character;)"
00:37:57.098 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=class java.lang.Character
00:37:57.098 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/Character;: Defined type "Ljava/lang/Character;"
00:37:57.098 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/Class;)"
00:37:57.098 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=class java.lang.Class
00:37:57.098 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/Class;: Defined type "Ljava/lang/Class;"
00:37:57.098 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/Cloneable;)"
00:37:57.098 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=interface java.lang.Cloneable
00:37:57.098 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/Cloneable;: Defined type "Ljava/lang/Cloneable;"
00:37:57.098 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/Double;)"
00:37:57.098 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=class java.lang.Double
00:37:57.098 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/Double;: Defined type "Ljava/lang/Double;"
00:37:57.098 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/Enum;)"
00:37:57.098 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=class java.lang.Enum
00:37:57.098 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/Enum;: Defined type "Ljava/lang/Enum;"
00:37:57.098 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/Error;)"
00:37:57.113 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=class java.lang.Error
00:37:57.113 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/Error;: Defined type "Ljava/lang/Error;"
00:37:57.113 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/Exception;)"
00:37:57.113 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=class java.lang.Exception
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/Exception;: Defined type "Ljava/lang/Exception;"
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/Float;)"
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=class java.lang.Float
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/Float;: Defined type "Ljava/lang/Float;"
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/Integer;)"
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=class java.lang.Integer
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/Integer;: Defined type "Ljava/lang/Integer;"
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/Iterable;)"
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=interface java.lang.Iterable
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/Iterable;: Defined type "Ljava/lang/Iterable;"
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/Long;)"
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=class java.lang.Long
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/Long;: Defined type "Ljava/lang/Long;"
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/Object;)"
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=class java.lang.Object
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/Object;: Defined type "Ljava/lang/Object;"
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/Override;)"
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=interface java.lang.Override
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/Override;: Defined type "Ljava/lang/Override;"
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/RuntimeException;)"
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=class java.lang.RuntimeException
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/RuntimeException;: Defined type "Ljava/lang/RuntimeException;"
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/Short;)"
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=class java.lang.Short
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/Short;: Defined type "Ljava/lang/Short;"
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/String;)"
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=class java.lang.String
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/String;: Defined type "Ljava/lang/String;"
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/StringBuilder;)"
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=class java.lang.StringBuilder
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/StringBuilder;: Defined type "Ljava/lang/StringBuilder;"
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/System;)"
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=class java.lang.System
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/System;: Defined type "Ljava/lang/System;"
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/Throwable;)"
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=class java.lang.Throwable
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/Throwable;: Defined type "Ljava/lang/Throwable;"
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/io/Serializable;)"
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=interface java.io.Serializable
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/io/Serializable;: Defined type "Ljava/io/Serializable;"
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/util/Iterator;)"
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=interface java.util.Iterator
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/util/Iterator;: Defined type "Ljava/util/Iterator;"
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/CharSequence;)"
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=interface java.lang.CharSequence
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/CharSequence;: Defined type "Ljava/lang/CharSequence;"
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/StringBuffer;)"
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=class java.lang.StringBuffer
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/StringBuffer;: Defined type "Ljava/lang/StringBuffer;"
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/AbstractStringBuilder;)"
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=class java.lang.AbstractStringBuilder
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/AbstractStringBuilder;: Defined type "Ljava/lang/AbstractStringBuilder;"
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/Appendable;)"
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=interface java.lang.Appendable
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/Appendable;: Defined type "Ljava/lang/Appendable;"
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Lch/qos/logback/core/joran/conditional/PropertyWrapperForScripts;)"
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=class ch.qos.logback.core.joran.conditional.PropertyWrapperForScripts
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Lch/qos/logback/core/joran/conditional/PropertyWrapperForScripts;: Defined type "Lch/qos/logback/core/joran/conditional/PropertyWrapperForScripts;"
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Lch/qos/logback/core/spi/PropertyContainer;)"
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=interface ch.qos.logback.core.spi.PropertyContainer
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Lch/qos/logback/core/spi/PropertyContainer;: Defined type "Lch/qos/logback/core/spi/PropertyContainer;"
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Lch/qos/logback/core/joran/conditional/Condition;)"
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=interface ch.qos.logback.core.joran.conditional.Condition
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Lch/qos/logback/core/joran/conditional/Condition;: Defined type "Lch/qos/logback/core/joran/conditional/Condition;"
00:37:57.129 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.UnitCompiler | Applicable!
00:37:57.229 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/annotation/Retention;)"
00:37:57.240 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=interface java.lang.annotation.Retention
00:37:57.240 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/annotation/Retention;: Defined type "Ljava/lang/annotation/Retention;"
00:37:57.240 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/AssertionError;)"
00:37:57.240 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=class java.lang.AssertionError
00:37:57.240 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/AssertionError;: Defined type "Ljava/lang/AssertionError;"
00:37:57.240 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/Boolean;)"
00:37:57.240 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=class java.lang.Boolean
00:37:57.240 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/Boolean;: Defined type "Ljava/lang/Boolean;"
00:37:57.248 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/Byte;)"
00:37:57.248 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=class java.lang.Byte
00:37:57.248 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/Byte;: Defined type "Ljava/lang/Byte;"
00:37:57.248 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/Character;)"
00:37:57.248 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=class java.lang.Character
00:37:57.248 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/Character;: Defined type "Ljava/lang/Character;"
00:37:57.248 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/Class;)"
00:37:57.250 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=class java.lang.Class
00:37:57.250 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/Class;: Defined type "Ljava/lang/Class;"
00:37:57.250 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/Cloneable;)"
00:37:57.250 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=interface java.lang.Cloneable
00:37:57.250 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/Cloneable;: Defined type "Ljava/lang/Cloneable;"
00:37:57.250 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/Double;)"
00:37:57.250 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=class java.lang.Double
00:37:57.250 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/Double;: Defined type "Ljava/lang/Double;"
00:37:57.250 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/Enum;)"
00:37:57.250 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=class java.lang.Enum
00:37:57.250 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/Enum;: Defined type "Ljava/lang/Enum;"
00:37:57.250 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/Error;)"
00:37:57.250 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=class java.lang.Error
00:37:57.250 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/Error;: Defined type "Ljava/lang/Error;"
00:37:57.250 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/Exception;)"
00:37:57.250 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=class java.lang.Exception
00:37:57.260 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/Exception;: Defined type "Ljava/lang/Exception;"
00:37:57.260 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/Float;)"
00:37:57.260 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=class java.lang.Float
00:37:57.260 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/Float;: Defined type "Ljava/lang/Float;"
00:37:57.260 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/Integer;)"
00:37:57.260 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=class java.lang.Integer
00:37:57.260 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/Integer;: Defined type "Ljava/lang/Integer;"
00:37:57.260 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/Iterable;)"
00:37:57.260 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=interface java.lang.Iterable
00:37:57.260 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/Iterable;: Defined type "Ljava/lang/Iterable;"
00:37:57.260 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/Long;)"
00:37:57.260 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=class java.lang.Long
00:37:57.260 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/Long;: Defined type "Ljava/lang/Long;"
00:37:57.260 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/Object;)"
00:37:57.260 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=class java.lang.Object
00:37:57.260 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/Object;: Defined type "Ljava/lang/Object;"
00:37:57.260 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/Override;)"
00:37:57.260 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=interface java.lang.Override
00:37:57.260 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/Override;: Defined type "Ljava/lang/Override;"
00:37:57.260 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/RuntimeException;)"
00:37:57.260 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=class java.lang.RuntimeException
00:37:57.260 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/RuntimeException;: Defined type "Ljava/lang/RuntimeException;"
00:37:57.260 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/Short;)"
00:37:57.260 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=class java.lang.Short
00:37:57.260 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/Short;: Defined type "Ljava/lang/Short;"
00:37:57.260 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/String;)"
00:37:57.260 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=class java.lang.String
00:37:57.268 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/String;: Defined type "Ljava/lang/String;"
00:37:57.268 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/StringBuilder;)"
00:37:57.268 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=class java.lang.StringBuilder
00:37:57.268 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/StringBuilder;: Defined type "Ljava/lang/StringBuilder;"
00:37:57.268 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/System;)"
00:37:57.270 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=class java.lang.System
00:37:57.270 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/System;: Defined type "Ljava/lang/System;"
00:37:57.270 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/Throwable;)"
00:37:57.270 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=class java.lang.Throwable
00:37:57.270 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/Throwable;: Defined type "Ljava/lang/Throwable;"
00:37:57.270 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/io/Serializable;)"
00:37:57.270 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=interface java.io.Serializable
00:37:57.270 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/io/Serializable;: Defined type "Ljava/io/Serializable;"
00:37:57.270 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/util/Iterator;)"
00:37:57.270 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=interface java.util.Iterator
00:37:57.270 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/util/Iterator;: Defined type "Ljava/util/Iterator;"
00:37:57.270 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/CharSequence;)"
00:37:57.270 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=interface java.lang.CharSequence
00:37:57.270 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/CharSequence;: Defined type "Ljava/lang/CharSequence;"
00:37:57.270 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/StringBuffer;)"
00:37:57.270 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=class java.lang.StringBuffer
00:37:57.270 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/StringBuffer;: Defined type "Ljava/lang/StringBuffer;"
00:37:57.270 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/AbstractStringBuilder;)"
00:37:57.270 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=class java.lang.AbstractStringBuilder
00:37:57.270 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/AbstractStringBuilder;: Defined type "Ljava/lang/AbstractStringBuilder;"
00:37:57.270 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Ljava/lang/Appendable;)"
00:37:57.278 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=interface java.lang.Appendable
00:37:57.278 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Ljava/lang/Appendable;: Defined type "Ljava/lang/Appendable;"
00:37:57.278 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Lch/qos/logback/core/joran/conditional/PropertyWrapperForScripts;)"
00:37:57.278 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=class ch.qos.logback.core.joran.conditional.PropertyWrapperForScripts
00:37:57.278 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Lch/qos/logback/core/joran/conditional/PropertyWrapperForScripts;: Defined type "Lch/qos/logback/core/joran/conditional/PropertyWrapperForScripts;"
00:37:57.280 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Lch/qos/logback/core/spi/PropertyContainer;)"
00:37:57.280 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=interface ch.qos.logback.core.spi.PropertyContainer
00:37:57.280 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Lch/qos/logback/core/spi/PropertyContainer;: Defined type "Lch/qos/logback/core/spi/PropertyContainer;"
00:37:57.290 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | About to call "findIClass(Lch/qos/logback/core/joran/conditional/Condition;)"
00:37:57.290 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.ClassLoaderIClassLoader | clazz=interface ch.qos.logback.core.joran.conditional.Condition
00:37:57.290 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.IClassLoader | Lch/qos/logback/core/joran/conditional/Condition;: Defined type "Lch/qos/logback/core/joran/conditional/Condition;"
00:37:57.290 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.codehaus.janino.UnitCompiler | Applicable!
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.1.5.RELEASE)
00:37:57.502 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.carlspring.strongbox.booters.ResourcesBooter | Resource already exists, skip [C:\Users\fuss\IdeaProjects\strongbox\strongbox-web-core\target\strongbox\etc\conf\strongbox-security-users.yaml].
00:37:57.517 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.carlspring.strongbox.booters.ResourcesBooter | Resource already exists, skip [C:\Users\fuss\IdeaProjects\strongbox\strongbox-web-core\target\strongbox\etc\conf\strongbox-cron-tasks.yaml].
00:37:57.517 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.carlspring.strongbox.booters.ResourcesBooter | Resource already exists, skip [C:\Users\fuss\IdeaProjects\strongbox\strongbox-web-core\target\strongbox\etc\conf\strongbox-cron-tasks.yaml].
00:37:57.517 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.carlspring.strongbox.booters.ResourcesBooter | Resource already exists, skip [C:\Users\fuss\IdeaProjects\strongbox\strongbox-web-core\target\strongbox\etc\conf\strongbox-cron-tasks.yaml].
00:37:57.517 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.carlspring.strongbox.booters.ResourcesBooter | Resource already exists, skip [C:\Users\fuss\IdeaProjects\strongbox\strongbox-web-core\target\strongbox\etc\conf\strongbox-cron-tasks.yaml].
00:37:57.517 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.carlspring.strongbox.booters.ResourcesBooter | Resource already exists, skip [C:\Users\fuss\IdeaProjects\strongbox\strongbox-web-core\target\strongbox\etc\conf\strongbox.yaml].
00:37:57.540 19-09-2019 | INFO | kJoinPool-1-worker-1 | c.s.l.LdapAuthenticatorConfigurationControllerTest | Starting LdapAuthenticatorConfigurationControllerTest on FUSIK-LAPTOP with PID 195256 (started by fuss in C:\Users\fuss\IdeaProjects\strongbox\strongbox-web-core)
00:37:57.540 19-09-2019 | INFO | kJoinPool-1-worker-1 | c.s.l.LdapAuthenticatorConfigurationControllerTest | The following profiles are active: LdapAuthenticatorConfigurationControllerTest,test
00:38:09.040 19-09-2019 | INFO | kJoinPool-1-worker-1 | o.c.strongbox.config.orientdb.OrientDbProfile | Bootstrap OrientDB connection properties with profile [orientdb_MEMORY].
00:38:09.091 19-09-2019 | INFO | kJoinPool-1-worker-1 | o.c.s.config.orientdb.InMemoryOrientDbConfig | Initialize In-Memory OrientDB server for [strongbox]
00:38:09.132 19-09-2019 | INFO | kJoinPool-1-worker-1 | unknown.jul.logger | 8451756032 B/8060 MB/7 GB of physical memory were detected on machine
00:38:09.140 19-09-2019 | INFO | kJoinPool-1-worker-1 | unknown.jul.logger | Detected memory limit for current process is 8451756032 B/8060 MB/7 GB
00:38:09.142 19-09-2019 | INFO | kJoinPool-1-worker-1 | unknown.jul.logger | OrientDB auto-config DISKCACHE=5 101MB (heap=910MB os=8 060MB)
00:38:09.233 19-09-2019 | INFO | kJoinPool-1-worker-1 | o.c.s.config.orientdb.InMemoryOrientDbConfig | Creating database [strongbox]...
00:38:21.122 19-09-2019 | INFO | kJoinPool-1-worker-1 | com.hazelcast.instance.AddressPicker | [LOCAL] [strongbox] [3.11.4] Prefer IPv4 stack is true, prefer IPv6 addresses is false
00:38:21.454 19-09-2019 | INFO | kJoinPool-1-worker-1 | com.hazelcast.instance.AddressPicker | [LOCAL] [strongbox] [3.11.4] Picked [192.168.99.1]:5701, using socket ServerSocket[addr=/0:0:0:0:0:0:0:0,localport=5701], bind any local is true
00:38:21.492 19-09-2019 | INFO | kJoinPool-1-worker-1 | com.hazelcast.system | [192.168.99.1]:5701 [strongbox] [3.11.4] Hazelcast 3.11.4 (20190509 - d5ad9d4) starting at [192.168.99.1]:5701
00:38:21.492 19-09-2019 | INFO | kJoinPool-1-worker-1 | com.hazelcast.system | [192.168.99.1]:5701 [strongbox] [3.11.4] Copyright (c) 2008-2019, Hazelcast, Inc. All Rights Reserved.
00:38:21.492 19-09-2019 | INFO | kJoinPool-1-worker-1 | com.hazelcast.instance.Node | [192.168.99.1]:5701 [strongbox] [3.11.4] A non-empty group password is configured for the Hazelcast member. Starting with Hazelcast version 3.8.2, members with the same group name, but with different group passwords (that do not use authentication) form a cluster. The group password configuration will be removed completely in a future release.
00:38:21.937 19-09-2019 | INFO | kJoinPool-1-worker-1 | c.h.s.i.o.impl.BackpressureRegulator | [192.168.99.1]:5701 [strongbox] [3.11.4] Backpressure is disabled
00:38:22.946 19-09-2019 | INFO | kJoinPool-1-worker-1 | c.h.s.i.o.impl.OperationExecutorImpl | [192.168.99.1]:5701 [strongbox] [3.11.4] Starting 4 partition threads and 3 generic threads (1 dedicated for priority tasks)
00:38:22.946 19-09-2019 | INFO | kJoinPool-1-worker-1 | com.hazelcast.internal.diagnostics.Diagnostics | [192.168.99.1]:5701 [strongbox] [3.11.4] Diagnostics disabled. To enable add -Dhazelcast.diagnostics.enabled=true to the JVM arguments.
00:38:22.946 19-09-2019 | INFO | kJoinPool-1-worker-1 | com.hazelcast.core.LifecycleService | [192.168.99.1]:5701 [strongbox] [3.11.4] [192.168.99.1]:5701 is STARTING
00:38:22.977 19-09-2019 | WARN | kJoinPool-1-worker-1 | com.hazelcast.instance.Node | [192.168.99.1]:5701 [strongbox] [3.11.4] No join method is enabled! Starting standalone.
00:38:23.024 19-09-2019 | INFO | kJoinPool-1-worker-1 | com.hazelcast.core.LifecycleService | [192.168.99.1]:5701 [strongbox] [3.11.4] [192.168.99.1]:5701 is STARTED
00:38:24.883 19-09-2019 | INFO | kJoinPool-1-worker-1 | o.c.s.p.datastore.FileSystemStorageProvider | Registered storage provider 'org.carlspring.strongbox.providers.datastore.FileSystemStorageProvider' with alias 'file-system'.
00:38:24.934 19-09-2019 | INFO | kJoinPool-1-worker-1 | o.c.s.providers.datastore.StorageProviderRegistry | Initialized the storage provider registry.
00:38:26.942 19-09-2019 | INFO | kJoinPool-1-worker-1 | o.c.s.s.v.a.ArtifactCoordinatesValidatorRegistry | Initialized the artifact coordinates validator registry.
00:38:26.993 19-09-2019 | INFO | kJoinPool-1-worker-1 | o.c.s.s.v.deployment.RedeploymentValidator | Registered artifact coordinates validator 'org.carlspring.strongbox.storage.validation.deployment.RedeploymentValidator' with alias 'redeployment-validator'.
00:38:27.063 19-09-2019 | INFO | kJoinPool-1-worker-1 | o.c.s.s.v.version.MavenReleaseVersionValidator | Registered artifact coordinates validator 'org.carlspring.strongbox.storage.validation.version.MavenReleaseVersionValidator' with alias 'maven-release-version-validator'.
00:38:27.132 19-09-2019 | INFO | kJoinPool-1-worker-1 | o.c.s.s.v.version.MavenSnapshotVersionValidator | Registered artifact coordinates validator 'org.carlspring.strongbox.storage.validation.version.MavenSnapshotVersionValidator' with alias 'maven-snapshot-version-validator'.
00:38:27.184 19-09-2019 | INFO | kJoinPool-1-worker-1 | o.c.s.providers.layout.Maven2LayoutProvider | Registered layout provider 'org.carlspring.strongbox.providers.layout.Maven2LayoutProvider' with alias 'Maven 2'.
00:38:27.497 19-09-2019 | INFO | kJoinPool-1-worker-1 | o.c.s.s.v.a.version.GenericReleaseVersionValidator | Registered artifact coordinates validator 'org.carlspring.strongbox.storage.validation.artifact.version.GenericReleaseVersionValidator' with alias 'generic-release-version-validator'.
00:38:27.578 19-09-2019 | INFO | kJoinPool-1-worker-1 | o.c.s.s.v.a.v.GenericSnapshotVersionValidator | Registered artifact coordinates validator 'org.carlspring.strongbox.storage.validation.artifact.version.GenericSnapshotVersionValidator' with alias 'generic-snapshot-version-validator'.
00:38:27.586 19-09-2019 | INFO | kJoinPool-1-worker-1 | o.c.strongbox.providers.layout.NugetLayoutProvider | Registered layout provider 'org.carlspring.strongbox.providers.layout.NugetLayoutProvider' with alias 'NuGet'.
00:38:27.689 19-09-2019 | INFO | kJoinPool-1-worker-1 | o.c.strongbox.event.EventExecutorFactoryBean | Using [class org.springframework.core.task.SyncTaskExecutor] executor for Async events.
00:38:27.810 19-09-2019 | INFO | kJoinPool-1-worker-1 | o.c.strongbox.providers.layout.NpmLayoutProvider | Registered layout provider 'org.carlspring.strongbox.providers.layout.NpmLayoutProvider' with alias 'npm'.
00:38:27.858 19-09-2019 | INFO | kJoinPool-1-worker-1 | o.c.strongbox.providers.layout.PypiLayoutProvider | Registered layout provider 'org.carlspring.strongbox.providers.layout.PypiLayoutProvider' with alias 'PyPi'.
00:38:27.931 19-09-2019 | INFO | kJoinPool-1-worker-1 | o.c.strongbox.providers.layout.RawLayoutProvider | Registered layout provider 'org.carlspring.strongbox.providers.layout.RawLayoutProvider' with alias 'Raw'.
00:38:27.951 19-09-2019 | INFO | kJoinPool-1-worker-1 | o.c.s.providers.layout.LayoutProviderRegistry | Initialized the layout provider registry.
00:38:30.207 19-09-2019 | INFO | stance.HealthMonitor | com.hazelcast.internal.diagnostics.HealthMonitor | [192.168.99.1]:5701 [strongbox] [3.11.4] processors=4, physical.memory.total=7,9G, physical.memory.free=331,6M, swap.space.total=18,4G, swap.space.free=5,7G, heap.memory.used=336,3M, heap.memory.free=403,7M, heap.memory.total=740,0M, heap.memory.max=910,5M, heap.memory.used/total=45,45%, heap.memory.used/max=36,94%, minor.gc.count=14, minor.gc.time=377ms, major.gc.count=3, major.gc.time=909ms, load.process=71,96%, load.system=99,64%, load.systemAverage=n/a thread.count=47, thread.peakCount=48, cluster.timeDiff=0, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.client.query.size=0, executor.q.client.blocking.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=1, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=0, operations.pending.invocations.percentage=0,00%, operations.pending.invocations.count=0, proxy.count=0, clientEndpoint.count=0, connection.active.count=0, client.connection.count=0, connection.count=0
00:38:30.875 19-09-2019 | INFO | kJoinPool-1-worker-1 | o.c.s.s.v.a.version.SemanticVersioningValidator | Registered artifact coordinates validator 'org.carlspring.strongbox.storage.validation.artifact.version.SemanticVersioningValidator' with alias 'semantic-version-validator'.
00:38:30.891 19-09-2019 | INFO | kJoinPool-1-worker-1 | o.c.s.s.v.groupid.MavenGroupIdLowercaseValidator | Registered artifact coordinates validator 'org.carlspring.strongbox.storage.validation.groupid.MavenGroupIdLowercaseValidator' with alias 'maven-groupid-lowercase-validator'.
00:38:30.891 19-09-2019 | INFO | kJoinPool-1-worker-1 | o.c.s.s.v.a.MavenArtifactIdLowercaseValidator | Registered artifact coordinates validator 'org.carlspring.strongbox.storage.validation.artifactid.MavenArtifactIdLowercaseValidator' with alias 'maven-artifactid-lowercase-validator'.
00:38:30.938 19-09-2019 | INFO | kJoinPool-1-worker-1 | o.c.s.providers.AbstractMappedProviderRegistry | Registered repository provider 'org.carlspring.strongbox.providers.repository.ProxyRepositoryProvider$$EnhancerBySpringCGLIB$$27b290d' with alias 'proxy'.
00:38:30.954 19-09-2019 | INFO | kJoinPool-1-worker-1 | o.c.s.providers.AbstractMappedProviderRegistry | Registered repository provider 'org.carlspring.strongbox.providers.repository.HostedRepositoryProvider$$EnhancerBySpringCGLIB$$5b4bd312' with alias 'hosted'.
00:38:30.954 19-09-2019 | INFO | kJoinPool-1-worker-1 | o.c.s.providers.AbstractMappedProviderRegistry | Registered repository provider 'org.carlspring.strongbox.providers.repository.GroupRepositoryProvider$$EnhancerBySpringCGLIB$$73835120' with alias 'group'.
00:38:30.954 19-09-2019 | INFO | kJoinPool-1-worker-1 | o.c.s.p.repository.RepositoryProviderRegistry | Initialized the repository provider registry.
00:38:31.396 19-09-2019 | INFO | kJoinPool-1-worker-1 | o.c.s.d.snippet.CompatibleDependencyFormatRegistry | Initialized the dependency snippet provider registry.
00:38:32.638 19-09-2019 | INFO | kJoinPool-1-worker-1 | s.c.c.s.l.LdapAuthenticatorConfigurationController | LdapAuthenticatorConfigurationController.postConstruct [org.carlspring.strongbox.controllers.configuration.security.ldap.LdapAuthenticatorConfigurationController@19a04d39][org.springframework.web.context.support.GenericWebApplicationContext@6f26b754, started on Thu Sep 19 00:37:57 CEST 2019]
00:38:33.828 19-09-2019 | INFO | kJoinPool-1-worker-1 | .r.r.h.RemoteRepositoriesHeartbeatMonitorInitiator | Remote repository https://repository.apache.org/snapshots/ scheduled for monitoring with interval seconds 60
00:38:33.828 19-09-2019 | INFO | kJoinPool-1-worker-1 | .r.r.h.RemoteRepositoriesHeartbeatMonitorInitiator | Remote repository http://dev.carlspring.org/nexus/content/groups/carlspring scheduled for monitoring with interval seconds 60
00:38:33.828 19-09-2019 | INFO | kJoinPool-1-worker-1 | .r.r.h.RemoteRepositoriesHeartbeatMonitorInitiator | Remote repository http://repository.jboss.org/nexus/content/groups/public-jboss/ scheduled for monitoring with interval seconds 60
00:38:33.831 19-09-2019 | INFO | kJoinPool-1-worker-1 | .r.r.h.RemoteRepositoriesHeartbeatMonitorInitiator | Remote repository https://repo.maven.apache.org/maven2/ scheduled for monitoring with interval seconds 60
00:38:33.831 19-09-2019 | INFO | kJoinPool-1-worker-1 | .r.r.h.RemoteRepositoriesHeartbeatMonitorInitiator | Remote repository https://maven.oracle.com scheduled for monitoring with interval seconds 60
00:38:33.859 19-09-2019 | INFO | kJoinPool-1-worker-1 | .r.r.h.RemoteRepositoriesHeartbeatMonitorInitiator | Remote repository https://www.nuget.org/api/v2 scheduled for monitoring with interval seconds 60
00:38:33.861 19-09-2019 | INFO | kJoinPool-1-worker-1 | .r.r.h.RemoteRepositoriesHeartbeatMonitorInitiator | Remote repository https://repo.typesafe.com/typesafe/ivy-releases scheduled for monitoring with interval seconds 60
00:38:33.861 19-09-2019 | INFO | kJoinPool-1-worker-1 | .r.r.h.RemoteRepositoriesHeartbeatMonitorInitiator | Remote repository https://repo.typesafe.com/typesafe/releases scheduled for monitoring with interval seconds 60
00:38:33.861 19-09-2019 | INFO | kJoinPool-1-worker-1 | .r.r.h.RemoteRepositoriesHeartbeatMonitorInitiator | Remote repository https://registry.npmjs.org/ scheduled for monitoring with interval seconds 60
00:38:33.861 19-09-2019 | INFO | kJoinPool-1-worker-1 | .r.r.h.RemoteRepositoriesHeartbeatMonitorInitiator | Remote repository https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases scheduled for monitoring with interval seconds 60
00:38:33.861 19-09-2019 | INFO | kJoinPool-1-worker-1 | .r.r.h.RemoteRepositoriesHeartbeatMonitorInitiator | Remote repository http://repo.spring.io/milestone scheduled for monitoring with interval seconds 60
00:38:33.861 19-09-2019 | INFO | kJoinPool-1-worker-1 | .r.r.h.RemoteRepositoriesHeartbeatMonitorInitiator | Remote repository http://repo.spring.io/libs-release scheduled for monitoring with interval seconds 60
00:38:33.861 19-09-2019 | INFO | kJoinPool-1-worker-1 | .r.r.h.RemoteRepositoriesHeartbeatMonitorInitiator | Remote repository http://repo.spring.io/snapshot scheduled for monitoring with interval seconds 60
00:38:35.350 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.quartz.impl.StdSchedulerFactory | Using default implementation for ThreadExecutor
00:38:35.380 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.quartz.core.SchedulerSignalerImpl | Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
00:38:35.380 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.quartz.core.QuartzScheduler | Quartz Scheduler v.2.3.1 created.
00:38:35.380 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.quartz.simpl.RAMJobStore | RAMJobStore initialized.
00:38:35.388 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.quartz.core.QuartzScheduler | Scheduler meta-data: Quartz Scheduler (v2.3.1) 'schedulerFactoryBean' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool' - with -1 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
00:38:35.388 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.quartz.impl.StdSchedulerFactory | Quartz scheduler 'schedulerFactoryBean' initialized from an externally provided properties instance.
00:38:35.388 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.quartz.impl.StdSchedulerFactory | Quartz scheduler version: 2.3.1
00:38:35.388 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.quartz.core.QuartzScheduler | JobFactory set to: org.carlspring.strongbox.cron.config.AutowiringSpringBeanJobFactory@368b8d5d
00:38:41.041 19-09-2019 | WARN | kJoinPool-1-worker-1 | o.a.directory.server.core.DefaultDirectoryService | ApacheDS shutdown hook has NOT been registered with the runtime. This default setting for standalone operation has been overriden.
00:38:41.627 19-09-2019 | ERROR | kJoinPool-1-worker-1 | o.a.d.s.s.registries.DefaultAttributeTypeRegistry | attributeType w/ OID 2.5.4.16 not registered!
00:38:42.180 19-09-2019 | INFO | kJoinPool-1-worker-1 | o.a.directory.server.core.security.TlsKeyGenerator | Keys and self signed certificate successfully generated.
00:38:42.615 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.apache.directory.server.ldap.LdapServer | Successful bind of an LDAP Service (53389) is completed.
00:38:42.615 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.apache.directory.server.ldap.LdapServer | Ldap service started.
00:38:42.645 19-09-2019 | WARN | kJoinPool-1-worker-1 | org.apache.directory.shared.ldap.ldif.LdifReader | No version information : assuming version: 1
00:38:42.655 19-09-2019 | INFO | kJoinPool-1-worker-1 | o.a.d.server.protocol.shared.store.LdifFileLoader | Found null, will not create.
00:38:42.665 19-09-2019 | INFO | kJoinPool-1-worker-1 | o.a.d.server.protocol.shared.store.LdifFileLoader | Created null.
00:38:42.675 19-09-2019 | INFO | kJoinPool-1-worker-1 | o.a.d.server.protocol.shared.store.LdifFileLoader | Created null.
00:38:42.683 19-09-2019 | INFO | kJoinPool-1-worker-1 | o.a.d.server.protocol.shared.store.LdifFileLoader | Created null.
00:38:42.685 19-09-2019 | INFO | kJoinPool-1-worker-1 | o.a.d.server.protocol.shared.store.LdifFileLoader | Created null.
00:38:42.685 19-09-2019 | INFO | kJoinPool-1-worker-1 | o.a.d.server.protocol.shared.store.LdifFileLoader | Created null.
00:38:42.696 19-09-2019 | INFO | kJoinPool-1-worker-1 | o.a.d.server.protocol.shared.store.LdifFileLoader | Created null.
00:38:42.706 19-09-2019 | INFO | kJoinPool-1-worker-1 | o.a.d.server.protocol.shared.store.LdifFileLoader | Created null.
00:38:42.716 19-09-2019 | INFO | kJoinPool-1-worker-1 | o.a.d.server.protocol.shared.store.LdifFileLoader | Created null.
00:38:42.726 19-09-2019 | INFO | kJoinPool-1-worker-1 | o.a.d.server.protocol.shared.store.LdifFileLoader | Created null.
00:38:42.734 19-09-2019 | INFO | kJoinPool-1-worker-1 | o.a.d.server.protocol.shared.store.LdifFileLoader | Created null.
00:38:42.736 19-09-2019 | INFO | kJoinPool-1-worker-1 | o.a.d.server.protocol.shared.store.LdifFileLoader | Created null.
00:38:42.807 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.carlspring.strongbox.booters.StorageBooter | Running Strongbox storage booter...
00:38:42.807 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.carlspring.strongbox.booters.StorageBooter | -> Creating storage directory skeleton...
00:38:42.807 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.carlspring.strongbox.booters.StorageBooter | * Initializing public...
00:38:42.807 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.carlspring.strongbox.booters.StorageBooter | * Initializing storage-common-proxies...
00:38:42.807 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.carlspring.strongbox.booters.StorageBooter | * Initializing storage-ivy-proxies...
00:38:42.807 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.carlspring.strongbox.booters.StorageBooter | * Initializing storage-npm...
00:38:42.807 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.carlspring.strongbox.booters.StorageBooter | * Initializing storage-nuget...
00:38:42.807 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.carlspring.strongbox.booters.StorageBooter | * Initializing storage-pypi...
00:38:42.807 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.carlspring.strongbox.booters.StorageBooter | * Initializing storage-raw...
00:38:42.807 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.carlspring.strongbox.booters.StorageBooter | * Initializing storage-sbt-proxies...
00:38:42.807 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.carlspring.strongbox.booters.StorageBooter | * Initializing storage-springsource-proxies...
00:38:42.807 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.carlspring.strongbox.booters.StorageBooter | * Initializing storage-third-party...
00:38:42.807 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.carlspring.strongbox.booters.StorageBooter | * Initializing storage0...
00:38:42.837 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.carlspring.strongbox.booters.StorageBooter | -> Initializing repositories...
00:38:42.837 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.carlspring.strongbox.booters.StorageBooter | * Initializing storage0:releases...
00:38:43.009 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.carlspring.strongbox.booters.StorageBooter | * Initializing storage0:snapshots...
00:38:43.059 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.carlspring.strongbox.booters.StorageBooter | * Initializing storage-common-proxies:carlspring...
00:38:43.090 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.carlspring.strongbox.booters.StorageBooter | * Initializing storage-common-proxies:maven-central...
00:38:43.120 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.carlspring.strongbox.booters.StorageBooter | * Initializing storage-common-proxies:apache-snapshots...
00:38:43.150 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.carlspring.strongbox.booters.StorageBooter | * Initializing storage-common-proxies:jboss-public-releases...
00:38:43.180 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.carlspring.strongbox.booters.StorageBooter | * Initializing storage-springsource-proxies:springsource-snapshots...
00:38:43.211 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.carlspring.strongbox.booters.StorageBooter | * Initializing storage-springsource-proxies:springsource-releases...
00:38:43.239 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.carlspring.strongbox.booters.StorageBooter | * Initializing storage-springsource-proxies:springsource-milestones...
00:38:43.261 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.carlspring.strongbox.booters.StorageBooter | * Initializing storage-ivy-proxies:typesafe-releases...
00:38:43.312 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.carlspring.strongbox.booters.StorageBooter | * Initializing storage-ivy-proxies:typesafe-ivy-releases...
00:38:43.342 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.carlspring.strongbox.booters.StorageBooter | * Initializing storage-sbt-proxies:sbt-plugin-releases...
00:38:43.382 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.carlspring.strongbox.booters.StorageBooter | * Initializing storage-third-party:third-party...
00:38:43.423 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.carlspring.strongbox.booters.StorageBooter | * Initializing public:maven-group...
00:38:43.554 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.carlspring.strongbox.booters.StorageBooter | * Initializing storage-npm:npmjs...
00:38:44.019 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.carlspring.strongbox.booters.StorageBooter | * Initializing public:npm-group...
00:38:44.100 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.carlspring.strongbox.booters.StorageBooter | * Initializing storage-common-proxies:nuget.org...
00:38:44.171 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.carlspring.strongbox.booters.StorageBooter | * Initializing storage-third-party:nuget-third-party...
00:38:44.201 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.carlspring.strongbox.booters.StorageBooter | * Initializing public:nuget-group...
00:38:44.221 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.carlspring.strongbox.booters.StorageBooter | * Initializing storage-common-proxies:group-common-proxies...
00:38:44.259 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.carlspring.strongbox.booters.StorageBooter | * Initializing storage-common-proxies:maven-oracle...
00:38:44.292 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.carlspring.strongbox.booters.StorageBooter | * Initializing storage-ivy-proxies:group-ivy-proxies...
00:38:44.340 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.carlspring.strongbox.booters.StorageBooter | * Initializing storage-npm:npm-releases...
00:38:44.360 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.carlspring.strongbox.booters.StorageBooter | * Initializing storage-nuget:nuget-releases...
00:38:44.382 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.carlspring.strongbox.booters.StorageBooter | * Initializing storage-pypi:pypi-releases...
00:38:44.433 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.carlspring.strongbox.booters.StorageBooter | * Initializing storage-raw:raw-releases...
00:38:44.564 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.carlspring.strongbox.booters.StorageBooter | * Initializing storage-sbt-proxies:group-sbt-proxies...
00:38:44.604 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.carlspring.strongbox.booters.StorageBooter | * Initializing storage-springsource-proxies:springsource-proxies...
00:38:46.204 19-09-2019 | INFO | kJoinPool-1-worker-1 | .d.s.w.PropertySourcedRequestMappingHandlerMapping | Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
00:38:48.039 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.eclipse.jetty.util.log | Logging initialized @57529ms to org.eclipse.jetty.util.log.Slf4jLog
00:38:48.380 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.eclipse.jetty.server.Server | jetty-9.4.18.v20190429; built: 2019-04-29T20:42:08.989Z; git: e1bc35120a6617ee3df052294e433f3a25ce7097; jvm 1.8.0_161-b12
00:38:48.712 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.eclipse.jetty.server.session | DefaultSessionIdManager workerName=node0
00:38:48.712 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.eclipse.jetty.server.session | No SessionScavenger set, using defaults
00:38:48.712 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.eclipse.jetty.server.session | node0 Scavenging every 660000ms
00:38:48.728 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.eclipse.jetty.server.handler.ContextHandler | Started o.s.b.w.e.j.JettyEmbeddedWebAppContext@59b9d607{application,/,[file:///C:/Users/fuss/IdeaProjects/strongbox/strongbox-web-core/target/strongbox-vault/tmp/jetty-docbase.7353146877132129988.-1/, file:///C:/Users/fuss/IdeaProjects/strongbox/strongbox-web-core/target/classes/META-INF/resources/, jar:file:/C:/Users/fuss/.m2/repository/org/webjars/orientdb-studio/2.2.0/orientdb-studio-2.2.0.jar!/META-INF/resources, jar:file:/C:/Users/fuss/.m2/repository/org/carlspring/strongbox/strongbox-db-import/1.0-SNAPSHOT/strongbox-db-import-1.0-SNAPSHOT-schema.jar!/META-INF/resources, jar:file:/C:/Users/fuss/.m2/repository/io/springfox/springfox-swagger-ui/2.9.2/springfox-swagger-ui-2.9.2.jar!/META-INF/resources],AVAILABLE}
00:38:48.728 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.eclipse.jetty.server.Server | Started @58230ms
00:38:48.893 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.jtwig.spring.boot.JtwigAutoConfiguration | Jtwig View Resolver configurer provided, applying custom configuration
00:38:49.335 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.jtwig.spring.boot.JtwigAutoConfiguration | Jtwig View Resolver bean added to the context
00:38:49.851 19-09-2019 | INFO | kJoinPool-1-worker-1 | c.h.internal.partition.impl.PartitionStateManager | [192.168.99.1]:5701 [strongbox] [3.11.4] Initializing cluster partition table arrangement...
00:38:52.215 19-09-2019 | INFO | stance.HealthMonitor | com.hazelcast.internal.diagnostics.HealthMonitor | [192.168.99.1]:5701 [strongbox] [3.11.4] processors=4, physical.memory.total=7,9G, physical.memory.free=469,1M, swap.space.total=18,4G, swap.space.free=5,5G, heap.memory.used=126,3M, heap.memory.free=790,2M, heap.memory.total=916,5M, heap.memory.max=916,5M, heap.memory.used/total=13,79%, heap.memory.used/max=13,79%, minor.gc.count=23, minor.gc.time=780ms, major.gc.count=4, major.gc.time=1396ms, load.process=77,75%, load.system=100,00%, load.systemAverage=n/a thread.count=64, thread.peakCount=64, cluster.timeDiff=0, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.client.query.size=0, executor.q.client.blocking.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=1, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=0, operations.pending.invocations.percentage=0,00%, operations.pending.invocations.count=0, proxy.count=0, clientEndpoint.count=0, connection.active.count=0, client.connection.count=0, connection.count=0
00:38:52.456 19-09-2019 | INFO | kJoinPool-1-worker-1 | s.d.s.web.plugins.DocumentationPluginsBootstrapper | Context refreshed
00:38:52.499 19-09-2019 | INFO | kJoinPool-1-worker-1 | s.d.s.web.plugins.DocumentationPluginsBootstrapper | Found 1 custom documentation plugin(s)
00:38:52.709 19-09-2019 | INFO | kJoinPool-1-worker-1 | s.d.spring.web.scanners.ApiListingReferenceScanner | Scanning for api listing references
00:38:53.196 19-09-2019 | WARN | kJoinPool-1-worker-1 | s.d.s.w.readers.parameter.ParameterDataTypeReader | Trying to infer dataType org.springframework.ui.ModelMap
00:38:53.212 19-09-2019 | WARN | kJoinPool-1-worker-1 | s.d.s.w.readers.parameter.ParameterDataTypeReader | Trying to infer dataType org.springframework.ui.ModelMap
00:38:53.212 19-09-2019 | WARN | kJoinPool-1-worker-1 | s.d.s.w.readers.parameter.ParameterDataTypeReader | Trying to infer dataType org.springframework.ui.ModelMap
00:38:53.426 19-09-2019 | WARN | kJoinPool-1-worker-1 | s.d.s.w.readers.parameter.ParameterDataTypeReader | Trying to infer dataType org.springframework.ui.ModelMap
00:38:53.486 19-09-2019 | INFO | kJoinPool-1-worker-1 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: deleteUsingDELETE_1
00:38:53.567 19-09-2019 | INFO | kJoinPool-1-worker-1 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: deleteUsingDELETE_2
00:38:53.658 19-09-2019 | INFO | kJoinPool-1-worker-1 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: greetUsingGET_1
00:38:53.668 19-09-2019 | INFO | kJoinPool-1-worker-1 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: searchUsingGET_1
00:38:53.708 19-09-2019 | INFO | kJoinPool-1-worker-1 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: downloadPackageUsingGET_1
00:38:53.716 19-09-2019 | INFO | kJoinPool-1-worker-1 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: downloadPackageUsingHEAD_1
00:38:53.779 19-09-2019 | INFO | kJoinPool-1-worker-1 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: greetUsingGET_2
00:38:53.799 19-09-2019 | INFO | kJoinPool-1-worker-1 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: greetUsingGET_3
00:38:53.827 19-09-2019 | INFO | kJoinPool-1-worker-1 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: handleUsingGET_1
00:38:53.837 19-09-2019 | INFO | kJoinPool-1-worker-1 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: handleUsingGET_2
00:38:53.839 19-09-2019 | INFO | kJoinPool-1-worker-1 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: handleUsingGET_3
00:38:53.839 19-09-2019 | INFO | kJoinPool-1-worker-1 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: handleUsingGET_4
00:38:53.848 19-09-2019 | INFO | kJoinPool-1-worker-1 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: handleUsingGET_5
00:38:53.850 19-09-2019 | INFO | kJoinPool-1-worker-1 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: handleUsingGET_6
00:38:53.850 19-09-2019 | INFO | kJoinPool-1-worker-1 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: handleUsingGET_7
00:38:53.860 19-09-2019 | INFO | kJoinPool-1-worker-1 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: handleUsingGET_8
00:38:53.929 19-09-2019 | INFO | kJoinPool-1-worker-1 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: downloadUsingGET_1
00:38:53.931 19-09-2019 | INFO | kJoinPool-1-worker-1 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: uploadUsingPUT_1
00:38:53.941 19-09-2019 | INFO | kJoinPool-1-worker-1 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: addUsingPUT_1
00:38:53.951 19-09-2019 | INFO | kJoinPool-1-worker-1 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: updateUsingPUT_1
00:38:53.961 19-09-2019 | INFO | kJoinPool-1-worker-1 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: searchUsingGET_2
00:38:54.001 19-09-2019 | INFO | kJoinPool-1-worker-1 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: setPortUsingPUT_1
00:38:54.191 19-09-2019 | INFO | kJoinPool-1-worker-1 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: deleteUsingDELETE_3
00:38:54.193 19-09-2019 | INFO | kJoinPool-1-worker-1 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: deleteUsingDELETE_4
00:38:54.203 19-09-2019 | INFO | kJoinPool-1-worker-1 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: undeleteUsingPOST_1
00:38:54.211 19-09-2019 | INFO | kJoinPool-1-worker-1 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: indexWithRouteUsingGET_1
00:38:54.213 19-09-2019 | INFO | kJoinPool-1-worker-1 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: createUsingPUT_1
00:38:54.213 19-09-2019 | INFO | kJoinPool-1-worker-1 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: deleteUsingDELETE_5
00:38:54.223 19-09-2019 | INFO | kJoinPool-1-worker-1 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: updateUsingPUT_2
00:38:54.243 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.quartz.core.QuartzScheduler | Scheduler schedulerFactoryBean_$_NON_CLUSTERED started.
00:38:55.254 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.eclipse.jetty.server.session | node0 Stopped scavenging
00:38:55.254 19-09-2019 | INFO | kJoinPool-1-worker-1 | org.eclipse.jetty.server.handler.ContextHandler | Stopped o.s.b.w.e.j.JettyEmbeddedWebAppContext@59b9d607{application,/,[file:///C:/Users/fuss/IdeaProjects/strongbox/strongbox-web-core/target/strongbox-vault/tmp/jetty-docbase.7353146877132129988.-1/, file:///C:/Users/fuss/IdeaProjects/strongbox/strongbox-web-core/target/classes/META-INF/resources/, jar:file:/C:/Users/fuss/.m2/repository/org/webjars/orientdb-studio/2.2.0/orientdb-studio-2.2.0.jar!/META-INF/resources, jar:file:/C:/Users/fuss/.m2/repository/org/carlspring/strongbox/strongbox-db-import/1.0-SNAPSHOT/strongbox-db-import-1.0-SNAPSHOT-schema.jar!/META-INF/resources, jar:file:/C:/Users/fuss/.m2/repository/io/springfox/springfox-swagger-ui/2.9.2/springfox-swagger-ui-2.9.2.jar!/META-INF/resources],UNAVAILABLE}
00:38:55.254 19-09-2019 | INFO | kJoinPool-1-worker-1 | o.c.s.authentication.ConfigurableProviderManager | Reloading Authentication.
00:38:55.270 19-09-2019 | INFO | kJoinPool-1-worker-1 | o.c.s.a.registry.AuthenticationProvidersRegistry | Reloading authentication configuration...
00:38:55.270 19-09-2019 | INFO | kJoinPool-1-worker-1 | o.c.s.resource.ConfigurationResourceResolver | Configuration resource [C:\Users\fuss\IdeaProjects\strongbox\strongbox-web-core\target/strongbox/webapp/WEB-INF/lib] does not exist, will try to resolve with configured location [strongbox.authentication.lib].
00:38:55.692 19-09-2019 | INFO | kJoinPool-1-worker-1 | o.c.s.a.registry.AuthenticationProvidersRegistry | Applying authentication configuration...
00:38:55.722 19-09-2019 | WARN | kJoinPool-1-worker-1 | o.c.s.a.registry.AuthenticationResourceManager | Could not store read-only resource [null].
00:38:55.742 19-09-2019 | INFO | kJoinPool-1-worker-1 | c.s.l.LdapAuthenticatorConfigurationControllerTest | Started LdapAuthenticatorConfigurationControllerTest in 61.839 seconds (JVM running for 65.237)
00:38:55.760 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | o.s.t.c.c.DefaultCacheAwareContextLoaderDelegate | Storing ApplicationContext in cache under key [[WebMergedContextConfiguration@7a4fe39d testClass = LdapAuthenticatorConfigurationControllerTest, locations = '{}', classes = '{class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig, class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig}', contextInitializerClasses = '[]', activeProfiles = '{LdapAuthenticatorConfigurationControllerTest, test}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2a84f85b, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@241c4b1d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@7e17609d, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@19233c7c], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]]
00:38:55.760 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.springframework.test.context.cache | Spring test ApplicationContext cache statistics: [DefaultContextCache@46cb901e size = 1, maxSize = 32, parentContextCount = 0, hitCount = 0, missCount = 1]
00:38:55.762 19-09-2019 | DEBUG | kJoinPool-1-worker-0 | o.s.test.context.support.TestPropertySourceUtils | Adding inlined properties to environment: {spring.jmx.enabled=false, org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true, server.port=-1}
00:38:55.793 19-09-2019 | TRACE | kJoinPool-1-worker-1 | o.springframework.test.context.TestContextManager | prepareTestInstance(): instance [org.carlspring.strongbox.controllers.configuration.security.ldap.LdapAuthenticatorConfigurationControllerTest@13309a83]
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.1.5.RELEASE)
00:38:56.267 19-09-2019 | INFO | kJoinPool-1-worker-0 | org.carlspring.strongbox.booters.ResourcesBooter | Resource already exists, skip [C:\Users\fuss\IdeaProjects\strongbox\strongbox-web-core\target\strongbox\etc\conf\strongbox-security-users.yaml].
00:38:56.267 19-09-2019 | INFO | kJoinPool-1-worker-0 | org.carlspring.strongbox.booters.ResourcesBooter | Resource already exists, skip [C:\Users\fuss\IdeaProjects\strongbox\strongbox-web-core\target\strongbox\etc\conf\strongbox-authorization.yaml].
00:38:56.267 19-09-2019 | INFO | kJoinPool-1-worker-0 | org.carlspring.strongbox.booters.ResourcesBooter | Resource already exists, skip [C:\Users\fuss\IdeaProjects\strongbox\strongbox-web-core\target\strongbox\etc\conf\strongbox-security-users.yaml].
00:38:56.267 19-09-2019 | INFO | kJoinPool-1-worker-0 | org.carlspring.strongbox.booters.ResourcesBooter | Resource already exists, skip [C:\Users\fuss\IdeaProjects\strongbox\strongbox-web-core\target\strongbox\etc\conf\strongbox-cron-tasks.yaml].
00:38:56.267 19-09-2019 | INFO | kJoinPool-1-worker-0 | org.carlspring.strongbox.booters.ResourcesBooter | Resource already exists, skip [C:\Users\fuss\IdeaProjects\strongbox\strongbox-web-core\target\strongbox\etc\conf\strongbox-cron-tasks.yaml].
00:38:56.267 19-09-2019 | INFO | kJoinPool-1-worker-0 | org.carlspring.strongbox.booters.ResourcesBooter | Resource already exists, skip [C:\Users\fuss\IdeaProjects\strongbox\strongbox-web-core\target\strongbox\etc\conf\strongbox-cron-tasks.yaml].
00:38:56.267 19-09-2019 | INFO | kJoinPool-1-worker-0 | org.carlspring.strongbox.booters.ResourcesBooter | Resource already exists, skip [C:\Users\fuss\IdeaProjects\strongbox\strongbox-web-core\target\strongbox\etc\conf\strongbox-cron-tasks.yaml].
00:38:56.267 19-09-2019 | INFO | kJoinPool-1-worker-0 | org.carlspring.strongbox.booters.ResourcesBooter | Resource already exists, skip [C:\Users\fuss\IdeaProjects\strongbox\strongbox-web-core\target\strongbox\etc\conf\strongbox-cron-tasks.yaml].
00:38:56.267 19-09-2019 | INFO | kJoinPool-1-worker-0 | org.carlspring.strongbox.booters.ResourcesBooter | Resource already exists, skip [C:\Users\fuss\IdeaProjects\strongbox\strongbox-web-core\target\strongbox\etc\conf\strongbox-authentication-providers.yaml].
00:38:56.267 19-09-2019 | INFO | kJoinPool-1-worker-0 | org.carlspring.strongbox.booters.ResourcesBooter | Resource already exists, skip [C:\Users\fuss\IdeaProjects\strongbox\strongbox-web-core\target\strongbox\etc\conf\strongbox.yaml].
00:38:56.275 19-09-2019 | INFO | kJoinPool-1-worker-0 | o.c.strongbox.controllers.PingControllerTest | Starting PingControllerTest on FUSIK-LAPTOP with PID 195256 (started by fuss in C:\Users\fuss\IdeaProjects\strongbox\strongbox-web-core)
00:38:56.275 19-09-2019 | INFO | kJoinPool-1-worker-0 | o.c.strongbox.controllers.PingControllerTest | The following profiles are active: test
00:38:59.639 19-09-2019 | INFO | kJoinPool-1-worker-0 | o.c.strongbox.config.orientdb.OrientDbProfile | Bootstrap OrientDB connection properties with profile [orientdb_MEMORY].
00:38:59.654 19-09-2019 | INFO | kJoinPool-1-worker-0 | o.c.s.config.orientdb.InMemoryOrientDbConfig | Initialize In-Memory OrientDB server for [strongbox]
00:38:59.670 19-09-2019 | INFO | kJoinPool-1-worker-0 | o.c.s.config.orientdb.InMemoryOrientDbConfig | Creating database [strongbox]...
00:39:03.058 19-09-2019 | INFO | kJoinPool-1-worker-0 | com.hazelcast.instance.AddressPicker | [LOCAL] [strongbox] [3.11.4] Prefer IPv4 stack is true, prefer IPv6 addresses is false
00:39:03.333 19-09-2019 | INFO | kJoinPool-1-worker-0 | com.hazelcast.instance.AddressPicker | [LOCAL] [strongbox] [3.11.4] Picked [192.168.99.1]:5702, using socket ServerSocket[addr=/0:0:0:0:0:0:0:0,localport=5702], bind any local is true
00:39:03.333 19-09-2019 | INFO | kJoinPool-1-worker-0 | com.hazelcast.system | [192.168.99.1]:5702 [strongbox] [3.11.4] Hazelcast 3.11.4 (20190509 - d5ad9d4) starting at [192.168.99.1]:5702
00:39:03.333 19-09-2019 | INFO | kJoinPool-1-worker-0 | com.hazelcast.system | [192.168.99.1]:5702 [strongbox] [3.11.4] Copyright (c) 2008-2019, Hazelcast, Inc. All Rights Reserved.
00:39:03.333 19-09-2019 | INFO | kJoinPool-1-worker-0 | com.hazelcast.instance.Node | [192.168.99.1]:5702 [strongbox] [3.11.4] A non-empty group password is configured for the Hazelcast member. Starting with Hazelcast version 3.8.2, members with the same group name, but with different group passwords (that do not use authentication) form a cluster. The group password configuration will be removed completely in a future release.
00:39:03.333 19-09-2019 | INFO | kJoinPool-1-worker-0 | c.h.s.i.o.impl.BackpressureRegulator | [192.168.99.1]:5702 [strongbox] [3.11.4] Backpressure is disabled
00:39:03.349 19-09-2019 | INFO | kJoinPool-1-worker-0 | c.h.s.i.o.impl.OperationExecutorImpl | [192.168.99.1]:5702 [strongbox] [3.11.4] Starting 4 partition threads and 3 generic threads (1 dedicated for priority tasks)
00:39:03.349 19-09-2019 | INFO | kJoinPool-1-worker-0 | com.hazelcast.internal.diagnostics.Diagnostics | [192.168.99.1]:5702 [strongbox] [3.11.4] Diagnostics disabled. To enable add -Dhazelcast.diagnostics.enabled=true to the JVM arguments.
00:39:03.365 19-09-2019 | INFO | kJoinPool-1-worker-0 | com.hazelcast.core.LifecycleService | [192.168.99.1]:5702 [strongbox] [3.11.4] [192.168.99.1]:5702 is STARTING
00:39:03.365 19-09-2019 | WARN | kJoinPool-1-worker-0 | com.hazelcast.instance.Node | [192.168.99.1]:5702 [strongbox] [3.11.4] No join method is enabled! Starting standalone.
00:39:03.365 19-09-2019 | WARN | kJoinPool-1-worker-0 | com.hazelcast.instance.Node | [192.168.99.1]:5702 [strongbox] [3.11.4] Config seed port is 5701 and cluster size is 1. Some of the ports seem occupied!
00:39:03.365 19-09-2019 | INFO | kJoinPool-1-worker-0 | com.hazelcast.core.LifecycleService | [192.168.99.1]:5702 [strongbox] [3.11.4] [192.168.99.1]:5702 is STARTED
00:39:04.060 19-09-2019 | INFO | kJoinPool-1-worker-0 | o.c.s.p.datastore.FileSystemStorageProvider | Registered storage provider 'org.carlspring.strongbox.providers.datastore.FileSystemStorageProvider' with alias 'file-system'.
00:39:04.060 19-09-2019 | INFO | kJoinPool-1-worker-0 | o.c.s.providers.datastore.StorageProviderRegistry | Initialized the storage provider registry.
00:39:04.423 19-09-2019 | INFO | kJoinPool-1-worker-0 | o.c.s.s.v.a.ArtifactCoordinatesValidatorRegistry | Initialized the artifact coordinates validator registry.
00:39:04.433 19-09-2019 | INFO | kJoinPool-1-worker-0 | o.c.s.s.v.deployment.RedeploymentValidator | Registered artifact coordinates validator 'org.carlspring.strongbox.storage.validation.deployment.RedeploymentValidator' with alias 'redeployment-validator'.
00:39:04.454 19-09-2019 | INFO | kJoinPool-1-worker-0 | o.c.s.s.v.version.MavenReleaseVersionValidator | Registered artifact coordinates validator 'org.carlspring.strongbox.storage.validation.version.MavenReleaseVersionValidator' with alias 'maven-release-version-validator'.
00:39:04.464 19-09-2019 | INFO | kJoinPool-1-worker-0 | o.c.s.s.v.version.MavenSnapshotVersionValidator | Registered artifact coordinates validator 'org.carlspring.strongbox.storage.validation.version.MavenSnapshotVersionValidator' with alias 'maven-snapshot-version-validator'.
00:39:04.624 19-09-2019 | INFO | kJoinPool-1-worker-0 | o.c.s.providers.layout.Maven2LayoutProvider | Registered layout provider 'org.carlspring.strongbox.providers.layout.Maven2LayoutProvider' with alias 'Maven 2'.
00:39:04.684 19-09-2019 | INFO | kJoinPool-1-worker-0 | o.c.s.s.v.a.version.GenericReleaseVersionValidator | Registered artifact coordinates validator 'org.carlspring.strongbox.storage.validation.artifact.version.GenericReleaseVersionValidator' with alias 'generic-release-version-validator'.
00:39:04.696 19-09-2019 | INFO | kJoinPool-1-worker-0 | o.c.s.s.v.a.v.GenericSnapshotVersionValidator | Registered artifact coordinates validator 'org.carlspring.strongbox.storage.validation.artifact.version.GenericSnapshotVersionValidator' with alias 'generic-snapshot-version-validator'.
00:39:04.706 19-09-2019 | INFO | kJoinPool-1-worker-0 | o.c.strongbox.providers.layout.NugetLayoutProvider | Registered layout provider 'org.carlspring.strongbox.providers.layout.NugetLayoutProvider' with alias 'NuGet'.
00:39:04.747 19-09-2019 | INFO | ongbox.HealthMonitor | com.hazelcast.internal.diagnostics.HealthMonitor | [192.168.99.1]:5702 [strongbox] [3.11.4] processors=4, physical.memory.total=7,9G, physical.memory.free=479,2M, swap.space.total=18,4G, swap.space.free=5,5G, heap.memory.used=238,2M, heap.memory.free=650,3M, heap.memory.total=888,5M, heap.memory.max=910,5M, heap.memory.used/total=26,81%, heap.memory.used/max=26,16%, minor.gc.count=30, minor.gc.time=1160ms, major.gc.count=4, major.gc.time=1396ms, load.process=90,78%, load.system=100,00%, load.systemAverage=n/a thread.count=91, thread.peakCount=91, cluster.timeDiff=0, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.client.query.size=0, executor.q.client.blocking.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=1, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=0, operations.pending.invocations.percentage=0,00%, operations.pending.invocations.count=0, proxy.count=0, clientEndpoint.count=0, connection.active.count=0, client.connection.count=0, connection.count=0
00:39:04.775 19-09-2019 | INFO | kJoinPool-1-worker-0 | o.c.strongbox.event.EventExecutorFactoryBean | Using [class org.springframework.core.task.SyncTaskExecutor] executor for Async events.
00:39:04.807 19-09-2019 | INFO | kJoinPool-1-worker-0 | o.c.strongbox.providers.layout.NpmLayoutProvider | Registered layout provider 'org.carlspring.strongbox.providers.layout.NpmLayoutProvider' with alias 'npm'.
00:39:04.838 19-09-2019 | INFO | kJoinPool-1-worker-0 | o.c.strongbox.providers.layout.PypiLayoutProvider | Registered layout provider 'org.carlspring.strongbox.providers.layout.PypiLayoutProvider' with alias 'PyPi'.
00:39:04.868 19-09-2019 | INFO | kJoinPool-1-worker-0 | o.c.strongbox.providers.layout.RawLayoutProvider | Registered layout provider 'org.carlspring.strongbox.providers.layout.RawLayoutProvider' with alias 'Raw'.
00:39:04.868 19-09-2019 | INFO | kJoinPool-1-worker-0 | o.c.s.providers.layout.LayoutProviderRegistry | Initialized the layout provider registry.
00:39:05.392 19-09-2019 | INFO | kJoinPool-1-worker-0 | o.c.s.s.v.a.version.SemanticVersioningValidator | Registered artifact coordinates validator 'org.carlspring.strongbox.storage.validation.artifact.version.SemanticVersioningValidator' with alias 'semantic-version-validator'.
00:39:05.402 19-09-2019 | INFO | kJoinPool-1-worker-0 | o.c.s.s.v.groupid.MavenGroupIdLowercaseValidator | Registered artifact coordinates validator 'org.carlspring.strongbox.storage.validation.groupid.MavenGroupIdLowercaseValidator' with alias 'maven-groupid-lowercase-validator'.
00:39:05.420 19-09-2019 | INFO | kJoinPool-1-worker-0 | o.c.s.s.v.a.MavenArtifactIdLowercaseValidator | Registered artifact coordinates validator 'org.carlspring.strongbox.storage.validation.artifactid.MavenArtifactIdLowercaseValidator' with alias 'maven-artifactid-lowercase-validator'.
00:39:05.433 19-09-2019 | INFO | kJoinPool-1-worker-0 | o.c.s.providers.AbstractMappedProviderRegistry | Registered repository provider 'org.carlspring.strongbox.providers.repository.ProxyRepositoryProvider$$EnhancerBySpringCGLIB$$27b290d' with alias 'proxy'.
00:39:05.441 19-09-2019 | INFO | kJoinPool-1-worker-0 | o.c.s.providers.AbstractMappedProviderRegistry | Registered repository provider 'org.carlspring.strongbox.providers.repository.HostedRepositoryProvider$$EnhancerBySpringCGLIB$$5b4bd312' with alias 'hosted'.
00:39:05.441 19-09-2019 | INFO | kJoinPool-1-worker-0 | o.c.s.providers.AbstractMappedProviderRegistry | Registered repository provider 'org.carlspring.strongbox.providers.repository.GroupRepositoryProvider$$EnhancerBySpringCGLIB$$73835120' with alias 'group'.
00:39:05.441 19-09-2019 | INFO | kJoinPool-1-worker-0 | o.c.s.p.repository.RepositoryProviderRegistry | Initialized the repository provider registry.
00:39:05.614 19-09-2019 | INFO | kJoinPool-1-worker-0 | o.c.s.d.snippet.CompatibleDependencyFormatRegistry | Initialized the dependency snippet provider registry.
00:39:06.210 19-09-2019 | INFO | kJoinPool-1-worker-0 | s.c.c.s.l.LdapAuthenticatorConfigurationController | LdapAuthenticatorConfigurationController.postConstruct [org.carlspring.strongbox.controllers.configuration.security.ldap.LdapAuthenticatorConfigurationController@3794e88c][org.springframework.web.context.support.GenericWebApplicationContext@5e5a4b1c, started on Thu Sep 19 00:38:56 CEST 2019]
00:39:06.735 19-09-2019 | INFO | kJoinPool-1-worker-0 | .r.r.h.RemoteRepositoriesHeartbeatMonitorInitiator | Remote repository https://repository.apache.org/snapshots/ scheduled for monitoring with interval seconds 60
00:39:06.745 19-09-2019 | INFO | kJoinPool-1-worker-0 | .r.r.h.RemoteRepositoriesHeartbeatMonitorInitiator | Remote repository http://dev.carlspring.org/nexus/content/groups/carlspring scheduled for monitoring with interval seconds 60
00:39:06.745 19-09-2019 | INFO | kJoinPool-1-worker-0 | .r.r.h.RemoteRepositoriesHeartbeatMonitorInitiator | Remote repository http://repository.jboss.org/nexus/content/groups/public-jboss/ scheduled for monitoring with interval seconds 60
00:39:06.753 19-09-2019 | INFO | kJoinPool-1-worker-0 | .r.r.h.RemoteRepositoriesHeartbeatMonitorInitiator | Remote repository https://repo.maven.apache.org/maven2/ scheduled for monitoring with interval seconds 60
00:39:06.755 19-09-2019 | INFO | kJoinPool-1-worker-0 | .r.r.h.RemoteRepositoriesHeartbeatMonitorInitiator | Remote repository https://maven.oracle.com scheduled for monitoring with interval seconds 60
00:39:06.755 19-09-2019 | INFO | kJoinPool-1-worker-0 | .r.r.h.RemoteRepositoriesHeartbeatMonitorInitiator | Remote repository https://www.nuget.org/api/v2 scheduled for monitoring with interval seconds 60
00:39:06.755 19-09-2019 | INFO | kJoinPool-1-worker-0 | .r.r.h.RemoteRepositoriesHeartbeatMonitorInitiator | Remote repository https://repo.typesafe.com/typesafe/ivy-releases scheduled for monitoring with interval seconds 60
00:39:06.785 19-09-2019 | INFO | kJoinPool-1-worker-0 | .r.r.h.RemoteRepositoriesHeartbeatMonitorInitiator | Remote repository https://repo.typesafe.com/typesafe/releases scheduled for monitoring with interval seconds 60
00:39:06.785 19-09-2019 | INFO | kJoinPool-1-worker-0 | .r.r.h.RemoteRepositoriesHeartbeatMonitorInitiator | Remote repository https://registry.npmjs.org/ scheduled for monitoring with interval seconds 60
00:39:06.785 19-09-2019 | INFO | kJoinPool-1-worker-0 | .r.r.h.RemoteRepositoriesHeartbeatMonitorInitiator | Remote repository https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases scheduled for monitoring with interval seconds 60
00:39:06.785 19-09-2019 | INFO | kJoinPool-1-worker-0 | .r.r.h.RemoteRepositoriesHeartbeatMonitorInitiator | Remote repository http://repo.spring.io/milestone scheduled for monitoring with interval seconds 60
00:39:06.785 19-09-2019 | INFO | kJoinPool-1-worker-0 | .r.r.h.RemoteRepositoriesHeartbeatMonitorInitiator | Remote repository http://repo.spring.io/libs-release scheduled for monitoring with interval seconds 60
00:39:06.785 19-09-2019 | INFO | kJoinPool-1-worker-0 | .r.r.h.RemoteRepositoriesHeartbeatMonitorInitiator | Remote repository http://repo.spring.io/snapshot scheduled for monitoring with interval seconds 60
00:39:07.427 19-09-2019 | INFO | kJoinPool-1-worker-0 | org.quartz.impl.StdSchedulerFactory | Using default implementation for ThreadExecutor
00:39:07.427 19-09-2019 | INFO | kJoinPool-1-worker-0 | org.quartz.core.SchedulerSignalerImpl | Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
00:39:07.427 19-09-2019 | INFO | kJoinPool-1-worker-0 | org.quartz.core.QuartzScheduler | Quartz Scheduler v.2.3.1 created.
00:39:07.427 19-09-2019 | INFO | kJoinPool-1-worker-0 | org.quartz.simpl.RAMJobStore | RAMJobStore initialized.
00:39:07.427 19-09-2019 | INFO | kJoinPool-1-worker-0 | org.quartz.core.QuartzScheduler | Scheduler meta-data: Quartz Scheduler (v2.3.1) 'schedulerFactoryBean' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool' - with -1 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
00:39:07.427 19-09-2019 | INFO | kJoinPool-1-worker-0 | org.quartz.impl.StdSchedulerFactory | Quartz scheduler 'schedulerFactoryBean' initialized from an externally provided properties instance.
00:39:07.427 19-09-2019 | INFO | kJoinPool-1-worker-0 | org.quartz.impl.StdSchedulerFactory | Quartz scheduler version: 2.3.1
00:39:07.427 19-09-2019 | INFO | kJoinPool-1-worker-0 | org.quartz.core.QuartzScheduler | JobFactory set to: org.carlspring.strongbox.cron.config.AutowiringSpringBeanJobFactory@65715015
00:39:10.319 19-09-2019 | INFO | kJoinPool-1-worker-0 | .d.s.w.PropertySourcedRequestMappingHandlerMapping | Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
00:39:10.874 19-09-2019 | INFO | kJoinPool-1-worker-0 | org.eclipse.jetty.server.Server | jetty-9.4.18.v20190429; built: 2019-04-29T20:42:08.989Z; git: e1bc35120a6617ee3df052294e433f3a25ce7097; jvm 1.8.0_161-b12
00:39:10.874 19-09-2019 | INFO | kJoinPool-1-worker-0 | org.eclipse.jetty.server.session | DefaultSessionIdManager workerName=node0
00:39:10.874 19-09-2019 | INFO | kJoinPool-1-worker-0 | org.eclipse.jetty.server.session | No SessionScavenger set, using defaults
00:39:10.874 19-09-2019 | INFO | kJoinPool-1-worker-0 | org.eclipse.jetty.server.session | node0 Scavenging every 660000ms
00:39:10.874 19-09-2019 | INFO | kJoinPool-1-worker-0 | org.eclipse.jetty.server.handler.ContextHandler | Started o.s.b.w.e.j.JettyEmbeddedWebAppContext@22b944e4{application,/,[file:///C:/Users/fuss/IdeaProjects/strongbox/strongbox-web-core/target/strongbox-vault/tmp/jetty-docbase.6912827596378131878.-1/, file:///C:/Users/fuss/IdeaProjects/strongbox/strongbox-web-core/target/classes/META-INF/resources/, jar:file:/C:/Users/fuss/.m2/repository/org/webjars/orientdb-studio/2.2.0/orientdb-studio-2.2.0.jar!/META-INF/resources, jar:file:/C:/Users/fuss/.m2/repository/org/carlspring/strongbox/strongbox-db-import/1.0-SNAPSHOT/strongbox-db-import-1.0-SNAPSHOT-schema.jar!/META-INF/resources, jar:file:/C:/Users/fuss/.m2/repository/io/springfox/springfox-swagger-ui/2.9.2/springfox-swagger-ui-2.9.2.jar!/META-INF/resources],AVAILABLE}
00:39:10.874 19-09-2019 | INFO | kJoinPool-1-worker-0 | org.eclipse.jetty.server.Server | Started @80372ms
00:39:10.959 19-09-2019 | INFO | kJoinPool-1-worker-0 | org.jtwig.spring.boot.JtwigAutoConfiguration | Jtwig View Resolver configurer provided, applying custom configuration
00:39:10.959 19-09-2019 | INFO | kJoinPool-1-worker-0 | org.jtwig.spring.boot.JtwigAutoConfiguration | Jtwig View Resolver bean added to the context
00:39:11.175 19-09-2019 | INFO | kJoinPool-1-worker-0 | c.h.internal.partition.impl.PartitionStateManager | [192.168.99.1]:5702 [strongbox] [3.11.4] Initializing cluster partition table arrangement...
00:39:12.110 19-09-2019 | INFO | kJoinPool-1-worker-0 | s.d.s.web.plugins.DocumentationPluginsBootstrapper | Context refreshed
00:39:12.110 19-09-2019 | INFO | kJoinPool-1-worker-0 | s.d.s.web.plugins.DocumentationPluginsBootstrapper | Found 1 custom documentation plugin(s)
00:39:12.157 19-09-2019 | INFO | kJoinPool-1-worker-0 | s.d.spring.web.scanners.ApiListingReferenceScanner | Scanning for api listing references
00:39:12.257 19-09-2019 | WARN | kJoinPool-1-worker-0 | s.d.s.w.readers.parameter.ParameterDataTypeReader | Trying to infer dataType org.springframework.ui.ModelMap
00:39:12.273 19-09-2019 | WARN | kJoinPool-1-worker-0 | s.d.s.w.readers.parameter.ParameterDataTypeReader | Trying to infer dataType org.springframework.ui.ModelMap
00:39:12.273 19-09-2019 | WARN | kJoinPool-1-worker-0 | s.d.s.w.readers.parameter.ParameterDataTypeReader | Trying to infer dataType org.springframework.ui.ModelMap
00:39:12.373 19-09-2019 | WARN | kJoinPool-1-worker-0 | s.d.s.w.readers.parameter.ParameterDataTypeReader | Trying to infer dataType org.springframework.ui.ModelMap
00:39:12.389 19-09-2019 | INFO | kJoinPool-1-worker-0 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: deleteUsingDELETE_1
00:39:12.413 19-09-2019 | INFO | kJoinPool-1-worker-0 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: deleteUsingDELETE_2
00:39:12.433 19-09-2019 | INFO | kJoinPool-1-worker-0 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: greetUsingGET_1
00:39:12.443 19-09-2019 | INFO | kJoinPool-1-worker-0 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: searchUsingGET_1
00:39:12.464 19-09-2019 | INFO | kJoinPool-1-worker-0 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: downloadPackageUsingGET_1
00:39:12.474 19-09-2019 | INFO | kJoinPool-1-worker-0 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: downloadPackageUsingHEAD_1
00:39:12.494 19-09-2019 | INFO | kJoinPool-1-worker-0 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: greetUsingGET_2
00:39:12.494 19-09-2019 | INFO | kJoinPool-1-worker-0 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: greetUsingGET_3
00:39:12.514 19-09-2019 | INFO | kJoinPool-1-worker-0 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: handleUsingGET_1
00:39:12.514 19-09-2019 | INFO | kJoinPool-1-worker-0 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: handleUsingGET_2
00:39:12.514 19-09-2019 | INFO | kJoinPool-1-worker-0 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: handleUsingGET_3
00:39:12.514 19-09-2019 | INFO | kJoinPool-1-worker-0 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: handleUsingGET_4
00:39:12.514 19-09-2019 | INFO | kJoinPool-1-worker-0 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: handleUsingGET_5
00:39:12.514 19-09-2019 | INFO | kJoinPool-1-worker-0 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: handleUsingGET_6
00:39:12.524 19-09-2019 | INFO | kJoinPool-1-worker-0 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: handleUsingGET_7
00:39:12.524 19-09-2019 | INFO | kJoinPool-1-worker-0 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: handleUsingGET_8
00:39:12.544 19-09-2019 | INFO | kJoinPool-1-worker-0 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: downloadUsingGET_1
00:39:12.564 19-09-2019 | INFO | kJoinPool-1-worker-0 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: uploadUsingPUT_1
00:39:12.615 19-09-2019 | INFO | kJoinPool-1-worker-0 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: addUsingPUT_1
00:39:12.625 19-09-2019 | INFO | kJoinPool-1-worker-0 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: updateUsingPUT_1
00:39:12.625 19-09-2019 | INFO | kJoinPool-1-worker-0 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: searchUsingGET_2
00:39:12.653 19-09-2019 | INFO | kJoinPool-1-worker-0 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: setPortUsingPUT_1
00:39:12.787 19-09-2019 | INFO | kJoinPool-1-worker-0 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: deleteUsingDELETE_3
00:39:12.787 19-09-2019 | INFO | kJoinPool-1-worker-0 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: deleteUsingDELETE_4
00:39:12.797 19-09-2019 | INFO | kJoinPool-1-worker-0 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: undeleteUsingPOST_1
00:39:12.807 19-09-2019 | INFO | kJoinPool-1-worker-0 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: indexWithRouteUsingGET_1
00:39:12.807 19-09-2019 | INFO | kJoinPool-1-worker-0 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: createUsingPUT_1
00:39:12.815 19-09-2019 | INFO | kJoinPool-1-worker-0 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: deleteUsingDELETE_5
00:39:12.825 19-09-2019 | INFO | kJoinPool-1-worker-0 | s.d.s.w.r.operation.CachingOperationNameGenerator | Generating unique operation named: updateUsingPUT_2
00:39:12.827 19-09-2019 | INFO | kJoinPool-1-worker-0 | org.quartz.core.QuartzScheduler | Scheduler schedulerFactoryBean_$_NON_CLUSTERED started.
00:39:13.672 19-09-2019 | INFO | stance.HealthMonitor | com.hazelcast.internal.diagnostics.HealthMonitor | [192.168.99.1]:5701 [strongbox] [3.11.4] processors=4, physical.memory.total=7,9G, physical.memory.free=421,4M, swap.space.total=18,4G, swap.space.free=5,5G, heap.memory.used=250,3M, heap.memory.free=648,2M, heap.memory.total=898,5M, heap.memory.max=910,5M, heap.memory.used/total=27,86%, heap.memory.used/max=27,49%, minor.gc.count=39, minor.gc.time=1591ms, major.gc.count=4, major.gc.time=1396ms, load.process=50,73%, load.system=80,57%, load.systemAverage=n/a thread.count=105, thread.peakCount=105, cluster.timeDiff=0, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.client.query.size=0, executor.q.client.blocking.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=1, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=0, operations.pending.invocations.percentage=0,00%, operations.pending.invocations.count=0, proxy.count=0, clientEndpoint.count=0, connection.active.count=0, client.connection.count=0, connection.count=0
00:39:13.838 19-09-2019 | INFO | kJoinPool-1-worker-0 | org.eclipse.jetty.server.session | node0 Stopped scavenging
00:39:13.838 19-09-2019 | INFO | kJoinPool-1-worker-0 | org.eclipse.jetty.server.handler.ContextHandler | Stopped o.s.b.w.e.j.JettyEmbeddedWebAppContext@22b944e4{application,/,[file:///C:/Users/fuss/IdeaProjects/strongbox/strongbox-web-core/target/strongbox-vault/tmp/jetty-docbase.6912827596378131878.-1/, file:///C:/Users/fuss/IdeaProjects/strongbox/strongbox-web-core/target/classes/META-INF/resources/, jar:file:/C:/Users/fuss/.m2/repository/org/webjars/orientdb-studio/2.2.0/orientdb-studio-2.2.0.jar!/META-INF/resources, jar:file:/C:/Users/fuss/.m2/repository/org/carlspring/strongbox/strongbox-db-import/1.0-SNAPSHOT/strongbox-db-import-1.0-SNAPSHOT-schema.jar!/META-INF/resources, jar:file:/C:/Users/fuss/.m2/repository/io/springfox/springfox-swagger-ui/2.9.2/springfox-swagger-ui-2.9.2.jar!/META-INF/resources],UNAVAILABLE}
00:39:13.838 19-09-2019 | INFO | kJoinPool-1-worker-0 | o.c.s.authentication.ConfigurableProviderManager | Reloading Authentication.
00:39:13.838 19-09-2019 | INFO | kJoinPool-1-worker-0 | o.c.s.a.registry.AuthenticationProvidersRegistry | Reloading authentication configuration...
00:39:13.838 19-09-2019 | INFO | kJoinPool-1-worker-0 | o.c.s.resource.ConfigurationResourceResolver | Configuration resource [C:\Users\fuss\IdeaProjects\strongbox\strongbox-web-core\target/strongbox/webapp/WEB-INF/lib] does not exist, will try to resolve with configured location [strongbox.authentication.lib].
00:39:14.005 19-09-2019 | INFO | kJoinPool-1-worker-0 | o.c.s.a.registry.AuthenticationProvidersRegistry | Applying authentication configuration...
00:39:14.005 19-09-2019 | WARN | kJoinPool-1-worker-0 | o.c.s.a.registry.AuthenticationResourceManager | Could not store read-only resource [null].
00:39:14.020 19-09-2019 | INFO | kJoinPool-1-worker-0 | o.c.strongbox.controllers.PingControllerTest | Started PingControllerTest in 18.258 seconds (JVM running for 83.516)
00:39:14.020 19-09-2019 | DEBUG | kJoinPool-1-worker-0 | o.s.t.c.c.DefaultCacheAwareContextLoaderDelegate | Storing ApplicationContext in cache under key [[WebMergedContextConfiguration@18aead37 testClass = PingControllerTest, locations = '{}', classes = '{class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig, class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig}', contextInitializerClasses = '[]', activeProfiles = '{test}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2a84f85b, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@241c4b1d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@7e17609d, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@19233c7c], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]]
00:39:14.020 19-09-2019 | DEBUG | kJoinPool-1-worker-0 | org.springframework.test.context.cache | Spring test ApplicationContext cache statistics: [DefaultContextCache@46cb901e size = 2, maxSize = 32, parentContextCount = 0, hitCount = 0, missCount = 2]
00:39:14.020 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | o.s.t.c.c.DefaultCacheAwareContextLoaderDelegate | Retrieved ApplicationContext from cache with key [[WebMergedContextConfiguration@7a4fe39d testClass = LdapAuthenticatorConfigurationControllerTest, locations = '{}', classes = '{class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig, class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig}', contextInitializerClasses = '[]', activeProfiles = '{LdapAuthenticatorConfigurationControllerTest, test}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2a84f85b, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@241c4b1d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@7e17609d, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@19233c7c], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]]
00:39:14.020 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.springframework.test.context.cache | Spring test ApplicationContext cache statistics: [DefaultContextCache@46cb901e size = 2, maxSize = 32, parentContextCount = 0, hitCount = 1, missCount = 2]
00:39:14.020 19-09-2019 | TRACE | kJoinPool-1-worker-0 | o.springframework.test.context.TestContextManager | prepareTestInstance(): instance [org.carlspring.strongbox.controllers.PingControllerTest@35ded8ce]
00:39:14.020 19-09-2019 | DEBUG | kJoinPool-1-worker-0 | o.s.t.c.c.DefaultCacheAwareContextLoaderDelegate | Retrieved ApplicationContext from cache with key [[WebMergedContextConfiguration@18aead37 testClass = PingControllerTest, locations = '{}', classes = '{class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig, class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig}', contextInitializerClasses = '[]', activeProfiles = '{test}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2a84f85b, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@241c4b1d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@7e17609d, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@19233c7c], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]]
00:39:14.020 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | o.s.test.context.web.ServletTestExecutionListener | Setting up MockHttpServletRequest, MockHttpServletResponse, ServletWebRequest, and RequestContextHolder for test context [DefaultTestContext@65777b9b testClass = LdapAuthenticatorConfigurationControllerTest, testInstance = org.carlspring.strongbox.controllers.configuration.security.ldap.LdapAuthenticatorConfigurationControllerTest@13309a83, testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@7a4fe39d testClass = LdapAuthenticatorConfigurationControllerTest, locations = '{}', classes = '{class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig, class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig}', contextInitializerClasses = '[]', activeProfiles = '{LdapAuthenticatorConfigurationControllerTest, test}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2a84f85b, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@241c4b1d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@7e17609d, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@19233c7c], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> true]].
00:39:14.020 19-09-2019 | DEBUG | kJoinPool-1-worker-0 | org.springframework.test.context.cache | Spring test ApplicationContext cache statistics: [DefaultContextCache@46cb901e size = 2, maxSize = 32, parentContextCount = 0, hitCount = 2, missCount = 2]
00:39:14.020 19-09-2019 | DEBUG | kJoinPool-1-worker-0 | o.s.test.context.web.ServletTestExecutionListener | Setting up MockHttpServletRequest, MockHttpServletResponse, ServletWebRequest, and RequestContextHolder for test context [DefaultTestContext@cdf2976 testClass = PingControllerTest, testInstance = org.carlspring.strongbox.controllers.PingControllerTest@35ded8ce, testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@18aead37 testClass = PingControllerTest, locations = '{}', classes = '{class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig, class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig}', contextInitializerClasses = '[]', activeProfiles = '{test}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2a84f85b, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@241c4b1d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@7e17609d, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@19233c7c], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> true]].
00:39:14.052 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | o.s.t.c.s.DependencyInjectionTestExecutionListener | Performing dependency injection for test context [[DefaultTestContext@65777b9b testClass = LdapAuthenticatorConfigurationControllerTest, testInstance = org.carlspring.strongbox.controllers.configuration.security.ldap.LdapAuthenticatorConfigurationControllerTest@13309a83, testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@7a4fe39d testClass = LdapAuthenticatorConfigurationControllerTest, locations = '{}', classes = '{class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig, class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig}', contextInitializerClasses = '[]', activeProfiles = '{LdapAuthenticatorConfigurationControllerTest, test}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2a84f85b, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@241c4b1d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@7e17609d, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@19233c7c], 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]]].
00:39:14.052 19-09-2019 | DEBUG | kJoinPool-1-worker-0 | o.s.t.c.s.DependencyInjectionTestExecutionListener | Performing dependency injection for test context [[DefaultTestContext@cdf2976 testClass = PingControllerTest, testInstance = org.carlspring.strongbox.controllers.PingControllerTest@35ded8ce, testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@18aead37 testClass = PingControllerTest, locations = '{}', classes = '{class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig, class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig}', contextInitializerClasses = '[]', activeProfiles = '{test}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2a84f85b, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@241c4b1d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@7e17609d, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@19233c7c], 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]]].
00:39:14.052 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | o.s.t.c.c.DefaultCacheAwareContextLoaderDelegate | Retrieved ApplicationContext from cache with key [[WebMergedContextConfiguration@7a4fe39d testClass = LdapAuthenticatorConfigurationControllerTest, locations = '{}', classes = '{class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig, class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig}', contextInitializerClasses = '[]', activeProfiles = '{LdapAuthenticatorConfigurationControllerTest, test}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2a84f85b, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@241c4b1d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@7e17609d, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@19233c7c], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]]
00:39:14.052 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.springframework.test.context.cache | Spring test ApplicationContext cache statistics: [DefaultContextCache@46cb901e size = 2, maxSize = 32, parentContextCount = 0, hitCount = 3, missCount = 2]
00:39:14.052 19-09-2019 | DEBUG | kJoinPool-1-worker-0 | o.s.t.c.c.DefaultCacheAwareContextLoaderDelegate | Retrieved ApplicationContext from cache with key [[WebMergedContextConfiguration@18aead37 testClass = PingControllerTest, locations = '{}', classes = '{class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig, class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig}', contextInitializerClasses = '[]', activeProfiles = '{test}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2a84f85b, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@241c4b1d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@7e17609d, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@19233c7c], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]]
00:39:14.052 19-09-2019 | DEBUG | kJoinPool-1-worker-0 | org.springframework.test.context.cache | Spring test ApplicationContext cache statistics: [DefaultContextCache@46cb901e size = 2, maxSize = 32, parentContextCount = 0, hitCount = 4, missCount = 2]
00:39:14.074 19-09-2019 | TRACE | kJoinPool-1-worker-1 | o.springframework.test.context.TestContextManager | beforeTestMethod(): instance [org.carlspring.strongbox.controllers.configuration.security.ldap.LdapAuthenticatorConfigurationControllerTest@13309a83], method [public void org.carlspring.strongbox.controllers.configuration.security.ldap.LdapAuthenticatorConfigurationControllerTest.ldapConfigurationTestShouldFailWithInvalidConfiguration()]
00:39:14.074 19-09-2019 | TRACE | kJoinPool-1-worker-0 | o.springframework.test.context.TestContextManager | beforeTestMethod(): instance [org.carlspring.strongbox.controllers.PingControllerTest@35ded8ce], method [void org.carlspring.strongbox.controllers.PingControllerTest.shouldReturnPong()]
00:39:14.074 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | .t.c.s.AbstractDirtiesContextTestExecutionListener | Before test method: context [DefaultTestContext@65777b9b testClass = LdapAuthenticatorConfigurationControllerTest, testInstance = org.carlspring.strongbox.controllers.configuration.security.ldap.LdapAuthenticatorConfigurationControllerTest@13309a83, testMethod = ldapConfigurationTestShouldFailWithInvalidConfiguration@LdapAuthenticatorConfigurationControllerTest, testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@7a4fe39d testClass = LdapAuthenticatorConfigurationControllerTest, locations = '{}', classes = '{class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig, class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig}', contextInitializerClasses = '[]', activeProfiles = '{LdapAuthenticatorConfigurationControllerTest, test}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2a84f85b, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@241c4b1d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@7e17609d, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@19233c7c], 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]], class annotated with @DirtiesContext [false] with mode [null], method annotated with @DirtiesContext [false] with mode [null].
00:39:14.074 19-09-2019 | DEBUG | kJoinPool-1-worker-0 | .t.c.s.AbstractDirtiesContextTestExecutionListener | Before test method: context [DefaultTestContext@cdf2976 testClass = PingControllerTest, testInstance = org.carlspring.strongbox.controllers.PingControllerTest@35ded8ce, testMethod = shouldReturnPong@PingControllerTest, testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@18aead37 testClass = PingControllerTest, locations = '{}', classes = '{class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig, class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig}', contextInitializerClasses = '[]', activeProfiles = '{test}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2a84f85b, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@241c4b1d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@7e17609d, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@19233c7c], 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]], class annotated with @DirtiesContext [false] with mode [null], method annotated with @DirtiesContext [false] with mode [null].
00:39:14.074 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | o.s.t.c.c.DefaultCacheAwareContextLoaderDelegate | Retrieved ApplicationContext from cache with key [[WebMergedContextConfiguration@7a4fe39d testClass = LdapAuthenticatorConfigurationControllerTest, locations = '{}', classes = '{class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig, class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig}', contextInitializerClasses = '[]', activeProfiles = '{LdapAuthenticatorConfigurationControllerTest, test}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2a84f85b, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@241c4b1d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@7e17609d, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@19233c7c], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]]
00:39:14.074 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.springframework.test.context.cache | Spring test ApplicationContext cache statistics: [DefaultContextCache@46cb901e size = 2, maxSize = 32, parentContextCount = 0, hitCount = 5, missCount = 2]
00:39:14.074 19-09-2019 | DEBUG | kJoinPool-1-worker-0 | o.s.t.c.c.DefaultCacheAwareContextLoaderDelegate | Retrieved ApplicationContext from cache with key [[WebMergedContextConfiguration@18aead37 testClass = PingControllerTest, locations = '{}', classes = '{class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig, class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig}', contextInitializerClasses = '[]', activeProfiles = '{test}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2a84f85b, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@241c4b1d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@7e17609d, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@19233c7c], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]]
00:39:14.074 19-09-2019 | DEBUG | kJoinPool-1-worker-0 | org.springframework.test.context.cache | Spring test ApplicationContext cache statistics: [DefaultContextCache@46cb901e size = 2, maxSize = 32, parentContextCount = 0, hitCount = 6, missCount = 2]
00:39:14.105 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | o.s.t.c.c.DefaultCacheAwareContextLoaderDelegate | Retrieved ApplicationContext from cache with key [[WebMergedContextConfiguration@7a4fe39d testClass = LdapAuthenticatorConfigurationControllerTest, locations = '{}', classes = '{class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig, class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig}', contextInitializerClasses = '[]', activeProfiles = '{LdapAuthenticatorConfigurationControllerTest, test}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2a84f85b, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@241c4b1d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@7e17609d, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@19233c7c], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]]
00:39:14.105 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.springframework.test.context.cache | Spring test ApplicationContext cache statistics: [DefaultContextCache@46cb901e size = 2, maxSize = 32, parentContextCount = 0, hitCount = 7, missCount = 2]
00:39:14.136 19-09-2019 | INFO | kJoinPool-1-worker-0 | o.c.s.users.userdetails.YamlUserDetailService | Authorise under org.carlspring.strongbox.users.userdetails.StrongboxUserDetails@1058eda0
00:39:14.167 19-09-2019 | INFO | kJoinPool-1-worker-1 | o.c.s.authentication.ConfigurableProviderManager | Reloading Authentication.
00:39:14.167 19-09-2019 | INFO | kJoinPool-1-worker-1 | o.c.s.a.registry.AuthenticationProvidersRegistry | Reloading authentication configuration...
00:39:14.167 19-09-2019 | INFO | kJoinPool-1-worker-1 | o.c.s.resource.ConfigurationResourceResolver | Configuration resource [C:\Users\fuss\IdeaProjects\strongbox\strongbox-web-core\target/strongbox/webapp/WEB-INF/lib] does not exist, will try to resolve with configured location [strongbox.authentication.lib].
00:39:14.397 19-09-2019 | INFO | kJoinPool-1-worker-1 | o.c.s.a.registry.AuthenticationProvidersRegistry | Applying authentication configuration...
00:39:14.405 19-09-2019 | WARN | kJoinPool-1-worker-1 | o.c.s.a.registry.AuthenticationResourceManager | Could not store read-only resource [null].
00:39:14.407 19-09-2019 | INFO | kJoinPool-1-worker-1 | o.c.s.resource.ConfigurationResourceResolver | Configuration resource [C:\Users\fuss\IdeaProjects\strongbox\strongbox-web-core\target/strongbox/webapp/WEB-INF/lib] does not exist, will try to resolve with configured location [strongbox.authentication.lib].
00:39:14.438 19-09-2019 | DEBUG | kJoinPool-1-worker-0 | o.s.t.c.c.DefaultCacheAwareContextLoaderDelegate | Retrieved ApplicationContext from cache with key [[WebMergedContextConfiguration@18aead37 testClass = PingControllerTest, locations = '{}', classes = '{class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig, class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig}', contextInitializerClasses = '[]', activeProfiles = '{test}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2a84f85b, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@241c4b1d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@7e17609d, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@19233c7c], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]]
00:39:14.438 19-09-2019 | DEBUG | kJoinPool-1-worker-0 | org.springframework.test.context.cache | Spring test ApplicationContext cache statistics: [DefaultContextCache@46cb901e size = 2, maxSize = 32, parentContextCount = 0, hitCount = 8, missCount = 2]
00:39:14.478 19-09-2019 | TRACE | kJoinPool-1-worker-0 | o.springframework.test.context.TestContextManager | beforeTestExecution(): instance [org.carlspring.strongbox.controllers.PingControllerTest@35ded8ce], method [void org.carlspring.strongbox.controllers.PingControllerTest.shouldReturnPong()]
00:39:14.579 19-09-2019 | INFO | kJoinPool-1-worker-0 | o.s.test.web.servlet.TestDispatcherServlet | Initializing Servlet ''
00:39:14.579 19-09-2019 | TRACE | kJoinPool-1-worker-0 | o.s.test.web.servlet.TestDispatcherServlet | No MultipartResolver 'multipartResolver' declared
00:39:14.589 19-09-2019 | TRACE | kJoinPool-1-worker-0 | o.s.test.web.servlet.TestDispatcherServlet | No LocaleResolver 'localeResolver': using default [AcceptHeaderLocaleResolver]
00:39:14.599 19-09-2019 | TRACE | kJoinPool-1-worker-0 | o.s.test.web.servlet.TestDispatcherServlet | No ThemeResolver 'themeResolver': using default [FixedThemeResolver]
00:39:14.610 19-09-2019 | TRACE | kJoinPool-1-worker-0 | o.s.test.web.servlet.TestDispatcherServlet | No RequestToViewNameTranslator 'viewNameTranslator': using default [DefaultRequestToViewNameTranslator]
00:39:14.640 19-09-2019 | TRACE | kJoinPool-1-worker-0 | o.s.test.web.servlet.TestDispatcherServlet | No FlashMapManager 'flashMapManager': using default [SessionFlashMapManager]
00:39:14.640 19-09-2019 | DEBUG | kJoinPool-1-worker-0 | o.s.test.web.servlet.TestDispatcherServlet | enableLoggingRequestDetails='false': request parameters and headers will be masked to prevent unsafe logging of potentially sensitive data
00:39:14.640 19-09-2019 | INFO | kJoinPool-1-worker-0 | o.s.test.web.servlet.TestDispatcherServlet | Completed initialization in 61 ms
00:39:14.660 19-09-2019 | INFO | kJoinPool-1-worker-1 | o.c.s.a.registry.AuthenticationProvidersRegistry | Applying authentication configuration...
00:39:14.660 19-09-2019 | WARN | kJoinPool-1-worker-1 | o.c.s.a.registry.AuthenticationResourceManager | Could not store read-only resource [null].
00:39:14.660 19-09-2019 | TRACE | kJoinPool-1-worker-1 | o.springframework.test.context.TestContextManager | beforeTestExecution(): instance [org.carlspring.strongbox.controllers.configuration.security.ldap.LdapAuthenticatorConfigurationControllerTest@13309a83], method [public void org.carlspring.strongbox.controllers.configuration.security.ldap.LdapAuthenticatorConfigurationControllerTest.ldapConfigurationTestShouldFailWithInvalidConfiguration()]
00:39:14.731 19-09-2019 | DEBUG | kJoinPool-1-worker-0 | org.springframework.test.util.ReflectionTestUtils | Invoking method 'getFilters' on target object [FilterChainProxy[Filter Chains: [[ any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@7c22ca74, org.springframework.security.web.context.SecurityContextPersistenceFilter@189fa561, org.springframework.security.web.header.HeaderWriterFilter@429f7d61, org.springframework.web.filter.CorsFilter@2044491d, org.springframework.security.web.authentication.logout.LogoutFilter@12432c0c, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@1e604545, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@2748cf74, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@fba2a53, org.springframework.security.web.session.SessionManagementFilter@6da48786, org.springframework.security.web.access.ExceptionTranslationFilter@14d1a0bb, org.carlspring.strongbox.security.authentication.StrongboxAuthenticationFilter@699ece73, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@5ed8e615]]]]] with arguments {org.springframework.mock.web.MockHttpServletRequest@bf5f47a}
00:39:14.731 19-09-2019 | DEBUG | kJoinPool-1-worker-0 | org.springframework.test.util.ReflectionTestUtils | Getting field 'repo' from target object [org.springframework.security.web.context.SecurityContextPersistenceFilter@189fa561] or target class [class org.springframework.security.web.context.SecurityContextPersistenceFilter]
00:39:14.731 19-09-2019 | DEBUG | kJoinPool-1-worker-0 | org.springframework.test.util.ReflectionTestUtils | Invoking method 'getFilters' on target object [FilterChainProxy[Filter Chains: [[ any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@7c22ca74, org.springframework.security.web.context.SecurityContextPersistenceFilter@189fa561, org.springframework.security.web.header.HeaderWriterFilter@429f7d61, org.springframework.web.filter.CorsFilter@2044491d, org.springframework.security.web.authentication.logout.LogoutFilter@12432c0c, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@1e604545, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@2748cf74, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@fba2a53, org.springframework.security.web.session.SessionManagementFilter@6da48786, org.springframework.security.web.access.ExceptionTranslationFilter@14d1a0bb, org.carlspring.strongbox.security.authentication.StrongboxAuthenticationFilter@699ece73, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@5ed8e615]]]]] with arguments {org.springframework.mock.web.MockHttpServletRequest@bf5f47a}
00:39:14.731 19-09-2019 | DEBUG | kJoinPool-1-worker-0 | org.springframework.test.util.ReflectionTestUtils | Setting field 'repo' of type [null] on target object [org.springframework.security.web.context.SecurityContextPersistenceFilter@189fa561] or target class [class org.springframework.security.web.context.SecurityContextPersistenceFilter] to value [org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestPostProcessors$SecurityContextRequestPostProcessorSupport$TestSecurityContextRepository@3b0dfb29]
00:39:14.821 19-09-2019 | TRACE | kJoinPool-1-worker-0 | o.s.test.web.servlet.TestDispatcherServlet | GET "/api/ping", parameters={}, headers={masked} in DispatcherServlet ''
00:39:14.920 19-09-2019 | TRACE | kJoinPool-1-worker-0 | o.s.test.web.servlet.TestDispatcherServlet | No view rendering, null ModelAndView returned.
00:39:14.922 19-09-2019 | DEBUG | kJoinPool-1-worker-0 | o.s.test.web.servlet.TestDispatcherServlet | Completed 200 OK, headers={masked}
00:39:15.003 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.springframework.test.util.ReflectionTestUtils | Invoking method 'getFilters' on target object [FilterChainProxy[Filter Chains: [[ any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@7c22ca74, org.springframework.security.web.context.SecurityContextPersistenceFilter@189fa561, org.springframework.security.web.header.HeaderWriterFilter@429f7d61, org.springframework.web.filter.CorsFilter@2044491d, org.springframework.security.web.authentication.logout.LogoutFilter@12432c0c, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@1e604545, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@2748cf74, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@fba2a53, org.springframework.security.web.session.SessionManagementFilter@6da48786, org.springframework.security.web.access.ExceptionTranslationFilter@14d1a0bb, org.carlspring.strongbox.security.authentication.StrongboxAuthenticationFilter@699ece73, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@5ed8e615]]]]] with arguments {org.springframework.mock.web.MockHttpServletRequest@3a03a461}
00:39:15.003 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.springframework.test.util.ReflectionTestUtils | Getting field 'repo' from target object [org.springframework.security.web.context.SecurityContextPersistenceFilter@189fa561] or target class [class org.springframework.security.web.context.SecurityContextPersistenceFilter]
00:39:15.033 19-09-2019 | TRACE | kJoinPool-1-worker-1 | o.s.test.web.servlet.TestDispatcherServlet | PUT "/api/configuration/ldap/test", parameters={}, headers={masked} in DispatcherServlet ''
200
Transfer-Encoding: chunked
Content-Type: text/event-stream;charset=UTF-8
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
X-Frame-Options: DENY
event:ready
data:
00:39:15.134 19-09-2019 | WARN | kJoinPool-1-worker-1 | o.c.s.security.vote.ExtendedAuthoritiesVoter | Unknown authentication principal type [class org.springframework.security.core.userdetails.User]
00:39:15.144 19-09-2019 | INFO | kJoinPool-1-worker-1 | s.c.c.s.l.LdapAuthenticatorConfigurationController | LdapAuthenticatorConfigurationController.testLdapConfiguration [org.carlspring.strongbox.controllers.configuration.security.ldap.LdapAuthenticatorConfigurationController@3794e88c][org.springframework.web.context.support.GenericWebApplicationContext@5e5a4b1c, started on Thu Sep 19 00:38:56 CEST 2019][[java.lang.Thread.getStackTrace(Thread.java:1559), org.carlspring.strongbox.controllers.configuration.security.ldap.LdapAuthenticatorConfigurationController.testLdapConfiguration(LdapAuthenticatorConfigurationController.java:83), org.carlspring.strongbox.controllers.configuration.security.ldap.LdapAuthenticatorConfigurationController$$FastClassBySpringCGLIB$$111549c7.invoke(<generated>), org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218), org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163), org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:69), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186), org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688), org.carlspring.strongbox.controllers.configuration.security.ldap.LdapAuthenticatorConfigurationController$$EnhancerBySpringCGLIB$$921e19_2.testLdapConfiguration(<generated>), sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method), sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62), sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43), java.lang.reflect.Method.invoke(Method.java:498), org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190), org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138), org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104), org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892), org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797), org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87), org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039), org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942), org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005), org.springframework.web.servlet.FrameworkServlet.doPut(FrameworkServlet.java:919), javax.servlet.http.HttpServlet.service(HttpServlet.java:710), org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882), org.springframework.test.web.servlet.TestDispatcherServlet.service(TestDispatcherServlet.java:71), javax.servlet.http.HttpServlet.service(HttpServlet.java:790), org.springframework.mock.web.MockFilterChain$ServletFilterProxy.doFilter(MockFilterChain.java:166), org.springframework.mock.web.MockFilterChain.doFilter(MockFilterChain.java:133), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320), org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127), org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334), org.carlspring.strongbox.security.authentication.StrongboxAuthenticationFilter.doFilterInternal(StrongboxAuthenticationFilter.java:62), org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334), org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334), org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334), org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334), org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334), org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334), org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334), org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:96), org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334), org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:74), org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334), org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334), org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56), org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178), org.springframework.mock.web.MockFilterChain.doFilter(MockFilterChain.java:133), org.springframework.test.web.servlet.MockMvc.perform(MockMvc.java:182), io.restassured.module.mockmvc.internal.MockMvcRequestSenderImpl.performRequest(MockMvcRequestSenderImpl.java:194), io.restassured.module.mockmvc.internal.MockMvcRequestSenderImpl.sendRequest(MockMvcRequestSenderImpl.java:430), io.restassured.module.mockmvc.internal.MockMvcRequestSenderImpl.put(MockMvcRequestSenderImpl.java:624), io.restassured.module.mockmvc.internal.MockMvcRequestSenderImpl.put(MockMvcRequestSenderImpl.java:76), org.carlspring.strongbox.controllers.configuration.security.ldap.LdapAuthenticatorConfigurationControllerTest.ldapConfigurationTestShouldFailWithInvalidConfiguration(LdapAuthenticatorConfigurationControllerTest.java:231), sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method), sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62), sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43), java.lang.reflect.Method.invoke(Method.java:498), org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:532), org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:115), org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:171), org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:72), org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:167), org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:114), org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:59), org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$4(NodeTestTask.java:108), org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:72), org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:98), org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:74), org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:170), org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:114), org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$4(NodeTestTask.java:112), org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:72), org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:98), org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:74), org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:170), org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:140), org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:120), org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$4(NodeTestTask.java:112), org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:72), org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:98), org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:74), org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:170), java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189), java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289), java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056), java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692), java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)]]
00:39:15.173 19-09-2019 | INFO | kJoinPool-1-worker-1 | o.c.s.resource.ConfigurationResourceResolver | Configuration resource [C:\Users\fuss\IdeaProjects\strongbox\strongbox-web-core\target/strongbox/webapp/WEB-INF/lib] does not exist, will try to resolve with configured location [strongbox.authentication.lib].
00:39:15.497 19-09-2019 | ERROR | kJoinPool-1-worker-1 | s.c.c.s.l.LdapAuthenticatorConfigurationController | Failed to test LDAP configuration.
java.lang.ClassCastException: org.carlspring.strongbox.authentication.support.DisabledUserDetailsService cannot be cast to org.springframework.security.ldap.userdetails.LdapUserDetailsService
at org.carlspring.strongbox.authentication.external.ldap.LdapAuthenticationConfigurationManager.lambda$testConfiguration$0(LdapAuthenticationConfigurationManager.java:67)
at org.carlspring.strongbox.authentication.registry.AuthenticationProvidersRegistry$MergePropertiesContext.apply(AuthenticationProvidersRegistry.java:225)
at org.carlspring.strongbox.authentication.ConfigurableProviderManager.testCustomAuthenticationItem(ConfigurableProviderManager.java:259)
at org.carlspring.strongbox.authentication.external.ldap.LdapAuthenticationConfigurationManager.testConfiguration(LdapAuthenticationConfigurationManager.java:65)
at org.carlspring.strongbox.controllers.configuration.security.ldap.LdapAuthenticatorConfigurationController.testLdapConfiguration(LdapAuthenticatorConfigurationController.java:92)
at org.carlspring.strongbox.controllers.configuration.security.ldap.LdapAuthenticatorConfigurationController$$FastClassBySpringCGLIB$$111549c7.invoke(<generated>)
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:69)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
at org.carlspring.strongbox.controllers.configuration.security.ldap.LdapAuthenticatorConfigurationController$$EnhancerBySpringCGLIB$$921e19_2.testLdapConfiguration(<generated>)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
at org.springframework.web.servlet.FrameworkServlet.doPut(FrameworkServlet.java:919)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
at org.springframework.test.web.servlet.TestDispatcherServlet.service(TestDispatcherServlet.java:71)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
at org.springframework.mock.web.MockFilterChain$ServletFilterProxy.doFilter(MockFilterChain.java:166)
at org.springframework.mock.web.MockFilterChain.doFilter(MockFilterChain.java:133)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320)
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127)
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
at org.carlspring.strongbox.security.authentication.StrongboxAuthenticationFilter.doFilterInternal(StrongboxAuthenticationFilter.java:62)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:96)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:74)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215)
at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178)
at org.springframework.mock.web.MockFilterChain.doFilter(MockFilterChain.java:133)
at org.springframework.test.web.servlet.MockMvc.perform(MockMvc.java:182)
at io.restassured.module.mockmvc.internal.MockMvcRequestSenderImpl.performRequest(MockMvcRequestSenderImpl.java:194)
at io.restassured.module.mockmvc.internal.MockMvcRequestSenderImpl.sendRequest(MockMvcRequestSenderImpl.java:430)
at io.restassured.module.mockmvc.internal.MockMvcRequestSenderImpl.put(MockMvcRequestSenderImpl.java:624)
at io.restassured.module.mockmvc.internal.MockMvcRequestSenderImpl.put(MockMvcRequestSenderImpl.java:76)
at org.carlspring.strongbox.controllers.configuration.security.ldap.LdapAuthenticatorConfigurationControllerTest.ldapConfigurationTestShouldFailWithInvalidConfiguration(LdapAuthenticatorConfigurationControllerTest.java:231)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:532)
at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:115)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:171)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:72)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:167)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:114)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:59)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$4(NodeTestTask.java:108)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:72)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:98)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:74)
at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:170)
at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:114)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$4(NodeTestTask.java:112)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:72)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:98)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:74)
at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:170)
at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:140)
at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:120)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$4(NodeTestTask.java:112)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:72)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:98)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:74)
at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:170)
at java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
00:39:15.515 19-09-2019 | TRACE | kJoinPool-1-worker-1 | o.s.test.web.servlet.TestDispatcherServlet | No view rendering, null ModelAndView returned.
00:39:15.515 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | o.s.test.web.servlet.TestDispatcherServlet | Completed 500 INTERNAL_SERVER_ERROR, headers={masked}
500
Content-Type: application/json;charset=UTF-8
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
X-Frame-Options: DENY
{"message":"Failed to test LDAP configuration."}
00:39:15.568 19-09-2019 | TRACE | kJoinPool-1-worker-1 | o.springframework.test.context.TestContextManager | afterTestExecution(): instance [org.carlspring.strongbox.controllers.configuration.security.ldap.LdapAuthenticatorConfigurationControllerTest@13309a83], method [public void org.carlspring.strongbox.controllers.configuration.security.ldap.LdapAuthenticatorConfigurationControllerTest.ldapConfigurationTestShouldFailWithInvalidConfiguration()], exception [java.lang.AssertionError: 1 expectation failed.
Expected status code <200> but was <500>.
]
00:39:15.568 19-09-2019 | TRACE | kJoinPool-1-worker-1 | o.springframework.test.context.TestContextManager | afterTestMethod(): instance [org.carlspring.strongbox.controllers.configuration.security.ldap.LdapAuthenticatorConfigurationControllerTest@13309a83], method [public void org.carlspring.strongbox.controllers.configuration.security.ldap.LdapAuthenticatorConfigurationControllerTest.ldapConfigurationTestShouldFailWithInvalidConfiguration()], exception [java.lang.AssertionError: 1 expectation failed.
Expected status code <200> but was <500>.
]
00:39:15.568 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | o.s.t.c.c.DefaultCacheAwareContextLoaderDelegate | Retrieved ApplicationContext from cache with key [[WebMergedContextConfiguration@7a4fe39d testClass = LdapAuthenticatorConfigurationControllerTest, locations = '{}', classes = '{class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig, class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig}', contextInitializerClasses = '[]', activeProfiles = '{LdapAuthenticatorConfigurationControllerTest, test}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2a84f85b, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@241c4b1d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@7e17609d, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@19233c7c], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]]
00:39:15.568 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.springframework.test.context.cache | Spring test ApplicationContext cache statistics: [DefaultContextCache@46cb901e size = 2, maxSize = 32, parentContextCount = 0, hitCount = 9, missCount = 2]
00:39:15.578 19-09-2019 | TRACE | kJoinPool-1-worker-0 | o.springframework.test.context.TestContextManager | afterTestExecution(): instance [org.carlspring.strongbox.controllers.PingControllerTest@35ded8ce], method [void org.carlspring.strongbox.controllers.PingControllerTest.shouldReturnPong()], exception [null]
00:39:15.578 19-09-2019 | TRACE | kJoinPool-1-worker-0 | o.springframework.test.context.TestContextManager | afterTestMethod(): instance [org.carlspring.strongbox.controllers.PingControllerTest@35ded8ce], method [void org.carlspring.strongbox.controllers.PingControllerTest.shouldReturnPong()], exception [null]
00:39:15.578 19-09-2019 | DEBUG | kJoinPool-1-worker-0 | o.s.t.c.c.DefaultCacheAwareContextLoaderDelegate | Retrieved ApplicationContext from cache with key [[WebMergedContextConfiguration@18aead37 testClass = PingControllerTest, locations = '{}', classes = '{class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig, class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig}', contextInitializerClasses = '[]', activeProfiles = '{test}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2a84f85b, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@241c4b1d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@7e17609d, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@19233c7c], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]]
00:39:15.578 19-09-2019 | DEBUG | kJoinPool-1-worker-0 | org.springframework.test.context.cache | Spring test ApplicationContext cache statistics: [DefaultContextCache@46cb901e size = 2, maxSize = 32, parentContextCount = 0, hitCount = 10, missCount = 2]
00:39:15.618 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | o.s.t.c.c.DefaultCacheAwareContextLoaderDelegate | Retrieved ApplicationContext from cache with key [[WebMergedContextConfiguration@7a4fe39d testClass = LdapAuthenticatorConfigurationControllerTest, locations = '{}', classes = '{class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig, class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig}', contextInitializerClasses = '[]', activeProfiles = '{LdapAuthenticatorConfigurationControllerTest, test}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2a84f85b, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@241c4b1d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@7e17609d, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@19233c7c], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]]
00:39:15.618 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.springframework.test.context.cache | Spring test ApplicationContext cache statistics: [DefaultContextCache@46cb901e size = 2, maxSize = 32, parentContextCount = 0, hitCount = 11, missCount = 2]
00:39:15.618 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | o.s.t.c.c.DefaultCacheAwareContextLoaderDelegate | Retrieved ApplicationContext from cache with key [[WebMergedContextConfiguration@7a4fe39d testClass = LdapAuthenticatorConfigurationControllerTest, locations = '{}', classes = '{class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig, class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig}', contextInitializerClasses = '[]', activeProfiles = '{LdapAuthenticatorConfigurationControllerTest, test}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2a84f85b, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@241c4b1d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@7e17609d, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@19233c7c], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]]
00:39:15.618 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.springframework.test.context.cache | Spring test ApplicationContext cache statistics: [DefaultContextCache@46cb901e size = 2, maxSize = 32, parentContextCount = 0, hitCount = 12, missCount = 2]
00:39:15.618 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | o.s.t.c.c.DefaultCacheAwareContextLoaderDelegate | Retrieved ApplicationContext from cache with key [[WebMergedContextConfiguration@7a4fe39d testClass = LdapAuthenticatorConfigurationControllerTest, locations = '{}', classes = '{class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig, class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig}', contextInitializerClasses = '[]', activeProfiles = '{LdapAuthenticatorConfigurationControllerTest, test}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2a84f85b, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@241c4b1d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@7e17609d, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@19233c7c], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]]
00:39:15.618 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.springframework.test.context.cache | Spring test ApplicationContext cache statistics: [DefaultContextCache@46cb901e size = 2, maxSize = 32, parentContextCount = 0, hitCount = 13, missCount = 2]
00:39:15.639 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | o.s.t.c.c.DefaultCacheAwareContextLoaderDelegate | Retrieved ApplicationContext from cache with key [[WebMergedContextConfiguration@7a4fe39d testClass = LdapAuthenticatorConfigurationControllerTest, locations = '{}', classes = '{class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig, class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig}', contextInitializerClasses = '[]', activeProfiles = '{LdapAuthenticatorConfigurationControllerTest, test}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2a84f85b, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@241c4b1d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@7e17609d, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@19233c7c], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]]
00:39:15.639 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.springframework.test.context.cache | Spring test ApplicationContext cache statistics: [DefaultContextCache@46cb901e size = 2, maxSize = 32, parentContextCount = 0, hitCount = 14, missCount = 2]
00:39:15.649 19-09-2019 | DEBUG | kJoinPool-1-worker-0 | o.s.t.c.c.DefaultCacheAwareContextLoaderDelegate | Retrieved ApplicationContext from cache with key [[WebMergedContextConfiguration@18aead37 testClass = PingControllerTest, locations = '{}', classes = '{class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig, class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig}', contextInitializerClasses = '[]', activeProfiles = '{test}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2a84f85b, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@241c4b1d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@7e17609d, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@19233c7c], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]]
00:39:15.649 19-09-2019 | DEBUG | kJoinPool-1-worker-0 | org.springframework.test.context.cache | Spring test ApplicationContext cache statistics: [DefaultContextCache@46cb901e size = 2, maxSize = 32, parentContextCount = 0, hitCount = 15, missCount = 2]
00:39:15.649 19-09-2019 | DEBUG | kJoinPool-1-worker-0 | o.s.t.c.c.DefaultCacheAwareContextLoaderDelegate | Retrieved ApplicationContext from cache with key [[WebMergedContextConfiguration@18aead37 testClass = PingControllerTest, locations = '{}', classes = '{class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig, class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig}', contextInitializerClasses = '[]', activeProfiles = '{test}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2a84f85b, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@241c4b1d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@7e17609d, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@19233c7c], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]]
00:39:15.649 19-09-2019 | DEBUG | kJoinPool-1-worker-0 | org.springframework.test.context.cache | Spring test ApplicationContext cache statistics: [DefaultContextCache@46cb901e size = 2, maxSize = 32, parentContextCount = 0, hitCount = 16, missCount = 2]
00:39:15.649 19-09-2019 | DEBUG | kJoinPool-1-worker-0 | o.s.t.c.c.DefaultCacheAwareContextLoaderDelegate | Retrieved ApplicationContext from cache with key [[WebMergedContextConfiguration@18aead37 testClass = PingControllerTest, locations = '{}', classes = '{class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig, class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig}', contextInitializerClasses = '[]', activeProfiles = '{test}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2a84f85b, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@241c4b1d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@7e17609d, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@19233c7c], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]]
00:39:15.649 19-09-2019 | DEBUG | kJoinPool-1-worker-0 | org.springframework.test.context.cache | Spring test ApplicationContext cache statistics: [DefaultContextCache@46cb901e size = 2, maxSize = 32, parentContextCount = 0, hitCount = 17, missCount = 2]
00:39:15.657 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | .t.c.s.AbstractDirtiesContextTestExecutionListener | After test method: context [DefaultTestContext@65777b9b testClass = LdapAuthenticatorConfigurationControllerTest, testInstance = org.carlspring.strongbox.controllers.configuration.security.ldap.LdapAuthenticatorConfigurationControllerTest@13309a83, testMethod = ldapConfigurationTestShouldFailWithInvalidConfiguration@LdapAuthenticatorConfigurationControllerTest, testException = java.lang.AssertionError: 1 expectation failed.
Expected status code <200> but was <500>.
, mergedContextConfiguration = [WebMergedContextConfiguration@7a4fe39d testClass = LdapAuthenticatorConfigurationControllerTest, locations = '{}', classes = '{class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig, class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig}', contextInitializerClasses = '[]', activeProfiles = '{LdapAuthenticatorConfigurationControllerTest, test}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2a84f85b, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@241c4b1d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@7e17609d, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@19233c7c], 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]], class annotated with @DirtiesContext [false] with mode [null], method annotated with @DirtiesContext [false] with mode [null].
00:39:15.657 19-09-2019 | DEBUG | kJoinPool-1-worker-0 | .t.c.s.AbstractDirtiesContextTestExecutionListener | After test method: context [DefaultTestContext@cdf2976 testClass = PingControllerTest, testInstance = org.carlspring.strongbox.controllers.PingControllerTest@35ded8ce, testMethod = shouldReturnPong@PingControllerTest, testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@18aead37 testClass = PingControllerTest, locations = '{}', classes = '{class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig, class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig}', contextInitializerClasses = '[]', activeProfiles = '{test}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2a84f85b, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@241c4b1d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@7e17609d, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@19233c7c], 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]], class annotated with @DirtiesContext [false] with mode [null], method annotated with @DirtiesContext [false] with mode [null].
00:39:15.657 19-09-2019 | DEBUG | kJoinPool-1-worker-0 | o.s.test.context.web.ServletTestExecutionListener | Resetting RequestContextHolder for test context [DefaultTestContext@cdf2976 testClass = PingControllerTest, testInstance = org.carlspring.strongbox.controllers.PingControllerTest@35ded8ce, testMethod = shouldReturnPong@PingControllerTest, testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@18aead37 testClass = PingControllerTest, locations = '{}', classes = '{class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig, class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig}', contextInitializerClasses = '[]', activeProfiles = '{test}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2a84f85b, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@241c4b1d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@7e17609d, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@19233c7c], 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]].
00:39:15.657 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | o.s.test.context.web.ServletTestExecutionListener | Resetting RequestContextHolder for test context [DefaultTestContext@65777b9b testClass = LdapAuthenticatorConfigurationControllerTest, testInstance = org.carlspring.strongbox.controllers.configuration.security.ldap.LdapAuthenticatorConfigurationControllerTest@13309a83, testMethod = ldapConfigurationTestShouldFailWithInvalidConfiguration@LdapAuthenticatorConfigurationControllerTest, testException = java.lang.AssertionError: 1 expectation failed.
Expected status code <200> but was <500>.
, mergedContextConfiguration = [WebMergedContextConfiguration@7a4fe39d testClass = LdapAuthenticatorConfigurationControllerTest, locations = '{}', classes = '{class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig, class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig}', contextInitializerClasses = '[]', activeProfiles = '{LdapAuthenticatorConfigurationControllerTest, test}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2a84f85b, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@241c4b1d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@7e17609d, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@19233c7c], 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]].
00:39:15.659 19-09-2019 | TRACE | kJoinPool-1-worker-0 | o.springframework.test.context.TestContextManager | afterTestClass(): class [org.carlspring.strongbox.controllers.PingControllerTest]
00:39:15.659 19-09-2019 | DEBUG | kJoinPool-1-worker-0 | o.s.t.c.c.DefaultCacheAwareContextLoaderDelegate | Retrieved ApplicationContext from cache with key [[WebMergedContextConfiguration@18aead37 testClass = PingControllerTest, locations = '{}', classes = '{class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig, class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig}', contextInitializerClasses = '[]', activeProfiles = '{test}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2a84f85b, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@241c4b1d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@7e17609d, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@19233c7c], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]]
00:39:15.659 19-09-2019 | DEBUG | kJoinPool-1-worker-0 | org.springframework.test.context.cache | Spring test ApplicationContext cache statistics: [DefaultContextCache@46cb901e size = 2, maxSize = 32, parentContextCount = 0, hitCount = 18, missCount = 2]
00:39:15.679 19-09-2019 | TRACE | kJoinPool-1-worker-1 | o.springframework.test.context.TestContextManager | afterTestClass(): class [org.carlspring.strongbox.controllers.configuration.security.ldap.LdapAuthenticatorConfigurationControllerTest]
00:39:15.679 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | o.s.t.c.c.DefaultCacheAwareContextLoaderDelegate | Retrieved ApplicationContext from cache with key [[WebMergedContextConfiguration@7a4fe39d testClass = LdapAuthenticatorConfigurationControllerTest, locations = '{}', classes = '{class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig, class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig}', contextInitializerClasses = '[]', activeProfiles = '{LdapAuthenticatorConfigurationControllerTest, test}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2a84f85b, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@241c4b1d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@7e17609d, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@19233c7c], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]]
00:39:15.679 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | org.springframework.test.context.cache | Spring test ApplicationContext cache statistics: [DefaultContextCache@46cb901e size = 2, maxSize = 32, parentContextCount = 0, hitCount = 19, missCount = 2]
00:39:15.679 19-09-2019 | DEBUG | kJoinPool-1-worker-0 | .t.c.s.AbstractDirtiesContextTestExecutionListener | After test class: context [DefaultTestContext@cdf2976 testClass = PingControllerTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@18aead37 testClass = PingControllerTest, locations = '{}', classes = '{class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig, class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig}', contextInitializerClasses = '[]', activeProfiles = '{test}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2a84f85b, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@241c4b1d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@7e17609d, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@19233c7c], 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.support.DependencyInjectionTestExecutionListener.reinjectDependencies' -> true]], class annotated with @DirtiesContext [false] with mode [null].
[ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 82.739 s <<< FAILURE! - in org.carlspring.strongbox.controllers.PingControllerTest
[ERROR] ldapConfigurationTestShouldFailWithInvalidConfiguration Time elapsed: 1.605 s <<< FAILURE!
java.lang.AssertionError:
1 expectation failed.
Expected status code <200> but was <500>.
at org.carlspring.strongbox.controllers.configuration.security.ldap.LdapAuthenticatorConfigurationControllerTest.ldapConfigurationTestShouldFailWithInvalidConfiguration(LdapAuthenticatorConfigurationControllerTest.java:234)
00:39:15.689 19-09-2019 | DEBUG | kJoinPool-1-worker-1 | .t.c.s.AbstractDirtiesContextTestExecutionListener | After test class: context [DefaultTestContext@65777b9b testClass = LdapAuthenticatorConfigurationControllerTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@7a4fe39d testClass = LdapAuthenticatorConfigurationControllerTest, locations = '{}', classes = '{class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig, class org.carlspring.strongbox.app.StrongboxSpringBootApplication, class org.carlspring.strongbox.MockedRemoteRepositoriesHeartbeatConfig, class org.carlspring.strongbox.config.IntegrationTest$IntegrationTestsConfiguration, class org.carlspring.strongbox.config.TestingCoreConfig}', contextInitializerClasses = '[]', activeProfiles = '{LdapAuthenticatorConfigurationControllerTest, test}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2a84f85b, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@241c4b1d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@7e17609d, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@19233c7c], 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.support.DependencyInjectionTestExecutionListener.reinjectDependencies' -> true]], class annotated with @DirtiesContext [false] with mode [null].
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 82.8 s - in org.carlspring.strongbox.controllers.configuration.security.ldap.LdapAuthenticatorConfigurationControllerTest
00:39:15.764 19-09-2019 | INFO | hz.ShutdownThread | com.hazelcast.instance.Node | [192.168.99.1]:5702 [strongbox] [3.11.4] Running shutdown hook... Current state: ACTIVE
00:39:15.780 19-09-2019 | INFO | Thread-29 | org.quartz.core.QuartzScheduler | Scheduler schedulerFactoryBean_$_NON_CLUSTERED paused.
00:39:15.780 19-09-2019 | INFO | Thread-16 | org.quartz.core.QuartzScheduler | Scheduler schedulerFactoryBean_$_NON_CLUSTERED paused.
00:39:15.817 19-09-2019 | INFO | Thread-16 | org.apache.directory.server.ldap.LdapServer | Unbind of an LDAP service (53389) is complete.
00:39:15.817 19-09-2019 | INFO | Thread-16 | org.apache.directory.server.ldap.LdapServer | Sending notice of disconnect to existing clients sessions.
00:39:15.817 19-09-2019 | INFO | Thread-16 | org.apache.directory.server.ldap.LdapServer | Ldap service stopped.
00:39:15.864 19-09-2019 | INFO | Thread-29 | org.quartz.core.QuartzScheduler | Scheduler schedulerFactoryBean_$_NON_CLUSTERED shutting down.
00:39:15.864 19-09-2019 | INFO | Thread-29 | org.quartz.core.QuartzScheduler | Scheduler schedulerFactoryBean_$_NON_CLUSTERED paused.
00:39:15.864 19-09-2019 | INFO | Thread-29 | org.quartz.core.QuartzScheduler | Scheduler schedulerFactoryBean_$_NON_CLUSTERED shutdown complete.
00:39:17.249 19-09-2019 | INFO | Thread-16 | o.a.directory.server.core.DefaultDirectoryService | Waiting for SynchWorkerThread to die.
00:39:17.303 19-09-2019 | INFO | Thread-16 | org.quartz.core.QuartzScheduler | Scheduler schedulerFactoryBean_$_NON_CLUSTERED shutting down.
00:39:17.303 19-09-2019 | INFO | Thread-16 | org.quartz.core.QuartzScheduler | Scheduler schedulerFactoryBean_$_NON_CLUSTERED paused.
00:39:17.303 19-09-2019 | INFO | Thread-16 | org.quartz.core.QuartzScheduler | Scheduler schedulerFactoryBean_$_NON_CLUSTERED shutdown complete.
[INFO]
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] LdapAuthenticatorConfigurationControllerTest.ldapConfigurationTestShouldFailWithInvalidConfiguration:234 1 expectation failed.
Expected status code <200> but was <500>.
[INFO]
[ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:48 min (Wall Clock)
[INFO] Finished at: 2019-09-19T00:39:18+02:00
[INFO] Final Memory: 76M/634M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M1:test (default-test) on project strongbox-web-core: There are test failures.
[ERROR]
[ERROR] Please refer to C:\Users\fuss\IdeaProjects\strongbox\strongbox-web-core\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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment