Build failed in Jenkins: java-plugin-shibd-saml-v1-nightly-java17 #260

Shibboleth Jenkins noreply at shibboleth.net
Wed May 27 01:55:12 UTC 2026


See <http://127.0.0.1:1583/jenkins/job/java-plugin-shibd-saml-v1-nightly-java17/260/display/redirect?page=changes>

Changes:

[Scott Cantor] Add asynch detection and preliminary NotOnOrAfter support.

[Scott Cantor] Update constant in test.

[Scott Cantor] Update constant in test.

[Scott Cantor] Implement LogoutResponse handling in logout consumer flow with tests.

[Scott Cantor] Add subflow-specific prefix to allow subflows to detect their tokens.


------------------------------------------
[...truncated 689.77 KiB...]
	at org.testng.TestNG.run(TestNG.java:1067)
	at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:155)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:169)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:88)
	at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:137)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)

[ERROR] net.shibboleth.sp.saml.flows.saml2.SAML2SessionInitiatorFlowTest.springTestContextBeforeTestMethod[public void net.shibboleth.sp.saml.flows.saml2.SAML2SessionInitiatorFlowTest.testProfileDisabled() throws java.io.IOException](0) -- Time elapsed: 0.002 s <<< FAILURE!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 7d4d8579 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2SessionInitiatorFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:157)
	at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:128)
	at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:200)
	at org.springframework.test.context.web.ServletTestExecutionListener.beforeTestMethod(ServletTestExecutionListener.java:152)
	at org.springframework.test.context.TestContextManager.beforeTestMethod(TestContextManager.java:320)
	at org.springframework.test.context.testng.AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod(AbstractTestNGSpringContextTests.java:129)
	at jdk.internal.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:139)
	at org.testng.internal.invokers.MethodInvocationHelper.invokeMethodConsideringTimeout(MethodInvocationHelper.java:69)
	at org.testng.internal.invokers.ConfigInvoker.invokeConfigurationMethod(ConfigInvoker.java:361)
	at org.testng.internal.invokers.ConfigInvoker.invokeConfigurations(ConfigInvoker.java:296)
	at org.testng.internal.invokers.TestInvoker.runConfigMethods(TestInvoker.java:823)
	at org.testng.internal.invokers.TestInvoker.invokeMethod(TestInvoker.java:590)
	at org.testng.internal.invokers.TestInvoker.invokeTestMethod(TestInvoker.java:221)
	at org.testng.internal.invokers.MethodRunner.runInSequence(MethodRunner.java:50)
	at org.testng.internal.invokers.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:969)
	at org.testng.internal.invokers.TestInvoker.invokeTestMethods(TestInvoker.java:194)
	at org.testng.internal.invokers.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:148)
	at org.testng.internal.invokers.TestMethodWorker.run(TestMethodWorker.java:128)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.testng.TestRunner.privateRun(TestRunner.java:829)
	at org.testng.TestRunner.run(TestRunner.java:602)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:437)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:431)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:391)
	at org.testng.SuiteRunner.run(SuiteRunner.java:330)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:95)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1256)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1176)
	at org.testng.TestNG.runSuites(TestNG.java:1099)
	at org.testng.TestNG.run(TestNG.java:1067)
	at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:155)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:169)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:88)
	at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:137)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)

[ERROR] net.shibboleth.sp.saml.flows.saml2.SAML2SessionInitiatorFlowTest.springTestContextBeforeTestMethod[public void net.shibboleth.sp.saml.flows.saml2.SAML2SessionInitiatorFlowTest.testSimpleWithoutState() throws java.io.IOException,org.opensaml.messaging.decoder.MessageDecodingException](0) -- Time elapsed: 0.002 s <<< FAILURE!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 7d4d8579 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2SessionInitiatorFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:157)
	at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:128)
	at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:200)
	at org.springframework.test.context.web.ServletTestExecutionListener.beforeTestMethod(ServletTestExecutionListener.java:152)
	at org.springframework.test.context.TestContextManager.beforeTestMethod(TestContextManager.java:320)
	at org.springframework.test.context.testng.AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod(AbstractTestNGSpringContextTests.java:129)
	at jdk.internal.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:139)
	at org.testng.internal.invokers.MethodInvocationHelper.invokeMethodConsideringTimeout(MethodInvocationHelper.java:69)
	at org.testng.internal.invokers.ConfigInvoker.invokeConfigurationMethod(ConfigInvoker.java:361)
	at org.testng.internal.invokers.ConfigInvoker.invokeConfigurations(ConfigInvoker.java:296)
	at org.testng.internal.invokers.TestInvoker.runConfigMethods(TestInvoker.java:823)
	at org.testng.internal.invokers.TestInvoker.invokeMethod(TestInvoker.java:590)
	at org.testng.internal.invokers.TestInvoker.invokeTestMethod(TestInvoker.java:221)
	at org.testng.internal.invokers.MethodRunner.runInSequence(MethodRunner.java:50)
	at org.testng.internal.invokers.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:969)
	at org.testng.internal.invokers.TestInvoker.invokeTestMethods(TestInvoker.java:194)
	at org.testng.internal.invokers.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:148)
	at org.testng.internal.invokers.TestMethodWorker.run(TestMethodWorker.java:128)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.testng.TestRunner.privateRun(TestRunner.java:829)
	at org.testng.TestRunner.run(TestRunner.java:602)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:437)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:431)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:391)
	at org.testng.SuiteRunner.run(SuiteRunner.java:330)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:95)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1256)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1176)
	at org.testng.TestNG.runSuites(TestNG.java:1099)
	at org.testng.TestNG.run(TestNG.java:1067)
	at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:155)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:169)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:88)
	at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:137)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)

[ERROR] net.shibboleth.sp.saml.flows.saml2.SAML2SessionInitiatorFlowTest.springTestContextBeforeTestMethod[public void net.shibboleth.sp.saml.flows.saml2.SAML2SessionInitiatorFlowTest.testUnverified() throws java.io.IOException](0) -- Time elapsed: 0.009 s <<< FAILURE!
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 7d4d8579 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2SessionInitiatorFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:157)
	at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:128)
	at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:200)
	at org.springframework.test.context.web.ServletTestExecutionListener.beforeTestMethod(ServletTestExecutionListener.java:152)
	at org.springframework.test.context.TestContextManager.beforeTestMethod(TestContextManager.java:320)
	at org.springframework.test.context.testng.AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod(AbstractTestNGSpringContextTests.java:129)
	at jdk.internal.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:139)
	at org.testng.internal.invokers.MethodInvocationHelper.invokeMethodConsideringTimeout(MethodInvocationHelper.java:69)
	at org.testng.internal.invokers.ConfigInvoker.invokeConfigurationMethod(ConfigInvoker.java:361)
	at org.testng.internal.invokers.ConfigInvoker.invokeConfigurations(ConfigInvoker.java:296)
	at org.testng.internal.invokers.TestInvoker.runConfigMethods(TestInvoker.java:823)
	at org.testng.internal.invokers.TestInvoker.invokeMethod(TestInvoker.java:590)
	at org.testng.internal.invokers.TestInvoker.invokeTestMethod(TestInvoker.java:221)
	at org.testng.internal.invokers.MethodRunner.runInSequence(MethodRunner.java:50)
	at org.testng.internal.invokers.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:969)
	at org.testng.internal.invokers.TestInvoker.invokeTestMethods(TestInvoker.java:194)
	at org.testng.internal.invokers.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:148)
	at org.testng.internal.invokers.TestMethodWorker.run(TestMethodWorker.java:128)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.testng.TestRunner.privateRun(TestRunner.java:829)
	at org.testng.TestRunner.run(TestRunner.java:602)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:437)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:431)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:391)
	at org.testng.SuiteRunner.run(SuiteRunner.java:330)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:95)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1256)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1176)
	at org.testng.TestNG.runSuites(TestNG.java:1099)
	at org.testng.TestNG.run(TestNG.java:1067)
	at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:155)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:169)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:88)
	at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:137)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)

[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   SAML2LogoutConsumerFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 62b09715 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2LogoutConsumerFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2LogoutConsumerFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 62b09715 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2LogoutConsumerFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2LogoutConsumerFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 62b09715 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2LogoutConsumerFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2LogoutConsumerFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 62b09715 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2LogoutConsumerFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2LogoutConsumerFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 62b09715 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2LogoutConsumerFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2LogoutConsumerFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 62b09715 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2LogoutConsumerFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR] net.shibboleth.sp.saml.flows.saml2.SAML2LogoutConsumerFlowTest.springTestContextBeforeTestMethod[public void net.shibboleth.sp.saml.flows.saml2.SAML2LogoutConsumerFlowTest.testResponseSuccess(java.lang.String,java.lang.String,int) throws java.lang.Exception](0)
[ERROR]   Run 1: SAML2LogoutConsumerFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 62b09715 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2LogoutConsumerFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   Run 2: SAML2LogoutConsumerFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 62b09715 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2LogoutConsumerFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   Run 3: SAML2LogoutConsumerFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 62b09715 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2LogoutConsumerFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[INFO] 
[ERROR]   SAML2LogoutConsumerFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 62b09715 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2LogoutConsumerFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2LogoutConsumerFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 62b09715 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2LogoutConsumerFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2LogoutConsumerFlowTest>AbstractTestNGSpringContextTests.springTestContextPrepareTestInstance:117 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 62b09715 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2LogoutConsumerFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2LogoutInitiatorFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 30db5536 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2LogoutInitiatorFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2LogoutInitiatorFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 30db5536 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2LogoutInitiatorFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2LogoutInitiatorFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 30db5536 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2LogoutInitiatorFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2LogoutInitiatorFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 30db5536 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2LogoutInitiatorFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2LogoutInitiatorFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 30db5536 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2LogoutInitiatorFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2LogoutInitiatorFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 30db5536 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2LogoutInitiatorFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2LogoutInitiatorFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 30db5536 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2LogoutInitiatorFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2LogoutInitiatorFlowTest>AbstractTestNGSpringContextTests.springTestContextPrepareTestInstance:117 ? IllegalState Failed to load ApplicationContext for [WebMergedContextConfiguration at 30db5536 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2LogoutInitiatorFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2SessionInitiatorFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 7d4d8579 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2SessionInitiatorFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2SessionInitiatorFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 7d4d8579 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2SessionInitiatorFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2SessionInitiatorFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 7d4d8579 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2SessionInitiatorFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2SessionInitiatorFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 7d4d8579 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2SessionInitiatorFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2SessionInitiatorFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 7d4d8579 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2SessionInitiatorFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2SessionInitiatorFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 7d4d8579 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2SessionInitiatorFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2SessionInitiatorFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 7d4d8579 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2SessionInitiatorFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2SessionInitiatorFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 7d4d8579 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2SessionInitiatorFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2SessionInitiatorFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 7d4d8579 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2SessionInitiatorFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2SessionInitiatorFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 7d4d8579 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2SessionInitiatorFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2SessionInitiatorFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 7d4d8579 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2SessionInitiatorFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2SessionInitiatorFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 7d4d8579 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2SessionInitiatorFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2SessionInitiatorFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 7d4d8579 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2SessionInitiatorFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2SessionInitiatorFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 7d4d8579 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2SessionInitiatorFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2SessionInitiatorFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 7d4d8579 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2SessionInitiatorFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2SessionInitiatorFlowTest>AbstractTestNGSpringContextTests.springTestContextPrepareTestInstance:117 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 7d4d8579 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2SessionInitiatorFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2TokenConsumerFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 1c57f6b2 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2TokenConsumerFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2TokenConsumerFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 1c57f6b2 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2TokenConsumerFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2TokenConsumerFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 1c57f6b2 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2TokenConsumerFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2TokenConsumerFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 1c57f6b2 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2TokenConsumerFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2TokenConsumerFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 1c57f6b2 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2TokenConsumerFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2TokenConsumerFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 1c57f6b2 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2TokenConsumerFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2TokenConsumerFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 1c57f6b2 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2TokenConsumerFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2TokenConsumerFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 1c57f6b2 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2TokenConsumerFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2TokenConsumerFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 1c57f6b2 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2TokenConsumerFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2TokenConsumerFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 1c57f6b2 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2TokenConsumerFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2TokenConsumerFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 1c57f6b2 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2TokenConsumerFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2TokenConsumerFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 1c57f6b2 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2TokenConsumerFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2TokenConsumerFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 1c57f6b2 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2TokenConsumerFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2TokenConsumerFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 1c57f6b2 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2TokenConsumerFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2TokenConsumerFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 1c57f6b2 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2TokenConsumerFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2TokenConsumerFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 1c57f6b2 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2TokenConsumerFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2TokenConsumerFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 1c57f6b2 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2TokenConsumerFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2TokenConsumerFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 1c57f6b2 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2TokenConsumerFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2TokenConsumerFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 1c57f6b2 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2TokenConsumerFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2TokenConsumerFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 1c57f6b2 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2TokenConsumerFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2TokenConsumerFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 1c57f6b2 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2TokenConsumerFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2TokenConsumerFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 1c57f6b2 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2TokenConsumerFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2TokenConsumerFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 1c57f6b2 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2TokenConsumerFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2TokenConsumerFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 1c57f6b2 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2TokenConsumerFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2TokenConsumerFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 1c57f6b2 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2TokenConsumerFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2TokenConsumerFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 1c57f6b2 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2TokenConsumerFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2TokenConsumerFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 1c57f6b2 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2TokenConsumerFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2TokenConsumerFlowTest>AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod:129 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 1c57f6b2 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2TokenConsumerFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[ERROR]   SAML2TokenConsumerFlowTest>AbstractTestNGSpringContextTests.springTestContextPrepareTestInstance:117 ? IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration at 1c57f6b2 testClass = net.shibboleth.sp.saml.flows.saml2.SAML2TokenConsumerFlowTest, locations = ["classpath:/net/shibboleth/idp/conf/global-system.xml", "classpath:/net/shibboleth/idp/conf/mvc-beans.xml", "classpath:/net/shibboleth/idp/conf/webflow-config.xml", "classpath:/test/test-beans.xml", "classpath:/test/override-beans.xml", "classpath*:/META-INF/net.shibboleth.idp/postconfig.xml", "classpath:/net/shibboleth/sp/saml-test-beans.xml"], classes = [], contextInitializerClasses = [net.shibboleth.sp.saml.flows.saml2.TestSPSAMLEnvironmentApplicationContextInitializer, net.shibboleth.idp.test.PreferFileSystemApplicationContextInitializer, net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [], contextCustomizers = [org.springframework.test.context.support.DynamicPropertiesContextCustomizer at 0], resourceBasePath = "src/main/webapp", contextLoader = net.shibboleth.idp.test.PreferFileSystemContextLoader, parent = null]
[INFO] 
[ERROR] Tests run: 150, Failures: 63, Errors: 0, Skipped: 87
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Shibboleth SP :: SAML Protocol Plugin 0.0.1-SNAPSHOT:
[INFO] 
[INFO] Shibboleth SP :: SAML Protocol Plugin .............. SUCCESS [  8.936 s]
[INFO] Shibboleth SP SAML Protocol Plugin :: BOM .......... SUCCESS [  0.787 s]
[INFO] Shibboleth SP :: SAML Protocol Plugin :: API ....... SUCCESS [  7.762 s]
[INFO] Shibboleth SP :: SAML Protocol Plugin :: Implementation SUCCESS [ 11.669 s]
[INFO] Shibboleth SP :: SAML Protocol Plugin :: Internal Configuration FAILURE [  8.885 s]
[INFO] Shibboleth SP :: SAML Protocol Plugin :: Distribution SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  39.708 s
[INFO] Finished at: 2026-05-27T01:55:11Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.1.2:test (default-test) on project sp-saml-conf-impl: There are test failures.
[ERROR] 
[ERROR] Please refer to <http://127.0.0.1:1583/jenkins/job/java-plugin-shibd-saml-v1-nightly-java17/ws/sp-saml-conf-impl/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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :sp-saml-conf-impl
Build step 'Invoke top-level Maven targets' marked build as failure


More information about the commits mailing list