Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WFLY-5552] - Upgrade PicketLink to 2.5.5.SP1. #8305

Merged
merged 1 commit into from Oct 20, 2015

Conversation

pedroigor
Copy link
Contributor

References

Overview

Updates PicketLink version to 2.5.5.SP1.

This PR also fixes #8288. Which should be closed before merging this PR.

@wildfly-ci
Copy link

Linux Build 8557 outcome was FAILURE using a merge of 6798550
Summary: Tests failed: 14 (14 new), passed: 3194, ignored: 370 Build time: 00:49:57

Failed tests

org.wildfly.test.integration.security.picketlink.federation.SAMLIDPInitiatedTestCase.testPostOriginalRequest: com.meterware.httpunit.ScriptException: Event 'document.forms[0].submit()' failed: org.mozilla.javascript.WrappedException: Wrapped com.meterware.httpunit.HttpInternalErrorException: Error on HTTP request: 500 Internal Error [http://[::1]:8080/sp-post1/savedRequest/savedRequest.jsp]
    at com.meterware.httpunit.javascript.ScriptingEngineImpl.handleScriptException(ScriptingEngineImpl.java:64)
    at com.meterware.httpunit.javascript.ScriptingEngineImpl.doEventScript(ScriptingEngineImpl.java:135)
    at com.meterware.httpunit.scripting.ScriptableDelegate.doEventScript(ScriptableDelegate.java:70)
    at com.meterware.httpunit.WebResponse$Scriptable.load(WebResponse.java:819)
    at com.meterware.httpunit.javascript.JavaScript.load(JavaScript.java:80)
    at com.meterware.httpunit.javascript.JavaScriptEngineFactory.load(JavaScriptEngineFactory.java:62)
    at com.meterware.httpunit.RequestContext.runScripts(RequestContext.java:44)
    at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:159)
    at com.meterware.httpunit.WebClient.getResponse(WebClient.java:122)
    at org.wildfly.test.integration.security.picketlink.federation.SAMLIDPInitiatedTestCase.testPostOriginalRequest(SAMLIDPInitiatedTestCase.java:111)
------- Stdout: -------
 [33m20:13:58,845 WARN  [org.picketlink.common] (default task-3) Security Token registry option not specified: Issued Tokens will not be persisted!
 [0m [33m20:13:58,847 WARN  [org.picketlink.common] (default task-3) Security Token registry option not specified: Issued Tokens will not be persisted!
 [0m [31m20:13:59,120 ERROR [org.picketlink.common] (default task-5) Service Provider could not handle the request.: java.lang.NullPointerException
    at io.undertow.security.impl.AbstractSecurityContext.authenticationComplete(AbstractSecurityContext.java:86)
    at io.undertow.security.impl.AbstractSecurityContext.authenticationComplete(AbstractSecurityContext.java:78)
    at org.picketlink.identity.federation.bindings.wildfly.sp.SPFormAuthenticationMechanism.register(SPFormAuthenticationMechanism.java:408)
    at org.picketlink.identity.federation.bindings.wildfly.sp.SPFormAuthenticationMechanism.handleSAML2Response(SPFormAuthenticationMechanism.java:580)
    at org.picketlink.identity.federation.bindings.wildfly.sp.SPFormAuthenticationMechanism.handleSAMLResponse(SPFormAuthenticationMechanism.java:313)
    at org.picketlink.identity.federation.bindings.wildfly.sp.SPFormAuthenticationMechanism.authenticate(SPFormAuthenticationMechanism.java:275)
    at io.undertow.security.impl.SecurityContextImpl$AuthAttempter.transition(SecurityContextImpl.java:233)
    at io.undertow.security.impl.SecurityContextImpl$AuthAttempter.transition(SecurityContextImpl.java:250)
    at io.undertow.security.impl.SecurityContextImpl$AuthAttempter.access$100(SecurityContextImpl.java:219)
    at io.undertow.security.impl.SecurityContextImpl.attemptAuthentication(SecurityContextImpl.java:121)
    at io.undertow.security.impl.SecurityContextImpl.authTransition(SecurityContextImpl.java:96)
    at io.undertow.security.impl.SecurityContextImpl.authenticate(SecurityContextImpl.java:89)
    at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:55)
    at io.undertow.server.handlers.DisableCacheHandler.handleRequest(DisableCacheHandler.java:33)
    at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
    at io.undertow.security.handlers.AuthenticationConstraintHandler.handleRequest(AuthenticationConstraintHandler.java:51)
    at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
    at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
    at io.undertow.servlet.handlers.security.ServletSecurityConstraintHandler.handleRequest(ServletSecurityConstraintHandler.java:56)
    at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
    at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:72)
    at io.undertow.security.handlers.NotificationReceiverHandler.handleRequest(NotificationReceiverHandler.java:50)
    at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
    at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
    at org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)
    at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
    at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
    at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:284)
    at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:263)
    at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)
    at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:174)
    at io.undertow.server.Connectors.executeRootHandler(Connectors.java:198)
    at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:784)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)


org.wildfly.test.integration.security.picketlink.federation.SAMLRedirectBindingWithSignaturesTestCase.testFederationWithGlobalLogout: com.meterware.httpunit.HttpInternalErrorException: Error on HTTP request: 500 Internal Error [http://[::1]:8080/sp-redirect-sig1/?SAMLResponse=xVZbb%2FI4EP0rKN8jSpOQhFxUkIDQlgKlBQq0q9XKcRxwIXaIDaH99euEywK9LPu97FM045nxOceeca4ZiBax20cspoShwiZaEObmzoq0SohLAcPMJSBCzOXQHdS6Hbd0pbpxQjmFdCEdpfycARhDCceUSAUPMY4JyIyKNOM8dhXlD9fV%2FnRt1VYVFssJCnCCIJcZnmqKVGh5Fanl%2FQWtcmAGNpBBYJmyYZahbJfLoWyaPiiruqMFJhTBZM9nSPM0XS8ZmmUaclhyLNkIAyQ7wDBkw7as0C9B37Z0kcbYCrUI44DwilRSNVPWVLmkDjXb1QxX1a5UTXuVCiOUsBy5YCVVrzPmbp6bVD9zwcEpGeVaOU64DoTPHeCpUGOV7PXPnAdh0jS9SvUrmkyVkqqqiuooIioL%2BSUd5aOgRUK6czQAoQRDsMAfucpdxGc0KNQWU5pgPou%2BKa4pmpoVl9EGylAzyK%2BxiG7QKEKEM0k5h3th2RPMCQMymwHtUK2PQpQgAlHhud%2BqSL8uPeZd%2BjABhIU0idi547%2FhQmSNFjRGQXZKW3oHiJeX%2FKxgVkT5GqmHp6IRfkfEEwG3ZUZgsULV2b3i99I%2B7YRlS%2Bkh58Ybw%2BIalNmwVdnBOA7fuQ5HsHd8ulCHI9%2FmTVZ3%2Ffq408FWq%2FRo6MB4a3YiAB6bt01DXzu91uy23NwwntjTBV2%2FjxpoeeNR0LsnanMw8p%2FKa9xYwrfm8saPi%2BVkaRfnk75ZZmgznrP5ZGLp4%2FrNUO%2ByaRxAZIGwTz82Nva8h6YVT7xil%2FjsbhwEbUK9jvLc1ZLxlPs6vr1RgqWt3r0sXhEJItS7f6kcUTpisKXVRu9HJIV1vNgf1M48XRqsFitWtdoY9Kx0fBuGySucvHfgi87eX63heNQ00%2FrHs2or3nq6GK7XgydEeXTvtetDBOwHux3ag%2FYyqNce7uyAvAzVtD%2BZo6D2VHSslzQdt3E6%2FCg2717WYVofP4GRXq%2BvSvPOCDlpcfY%2BnzxGzWbr6WMy8UNa584Gm3FKE4%2B93d%2F3ezhsm0X0zN9a7dLb%2FPaj3d3T30PfEmluxHgUPV2tPdXqu4iDb38pjukrZwIpp%2FKdSbwdirE74MJkp1aDBqiQV%2Fn5uWB5tDtYQYhYPnuUz0Xd2v5R2U7Oi1%2Bg3XuiOYap6rovO7CMZAOYYtBYDpQN33RCs6wbJRX9Tw9DbgxW%2FptY31kPglHLK9yIEQL4z1QzDw7kMA914wwY4%2BJwpSqnEQR8t9m24ulmDUpCnKVlqm6H0897wcj1EUhQIn1fyAMc%2FO67%2FEB5j%2FSSWshR8oX8mnpVyuXvI4hjjLIzuuSfYn%2BjvoJ7trTjJSICnC2zDFMdCXXRJ0C6azq7%2B3Ah8P1VXgU4m8FCI55guIVxslK9gNYO%2BCHlzD4prpyxOmzHZyTrMpQ9%2B4XcvOD2D0SbiiotEqDN5c11vKdAwtGGf%2BFqLETvileq%2BmN7QxdmccL9KD5iKgYH9l%2BU%2BmLtxHdQYI%2BHC%2BX8FUffLhSydqpIfbr4h9d%2BLZ94u9%2B7Dfv272HS7QzgDEVAOsTifw%2BWcX48UMwqEe%2Fy91jA2IifcrE5mUrVKRXTX8y%2BPb0TUNVz7yfHEWHldOoehvK%2Bsat%2FAw%3D%3D&SigAlg=http%3A%2F%2Fwww.w3.org%2F2000%2F09%2Fxmldsig%23rsa-sha1&Signature=qx8fq06WVAkdbNQ77zro6PHYA%2BA2z78haHOnO6uw5MaNaf%2B1AuG6jJvt9OKgM9IyGuo1bNkN1CXv95S7NTXcq%2BN350LGl8RhtGuHGAg6pJeLcezwMzC7sMtqupOC%2BKg8DZg3bTQ8oR6ololqwD6K%2FTrMWWlqu7IqxnIksPfAclg%3D]
    at com.meterware.httpunit.WebClient.validateHeaders(WebClient.java:619)
    at com.meterware.httpunit.WebClient.updateClient(WebClient.java:500)
    at com.meterware.httpunit.WebWindow.updateWindow(WebWindow.java:192)
    at com.meterware.httpunit.WebWindow.getSubframeResponse(WebWindow.java:183)
    at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:158)
    at com.meterware.httpunit.WebWindow.updateWindow(WebWindow.java:199)
    at com.meterware.httpunit.WebWindow.getSubframeResponse(WebWindow.java:183)
    at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:158)
    at com.meterware.httpunit.WebWindow.updateWindow(WebWindow.java:199)
    at com.meterware.httpunit.WebWindow.getSubframeResponse(WebWindow.java:183)
    at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:158)
    at com.meterware.httpunit.WebWindow.sendRequest(WebWindow.java:134)
    at com.meterware.httpunit.WebRequestSource.submitRequest(WebRequestSource.java:297)
    at com.meterware.httpunit.WebRequestSource.submitRequest(WebRequestSource.java:253)
    at com.meterware.httpunit.WebForm.submitRequest(WebForm.java:127)
    at com.meterware.httpunit.WebForm.doFormSubmit(WebForm.java:143)
    at com.meterware.httpunit.SubmitButton.doButtonAction(SubmitButton.java:69)
    at com.meterware.httpunit.Button.doOnClickSequence(Button.java:91)
    at com.meterware.httpunit.Button.click(Button.java:102)
    at org.wildfly.test.integration.security.picketlink.federation.AbstractBasicFederationTestCase.testFederationWithGlobalLogout(AbstractBasicFederationTestCase.java:88)
------- Stdout: -------
 [0m20:13:59,207 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 68) WFLYUT0022: Unregistered web context: /idp-post
 [0m [0m20:13:59,233 INFO  [org.hibernate.validator.internal.util.Version] (MSC service thread 1-3) HV000001: Hibernate Validator 5.2.2.Final
 [0m [0m20:13:59,295 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment idp-post.war (runtime-name: idp-post.war) in 101ms
 [0m [0m20:13:59,314 INFO  [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0002: Content removed from location /opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/picketlink/target/jbossas/standalone/data/content/58/c8bc5d96358a60361208d3e21f75160b99fcb3/content
 [0m [0m20:13:59,315 INFO  [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0009: Undeployed "idp-post.war" (runtime-name: "idp-post.war")
 [0m [0m20:13:59,315 INFO  [org.jboss.as.controller] (management-handler-thread - 2) WFLYCTL0183: Service status report
WFLYCTL0186:   Services which failed to start:      service jboss.picketlink-identity-management."jpa.emf.modules.partition.manager"."jpa.config".jpa-store: org.jboss.msc.service.StartException in service jboss.picketlink-identity-management."jpa.emf.modules.partition.manager"."jpa.config".jpa-store: Failed to start service
      service jboss.picketlink-identity-management."multiple.store.idm"."multiple.store".jpa-store: org.jboss.msc.service.StartException in service jboss.picketlink-identity-management."multiple.store.idm"."multiple.store".jpa-store: Failed to start service

 [0m [0m20:13:59,322 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 33) WFLYUT0022: Unregistered web context: /sp-post1
 [0m [0m20:13:59,343 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment sp-post1.war (runtime-name: sp-post1.war) in 21ms
 [0m [0m20:13:59,352 INFO  [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0002: Content removed from location /opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/picketlink/target/jbossas/standalone/data/content/0c/42f85fca7a7a0fb092d900401807f71b4bbfff/content
 [0m [0m20:13:59,352 INFO  [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0009: Undeployed "sp-post1.war" (runtime-name: "sp-post1.war")
 [0m [0m20:13:59,353 INFO  [org.jboss.as.controller] (management-handler-thread - 2) WFLYCTL0183: Service status report
WFLYCTL0186:   Services which failed to start:      service jboss.picketlink-identity-management."jpa.emf.modules.partition.manager"."jpa.config".jpa-store: org.jboss.msc.service.StartException in service jboss.picketlink-identity-management."jpa.emf.modules.partition.manager"."jpa.config".jpa-store: Failed to start service
      service jboss.picketlink-identity-management."multiple.store.idm"."multiple.store".jpa-store: org.jboss.msc.service.StartException in service jboss.picketlink-identity-management."multiple.store.idm"."multiple.store".jpa-store: Failed to start service

 [0m [0m20:13:59,422 INFO  [org.jboss.as.repository] (management-handler-thread - 4) WFLYDR0001: Content added at location /opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/picketlink/target/jbossas/standalone/data/content/68/00f8720690a50bf2b2c5fb5b2b446ebe80d202/content
 [0m [0m20:13:59,424 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "sp-redirect-sig2.war" (runtime-name: "sp-redirect-sig2.war")
 [0m [33m20:13:59,440 WARN  [org.jboss.as.dependency.deprecated] (MSC service thread 1-3) WFLYSRV0221: Deployment "deployment.sp-redirect-sig2.war" is using a deprecated module ("org.picketlink:main") which may be removed in future versions without notice.
 [0m [33m20:13:59,440 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) WFLYSRV0018: Deployment "deployment.sp-redirect-sig2.war" is using a private module ("org.jboss.as.controller:main") which may be changed or removed in future versions without notice.
 [0m [33m20:13:59,440 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) WFLYSRV0018: Deployment "deployment.sp-redirect-sig2.war" is using a private module ("org.wildfly.security.manager:main") which may be changed or removed in future versions without notice.
 [0m [0m20:13:59,519 INFO  [org.wildfly.extension.picketlink] (MSC service thread 1-3) WFLYPL0002: Configuring PicketLink Federation for deployment [sp-redirect-sig2.war]
 [0m [0m20:13:59,554 INFO  [org.jboss.as.arquillian] (MSC service thread 1-3) Arquillian deployment detected: ArquillianConfig[service=jboss.arquillian.config."sp-redirect-sig2.war",unit=sp-redirect-sig2.war,tests=[org.wildfly.test.integration.security.picketlink.federation.SAMLRedirectBindingWithSignaturesTestCase]]
 [0m [0m20:13:59,592 INFO  [org.picketlink.common] (ServerService Thread Pool -- 68) Service Provider is setting the CanonicalizationMethod on XMLSignatureUtil::http://www.w3.org/2001/10/xml-exc-c14n#WithComments
 [0m [0m20:13:59,612 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 68) WFLYUT0021: Registered web context: /sp-redirect-sig2
 [0m [0m20:13:59,620 INFO  [org.jboss.as.server] (management-handler-thread - 4) WFLYSRV0010: Deployed "sp-redirect-sig2.war" (runtime-name : "sp-redirect-sig2.war")
 [0m [0m20:13:59,620 INFO  [org.jboss.as.controller] (management-handler-thread - 4) WFLYCTL0183: Service status report
WFLYCTL0186:   Services which failed to start:      service jboss.picketlink-identity-management."jpa.emf.modules.partition.manager"."jpa.config".jpa-store: org.jboss.msc.service.StartException in service jboss.picketlink-identity-management."jpa.emf.modules.partition.manager"."jpa.config".jpa-store: Failed to start service


org.wildfly.test.integration.security.picketlink.federation.SAMLRedirectBindingWithSignaturesTestCase.testFederationWithLocalLogout: com.meterware.httpunit.HttpInternalErrorException: Error on HTTP request: 500 Internal Error [http://[::1]:8080/sp-redirect-sig1/?SAMLResponse=xVbZcuo4EP0Vyvcx5XjBBuwKVLEGxwmELYFMTU3JsmwMtkQsgYGvv7JZCgjJMPdlnkCt7tY5R%2BpuP1AQhQuzj%2BiCYIpy6yjE1MyMZWEZY5MAGlATgwhRk0FzUH15NtV72VzEhBFIQuEk5OcIQCmKWUCwkGsgygIM0kVZmDK2MCXpL9NU%2FjZLckmW6EKMkRvECDKRBr4iCTmrURasxj8FAGVN0w3R1XVd1HT%2BzygWHdEwoFJwNejIWok74wOfIcnCiopeVAuFomioAIma53ii4zlINFxd83QEPB0gHkbpElmYMoBZWVBlRRcVWVTloVIyFc2U1fuCZnwIuTcU0ww5ZyVUHlLmZhYbV75yCdxzMtKDdBrw4HKbOQh8rsYyPuifGo%2FCJElyn%2BTvSexLqizLkmxI3Ct1%2BSWcxCPXwh7ZG%2BoAExxAEAbbTOUXxKbEzVVDn8QBm0bfJFckRU6Ti2gNRaho%2BNc7966TKEKYUUG6hHtj2jPMMQUinQLlmK2PPBQjDFFu1LfKwq9br3kfPowBph6JI3pp%2BG%2B4EF6hkCyQm97Sjt4R4u0pvyqYJpGuI20EPi%2BEPxHxTMBdmjcQLlHllfmfk3ahoM7bYWxDOvxc18NmssLaqLyHceq%2BNx2v4GD48qCOV76LiwcJZp%2BEzladKvkAr51gmiC46s0fW6uuIq9KdiR9zJxgu2aSG48te9pbrjqe31GABBsFMDRw0mpv8ys0Hi2NfKv1mJ%2FbYNHAzub92UORhpzXVy8xXAUq1rBDrP6oS%2BvW7KU9%2Bdx025%2B2zLZNezwYbSfk0Wm1%2FDtdn43u%2BlhaJH4S11QWWb2NP3kCpHxC6YTBjpaNNick%2Bep0sz%2BoXlheiLsMl7RStAPQLSbvj54Xf8Dx5hlO8nTzURy%2BvzX1pLYdySWpsfLD4Wo16CHCoqeGXRsiUOqUbK80sD%2FdWrXTLrl4MpST%2FniO3GrvzihOkuTdDpLh9q7Znqy8pPbeA2%2F5Wm2pzp%2FfkJHcTTfz8WvUbFq97XjseKTGjHWgLxISN%2Bjs6anfDTxbv0MjNrNsdTZ%2F3NovB%2FoH6DsizTVvj7ymK9Vetbb3ONoOj%2BKUvnQhkHQu34XEu6a4MAeML%2Bn5qk5clMuy%2FDwuaOZtDpYQIpr1HulrUrN6GCq7znnzBNrPE92FKlQLjqjrrsYbjVoQnaIMxTzS3ZLsaZ6mF%2F6nwZAtBktnxvf3qw5nZDVyLd5CAPuZamoJXNHLXM1FCowyfrlChZEIArY%2FbJfx%2FLA6wV6QhqWq7prTz2fByHQQiFEsfJ%2BoARj407ncIayLu3HVYyi%2BIr%2Bi3Jcy%2BfsIBosApXd0yzfF4UVdg3uxtefFPdwg3aYpphri6qJr70Hev4cbgR%2Be8tIN0h7MNWJxAHcwznYqN9DaAz%2BGXKzPkksXrI7HsSlOqwylYz%2BXLW94%2FQNepjyLhV20vr24Ts%2FkSBhasyumeshrl0%2Bpyo%2FlDU2Y%2BnHzK%2F%2FhXdE9sr%2BS6sreme2owAEP48o5S4a%2B3cil5VQW%2BiREwuVe1vH2n3dr%2Bu3Xw%2FjleQCnKALC0Tf4d2cxyK4H8mLh%2FibbLDiMNf8o54djX6j4hHd%2F3vsO9M5AVS6tXwwnhKXzrntsyofCrvwG&SigAlg=http%3A%2F%2Fwww.w3.org%2F2000%2F09%2Fxmldsig%23rsa-sha1&Signature=DEoa7UjArX2v7KWzOCUPKmYQWMsfigmQOC%2BLTw0miIHZweepbUEUlq%2F20Qlhs4UYuGV7dggbrssvxT2UFogl0jmnqNlak3B9noK0tFT9ekdIGd51lzi32%2BNviUA8WUHpREOtjFO8nosH9zwoKWknGQ1eQpw3vOlF7jNreIapkjY%3D]
    at com.meterware.httpunit.WebClient.validateHeaders(WebClient.java:619)
    at com.meterware.httpunit.WebClient.updateClient(WebClient.java:500)
    at com.meterware.httpunit.WebWindow.updateWindow(WebWindow.java:192)
    at com.meterware.httpunit.WebWindow.getSubframeResponse(WebWindow.java:183)
    at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:158)
    at com.meterware.httpunit.WebWindow.updateWindow(WebWindow.java:199)
    at com.meterware.httpunit.WebWindow.getSubframeResponse(WebWindow.java:183)
    at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:158)
    at com.meterware.httpunit.WebWindow.updateWindow(WebWindow.java:199)
    at com.meterware.httpunit.WebWindow.getSubframeResponse(WebWindow.java:183)
    at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:158)
    at com.meterware.httpunit.WebWindow.sendRequest(WebWindow.java:134)
    at com.meterware.httpunit.WebRequestSource.submitRequest(WebRequestSource.java:297)
    at com.meterware.httpunit.WebRequestSource.submitRequest(WebRequestSource.java:253)
    at com.meterware.httpunit.WebForm.submitRequest(WebForm.java:127)
    at com.meterware.httpunit.WebForm.doFormSubmit(WebForm.java:143)
    at com.meterware.httpunit.SubmitButton.doButtonAction(SubmitButton.java:69)
    at com.meterware.httpunit.Button.doOnClickSequence(Button.java:91)
    at com.meterware.httpunit.Button.click(Button.java:102)
    at org.wildfly.test.integration.security.picketlink.federation.AbstractBasicFederationTestCase.testFederationWithLocalLogout(AbstractBasicFederationTestCase.java:140)
------- Stdout: -------
Connecting to [::1]
Sending:: GET http://[::1]:8080/sp-redirect-sig1/
Sending:: User-Agent: httpunit/1.5
Sending:: Accept-Encoding: gzip

Received from http://[::1]:8080/sp-redirect-sig1/
Header:: HTTP/1.1 302 Found
Header:: Content-Encoding: UTF-8
Header:: Expires: 0
Header:: Cache-Control: no-cache, no-store
Header:: X-Powered-By: Undertow/1
Header:: Set-Cookie: JSESSIONID=GhEPbMxw-xZu4IcsgZIGbcnQ3aHFLZ6Zt46zHZKO.build33-el7; path=/sp-redirect-sig1
Header:: Server: WildFly/10
Header:: Pragma: no-cache
Header:: Location: http://[::1]:8080/idp-redirect-sig/?SAMLRequest=nVVrc6o6FP0rDv3oUMBCUaY6I76q%2BBa1eufOnQhBoyGxSQD11198Xtue0%2Bm532Cx9s5aayfhhYMQb61yJFZkCN8jyEVmF2LCrdOHohQxYlHAEbcICCG3hGeNyp22lXtUrS2jgnoUS%2BeS78mAc8gEokTKlK%2BPFUp4FEI2gixGHhwP20VpJcTWUpS%2FLEv728qreVXhW5lBHzHoCZmjpaZImWqqExFw7PGrCuR%2FLEkr6pR58GSzKAUAcyhlmtWi1Kz%2BY2qGmXt%2BNuVCDkBZDxaBvAgWUC74hh4YEAQGOJJ5P3WAYvhfOecRbBIuABFFKadqhqypck51tbyl6ZaqPRr5wlzK9C8p2Yj4iCy%2FT2lxJnHr1XX7cr83cqXMBDJ%2BMpoSpNLLcTDWaXF2N6qfhl%2F6Qb4vyt0apRc%2FBa0RWqZ5Rwxe1jyCt%2BiTJHlMnh4pWyo5VVUVtaCkrCPlQbqrh36TBPQCVAChBHkAo8Npjh0oVtTPlPGSMiRW4W%2Baa4qmHpvLcOfJnqaTh2nKrtAwhERwSfks94dtP2hmHMh8BbRbtyEMIIPEg5nxsFmUHn66ay7lLgOEB5SF%2FDPwZ7ogiSGmW%2Bgfx3S2d5P485ZfEzw2UX6ttIqW6VH7PyF%2BCPDcZgJwBEv6JPH1XvZpDzVcf56OBcQVx%2BQH0qgVLzLu6RfoNoIr8GVD3UZ%2Brns6BD7bqW3WrkxSmV4rDsNKbz9ySVTZHCKBlBbvRrNXGjvPRjxNGEvqO9DFM2D4i52m99g2Vut6wxT1gbGksTvvvI%2FndqXbqiA86jJ1titoArf0%2FTT0alVDzJ7Xm%2FoItxnm5pDZ3ZUzXa7rr2tfn2KnurCxI9So1R8uifmutPJw4B0a64HZrunFO0t3Ds62HLi%2FM5m%2B3X8cjsqfkA71Ixzxkukg0DOTaSMI2Nx727e92RPfz013OqkZiX0Yq3mlGi%2BxG8ejAaQibFUd24Ug3807QX7kvPt2ufua98nMVZPh2wb65UG2YM6SZOqgxD1ka6%2BzOEjs6QBMnmw7ym3aE1hIsqv95q0f1mrNweHtbRFQWxR2yNgmlFX5utUa9lDgGFk4Fuumk1tvGgenc7V%2FlX42UtttKUnPdKk8KNsXxg27bop7%2B8qngJSP8X2K%2BHyPbq1uelc2q32KkbdPNzimSYVBINJrXrAInv4bIRDf365HBPlycKJa4niGUKrydKy%2B%2Fl9L%2FwI%3D&SigAlg=http%3A%2F%2Fwww.w3.org%2F2000%2F09%2Fxmldsig%23rsa-sha1&Signature=MFJlqXUGFR8dp%2BSIp%2FfL%2FJl%2BN9tWPyIpwTbmydh4aLyF%2BSdC91CorRCzlop8q4g7ld83OTKKydJ7QqUOs7HJKe9rQcPf0iiihGxfFKkCWbBksuae8Ib0ZnU7QYrEKtgZbZGVymbCQk1Jn21UR%2Bx%2FYxBpzuwwl5xUNzKgdz1TGmg%3D
Header:: Date: Tue, 20 Oct 2015 18:14:01 GMT
Header:: Connection: keep-alive
Header:: Content-Length: 0

Connecting to [::1]
Sending:: GET http://[::1]:8080/idp-redirect-sig/?SAMLRequest=nVVrc6o6FP0rDv3oUMBCUaY6I76q%2BBa1eufOnQhBoyGxSQD11198Xtue0%2Bm532Cx9s5aayfhhYMQb61yJFZkCN8jyEVmF2LCrdOHohQxYlHAEbcICCG3hGeNyp22lXtUrS2jgnoUS%2BeS78mAc8gEokTKlK%2BPFUp4FEI2gixGHhwP20VpJcTWUpS%2FLEv728qreVXhW5lBHzHoCZmjpaZImWqqExFw7PGrCuR%2FLEkr6pR58GSzKAUAcyhlmtWi1Kz%2BY2qGmXt%2BNuVCDkBZDxaBvAgWUC74hh4YEAQGOJJ5P3WAYvhfOecRbBIuABFFKadqhqypck51tbyl6ZaqPRr5wlzK9C8p2Yj4iCy%2FT2lxJnHr1XX7cr83cqXMBDJ%2BMpoSpNLLcTDWaXF2N6qfhl%2F6Qb4vyt0apRc%2FBa0RWqZ5Rwxe1jyCt%2BiTJHlMnh4pWyo5VVUVtaCkrCPlQbqrh36TBPQCVAChBHkAo8Npjh0oVtTPlPGSMiRW4W%2Baa4qmHpvLcOfJnqaTh2nKrtAwhERwSfks94dtP2hmHMh8BbRbtyEMIIPEg5nxsFmUHn66ay7lLgOEB5SF%2FDPwZ7ogiSGmW%2Bgfx3S2d5P485ZfEzw2UX6ttIqW6VH7PyF%2BCPDcZgJwBEv6JPH1XvZpDzVcf56OBcQVx%2BQH0qgVLzLu6RfoNoIr8GVD3UZ%2Brns6BD7bqW3WrkxSmV4rDsNKbz9ySVTZHCKBlBbvRrNXGjvPRjxNGEvqO9DFM2D4i52m99g2Vut6wxT1gbGksTvvvI%2FndqXbqiA86jJ1titoArf0%2FTT0alVDzJ7Xm%2FoItxnm5pDZ3ZUzXa7rr2tfn2KnurCxI9So1R8uifmutPJw4B0a64HZrunFO0t3Ds62HLi%2FM5m%2B3X8cjsqfkA71Ixzxkukg0DOTaSMI2Nx727e92RPfz013OqkZiX0Yq3mlGi%2BxG8ejAaQibFUd24Ug3807QX7kvPt2ufua98nMVZPh2wb65UG2YM6SZOqgxD1ka6%2BzOEjs6QBMnmw7ym3aE1hIsqv95q0f1mrNweHtbRFQWxR2yNgmlFX5utUa9lDgGFk4Fuumk1tvGgenc7V%2FlX42UtttKUnPdKk8KNsXxg27bop7%2B8qngJSP8X2K%2BHyPbq1uelc2q32KkbdPNzimSYVBINJrXrAInv4bIRDf365HBPlycKJa4niGUKrydKy%2B%2Fl9L%2FwI%3D&SigAlg=http%3A%2F%2Fwww.w3.org%2F2000%2F09%2Fxmldsig%23rsa-sha1&Signature=MFJlqXUGFR8dp%2BSIp%2FfL%2FJl%2BN9tWPyIpwTbmydh4aLyF%2BSdC91CorRCzlop8q4g7ld83OTKKydJ7QqUOs7HJKe9rQcPf0iiihGxfFKkCWbBksuae8Ib0ZnU7QYrEKtgZbZGVymbCQk1Jn21UR%2Bx%2FYxBpzuwwl5xUNzKgdz1TGmg%3D
Sending:: User-Agent: httpunit/1.5
Sending:: Accept-Encoding: gzip

Received from http://[::1]:8080/idp-redirect-sig/?SAMLRequest=nVVrc6o6FP0rDv3oUMBCUaY6I76q%2BBa1eufOnQhBoyGxSQD11198Xtue0%2Bm532Cx9s5aayfhhYMQb61yJFZkCN8jyEVmF2LCrdOHohQxYlHAEbcICCG3hGeNyp22lXtUrS2jgnoUS%2BeS78mAc8gEokTKlK%2BPFUp4FEI2gixGHhwP20VpJcTWUpS%2FLEv728qreVXhW5lBHzHoCZmjpaZImWqqExFw7PGrCuR%2FLEkr6pR58GSzKAUAcyhlmtWi1Kz%2BY2qGmXt%2BNuVCDkBZDxaBvAgWUC74hh4YEAQGOJJ5P3WAYvhfOecRbBIuABFFKadqhqypck51tbyl6ZaqPRr5wlzK9C8p2Yj4iCy%2FT2lxJnHr1XX7cr83cqXMBDJ%2BMpoSpNLLcTDWaXF2N6qfhl%2F6Qb4vyt0apRc%2FBa0RWqZ5Rwxe1jyCt%2BiTJHlMnh4pWyo5VVUVtaCkrCPlQbqrh36TBPQCVAChBHkAo8Npjh0oVtTPlPGSMiRW4W%2Baa4qmHpvLcOfJnqaTh2nKrtAwhERwSfks94dtP2hmHMh8BbRbtyEMIIPEg5nxsFmUHn66ay7lLgOEB5SF%2FDPwZ7ogiSGmW%2Bgfx3S2d5P485ZfEzw2UX6ttIqW6VH7PyF%2BCPDcZgJwBEv6JPH1XvZpDzVcf56OBcQVx%2BQH0qgVLzLu6RfoNoIr8GVD3UZ%2Brns6BD7bqW3WrkxSmV4rDsNKbz9ySVTZHCKBlBbvRrNXGjvPRjxNGEvqO9DFM2D4i52m99g2Vut6wxT1gbGksTvvvI%2FndqXbqiA86jJ1titoArf0%2FTT0alVDzJ7Xm%2FoItxnm5pDZ3ZUzXa7rr2tfn2KnurCxI9So1R8uifmutPJw4B0a64HZrunFO0t3Ds62HLi%2FM5m%2B3X8cjsqfkA71Ixzxkukg0DOTaSMI2Nx727e92RPfz013OqkZiX0Yq3mlGi%2BxG8ejAaQibFUd24Ug3807QX7kvPt2ufua98nMVZPh2wb65UG2YM6SZOqgxD1ka6%2BzOEjs6QBMnmw7ym3aE1hIsqv95q0f1mrNweHtbRFQWxR2yNgmlFX5utUa9lDgGFk4Fuumk1tvGgenc7V%2FlX42UtttKUnPdKk8KNsXxg27bop7%2B8qngJSP8X2K%2BHyPbq1uelc2q32KkbdPNzimSYVBINJrXrAInv4bIRDf365HBPlycKJa4niGUKrydKy%2B%2Fl9L%2FwI%3D&SigAlg=http%3A%2F%2Fwww.w3.org%2F2000%2F09%2Fxmldsig%23rsa-sha1&Signature=MFJlqXUGFR8dp%2BSIp%2FfL%2FJl%2BN9tWPyIpwTbmydh4aLyF%2BSdC91CorRCzlop8q4g7ld83OTKKydJ7QqUOs7HJKe9rQcPf0iiihGxfFKkCWbBksuae8Ib0ZnU7QYrEKtgZbZGVymbCQk1Jn21UR%2Bx%2FYxBpzuwwl5xUNzKgdz1TGmg%3D
Header:: HTTP/1.1 200 OK
Header:: Expires: 0
Header:: Expires: 0
Header:: Cache-Control: no-cache, no-store, must-revalidate


org.wildfly.test.integration.security.picketlink.federation.RestoreOriginalRequestTestCase.testPostOriginalRequest: com.meterware.httpunit.ScriptException: Event 'document.forms[0].submit()' failed: org.mozilla.javascript.WrappedException: Wrapped com.meterware.httpunit.HttpInternalErrorException: Error on HTTP request: 500 Internal Error [http://[::1]:8080/sp-post2/]
    at com.meterware.httpunit.javascript.ScriptingEngineImpl.handleScriptException(ScriptingEngineImpl.java:64)
    at com.meterware.httpunit.javascript.ScriptingEngineImpl.doEventScript(ScriptingEngineImpl.java:135)
    at com.meterware.httpunit.scripting.ScriptableDelegate.doEventScript(ScriptableDelegate.java:70)
    at com.meterware.httpunit.WebResponse$Scriptable.load(WebResponse.java:819)
    at com.meterware.httpunit.javascript.JavaScript.load(JavaScript.java:80)
    at com.meterware.httpunit.javascript.JavaScriptEngineFactory.load(JavaScriptEngineFactory.java:62)
    at com.meterware.httpunit.RequestContext.runScripts(RequestContext.java:44)
    at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:159)
    at com.meterware.httpunit.WebWindow.updateWindow(WebWindow.java:199)
    at com.meterware.httpunit.WebWindow.getSubframeResponse(WebWindow.java:183)
    at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:158)
    at com.meterware.httpunit.WebWindow.sendRequest(WebWindow.java:134)
    at com.meterware.httpunit.WebRequestSource.submitRequest(WebRequestSource.java:297)
    at com.meterware.httpunit.WebRequestSource.submitRequest(WebRequestSource.java:253)
    at com.meterware.httpunit.WebForm.submitRequest(WebForm.java:127)
    at com.meterware.httpunit.WebForm.doFormSubmit(WebForm.java:143)
    at com.meterware.httpunit.SubmitButton.doButtonAction(SubmitButton.java:69)
    at com.meterware.httpunit.Button.doOnClickSequence(Button.java:91)
    at com.meterware.httpunit.Button.click(Button.java:102)
    at org.wildfly.test.integration.security.picketlink.federation.RestoreOriginalRequestTestCase.testPostOriginalRequest(RestoreOriginalRequestTestCase.java:93)
------- Stdout: -------
 [0m20:14:03,199 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 11) WFLYUT0022: Unregistered web context: /sp-redirect-sig2
 [0m [0m20:14:03,221 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment sp-redirect-sig2.war (runtime-name: sp-redirect-sig2.war) in 22ms
 [0m [0m20:14:03,232 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/picketlink/target/jbossas/standalone/data/content/68/00f8720690a50bf2b2c5fb5b2b446ebe80d202/content
 [0m [0m20:14:03,232 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "sp-redirect-sig2.war" (runtime-name: "sp-redirect-sig2.war")
 [0m [0m20:14:03,232 INFO  [org.jboss.as.controller] (management-handler-thread - 1) WFLYCTL0183: Service status report
WFLYCTL0186:   Services which failed to start:      service jboss.picketlink-identity-management."jpa.emf.modules.partition.manager"."jpa.config".jpa-store: org.jboss.msc.service.StartException in service jboss.picketlink-identity-management."jpa.emf.modules.partition.manager"."jpa.config".jpa-store: Failed to start service
      service jboss.picketlink-identity-management."multiple.store.idm"."multiple.store".jpa-store: org.jboss.msc.service.StartException in service jboss.picketlink-identity-management."multiple.store.idm"."multiple.store".jpa-store: Failed to start service

 [0m [0m20:14:03,241 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 11) WFLYUT0022: Unregistered web context: /idp-redirect-sig
 [0m [0m20:14:03,261 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment idp-redirect-sig.war (runtime-name: idp-redirect-sig.war) in 21ms
 [0m [0m20:14:03,283 INFO  [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0002: Content removed from location /opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/picketlink/target/jbossas/standalone/data/content/07/8c0efe514d0e6fda9bd012d475603c67a55876/content
 [0m [0m20:14:03,283 INFO  [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0009: Undeployed "idp-redirect-sig.war" (runtime-name: "idp-redirect-sig.war")
 [0m [0m20:14:03,283 INFO  [org.jboss.as.controller] (management-handler-thread - 2) WFLYCTL0183: Service status report
WFLYCTL0186:   Services which failed to start:      service jboss.picketlink-identity-management."jpa.emf.modules.partition.manager"."jpa.config".jpa-store: org.jboss.msc.service.StartException in service jboss.picketlink-identity-management."jpa.emf.modules.partition.manager"."jpa.config".jpa-store: Failed to start service
      service jboss.picketlink-identity-management."multiple.store.idm"."multiple.store".jpa-store: org.jboss.msc.service.StartException in service jboss.picketlink-identity-management."multiple.store.idm"."multiple.store".jpa-store: Failed to start service

 [0m [0m20:14:03,306 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 32) WFLYUT0022: Unregistered web context: /sp-redirect-sig1
 [0m [0m20:14:03,324 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment sp-redirect-sig1.war (runtime-name: sp-redirect-sig1.war) in 19ms
 [0m [0m20:14:03,332 INFO  [org.jboss.as.repository] (management-handler-thread - 3) WFLYDR0002: Content removed from location /opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/picketlink/target/jbossas/standalone/data/content/ea/6e3011febda270ccef5ed02dd569305627db60/content
 [0m [0m20:14:03,332 INFO  [org.jboss.as.server] (management-handler-thread - 3) WFLYSRV0009: Undeployed "sp-redirect-sig1.war" (runtime-name: "sp-redirect-sig1.war")
 [0m [0m20:14:03,332 INFO  [org.jboss.as.controller] (management-handler-thread - 3) WFLYCTL0183: Service status report
WFLYCTL0186:   Services which failed to start:      service jboss.picketlink-identity-management."jpa.emf.modules.partition.manager"."jpa.config".jpa-store: org.jboss.msc.service.StartException in service jboss.picketlink-identity-management."jpa.emf.modules.partition.manager"."jpa.config".jpa-store: Failed to start service
      service jboss.picketlink-identity-management."multiple.store.idm"."multiple.store".jpa-store: org.jboss.msc.service.StartException in service jboss.picketlink-identity-management."multiple.store.idm"."multiple.store".jpa-store: Failed to start service

 [0m [0m20:14:03,368 INFO  [org.jboss.as.repository] (management-handler-thread - 4) WFLYDR0001: Content added at location /opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/picketlink/target/jbossas/standalone/data/content/df/a60ecf78ab3efe8abf5e6d762839c4532faafe/content
 [0m [0m20:14:03,370 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "idp-redirect.war" (runtime-name: "idp-redirect.war")
 [0m [33m20:14:03,389 WARN  [org.jboss.as.dependency.deprecated] (MSC service thread 1-1) WFLYSRV0221: Deployment "deployment.idp-redirect.war" is using a deprecated module ("org.picketlink:main") which may be removed in future versions without notice.
 [0m [33m20:14:03,389 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-1) WFLYSRV0018: Deployment "deployment.idp-redirect.war" is using a private module ("org.jboss.as.controller:main") which may be changed or removed in future versions without notice.
 [0m [33m20:14:03,389 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-1) WFLYSRV0018: Deployment "deployment.idp-redirect.war" is using a private module ("org.wildfly.security.manager:main") which may be changed or removed in future versions without notice.


org.wildfly.test.integration.security.picketlink.federation.RestoreOriginalRequestTestCase.testPostOriginalRequestWithParams: com.meterware.httpunit.ScriptException: Event 'document.forms[0].submit()' failed: org.mozilla.javascript.WrappedException: Wrapped com.meterware.httpunit.HttpInternalErrorException: Error on HTTP request: 500 Internal Error [http://[::1]:8080/sp-post2/]
    at com.meterware.httpunit.javascript.ScriptingEngineImpl.handleScriptException(ScriptingEngineImpl.java:64)
    at com.meterware.httpunit.javascript.ScriptingEngineImpl.doEventScript(ScriptingEngineImpl.java:135)
    at com.meterware.httpunit.scripting.ScriptableDelegate.doEventScript(ScriptableDelegate.java:70)
    at com.meterware.httpunit.WebResponse$Scriptable.load(WebResponse.java:819)
    at com.meterware.httpunit.javascript.JavaScript.load(JavaScript.java:80)
    at com.meterware.httpunit.javascript.JavaScriptEngineFactory.load(JavaScriptEngineFactory.java:62)
    at com.meterware.httpunit.RequestContext.runScripts(RequestContext.java:44)
    at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:159)
    at com.meterware.httpunit.WebWindow.updateWindow(WebWindow.java:199)
    at com.meterware.httpunit.WebWindow.getSubframeResponse(WebWindow.java:183)
    at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:158)
    at com.meterware.httpunit.WebWindow.sendRequest(WebWindow.java:134)
    at com.meterware.httpunit.WebRequestSource.submitRequest(WebRequestSource.java:297)
    at com.meterware.httpunit.WebRequestSource.submitRequest(WebRequestSource.java:253)
    at com.meterware.httpunit.WebForm.submitRequest(WebForm.java:127)
    at com.meterware.httpunit.WebForm.doFormSubmit(WebForm.java:143)
    at com.meterware.httpunit.SubmitButton.doButtonAction(SubmitButton.java:69)
    at com.meterware.httpunit.Button.doOnClickSequence(Button.java:91)
    at com.meterware.httpunit.Button.click(Button.java:102)
    at org.wildfly.test.integration.security.picketlink.federation.RestoreOriginalRequestTestCase.testPostOriginalRequestWithParams(RestoreOriginalRequestTestCase.java:115)
------- Stdout: -------
Connecting to [::1]
Sending:: GET http://[::1]:8080/sp-post2//savedRequest/savedRequest.jsp?SAVED_PARAM=Param+was+saved.
Sending:: User-Agent: httpunit/1.5
Sending:: Accept-Encoding: gzip

Received from http://[::1]:8080/sp-post2/savedRequest/savedRequest.jsp?SAVED_PARAM=Param+was+saved.
Header:: HTTP/1.1 200 OK
Header:: Content-Encoding: UTF-8
Header:: Expires: 0
Header:: Cache-Control: no-cache, no-store
Header:: X-Powered-By: Undertow/1
Header:: Set-Cookie: JSESSIONID=5YWJl8ai8xuaY_n1sGdMaHobyEEsMmoVEe04oYyx.build33-el7; path=/sp-post2
Header:: Server: WildFly/10
Header:: Pragma: no-cache
Header:: Date: Tue, 20 Oct 2015 18:14:04 GMT
Header:: Connection: keep-alive
Header:: Content-Type: text/html
Header:: Content-Length: 1254

Connecting to [::1]
Sending:: POST http://[::1]:8080/idp-post/
Sending:: User-Agent: httpunit/1.5
Sending:: Accept-Encoding: gzip
Sending:: Referer: http://[::1]:8080/sp-post2/savedRequest/savedRequest.jsp?SAVED_PARAM=Param+was+saved.
Sending:: Content-Type: application/x-www-form-urlencoded

Received from http://[::1]:8080/idp-post/
Header:: HTTP/1.1 200 OK
Header:: Expires: 0


org.wildfly.test.integration.security.picketlink.federation.RestoreOriginalRequestTestCase.testRedirectOriginalRequest: com.meterware.httpunit.HttpInternalErrorException: Error on HTTP request: 500 Internal Error [http://[::1]:8080/sp-redirect1/?SAMLResponse=xVVdb9owFP0rkd9D7BDSxIJIXdEkpH5MUFXTpmky9k3JROzIdgT793MCZIRSivayp8j385zje52xYeW6onMwlZIGvG25loa2xgmqtaSKmcJQyUow1HK6uH24p%2BEA00orq7hao6OUyxnMGNC2UBJ5UzC2kKw5TNDK2ooGwXdKyQ%2Ba4AQHpvI1iEIDtyRA3mw6QbPpzyGJY5wnoY%2BjPPWjZEj8FJORD5DkbIRDMUxSFywPXJ5Vm8bzYTRMceLjUQp%2BRELsJ2EY%2BynHeSqWeQqEuDRjaphJY5m0ExQ2dQn2Q%2FxMEkoiiuMBweE35L2ANi1qxwhl44Y1bXN19pZHIf4SCcbBcfB4p%2FvCMlub%2FulOCfBe2LqGy3qaNpouas7BGBRkuw79ovT2oPrunq6%2Bor3oIIRIWX7jx%2BHoxqkXR070KPUJSZI8j%2FPlKAr%2Fk3qO%2BfKX8%2B1Pj47NbOp9Vrpk9jLNxlIIP29DadWAMhakRZlVJWd232xXsd%2FsTsm8aNIaRR%2FArpS43IuXdAlMg0bvF5oyy%2F51cB%2BVfZJP%2Bja3oM9IT0aDYSv9HHhRFdDcz0cLd5ikc1BPXHtOLkIUjds0eD6BUxbOzUG0n4MrQR9GuBYOOAenj9UF38HoebIPKO1Bd%2BEn517h4IRR18quZLNZUDoRvfZ4xcQv3Gq6KjMpYHv9Qh33dEgsbO0Z093a7esc8uziSnPKmzhn%2FuI%2BG6VFx%2F5MqTO%2Bnq1T4IDHOuWWtYV3HV6zRhM0V2tAp772ldv%2FQLamm8zNZjPYDAdKvwYhxiT4%2BnC%2F4CsoGepii4%2BD%2FaK9Hg4uyxTU%2Fq4cjK37U7nm8hVlr0qJ2r13B3o9UNmp9Y3hiHDQf2m7h%2Fiw0Nkf]
    at com.meterware.httpunit.WebClient.validateHeaders(WebClient.java:619)
    at com.meterware.httpunit.WebClient.updateClient(WebClient.java:500)
    at com.meterware.httpunit.WebWindow.updateWindow(WebWindow.java:192)
    at com.meterware.httpunit.WebWindow.getSubframeResponse(WebWindow.java:183)
    at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:158)
    at com.meterware.httpunit.WebWindow.updateWindow(WebWindow.java:199)
    at com.meterware.httpunit.WebWindow.getSubframeResponse(WebWindow.java:183)
    at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:158)
    at com.meterware.httpunit.WebWindow.updateWindow(WebWindow.java:199)
    at com.meterware.httpunit.WebWindow.getSubframeResponse(WebWindow.java:183)
    at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:158)
    at com.meterware.httpunit.WebWindow.sendRequest(WebWindow.java:134)
    at com.meterware.httpunit.WebRequestSource.submitRequest(WebRequestSource.java:297)
    at com.meterware.httpunit.WebRequestSource.submitRequest(WebRequestSource.java:253)
    at com.meterware.httpunit.WebForm.submitRequest(WebForm.java:127)
    at com.meterware.httpunit.WebForm.doFormSubmit(WebForm.java:143)
    at com.meterware.httpunit.SubmitButton.doButtonAction(SubmitButton.java:69)
    at com.meterware.httpunit.Button.doOnClickSequence(Button.java:91)
    at com.meterware.httpunit.Button.click(Button.java:102)
    at org.wildfly.test.integration.security.picketlink.federation.RestoreOriginalRequestTestCase.testRedirectOriginalRequest(RestoreOriginalRequestTestCase.java:134)
------- Stdout: -------
Connecting to [::1]
Sending:: GET http://[::1]:8080/sp-redirect1//savedRequest/savedRequest.html
Sending:: User-Agent: httpunit/1.5
Sending:: Accept-Encoding: gzip

Received from http://[::1]:8080/sp-redirect1/savedRequest/savedRequest.html
Header:: HTTP/1.1 302 Found
Header:: Content-Encoding: UTF-8
Header:: Expires: 0
Header:: Cache-Control: no-cache, no-store
Header:: X-Powered-By: Undertow/1
Header:: Set-Cookie: JSESSIONID=qh8F7RQ1OGmyWQll7SCpeIBtjp1ChAW00yhyA55j.build33-el7; path=/sp-redirect1
Header:: Server: WildFly/10
Header:: Pragma: no-cache
Header:: Location: http://[::1]:8080/idp-redirect/?SAMLRequest=jZLtS8MwEMb%2FlZLvsUn3Qnusg%2BkQB76UbfpBEYnt1QXapOZSX%2F57u05xgky%2FheT33D33XCak6qqBWes3ZonPLZIP3urKEPQPKWudAatIExhVI4HPYTW7OIfoSEDjrLe5rdhOchhWROi8toYFs6%2FjiTXU1uhW6F50jtfL85RtvG8gDO8A5D3EIhYhNdxhoR3mXoYsmHcetVFb%2FW%2B0Lr7xjj61Lsd%2BvJSVqiJkwWKessX8IS8Hw0EiYi5GCfKhjASPo2jMk1yUSfFYJihlB1PWOdcv%2BC0nanFhyCvjUxYJOeJS8EisZQxyCGJ0JMT4lgXZZzrH2hTaPB1O53EHEZyt1xnPrlZrFtygo37IDmDTyXYh0Dd3eyv6b%2BjTP3KdhHv1d80auOwKLuaZrXT%2BHsyqyr6eOFS%2By8K7Fvtwa%2BUPW9je6IKXPQreKUMajWfhdNfy5%2BebfgA%3D
Header:: Date: Tue, 20 Oct 2015 18:14:05 GMT
Header:: Connection: keep-alive
Header:: Content-Length: 0

Connecting to [::1]
Sending:: GET http://[::1]:8080/idp-redirect/?SAMLRequest=jZLtS8MwEMb%2FlZLvsUn3Qnusg%2BkQB76UbfpBEYnt1QXapOZSX%2F57u05xgky%2FheT33D33XCak6qqBWes3ZonPLZIP3urKEPQPKWudAatIExhVI4HPYTW7OIfoSEDjrLe5rdhOchhWROi8toYFs6%2FjiTXU1uhW6F50jtfL85RtvG8gDO8A5D3EIhYhNdxhoR3mXoYsmHcetVFb%2FW%2B0Lr7xjj61Lsd%2BvJSVqiJkwWKessX8IS8Hw0EiYi5GCfKhjASPo2jMk1yUSfFYJihlB1PWOdcv%2BC0nanFhyCvjUxYJOeJS8EisZQxyCGJ0JMT4lgXZZzrH2hTaPB1O53EHEZyt1xnPrlZrFtygo37IDmDTyXYh0Dd3eyv6b%2BjTP3KdhHv1d80auOwKLuaZrXT%2BHsyqyr6eOFS%2By8K7Fvtwa%2BUPW9je6IKXPQreKUMajWfhdNfy5%2BebfgA%3D
Sending:: User-Agent: httpunit/1.5
Sending:: Accept-Encoding: gzip

Received from http://[::1]:8080/idp-redirect/?SAMLRequest=jZLtS8MwEMb%2FlZLvsUn3Qnusg%2BkQB76UbfpBEYnt1QXapOZSX%2F57u05xgky%2FheT33D33XCak6qqBWes3ZonPLZIP3urKEPQPKWudAatIExhVI4HPYTW7OIfoSEDjrLe5rdhOchhWROi8toYFs6%2FjiTXU1uhW6F50jtfL85RtvG8gDO8A5D3EIhYhNdxhoR3mXoYsmHcetVFb%2FW%2B0Lr7xjj61Lsd%2BvJSVqiJkwWKessX8IS8Hw0EiYi5GCfKhjASPo2jMk1yUSfFYJihlB1PWOdcv%2BC0nanFhyCvjUxYJOeJS8EisZQxyCGJ0JMT4lgXZZzrH2hTaPB1O53EHEZyt1xnPrlZrFtygo37IDmDTyXYh0Dd3eyv6b%2BjTP3KdhHv1d80auOwKLuaZrXT%2BHsyqyr6eOFS%2By8K7Fvtwa%2BUPW9je6IKXPQreKUMajWfhdNfy5%2BebfgA%3D
Header:: HTTP/1.1 200 OK
Header:: Expires: 0
Header:: Expires: 0
Header:: Cache-Control: no-cache, no-store, must-revalidate


org.wildfly.test.integration.security.picketlink.federation.SAMLRedirectBindingTestCase.testFederationWithGlobalLogout: com.meterware.httpunit.HttpInternalErrorException: Error on HTTP request: 500 Internal Error [http://[::1]:8080/sp-redirect1/?SAMLResponse=rVXbitswEP0Vo3fFkhMntkgM2w2FwF5KsiylpRRZHm9cYslIMkn%2FvrJzaZzNJqH0yWiu5xzNyGPDy1XF5mAqJQ14m3IlDWuNE1RryRQ3hWGSl2CYFWxx9%2FjAgh5hlVZWCbVCRymXM7gxoG2hJPKmYGwheXOYoKW1FfP974zRHywiEfFNhTVkhQZhqY%2B82XSCZtOf%2BYjSIYcBzkMCeBAOCY5ElGJO4pCQIAjiAbhguefyotq0qE95IELAYQwCD3if4zilAmfBgKQkTIMRxC7NmBpm0lgu7QQFhIaYEhyQFxoxOmAk6lEafUPeK2jTonaMUDJuWLM2VyfveRTZXyL%2B2D8OHm91X1hua9M93asMvFe%2BquGynqaNZotaCDAG%2Bcm2Q7cou9urvr2nm69oJ3qWxjxOsxzzEfTxIOU5jkUc4HAY0mEUkX4mhrepN%2Frf6jnm6S%2Fn252eHJvZ1PusdMntZZqNpchw3oayqgFlLEiLEqtKwe2u2bZit9m9knnRpDWKPoJdquxyL1GyFLgGjT4uNOWW%2F%2BvgPin7LJ%2F1XW5Bn5Gejnr9Vvo5iKIqoLmfawu3n6RzUE9cO04uIisat2nwfAKnLJybg%2BFuDm4EvR%2FhOnPABTh9rC7EFkbHk1yhtAN9CD85dwr7J4wOrexSNpsFpRPRa483vBcLt5quykxmsLl9oY57OiQWNvaM6X7l9nUOeXJxpQUTTZwzf3GftdLZgf2ZUmd8HdtBgT0e65RLawsfOrxmjSZorlaATn3tK7f7gWzMYTLX63Vv3e8p%2FeYHhFD%2F6%2BPDQiyh5OgQW1wPxkV7PcL9FFw8s78rB2Pj%2FlSuuXxDyZtSWe3euz29Dqjk1PrOcETY7760h4d4v9DJHw%3D%3D]
    at com.meterware.httpunit.WebClient.validateHeaders(WebClient.java:619)
    at com.meterware.httpunit.WebClient.updateClient(WebClient.java:500)
    at com.meterware.httpunit.WebWindow.updateWindow(WebWindow.java:192)
    at com.meterware.httpunit.WebWindow.getSubframeResponse(WebWindow.java:183)
    at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:158)
    at com.meterware.httpunit.WebWindow.updateWindow(WebWindow.java:199)
    at com.meterware.httpunit.WebWindow.getSubframeResponse(WebWindow.java:183)
    at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:158)
    at com.meterware.httpunit.WebWindow.updateWindow(WebWindow.java:199)
    at com.meterware.httpunit.WebWindow.getSubframeResponse(WebWindow.java:183)
    at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:158)
    at com.meterware.httpunit.WebWindow.sendRequest(WebWindow.java:134)
    at com.meterware.httpunit.WebRequestSource.submitRequest(WebRequestSource.java:297)
    at com.meterware.httpunit.WebRequestSource.submitRequest(WebRequestSource.java:253)
    at com.meterware.httpunit.WebForm.submitRequest(WebForm.java:127)
    at com.meterware.httpunit.WebForm.doFormSubmit(WebForm.java:143)
    at com.meterware.httpunit.SubmitButton.doButtonAction(SubmitButton.java:69)
    at com.meterware.httpunit.Button.doOnClickSequence(Button.java:91)
    at com.meterware.httpunit.Button.click(Button.java:102)
    at org.wildfly.test.integration.security.picketlink.federation.AbstractBasicFederationTestCase.testFederationWithGlobalLogout(AbstractBasicFederationTestCase.java:88)
------- Stdout: -------
 [31m20:14:06,618 ERROR [org.picketlink.common] (default task-30) Service Provider could not handle the request.: java.lang.NullPointerException
    at io.undertow.security.impl.AbstractSecurityContext.authenticationComplete(AbstractSecurityContext.java:86)
    at io.undertow.security.impl.AbstractSecurityContext.authenticationComplete(AbstractSecurityContext.java:78)
    at org.picketlink.identity.federation.bindings.wildfly.sp.SPFormAuthenticationMechanism.register(SPFormAuthenticationMechanism.java:408)
    at org.picketlink.identity.federation.bindings.wildfly.sp.SPFormAuthenticationMechanism.handleSAML2Response(SPFormAuthenticationMechanism.java:580)
    at org.picketlink.identity.federation.bindings.wildfly.sp.SPFormAuthenticationMechanism.handleSAMLResponse(SPFormAuthenticationMechanism.java:313)
    at org.picketlink.identity.federation.bindings.wildfly.sp.SPFormAuthenticationMechanism.authenticate(SPFormAuthenticationMechanism.java:275)
    at io.undertow.security.impl.SecurityContextImpl$AuthAttempter.transition(SecurityContextImpl.java:233)
    at io.undertow.security.impl.SecurityContextImpl$AuthAttempter.transition(SecurityContextImpl.java:250)
    at io.undertow.security.impl.SecurityContextImpl$AuthAttempter.access$100(SecurityContextImpl.java:219)
    at io.undertow.security.impl.SecurityContextImpl.attemptAuthentication(SecurityContextImpl.java:121)
    at io.undertow.security.impl.SecurityContextImpl.authTransition(SecurityContextImpl.java:96)
    at io.undertow.security.impl.SecurityContextImpl.authenticate(SecurityContextImpl.java:89)
    at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:55)
    at io.undertow.server.handlers.DisableCacheHandler.handleRequest(DisableCacheHandler.java:33)
    at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
    at io.undertow.security.handlers.AuthenticationConstraintHandler.handleRequest(AuthenticationConstraintHandler.java:51)
    at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
    at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
    at io.undertow.servlet.handlers.security.ServletSecurityConstraintHandler.handleRequest(ServletSecurityConstraintHandler.java:56)
    at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
    at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:72)
    at io.undertow.security.handlers.NotificationReceiverHandler.handleRequest(NotificationReceiverHandler.java:50)
    at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
    at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
    at org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)
    at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
    at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
    at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:284)


org.wildfly.test.integration.security.picketlink.federation.SAMLRedirectBindingTestCase.testFederationWithLocalLogout: com.meterware.httpunit.HttpInternalErrorException: Error on HTTP request: 500 Internal Error [http://[::1]:8080/sp-redirect1/?SAMLResponse=rVVra9swFP0rRt8V2%2FFbJIauYRDoYySllI0xZPm68YglI8kk%2B%2FeTnTiN0zQNY5%2BM7vOco3vliaLVuiYLULXgCqxtteaKdMYpaiQngqpSEU4rUEQzsry5vyPjkUNqKbRgYo2OUi5nUKVA6lJwZM1A6ZLT9jBFK61rYts%2FCHF%2FktiJHVvVWEJeSmDatZE1n03RfPbLK1zfSRIP5zQrsB%2B4HqZREeCMZpQ5QejnNDLBvOfyJLo0N6E0Cj3AASQU%2B8xPMA29ADMWhwUElEUFmDSlGphzpSnXUzR23AC7Dh47T25MXJ84ySiMw%2B%2FIegapOtSGEUonLWvS5cr0PY8yfyNiT%2Bzj4MlO96WmulHD063IwXqm6wYu66m6aLJsGAOlkJ3uOgyLkpte9d09XX1Fe9EhZNSJfAfHYZ5hf%2Bz5OHHCAsdR4CZBwdg4u1K94H%2BrZ5hnv41vf3owbOYz66uQFdWXabaWMsdFF0rqFpTSwDVKtagY1ftmu4rDZreCF2Wb1ip6D3ol8su9WEUyoBIk%2BrjQjGr6r4P7IPQjf5Q3hQZ5Rno3HsWd9AtgZV1Cez%2BfLVw%2FSeegnrj2nExEXrZu1eL5AkZZODcH0X4OrgTdj3CTG%2BAMjD5almwHY%2BBJP6G0B30IPzkPCtsnjA6t9Iq3mwWVEdHqjle8F0uzmqbKnOewvX6hjnsaJBq2%2Bozpdm32dQFFenGlGWFtnDF%2FM5%2BNkPmB%2FZlSZ3wD20GBHo82ymWNhg8dVrtGU7QQ6zdeva975fY%2FkK06TOZmsxltvJGQr%2FbYcVz75f5uyVZQUXSILT8PxmV3PcwsiYkn%2Bk9tYGzNn8o0568ofRUib8x719MbgEpPre8MR4Tt4Ut7eIj7hU7%2FAg%3D%3D]
    at com.meterware.httpunit.WebClient.validateHeaders(WebClient.java:619)
    at com.meterware.httpunit.WebClient.updateClient(WebClient.java:500)
    at com.meterware.httpunit.WebWindow.updateWindow(WebWindow.java:192)
    at com.meterware.httpunit.WebWindow.getSubframeResponse(WebWindow.java:183)
    at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:158)
    at com.meterware.httpunit.WebWindow.updateWindow(WebWindow.java:199)
    at com.meterware.httpunit.WebWindow.getSubframeResponse(WebWindow.java:183)
    at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:158)
    at com.meterware.httpunit.WebWindow.updateWindow(WebWindow.java:199)
    at com.meterware.httpunit.WebWindow.getSubframeResponse(WebWindow.java:183)
    at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:158)
    at com.meterware.httpunit.WebWindow.sendRequest(WebWindow.java:134)
    at com.meterware.httpunit.WebRequestSource.submitRequest(WebRequestSource.java:297)
    at com.meterware.httpunit.WebRequestSource.submitRequest(WebRequestSource.java:253)
    at com.meterware.httpunit.WebForm.submitRequest(WebForm.java:127)
    at com.meterware.httpunit.WebForm.doFormSubmit(WebForm.java:143)
    at com.meterware.httpunit.SubmitButton.doButtonAction(SubmitButton.java:69)
    at com.meterware.httpunit.Button.doOnClickSequence(Button.java:91)
    at com.meterware.httpunit.Button.click(Button.java:102)
    at org.wildfly.test.integration.security.picketlink.federation.AbstractBasicFederationTestCase.testFederationWithLocalLogout(AbstractBasicFederationTestCase.java:140)
------- Stdout: -------
Connecting to [::1]
Sending:: GET http://[::1]:8080/sp-redirect1/
Sending:: User-Agent: httpunit/1.5
Sending:: Accept-Encoding: gzip

Received from http://[::1]:8080/sp-redirect1/
Header:: HTTP/1.1 302 Found
Header:: Content-Encoding: UTF-8
Header:: Expires: 0
Header:: Cache-Control: no-cache, no-store
Header:: X-Powered-By: Undertow/1
Header:: Set-Cookie: JSESSIONID=w4LqbacELDdLZzCZAk7Xd1L6Q39V7C22yERDTJ2q.build33-el7; path=/sp-redirect1
Header:: Server: WildFly/10
Header:: Pragma: no-cache
Header:: Location: http://[::1]:8080/idp-redirect/?SAMLRequest=jZJhT8IwEIb%2FytLvZRsyGBe2BCFGEtQFph80xtRySJOtnb0O9d87hgZMDPqtaZ%2F37r33OiJRFhWMa7fRC3ytkZz3XhaaoH1IWG01GEGKQIsSCZyE5fhqDt1OAJU1zkhTsL3kNCyI0DplNPPG38eJ0VSXaJdot0ri7WKesI1zFfj%2BA0D4CHEQBz5V3OJKWZQu9Jk3bTwqLXb632i1OuANfWGsxHa8hK1FQci82TRhs%2BlTOBRi0D9DHuFQ8J7sDbnon0Vcyri%2FxkjIwXoHU9Y4V1s8yIlqnGlyQruEdYMw4mHAu0EexhD2IIg7%2FSi4Z172lc650iulX06n87yHCC7zPOPZzTJn3h1aaodsAJaOdguBtrk9WtF%2FQ0%2F%2FyHXkH9XfN6vguik4m2amUPLDGxeFeZtYFK7Jwtka23BL4U5b2N2oFV%2B3KDgrNCnUjvnpvuXPz5d%2BAg%3D%3D
Header:: Date: Tue, 20 Oct 2015 18:14:08 GMT
Header:: Connection: keep-alive
Header:: Content-Length: 0

Connecting to [::1]
Sending:: GET http://[::1]:8080/idp-redirect/?SAMLRequest=jZJhT8IwEIb%2FytLvZRsyGBe2BCFGEtQFph80xtRySJOtnb0O9d87hgZMDPqtaZ%2F37r33OiJRFhWMa7fRC3ytkZz3XhaaoH1IWG01GEGKQIsSCZyE5fhqDt1OAJU1zkhTsL3kNCyI0DplNPPG38eJ0VSXaJdot0ri7WKesI1zFfj%2BA0D4CHEQBz5V3OJKWZQu9Jk3bTwqLXb632i1OuANfWGsxHa8hK1FQci82TRhs%2BlTOBRi0D9DHuFQ8J7sDbnon0Vcyri%2FxkjIwXoHU9Y4V1s8yIlqnGlyQruEdYMw4mHAu0EexhD2IIg7%2FSi4Z172lc650iulX06n87yHCC7zPOPZzTJn3h1aaodsAJaOdguBtrk9WtF%2FQ0%2F%2FyHXkH9XfN6vguik4m2amUPLDGxeFeZtYFK7Jwtka23BL4U5b2N2oFV%2B3KDgrNCnUjvnpvuXPz5d%2BAg%3D%3D
Sending:: User-Agent: httpunit/1.5
Sending:: Accept-Encoding: gzip

Received from http://[::1]:8080/idp-redirect/?SAMLRequest=jZJhT8IwEIb%2FytLvZRsyGBe2BCFGEtQFph80xtRySJOtnb0O9d87hgZMDPqtaZ%2F37r33OiJRFhWMa7fRC3ytkZz3XhaaoH1IWG01GEGKQIsSCZyE5fhqDt1OAJU1zkhTsL3kNCyI0DplNPPG38eJ0VSXaJdot0ri7WKesI1zFfj%2BA0D4CHEQBz5V3OJKWZQu9Jk3bTwqLXb632i1OuANfWGsxHa8hK1FQci82TRhs%2BlTOBRi0D9DHuFQ8J7sDbnon0Vcyri%2FxkjIwXoHU9Y4V1s8yIlqnGlyQruEdYMw4mHAu0EexhD2IIg7%2FSi4Z172lc650iulX06n87yHCC7zPOPZzTJn3h1aaodsAJaOdguBtrk9WtF%2FQ0%2F%2FyHXkH9XfN6vguik4m2amUPLDGxeFeZtYFK7Jwtka23BL4U5b2N2oFV%2B3KDgrNCnUjvnpvuXPz5d%2BAg%3D%3D
Header:: HTTP/1.1 200 OK
Header:: Expires: 0
Header:: Expires: 0
Header:: Cache-Control: no-cache, no-store, must-revalidate


org.wildfly.test.integration.security.picketlink.federation.SAMLMetadataTestCase.testFederationWithGlobalLogout: com.meterware.httpunit.ScriptException: Event 'document.forms[0].submit()' failed: org.mozilla.javascript.WrappedException: Wrapped com.meterware.httpunit.HttpInternalErrorException: Error on HTTP request: 500 Internal Error [http://[::1]:8080/sp-metadata1/]
    at com.meterware.httpunit.javascript.ScriptingEngineImpl.handleScriptException(ScriptingEngineImpl.java:64)
    at com.meterware.httpunit.javascript.ScriptingEngineImpl.doEventScript(ScriptingEngineImpl.java:135)
    at com.meterware.httpunit.scripting.ScriptableDelegate.doEventScript(ScriptableDelegate.java:70)
    at com.meterware.httpunit.WebResponse$Scriptable.load(WebResponse.java:819)
    at com.meterware.httpunit.javascript.JavaScript.load(JavaScript.java:80)
    at com.meterware.httpunit.javascript.JavaScriptEngineFactory.load(JavaScriptEngineFactory.java:62)
    at com.meterware.httpunit.RequestContext.runScripts(RequestContext.java:44)
    at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:159)
    at com.meterware.httpunit.WebWindow.updateWindow(WebWindow.java:199)
    at com.meterware.httpunit.WebWindow.getSubframeResponse(WebWindow.java:183)
    at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:158)
    at com.meterware.httpunit.WebWindow.sendRequest(WebWindow.java:134)
    at com.meterware.httpunit.WebRequestSource.submitRequest(WebRequestSource.java:297)
    at com.meterware.httpunit.WebRequestSource.submitRequest(WebRequestSource.java:253)
    at com.meterware.httpunit.WebForm.submitRequest(WebForm.java:127)
    at com.meterware.httpunit.WebForm.doFormSubmit(WebForm.java:143)
    at com.meterware.httpunit.SubmitButton.doButtonAction(SubmitButton.java:69)
    at com.meterware.httpunit.Button.doOnClickSequence(Button.java:91)
    at com.meterware.httpunit.Button.click(Button.java:102)
    at org.wildfly.test.integration.security.picketlink.federation.AbstractBasicFederationTestCase.testFederationWithGlobalLogout(AbstractBasicFederationTestCase.java:88)
------- Stdout: -------
 [0m20:14:10,208 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 19) WFLYUT0022: Unregistered web context: /sp-redirect2
 [0m [0m20:14:10,217 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment sp-redirect2.war (runtime-name: sp-redirect2.war) in 8ms
 [0m [0m20:14:10,223 INFO  [org.jboss.as.repository] (management-handler-thread - 3) WFLYDR0002: Content removed from location /opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/picketlink/target/jbossas/standalone/data/content/0f/2cc7eadf6ceb144e67cd407c128e856a2cb77b/content
 [0m [0m20:14:10,223 INFO  [org.jboss.as.server] (management-handler-thread - 3) WFLYSRV0009: Undeployed "sp-redirect2.war" (runtime-name: "sp-redirect2.war")
 [0m [0m20:14:10,224 INFO  [org.jboss.as.controller] (management-handler-thread - 3) WFLYCTL0183: Service status report
WFLYCTL0186:   Services which failed to start:      service jboss.picketlink-identity-management."jpa.emf.modules.partition.manager"."jpa.config".jpa-store: org.jboss.msc.service.StartException in service jboss.picketlink-identity-management."jpa.emf.modules.partition.manager"."jpa.config".jpa-store: Failed to start service
      service jboss.picketlink-identity-management."multiple.store.idm"."multiple.store".jpa-store: org.jboss.msc.service.StartException in service jboss.picketlink-identity-management."multiple.store.idm"."multiple.store".jpa-store: Failed to start service

 [0m [0m20:14:10,239 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 19) WFLYUT0022: Unregistered web context: /idp-redirect
 [0m [0m20:14:10,246 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment idp-redirect.war (runtime-name: idp-redirect.war) in 6ms
 [0m [0m20:14:10,252 INFO  [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0002: Content removed from location /opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/picketlink/target/jbossas/standalone/data/content/57/280ec3603cfe57e4b07b903c1770ce3249d5ce/content
 [0m [0m20:14:10,252 INFO  [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0009: Undeployed "idp-redirect.war" (runtime-name: "idp-redirect.war")
 [0m [0m20:14:10,252 INFO  [org.jboss.as.controller] (management-handler-thread - 2) WFLYCTL0183: Service status report
WFLYCTL0186:   Services which failed to start:      service jboss.picketlink-identity-management."jpa.emf.modules.partition.manager"."jpa.config".jpa-store: org.jboss.msc.service.StartException in service jboss.picketlink-identity-management."jpa.emf.modules.partition.manager"."jpa.config".jpa-store: Failed to start service
      service jboss.picketlink-identity-management."multiple.store.idm"."multiple.store".jpa-store: org.jboss.msc.service.StartException in service jboss.picketlink-identity-management."multiple.store.idm"."multiple.store".jpa-store: Failed to start service

 [0m [0m20:14:10,281 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 19) WFLYUT0022: Unregistered web context: /sp-redirect1
 [0m [0m20:14:10,287 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment sp-redirect1.war (runtime-name: sp-redirect1.war) in 6ms
 [0m [0m20:14:10,294 INFO  [org.jboss.as.repository] (management-handler-thread - 4) WFLYDR0002: Content removed from location /opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/picketlink/target/jbossas/standalone/data/content/9f/5e94bb4e9a3a5e5644f71ea55e0d8184bae8a8/content
 [0m [0m20:14:10,295 INFO  [org.jboss.as.server] (management-handler-thread - 4) WFLYSRV0009: Undeployed "sp-redirect1.war" (runtime-name: "sp-redirect1.war")
 [0m [0m20:14:10,295 INFO  [org.jboss.as.controller] (management-handler-thread - 4) WFLYCTL0183: Service status report
WFLYCTL0186:   Services which failed to start:      service jboss.picketlink-identity-management."jpa.emf.modules.partition.manager"."jpa.config".jpa-store: org.jboss.msc.service.StartException in service jboss.picketlink-identity-management."jpa.emf.modules.partition.manager"."jpa.config".jpa-store: Failed to start service
      service jboss.picketlink-identity-management."multiple.store.idm"."multiple.store".jpa-store: org.jboss.msc.service.StartException in service jboss.picketlink-identity-management."multiple.store.idm"."multiple.store".jpa-store: Failed to start service

 [0m [0m20:14:10,321 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/picketlink/target/jbossas/standalone/data/content/46/29b099305b56e0c32c2fbfcfaf645bb2c56aa7/content
 [0m [0m20:14:10,323 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "sp-metadata2.war" (runtime-name: "sp-metadata2.war")
 [0m [33m20:14:10,332 WARN  [org.jboss.as.dependency.deprecated] (MSC service thread 1-2) WFLYSRV0221: Deployment "deployment.sp-metadata2.war" is using a deprecated module ("org.picketlink:main") which may be removed in future versions without notice.
 [0m [33m20:14:10,332 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-2) WFLYSRV0018: Deployment "deployment.sp-metadata2.war" is using a private module ("org.jboss.as.controller:main") which may be changed or removed in future versions without notice.
 [0m [33m20:14:10,333 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-2) WFLYSRV0018: Deployment "deployment.sp-metadata2.war" is using a private module ("org.wildfly.security.manager:main") which may be changed or removed in future versions without notice.


org.wildfly.test.integration.security.picketlink.federation.SAMLMetadataTestCase.testFederationWithLocalLogout: com.meterware.httpunit.ScriptException: Event 'document.forms[0].submit()' failed: org.mozilla.javascript.WrappedException: Wrapped com.meterware.httpunit.HttpInternalErrorException: Error on HTTP request: 500 Internal Error [http://[::1]:8080/sp-metadata1/]
    at com.meterware.httpunit.javascript.ScriptingEngineImpl.handleScriptException(ScriptingEngineImpl.java:64)
    at com.meterware.httpunit.javascript.ScriptingEngineImpl.doEventScript(ScriptingEngineImpl.java:135)
    at com.meterware.httpunit.scripting.ScriptableDelegate.doEventScript(ScriptableDelegate.java:70)
    at com.meterware.httpunit.WebResponse$Scriptable.load(WebResponse.java:819)
    at com.meterware.httpunit.javascript.JavaScript.load(JavaScript.java:80)
    at com.meterware.httpunit.javascript.JavaScriptEngineFactory.load(JavaScriptEngineFactory.java:62)
    at com.meterware.httpunit.RequestContext.runScripts(RequestContext.java:44)
    at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:159)
    at com.meterware.httpunit.WebWindow.updateWindow(WebWindow.java:199)
    at com.meterware.httpunit.WebWindow.getSubframeResponse(WebWindow.java:183)
    at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:158)
    at com.meterware.httpunit.WebWindow.sendRequest(WebWindow.java:134)
    at com.meterware.httpunit.WebRequestSource.submitRequest(WebRequestSource.java:297)
    at com.meterware.httpunit.WebRequestSource.submitRequest(WebRequestSource.java:253)
    at com.meterware.httpunit.WebForm.submitRequest(WebForm.java:127)
    at com.meterware.httpunit.WebForm.doFormSubmit(WebForm.java:143)
    at com.meterware.httpunit.SubmitButton.doButtonAction(SubmitButton.java:69)
    at com.meterware.httpunit.Button.doOnClickSequence(Button.java:91)
    at com.meterware.httpunit.Button.click(Button.java:102)
    at org.wildfly.test.integration.security.picketlink.federation.AbstractBasicFederationTestCase.testFederationWithLocalLogout(AbstractBasicFederationTestCase.java:140)
------- Stdout: -------
 [31m20:14:11,184 ERROR [org.picketlink.common] (default task-13) Service Provider could not handle the request.: java.lang.NullPointerException
    at io.undertow.security.impl.AbstractSecurityContext.authenticationComplete(AbstractSecurityContext.java:86)
    at io.undertow.security.impl.AbstractSecurityContext.authenticationComplete(AbstractSecurityContext.java:78)
    at org.picketlink.identity.federation.bindings.wildfly.sp.SPFormAuthenticationMechanism.register(SPFormAuthenticationMechanism.java:408)
    at org.picketlink.identity.federation.bindings.wildfly.sp.SPFormAuthenticationMechanism.handleSAML2Response(SPFormAuthenticationMechanism.java:580)
    at org.picketlink.identity.federation.bindings.wildfly.sp.SPFormAuthenticationMechanism.handleSAMLResponse(SPFormAuthenticationMechanism.java:313)
    at org.picketlink.identity.federation.bindings.wildfly.sp.SPFormAuthenticationMechanism.authenticate(SPFormAuthenticationMechanism.java:275)
    at io.undertow.security.impl.SecurityContextImpl$AuthAttempter.transition(SecurityContextImpl.java:233)
    at io.undertow.security.impl.SecurityContextImpl$AuthAttempter.transition(SecurityContextImpl.java:250)
    at io.undertow.security.impl.SecurityContextImpl$AuthAttempter.access$100(SecurityContextImpl.java:219)
    at io.undertow.security.impl.SecurityContextImpl.attemptAuthentication(SecurityContextImpl.java:121)
    at io.undertow.security.impl.SecurityContextImpl.authTransition(SecurityContextImpl.java:96)
    at io.undertow.security.impl.SecurityContextImpl.authenticate(SecurityContextImpl.java:89)
    at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:55)
    at io.undertow.server.handlers.DisableCacheHandler.handleRequest(DisableCacheHandler.java:33)
    at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
    at io.undertow.security.handlers.AuthenticationConstraintHandler.handleRequest(AuthenticationConstraintHandler.java:51)
    at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
    at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
    at io.undertow.servlet.handlers.security.ServletSecurityConstraintHandler.handleRequest(ServletSecurityConstraintHandler.java:56)
    at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
    at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:72)
    at io.undertow.security.handlers.NotificationReceiverHandler.handleRequest(NotificationReceiverHandler.java:50)
    at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
    at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
    at org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)
    at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
    at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
    at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:284)


org.wildfly.test.integration.security.picketlink.federation.SAMLPostBindingTestCase.testFederationWithGlobalLogout: com.meterware.httpunit.ScriptException: Event 'document.forms[0].submit()' failed: org.mozilla.javascript.WrappedException: Wrapped com.meterware.httpunit.HttpInternalErrorException: Error on HTTP request: 500 Internal Error [http://[::1]:8080/sp-post1/]
    at com.meterware.httpunit.javascript.ScriptingEngineImpl.handleScriptException(ScriptingEngineImpl.java:64)
    at com.meterware.httpunit.javascript.ScriptingEngineImpl.doEventScript(ScriptingEngineImpl.java:135)
    at com.meterware.httpunit.scripting.ScriptableDelegate.doEventScript(ScriptableDelegate.java:70)
    at com.meterware.httpunit.WebResponse$Scriptable.load(WebResponse.java:819)
    at com.meterware.httpunit.javascript.JavaScript.load(JavaScript.java:80)
    at com.meterware.httpunit.javascript.JavaScriptEngineFactory.load(JavaScriptEngineFactory.java:62)
    at com.meterware.httpunit.RequestContext.runScripts(RequestContext.java:44)
    at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:159)
    at com.meterware.httpunit.WebWindow.updateWindow(WebWindow.java:199)
    at com.meterware.httpunit.WebWindow.getSubframeResponse(WebWindow.java:183)
    at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:158)
    at com.meterware.httpunit.WebWindow.sendRequest(WebWindow.java:134)
    at com.meterware.httpunit.WebRequestSource.submitRequest(WebRequestSource.java:297)
    at com.meterware.httpunit.WebRequestSource.submitRequest(WebRequestSource.java:253)
    at com.meterware.httpunit.WebForm.submitRequest(WebForm.java:127)
    at com.meterware.httpunit.WebForm.doFormSubmit(WebForm.java:143)
    at com.meterware.httpunit.SubmitButton.doButtonAction(SubmitButton.java:69)
    at com.meterware.httpunit.Button.doOnClickSequence(Button.java:91)
    at com.meterware.httpunit.Button.click(Button.java:102)
    at org.wildfly.test.integration.security.picketlink.federation.AbstractBasicFederationTestCase.testFederationWithGlobalLogout(AbstractBasicFederationTestCase.java:88)
------- Stdout: -------
 [0m20:14:11,775 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 11) WFLYUT0022: Unregistered web context: /sp-metadata2
 [0m [0m20:14:11,793 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment sp-metadata2.war (runtime-name: sp-metadata2.war) in 19ms
 [0m [0m20:14:11,800 INFO  [org.jboss.as.repository] (management-handler-thread - 3) WFLYDR0002: Content removed from location /opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/picketlink/target/jbossas/standalone/data/content/46/29b099305b56e0c32c2fbfcfaf645bb2c56aa7/content
 [0m [0m20:14:11,800 INFO  [org.jboss.as.server] (management-handler-thread - 3) WFLYSRV0009: Undeployed "sp-metadata2.war" (runtime-name: "sp-metadata2.war")
 [0m [0m20:14:11,800 INFO  [org.jboss.as.controller] (management-handler-thread - 3) WFLYCTL0183: Service status report
WFLYCTL0186:   Services which failed to start:      service jboss.picketlink-identity-management."jpa.emf.modules.partition.manager"."jpa.config".jpa-store: org.jboss.msc.service.StartException in service jboss.picketlink-identity-management."jpa.emf.modules.partition.manager"."jpa.config".jpa-store: Failed to start service
      service jboss.picketlink-identity-management."multiple.store.idm"."multiple.store".jpa-store: org.jboss.msc.service.StartException in service jboss.picketlink-identity-management."multiple.store.idm"."multiple.store".jpa-store: Failed to start service

 [0m [0m20:14:11,823 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 19) WFLYUT0022: Unregistered web context: /idp-metadata
 [0m [0m20:14:11,831 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment idp-metadata.war (runtime-name: idp-metadata.war) in 8ms
 [0m [0m20:14:11,837 INFO  [org.jboss.as.repository] (management-handler-thread - 4) WFLYDR0002: Content removed from location /opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/picketlink/target/jbossas/standalone/data/content/49/39cf0fed8a0aa5b5914f9004f339fb67daa4d4/content
 [0m [0m20:14:11,837 INFO  [org.jboss.as.server] (management-handler-thread - 4) WFLYSRV0009: Undeployed "idp-metadata.war" (runtime-name: "idp-metadata.war")
 [0m [0m20:14:11,837 INFO  [org.jboss.as.controller] (management-handler-thread - 4) WFLYCTL0183: Service status report
WFLYCTL0186:   Services which failed to start:      service jboss.picketlink-identity-management."jpa.emf.modules.partition.manager"."jpa.config".jpa-store: org.jboss.msc.service.StartException in service jboss.picketlink-identity-management."jpa.emf.modules.partition.manager"."jpa.config".jpa-store: Failed to start service
      service jboss.picketlink-identity-management."multiple.store.idm"."multiple.store".jpa-store: org.jboss.msc.service.StartException in service jboss.picketlink-identity-management."multiple.store.idm"."multiple.store".jpa-store: Failed to start service

 [0m [0m20:14:11,842 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 19) WFLYUT0022: Unregistered web context: /sp-metadata1
 [0m [0m20:14:11,857 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment sp-metadata1.war (runtime-name: sp-metadata1.war) in 15ms
 [0m [0m20:14:11,863 INFO  [org.jboss.as.repository] (management-handler-thread - 4) WFLYDR0002: Content removed from location /opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/picketlink/target/jbossas/standalone/data/content/4a/c0d0e78c10c9f38651d550e239dbf5c9b7032c/content
 [0m [0m20:14:11,863 INFO  [org.jboss.as.server] (management-handler-thread - 4) WFLYSRV0009: Undeployed "sp-metadata1.war" (runtime-name: "sp-metadata1.war")
 [0m [0m20:14:11,863 INFO  [org.jboss.as.controller] (management-handler-thread - 4) WFLYCTL0183: Service status report
WFLYCTL0186:   Services which failed to start:      service jboss.picketlink-identity-management."jpa.emf.modules.partition.manager"."jpa.config".jpa-store: org.jboss.msc.service.StartException in service jboss.picketlink-identity-management."jpa.emf.modules.partition.manager"."jpa.config".jpa-store: Failed to start service
      service jboss.picketlink-identity-management."multiple.store.idm"."multiple.store".jpa-store: org.jboss.msc.service.StartException in service jboss.picketlink-identity-management."multiple.store.idm"."multiple.store".jpa-store: Failed to start service

 [0m [0m20:14:11,894 INFO  [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/picketlink/target/jbossas/standalone/data/content/23/88d554cdbd22650b80814747e79691df9cee71/content
 [0m [0m20:14:11,895 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "sp-post2.war" (runtime-name: "sp-post2.war")
 [0m [33m20:14:11,906 WARN  [org.jboss.as.dependency.deprecated] (MSC service thread 1-3) WFLYSRV0221: Deployment "deployment.sp-post2.war" is using a deprecated module ("org.picketlink:main") which may be removed in future versions without notice.
 [0m [33m20:14:11,907 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) WFLYSRV0018: Deployment "deployment.sp-post2.war" is using a private module ("org.jboss.as.controller:main") which may be changed or removed in future versions without notice.
 [0m [33m20:14:11,907 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) WFLYSRV0018: Deployment "deployment.sp-post2.war" is using a private module ("org.wildfly.security.manager:main") which may be changed or removed in future versions without notice.



##### there are 4 more failed tests, see build details

@pedroigor
Copy link
Contributor Author

Investigating failing tests.

@wildfly-ci
Copy link

Windows Build 3589 outcome was FAILURE using a merge of 6798550
Summary: Tests failed: 14 (14 new), passed: 3194, ignored: 370 Build time: 00:52:27

Failed tests

org.wildfly.test.integration.security.picketlink.federation.RestoreOriginalRequestTestCase.testPostOriginalRequest: com.meterware.httpunit.ScriptException: Event 'document.forms[0].submit()' failed: org.mozilla.javascript.WrappedException: Wrapped com.meterware.httpunit.HttpInternalErrorException: Error on HTTP request: 500 Internal Error [http://[::1]:8080/sp-post2/]
    at com.meterware.httpunit.javascript.ScriptingEngineImpl.handleScriptException(ScriptingEngineImpl.java:64)
    at com.meterware.httpunit.javascript.ScriptingEngineImpl.doEventScript(ScriptingEngineImpl.java:135)
    at com.meterware.httpunit.scripting.ScriptableDelegate.doEventScript(ScriptableDelegate.java:70)
    at com.meterware.httpunit.WebResponse$Scriptable.load(WebResponse.java:819)
    at com.meterware.httpunit.javascript.JavaScript.load(JavaScript.java:80)
    at com.meterware.httpunit.javascript.JavaScriptEngineFactory.load(JavaScriptEngineFactory.java:62)
    at com.meterware.httpunit.RequestContext.runScripts(RequestContext.java:44)
    at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:159)
    at com.meterware.httpunit.WebWindow.updateWindow(WebWindow.java:199)
    at com.meterware.httpunit.WebWindow.getSubframeResponse(WebWindow.java:183)
    at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:158)
    at com.meterware.httpunit.WebWindow.sendRequest(WebWindow.java:134)
    at com.meterware.httpunit.WebRequestSource.submitRequest(WebRequestSource.java:297)
    at com.meterware.httpunit.WebRequestSource.submitRequest(WebRequestSource.java:253)
    at com.meterware.httpunit.WebForm.submitRequest(WebForm.java:127)
    at com.meterware.httpunit.WebForm.doFormSubmit(WebForm.java:143)
    at com.meterware.httpunit.SubmitButton.doButtonAction(SubmitButton.java:69)
    at com.meterware.httpunit.Button.doOnClickSequence(Button.java:91)
    at com.meterware.httpunit.Button.click(Button.java:102)
    at org.wildfly.test.integration.security.picketlink.federation.RestoreOriginalRequestTestCase.testPostOriginalRequest(RestoreOriginalRequestTestCase.java:93)
------- Stdout: -------
20:18:14,330 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 19) WFLYUT0022: Unregistered web context: /test
20:18:14,336 INFO  [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0010: Stopping weld service for deployment test.war
20:18:14,368 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0028: Stopped deployment test.war (runtime-name: test.war) in 43ms
20:18:14,382 INFO  [org.jboss.as.repository] (management-handler-thread - 4) WFLYDR0002: Content removed from location C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\picketlink\target\jbossas\standalone\data\content\59\83c50675f84cd5d4a9422585d8aa9120b574c1\content
20:18:14,382 INFO  [org.jboss.as.server] (management-handler-thread - 4) WFLYSRV0009: Undeployed "test.war" (runtime-name: "test.war")
20:18:14,383 INFO  [org.jboss.as.controller] (management-handler-thread - 4) WFLYCTL0183: Service status report
WFLYCTL0186:   Services which failed to start:      service jboss.picketlink-identity-management."jpa.ds.based.partition.manager"."jpa.config".jpa-store: org.jboss.msc.service.StartException in service jboss.picketlink-identity-management."jpa.ds.based.partition.manager"."jpa.config".jpa-store: Failed to start service
      service jboss.picketlink-identity-management."jpa.emf.modules.partition.manager"."jpa.config".jpa-store: org.jboss.msc.service.StartException in service jboss.picketlink-identity-management."jpa.emf.modules.partition.manager"."jpa.config".jpa-store: Failed to start service

20:18:14,429 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\picketlink\target\jbossas\standalone\data\content\f4\608d13bfe5d928f62ecc75d009ca6deca920de\content
20:18:14,431 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0027: Starting deployment of "sp-post2.war" (runtime-name: "sp-post2.war")
20:18:14,474 WARN  [org.jboss.as.dependency.deprecated] (MSC service thread 1-7) WFLYSRV0221: Deployment "deployment.sp-post2.war" is using a deprecated module ("org.picketlink:main") which may be removed in future versions without notice.
20:18:14,474 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-7) WFLYSRV0018: Deployment "deployment.sp-post2.war" is using a private module ("org.jboss.as.controller:main") which may be changed or removed in future versions without notice.
20:18:14,474 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-7) WFLYSRV0018: Deployment "deployment.sp-post2.war" is using a private module ("org.wildfly.security.manager:main") which may be changed or removed in future versions without notice.
20:18:14,493 INFO  [org.wildfly.extension.picketlink] (MSC service thread 1-6) WFLYPL0002: Configuring PicketLink Federation for deployment [sp-post2.war]
20:18:14,513 INFO  [org.jboss.as.arquillian] (MSC service thread 1-6) Arquillian deployment detected: ArquillianConfig[service=jboss.arquillian.config."sp-post2.war",unit=sp-post2.war,tests=[org.wildfly.test.integration.security.picketlink.federation.RestoreOriginalRequestTestCase]]
20:18:14,539 INFO  [org.picketlink.common] (ServerService Thread Pool -- 12) Service Provider is setting the CanonicalizationMethod on XMLSignatureUtil::http://www.w3.org/2001/10/xml-exc-c14n#WithComments
20:18:14,557 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 12) WFLYUT0021: Registered web context: /sp-post2
20:18:14,571 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "sp-post2.war" (runtime-name : "sp-post2.war")
20:18:14,572 INFO  [org.jboss.as.controller] (management-handler-thread - 1) WFLYCTL0183: Service status report
WFLYCTL0186:   Services which failed to start:      service jboss.picketlink-identity-management."jpa.ds.based.partition.manager"."jpa.config".jpa-store: org.jboss.msc.service.StartException in service jboss.picketlink-identity-management."jpa.ds.based.partition.manager"."jpa.config".jpa-store: Failed to start service
      service jboss.picketlink-identity-management."jpa.emf.modules.partition.manager"."jpa.config".jpa-store: org.jboss.msc.service.StartException in service jboss.picketlink-identity-management."jpa.emf.modules.partition.manager"."jpa.config".jpa-store: Failed to start service

20:18:14,596 INFO  [org.jboss.as.repository] (management-handler-thread - 3) WFLYDR0001: Content added at location C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\picketlink\target\jbossas\standalone\data\content\71\1b282ce88e7e222afce01515ad17ef67877d8b\content
20:18:14,599 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "idp-post.war" (runtime-name: "idp-post.war")
20:18:14,634 WARN  [org.jboss.as.dependency.deprecated] (MSC service thread 1-1) WFLYSRV0221: Deployment "deployment.idp-post.war" is using a deprecated module ("org.picketlink:main") which may be removed in future versions without notice.
20:18:14,634 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-1) WFLYSRV0018: Deployment "deployment.idp-post.war" is using a private module ("org.jboss.as.controller:main") which may be changed or removed in future versions without notice.
20:18:14,634 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-1) WFLYSRV0018: Deployment "deployment.idp-post.war" is using a private module ("org.wildfly.security.manager:main") which may be changed or removed in future versions without notice.
20:18:14,655 INFO  [org.wildfly.extension.picketlink] (MSC service thread 1-1) WFLYPL0002: Configuring PicketLink Federation for deployment [idp-post.war]


org.wildfly.test.integration.security.picketlink.federation.RestoreOriginalRequestTestCase.testPostOriginalRequestWithParams: com.meterware.httpunit.ScriptException: Event 'document.forms[0].submit()' failed: org.mozilla.javascript.WrappedException: Wrapped com.meterware.httpunit.HttpInternalErrorException: Error on HTTP request: 500 Internal Error [http://[::1]:8080/sp-post2/]
    at com.meterware.httpunit.javascript.ScriptingEngineImpl.handleScriptException(ScriptingEngineImpl.java:64)
    at com.meterware.httpunit.javascript.ScriptingEngineImpl.doEventScript(ScriptingEngineImpl.java:135)
    at com.meterware.httpunit.scripting.ScriptableDelegate.doEventScript(ScriptableDelegate.java:70)
    at com.meterware.httpunit.WebResponse$Scriptable.load(WebResponse.java:819)
    at com.meterware.httpunit.javascript.JavaScript.load(JavaScript.java:80)
    at com.meterware.httpunit.javascript.JavaScriptEngineFactory.load(JavaScriptEngineFactory.java:62)
    at com.meterware.httpunit.RequestContext.runScripts(RequestContext.java:44)
    at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:159)
    at com.meterware.httpunit.WebWindow.updateWindow(WebWindow.java:199)
    at com.meterware.httpunit.WebWindow.getSubframeResponse(WebWindow.java:183)
    at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:158)
    at com.meterware.httpunit.WebWindow.sendRequest(WebWindow.java:134)
    at com.meterware.httpunit.WebRequestSource.submitRequest(WebRequestSource.java:297)
    at com.meterware.httpunit.WebRequestSource.submitRequest(WebRequestSource.java:253)
    at com.meterware.httpunit.WebForm.submitRequest(WebForm.java:127)
    at com.meterware.httpunit.WebForm.doFormSubmit(WebForm.java:143)
    at com.meterware.httpunit.SubmitButton.doButtonAction(SubmitButton.java:69)
    at com.meterware.httpunit.Button.doOnClickSequence(Button.java:91)
    at com.meterware.httpunit.Button.click(Button.java:102)
    at org.wildfly.test.integration.security.picketlink.federation.RestoreOriginalRequestTestCase.testPostOriginalRequestWithParams(RestoreOriginalRequestTestCase.java:115)
------- Stdout: -------
20:18:17,053 ERROR [org.picketlink.common] (default task-10) Service Provider could not handle the request.: java.lang.NullPointerException
    at io.undertow.security.impl.AbstractSecurityContext.authenticationComplete(AbstractSecurityContext.java:86)
    at io.undertow.security.impl.AbstractSecurityContext.authenticationComplete(AbstractSecurityContext.java:78)
    at org.picketlink.identity.federation.bindings.wildfly.sp.SPFormAuthenticationMechanism.register(SPFormAuthenticationMechanism.java:408)
    at org.picketlink.identity.federation.bindings.wildfly.sp.SPFormAuthenticationMechanism.handleSAML2Response(SPFormAuthenticationMechanism.java:580)
    at org.picketlink.identity.federation.bindings.wildfly.sp.SPFormAuthenticationMechanism.handleSAMLResponse(SPFormAuthenticationMechanism.java:313)
    at org.picketlink.identity.federation.bindings.wildfly.sp.SPFormAuthenticationMechanism.authenticate(SPFormAuthenticationMechanism.java:275)
    at io.undertow.security.impl.SecurityContextImpl$AuthAttempter.transition(SecurityContextImpl.java:233)
    at io.undertow.security.impl.SecurityContextImpl$AuthAttempter.transition(SecurityContextImpl.java:250)
    at io.undertow.security.impl.SecurityContextImpl$AuthAttempter.access$100(SecurityContextImpl.java:219)
    at io.undertow.security.impl.SecurityContextImpl.attemptAuthentication(SecurityContextImpl.java:121)
    at io.undertow.security.impl.SecurityContextImpl.authTransition(SecurityContextImpl.java:96)
    at io.undertow.security.impl.SecurityContextImpl.authenticate(SecurityContextImpl.java:89)
    at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:55)
    at io.undertow.server.handlers.DisableCacheHandler.handleRequest(DisableCacheHandler.java:33)
    at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
    at io.undertow.security.handlers.AuthenticationConstraintHandler.handleRequest(AuthenticationConstraintHandler.java:51)
    at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
    at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
    at io.undertow.servlet.handlers.security.ServletSecurityConstraintHandler.handleRequest(ServletSecurityConstraintHandler.java:56)
    at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
    at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:72)
    at io.undertow.security.handlers.NotificationReceiverHandler.handleRequest(NotificationReceiverHandler.java:50)
    at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
    at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
    at org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)
    at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
    at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
    at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:284)


org.wildfly.test.integration.security.picketlink.federation.RestoreOriginalRequestTestCase.testRedirectOriginalRequest: com.meterware.httpunit.HttpInternalErrorException: Error on HTTP request: 500 Internal Error [http://[::1]:8080/sp-redirect1/?SAMLResponse=rVX9i9owGP5XSn6PbWpra9DC7WQg3MfQ4xgbY8T07dlhk5Kk6P77pbV11vNUxkCQvJ%2FP8%2BR904lmxaakC9ClFBqcXbERmjbGKaqUoJLpXFPBCtDUcLq8e3yg%2FsCjpZJGcrlBRymXM5jWoEwuBXJmoE0uWH2YorUxJXXd75SSHzT2Ys%2FVJVaQ5gq4IS5y5rMpms9%2BZiGPgIQeTsdRigM%2FjPGYDT3MUrKKOR%2BSgHAbLDouL7JJG68iMlplHDMYRzgYRSFeBcDxkJAAwMt8Ho5smtYVzIU2TJgp8j0SYuJh33shMW1%2BAxJH35DzCko3qC0jlExq1rTJVcl7Hnn6l4g7cY%2BDJ3vdl4aZSvdP9zIF55VtKrisp26i6bLiHLRGbrLv0C9K7zrV9%2Fd08xW1opMsiEmQ%2BTiNwhAHAc%2FweGzVAz70wQ%2BYN2bhbeqN%2Frd6lvnql%2FW1pyfLZj5zPktVMHOZZm3JU5w1obSsQWkDwqDEyIIz0zbbV%2Bw3u5ciy%2Bu0WtFHMGuZXu7FC7oCpkChjwvNmGH%2FOrhP0jyLZ3WXGVBnpPejwbCRfgE8L3Oo7%2BfawnWTdA7qiavlZCPSvHbrGs8nsMrCuTkYtXNwI%2BhuhKvUAudg9TEq53sYPU9yhVIL%2BhB%2Bcu4Vdk8YHVqZtag3CworotMcb3gvlnY1bZW5SGF3%2B0Id97RIDOzMGdP9xu7rArLk4kpzyus4a%2F5i%2F7ZSpQf2Z0qd8fVsBwU6PMYqt6oMfOhw6jWaooXcADr1Na9c%2BwHZ6cNkbrfbwXY4kOrN9T2PuF8fH5Z8DQVDh9j8ejDOm%2BvhYLN0Ts3v0sLY2S%2BVbS7eUPImZVrZ966j1wOVnFrfGY4Iu%2F2X9vAQdwud%2FAE%3D]
    at com.meterware.httpunit.WebClient.validateHeaders(WebClient.java:619)
    at com.meterware.httpunit.WebClient.updateClient(WebClient.java:500)
    at com.meterware.httpunit.WebWindow.updateWindow(WebWindow.java:192)
    at com.meterware.httpunit.WebWindow.getSubframeResponse(WebWindow.java:183)
    at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:158)
    at com.meterware.httpunit.WebWindow.updateWindow(WebWindow.java:199)
    at com.meterware.httpunit.WebWindow.getSubframeResponse(WebWindow.java:183)
    at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:158)
    at com.meterware.httpunit.WebWindow.updateWindow(WebWindow.java:199)
    at com.meterware.httpunit.WebWindow.getSubframeResponse(WebWindow.java:183)
    at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:158)
    at com.meterware.httpunit.WebWindow.sendRequest(WebWindow.java:134)
    at com.meterware.httpunit.WebRequestSource.submitRequest(WebRequestSource.java:297)
    at com.meterware.httpunit.WebRequestSource.submitRequest(WebRequestSource.java:253)
    at com.meterware.httpunit.WebForm.submitRequest(WebForm.java:127)
    at com.meterware.httpunit.WebForm.doFormSubmit(WebForm.java:143)
    at com.meterware.httpunit.SubmitButton.doButtonAction(SubmitButton.java:69)
    at com.meterware.httpunit.Button.doOnClickSequence(Button.java:91)
    at com.meterware.httpunit.Button.click(Button.java:102)
    at org.wildfly.test.integration.security.picketlink.federation.RestoreOriginalRequestTestCase.testRedirectOriginalRequest(RestoreOriginalRequestTestCase.java:134)
------- Stdout: -------
20:18:18,183 WARN  [org.picketlink.common] (default task-14) Security Token registry option not specified: Issued Tokens will not be persisted!
20:18:18,183 WARN  [org.picketlink.common] (default task-14) Security Token registry option not specified: Issued Tokens will not be persisted!
20:18:18,735 ERROR [org.picketlink.common] (default task-15) Service Provider could not handle the request.: java.lang.NullPointerException
    at io.undertow.security.impl.AbstractSecurityContext.authenticationComplete(AbstractSecurityContext.java:86)
    at io.undertow.security.impl.AbstractSecurityContext.authenticationComplete(AbstractSecurityContext.java:78)
    at org.picketlink.identity.federation.bindings.wildfly.sp.SPFormAuthenticationMechanism.register(SPFormAuthenticationMechanism.java:408)
    at org.picketlink.identity.federation.bindings.wildfly.sp.SPFormAuthenticationMechanism.handleSAML2Response(SPFormAuthenticationMechanism.java:580)
    at org.picketlink.identity.federation.bindings.wildfly.sp.SPFormAuthenticationMechanism.handleSAMLResponse(SPFormAuthenticationMechanism.java:313)
    at org.picketlink.identity.federation.bindings.wildfly.sp.SPFormAuthenticationMechanism.authenticate(SPFormAuthenticationMechanism.java:275)
    at io.undertow.security.impl.SecurityContextImpl$AuthAttempter.transition(SecurityContextImpl.java:233)
    at io.undertow.security.impl.SecurityContextImpl$AuthAttempter.transition(SecurityContextImpl.java:250)
    at io.undertow.security.impl.SecurityContextImpl$AuthAttempter.access$100(SecurityContextImpl.java:219)
    at io.undertow.security.impl.SecurityContextImpl.attemptAuthentication(SecurityContextImpl.java:121)
    at io.undertow.security.impl.SecurityContextImpl.authTransition(SecurityContextImpl.java:96)
    at io.undertow.security.impl.SecurityContextImpl.authenticate(SecurityContextImpl.java:89)
    at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:55)
    at io.undertow.server.handlers.DisableCacheHandler.handleRequest(DisableCacheHandler.java:33)
    at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
    at io.undertow.security.handlers.AuthenticationConstraintHandler.handleRequest(AuthenticationConstraintHandler.java:51)
    at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
    at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
    at io.undertow.servlet.handlers.security.ServletSecurityConstraintHandler.handleRequest(ServletSecurityConstraintHandler.java:56)
    at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
    at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:72)
    at io.undertow.security.handlers.NotificationReceiverHandler.handleRequest(NotificationReceiverHandler.java:50)
    at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
    at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
    at org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)
    at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)


org.wildfly.test.integration.security.picketlink.federation.SAMLIDPInitiatedTestCase.testPostOriginalRequest: com.meterware.httpunit.ScriptException: Event 'document.forms[0].submit()' failed: org.mozilla.javascript.WrappedException: Wrapped com.meterware.httpunit.HttpInternalErrorException: Error on HTTP request: 500 Internal Error [http://[::1]:8080/sp-post1/savedRequest/savedRequest.jsp]
    at com.meterware.httpunit.javascript.ScriptingEngineImpl.handleScriptException(ScriptingEngineImpl.java:64)
    at com.meterware.httpunit.javascript.ScriptingEngineImpl.doEventScript(ScriptingEngineImpl.java:135)
    at com.meterware.httpunit.scripting.ScriptableDelegate.doEventScript(ScriptableDelegate.java:70)
    at com.meterware.httpunit.WebResponse$Scriptable.load(WebResponse.java:819)
    at com.meterware.httpunit.javascript.JavaScript.load(JavaScript.java:80)
    at com.meterware.httpunit.javascript.JavaScriptEngineFactory.load(JavaScriptEngineFactory.java:62)
    at com.meterware.httpunit.RequestContext.runScripts(RequestContext.java:44)
    at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:159)
    at com.meterware.httpunit.WebClient.getResponse(WebClient.java:122)
    at org.wildfly.test.integration.security.picketlink.federation.SAMLIDPInitiatedTestCase.testPostOriginalRequest(SAMLIDPInitiatedTestCase.java:111)
------- Stdout: -------
20:18:19,710 WARN  [org.picketlink.common] (default task-18) Security Token registry option not specified: Issued Tokens will not be persisted!
20:18:19,711 WARN  [org.picketlink.common] (default task-18) Security Token registry option not specified: Issued Tokens will not be persisted!
20:18:19,794 ERROR [org.picketlink.common] (default task-20) Service Provider could not handle the request.: java.lang.NullPointerException
    at io.undertow.security.impl.AbstractSecurityContext.authenticationComplete(AbstractSecurityContext.java:86)
    at io.undertow.security.impl.AbstractSecurityContext.authenticationComplete(AbstractSecurityContext.java:78)
    at org.picketlink.identity.federation.bindings.wildfly.sp.SPFormAuthenticationMechanism.register(SPFormAuthenticationMechanism.java:408)
    at org.picketlink.identity.federation.bindings.wildfly.sp.SPFormAuthenticationMechanism.handleSAML2Response(SPFormAuthenticationMechanism.java:580)
    at org.picketlink.identity.federation.bindings.wildfly.sp.SPFormAuthenticationMechanism.handleSAMLResponse(SPFormAuthenticationMechanism.java:313)
    at org.picketlink.identity.federation.bindings.wildfly.sp.SPFormAuthenticationMechanism.authenticate(SPFormAuthenticationMechanism.java:275)
    at io.undertow.security.impl.SecurityContextImpl$AuthAttempter.transition(SecurityContextImpl.java:233)
    at io.undertow.security.impl.SecurityContextImpl$AuthAttempter.transition(SecurityContextImpl.java:250)
    at io.undertow.security.impl.SecurityContextImpl$AuthAttempter.access$100(SecurityContextImpl.java:219)
    at io.undertow.security.impl.SecurityContextImpl.attemptAuthentication(SecurityContextImpl.java:121)
    at io.undertow.security.impl.SecurityContextImpl.authTransition(SecurityContextImpl.java:96)
    at io.undertow.security.impl.SecurityContextImpl.authenticate(SecurityContextImpl.java:89)
    at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:55)
    at io.undertow.server.handlers.DisableCacheHandler.handleRequest(DisableCacheHandler.java:33)
    at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
    at io.undertow.security.handlers.AuthenticationConstraintHandler.handleRequest(AuthenticationConstraintHandler.java:51)
    at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
    at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
    at io.undertow.servlet.handlers.security.ServletSecurityConstraintHandler.handleRequest(ServletSecurityConstraintHandler.java:56)
    at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
    at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:72)
    at io.undertow.security.handlers.NotificationReceiverHandler.handleRequest(NotificationReceiverHandler.java:50)
    at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
    at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
    at org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)
    at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
    at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
    at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:284)
    at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:263)
    at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)
    at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:174)
    at io.undertow.server.Connectors.executeRootHandler(Connectors.java:198)
    at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:784)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)


org.wildfly.test.integration.security.picketlink.federation.SAMLMetadataTestCase.testFederationWithGlobalLogout: com.meterware.httpunit.ScriptException: Event 'document.forms[0].submit()' failed: org.mozilla.javascript.WrappedException: Wrapped com.meterware.httpunit.HttpInternalErrorException: Error on HTTP request: 500 Internal Error [http://[::1]:8080/sp-metadata1/]
    at com.meterware.httpunit.javascript.ScriptingEngineImpl.handleScriptException(ScriptingEngineImpl.java:64)
    at com.meterware.httpunit.javascript.ScriptingEngineImpl.doEventScript(ScriptingEngineImpl.java:135)
    at com.meterware.httpunit.scripting.ScriptableDelegate.doEventScript(ScriptableDelegate.java:70)
    at com.meterware.httpunit.WebResponse$Scriptable.load(WebResponse.java:819)
    at com.meterware.httpunit.javascript.JavaScript.load(JavaScript.java:80)
    at com.meterware.httpunit.javascript.JavaScriptEngineFactory.load(JavaScriptEngineFactory.java:62)
    at com.meterware.httpunit.RequestContext.runScripts(RequestContext.java:44)
    at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:159)
    at com.meterware.httpunit.WebWindow.updateWindow(WebWindow.java:199)
    at com.meterware.httpunit.WebWindow.getSubframeResponse(WebWindow.java:183)
    at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:158)
    at com.meterware.httpunit.WebWindow.sendRequest(WebWindow.java:134)
    at com.meterware.httpunit.WebRequestSource.submitRequest(WebRequestSource.java:297)
    at com.meterware.httpunit.WebRequestSource.submitRequest(WebRequestSource.java:253)
    at com.meterware.httpunit.WebForm.submitRequest(WebForm.java:127)
    at com.meterware.httpunit.WebForm.doFormSubmit(WebForm.java:143)
    at com.meterware.httpunit.SubmitButton.doButtonAction(SubmitButton.java:69)
    at com.meterware.httpunit.Button.doOnClickSequence(Button.java:91)
    at com.meterware.httpunit.Button.click(Button.java:102)
    at org.wildfly.test.integration.security.picketlink.federation.AbstractBasicFederationTestCase.testFederationWithGlobalLogout(AbstractBasicFederationTestCase.java:88)
------- Stdout: -------
20:18:19,806 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 12) WFLYUT0022: Unregistered web context: /sp-post1
20:18:19,817 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0028: Stopped deployment sp-post1.war (runtime-name: sp-post1.war) in 12ms
20:18:19,832 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\picketlink\target\jbossas\standalone\data\content\6f\c48b55f3e171e788bfeea8daea15bff48cdf13\content
20:18:19,832 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "sp-post1.war" (runtime-name: "sp-post1.war")
20:18:19,832 INFO  [org.jboss.as.controller] (management-handler-thread - 1) WFLYCTL0183: Service status report
WFLYCTL0186:   Services which failed to start:      service jboss.picketlink-identity-management."jpa.ds.based.partition.manager"."jpa.config".jpa-store: org.jboss.msc.service.StartException in service jboss.picketlink-identity-management."jpa.ds.based.partition.manager"."jpa.config".jpa-store: Failed to start service
      service jboss.picketlink-identity-management."jpa.emf.modules.partition.manager"."jpa.config".jpa-store: org.jboss.msc.service.StartException in service jboss.picketlink-identity-management."jpa.emf.modules.partition.manager"."jpa.config".jpa-store: Failed to start service

20:18:19,837 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 12) WFLYUT0022: Unregistered web context: /idp-post
20:18:19,851 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0028: Stopped deployment idp-post.war (runtime-name: idp-post.war) in 15ms
20:18:19,863 INFO  [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0002: Content removed from location C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\picketlink\target\jbossas\standalone\data\content\8b\ba5a20c8b5e13e12dbd70705e407186c88d19b\content
20:18:19,863 INFO  [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0009: Undeployed "idp-post.war" (runtime-name: "idp-post.war")
20:18:19,863 INFO  [org.jboss.as.controller] (management-handler-thread - 2) WFLYCTL0183: Service status report
WFLYCTL0186:   Services which failed to start:      service jboss.picketlink-identity-management."jpa.ds.based.partition.manager"."jpa.config".jpa-store: org.jboss.msc.service.StartException in service jboss.picketlink-identity-management."jpa.ds.based.partition.manager"."jpa.config".jpa-store: Failed to start service
      service jboss.picketlink-identity-management."jpa.emf.modules.partition.manager"."jpa.config".jpa-store: org.jboss.msc.service.StartException in service jboss.picketlink-identity-management."jpa.emf.modules.partition.manager"."jpa.config".jpa-store: Failed to start service

20:18:19,897 INFO  [org.jboss.as.repository] (management-handler-thread - 3) WFLYDR0001: Content added at location C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\picketlink\target\jbossas\standalone\data\content\2d\28fb0f2e1efa6315faec69b4699a41acd03acc\content
20:18:19,899 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0027: Starting deployment of "sp-metadata2.war" (runtime-name: "sp-metadata2.war")
20:18:19,922 WARN  [org.jboss.as.dependency.deprecated] (MSC service thread 1-8) WFLYSRV0221: Deployment "deployment.sp-metadata2.war" is using a deprecated module ("org.picketlink:main") which may be removed in future versions without notice.
20:18:19,922 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-8) WFLYSRV0018: Deployment "deployment.sp-metadata2.war" is using a private module ("org.jboss.as.controller:main") which may be changed or removed in future versions without notice.
20:18:19,922 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-8) WFLYSRV0018: Deployment "deployment.sp-metadata2.war" is using a private module ("org.wildfly.security.manager:main") which may be changed or removed in future versions without notice.
20:18:19,939 INFO  [org.wildfly.extension.picketlink] (MSC service thread 1-2) WFLYPL0002: Configuring PicketLink Federation for deployment [sp-metadata2.war]
20:18:19,945 INFO  [org.jboss.as.arquillian] (MSC service thread 1-2) Arquillian deployment detected: ArquillianConfig[service=jboss.arquillian.config."sp-metadata2.war",unit=sp-metadata2.war,tests=[org.wildfly.test.integration.security.picketlink.federation.SAMLMetadataTestCase]]
20:18:19,952 INFO  [org.picketlink.common] (ServerService Thread Pool -- 16) Service Provider is setting the CanonicalizationMethod on XMLSignatureUtil::http://www.w3.org/2001/10/xml-exc-c14n#WithComments
20:18:19,961 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 16) WFLYUT0021: Registered web context: /sp-metadata2
20:18:19,972 INFO  [org.jboss.as.server] (management-handler-thread - 3) WFLYSRV0010: Deployed "sp-metadata2.war" (runtime-name : "sp-metadata2.war")
20:18:19,972 INFO  [org.jboss.as.controller] (management-handler-thread - 3) WFLYCTL0183: Service status report
WFLYCTL0186:   Services which failed to start:      service jboss.picketlink-identity-management."jpa.ds.based.partition.manager"."jpa.config".jpa-store: org.jboss.msc.service.StartException in service jboss.picketlink-identity-management."jpa.ds.based.partition.manager"."jpa.config".jpa-store: Failed to start service
      service jboss.picketlink-identity-management."jpa.emf.modules.partition.manager"."jpa.config".jpa-store: org.jboss.msc.service.StartException in service jboss.picketlink-identity-management."jpa.emf.modules.partition.manager"."jpa.config".jpa-store: Failed to start service


org.wildfly.test.integration.security.picketlink.federation.SAMLMetadataTestCase.testFederationWithLocalLogout: com.meterware.httpunit.ScriptException: Event 'document.forms[0].submit()' failed: org.mozilla.javascript.WrappedException: Wrapped com.meterware.httpunit.HttpInternalErrorException: Error on HTTP request: 500 Internal Error [http://[::1]:8080/sp-metadata1/]
    at com.meterware.httpunit.javascript.ScriptingEngineImpl.handleScriptException(ScriptingEngineImpl.java:64)
    at com.meterware.httpunit.javascript.ScriptingEngineImpl.doEventScript(ScriptingEngineImpl.java:135)
    at com.meterware.httpunit.scripting.ScriptableDelegate.doEventScript(ScriptableDelegate.java:70)
    at com.meterware.httpunit.WebResponse$Scriptable.load(WebResponse.java:819)
    at com.meterware.httpunit.javascript.JavaScript.load(JavaScript.java:80)
    at com.meterware.httpunit.javascript.JavaScriptEngineFactory.load(JavaScriptEngineFactory.java:62)
    at com.meterware.httpunit.RequestContext.runScripts(RequestContext.java:44)
    at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:159)
    at com.meterware.httpunit.WebWindow.updateWindow(WebWindow.java:199)
    at com.meterware.httpunit.WebWindow.getSubframeResponse(WebWindow.java:183)
    at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:158)
    at com.meterware.httpunit.WebWindow.sendRequest(WebWindow.java:134)
    at com.meterware.httpunit.WebRequestSource.submitRequest(WebRequestSource.java:297)
    at com.meterware.httpunit.WebRequestSource.submitRequest(WebRequestSource.java:253)
    at com.meterware.httpunit.WebForm.submitRequest(WebForm.java:127)
    at com.meterware.httpunit.WebForm.doFormSubmit(WebForm.java:143)
    at com.meterware.httpunit.SubmitButton.doButtonAction(SubmitButton.java:69)
    at com.meterware.httpunit.Button.doOnClickSequence(Button.java:91)
    at com.meterware.httpunit.Button.click(Button.java:102)
    at org.wildfly.test.integration.security.picketlink.federation.AbstractBasicFederationTestCase.testFederationWithLocalLogout(AbstractBasicFederationTestCase.java:140)
------- Stdout: -------
Connecting to [::1]
Sending:: GET http://[::1]:8080/sp-metadata1/
Sending:: User-Agent: httpunit/1.5
Sending:: Accept-Encoding: gzip

Received from http://[::1]:8080/sp-metadata1/
Header:: HTTP/1.1 200 OK
Header:: Content-Encoding: UTF-8
Header:: Expires: 0
Header:: Cache-Control: no-cache, no-store
Header:: X-Powered-By: Undertow/1
Header:: Set-Cookie: JSESSIONID=k87qFto24pedFy_8EZke4c8aUMgn6FdiyHIZ1MQT.build21-win; path=/sp-metadata1
Header:: Server: WildFly/10
Header:: Pragma: no-cache
Header:: Date: Tue, 20 Oct 2015 18:18:20 GMT
Header:: Connection: keep-alive
Header:: Content-Type: text/html
Header:: Content-Length: 2926

Connecting to [::1]
Sending:: POST http://[::1]:8080/idp-metadata/
Sending:: User-Agent: httpunit/1.5
Sending:: Accept-Encoding: gzip
Sending:: Referer: http://[::1]:8080/sp-metadata1/
Sending:: Content-Type: application/x-www-form-urlencoded

Received from http://[::1]:8080/idp-metadata/
Header:: HTTP/1.1 200 OK
Header:: Expires: 0


org.wildfly.test.integration.security.picketlink.federation.SAMLPostBindingTestCase.testFederationWithGlobalLogout: com.meterware.httpunit.ScriptException: Event 'document.forms[0].submit()' failed: org.mozilla.javascript.WrappedException: Wrapped com.meterware.httpunit.HttpInternalErrorException: Error on HTTP request: 500 Internal Error [http://[::1]:8080/sp-post1/]
    at com.meterware.httpunit.javascript.ScriptingEngineImpl.handleScriptException(ScriptingEngineImpl.java:64)
    at com.meterware.httpunit.javascript.ScriptingEngineImpl.doEventScript(ScriptingEngineImpl.java:135)
    at com.meterware.httpunit.scripting.ScriptableDelegate.doEventScript(ScriptableDelegate.java:70)
    at com.meterware.httpunit.WebResponse$Scriptable.load(WebResponse.java:819)
    at com.meterware.httpunit.javascript.JavaScript.load(JavaScript.java:80)
    at com.meterware.httpunit.javascript.JavaScriptEngineFactory.load(JavaScriptEngineFactory.java:62)
    at com.meterware.httpunit.RequestContext.runScripts(RequestContext.java:44)
    at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:159)
    at com.meterware.httpunit.WebWindow.updateWindow(WebWindow.java:199)
    at com.meterware.httpunit.WebWindow.getSubframeResponse(WebWindow.java:183)
    at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:158)
    at com.meterware.httpunit.WebWindow.sendRequest(WebWindow.java:134)
    at com.meterware.httpunit.WebRequestSource.submitRequest(WebRequestSource.java:297)
    at com.meterware.httpunit.WebRequestSource.submitRequest(WebRequestSource.java:253)
    at com.meterware.httpunit.WebForm.submitRequest(WebForm.java:127)
    at com.meterware.httpunit.WebForm.doFormSubmit(WebForm.java:143)
    at com.meterware.httpunit.SubmitButton.doButtonAction(SubmitButton.java:69)
    at com.meterware.httpunit.Button.doOnClickSequence(Button.java:91)
    at com.meterware.httpunit.Button.click(Button.java:102)
    at org.wildfly.test.integration.security.picketlink.federation.AbstractBasicFederationTestCase.testFederationWithGlobalLogout(AbstractBasicFederationTestCase.java:88)
------- Stdout: -------
20:18:21,473 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 16) WFLYUT0022: Unregistered web context: /sp-metadata2
20:18:21,482 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment sp-metadata2.war (runtime-name: sp-metadata2.war) in 10ms
20:18:21,494 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\picketlink\target\jbossas\standalone\data\content\2d\28fb0f2e1efa6315faec69b4699a41acd03acc\content
20:18:21,494 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "sp-metadata2.war" (runtime-name: "sp-metadata2.war")
20:18:21,494 INFO  [org.jboss.as.controller] (management-handler-thread - 1) WFLYCTL0183: Service status report
WFLYCTL0186:   Services which failed to start:      service jboss.picketlink-identity-management."jpa.ds.based.partition.manager"."jpa.config".jpa-store: org.jboss.msc.service.StartException in service jboss.picketlink-identity-management."jpa.ds.based.partition.manager"."jpa.config".jpa-store: Failed to start service
      service jboss.picketlink-identity-management."jpa.emf.modules.partition.manager"."jpa.config".jpa-store: org.jboss.msc.service.StartException in service jboss.picketlink-identity-management."jpa.emf.modules.partition.manager"."jpa.config".jpa-store: Failed to start service

20:18:21,498 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 28) WFLYUT0022: Unregistered web context: /sp-metadata1
20:18:21,510 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0028: Stopped deployment sp-metadata1.war (runtime-name: sp-metadata1.war) in 13ms
20:18:21,526 INFO  [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0002: Content removed from location C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\picketlink\target\jbossas\standalone\data\content\b0\888b365a872fb315b3e7b6d05ad96c722c6601\content
20:18:21,526 INFO  [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0009: Undeployed "sp-metadata1.war" (runtime-name: "sp-metadata1.war")
20:18:21,526 INFO  [org.jboss.as.controller] (management-handler-thread - 2) WFLYCTL0183: Service status report
WFLYCTL0186:   Services which failed to start:      service jboss.picketlink-identity-management."jpa.ds.based.partition.manager"."jpa.config".jpa-store: org.jboss.msc.service.StartException in service jboss.picketlink-identity-management."jpa.ds.based.partition.manager"."jpa.config".jpa-store: Failed to start service
      service jboss.picketlink-identity-management."jpa.emf.modules.partition.manager"."jpa.config".jpa-store: org.jboss.msc.service.StartException in service jboss.picketlink-identity-management."jpa.emf.modules.partition.manager"."jpa.config".jpa-store: Failed to start service

20:18:21,532 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 12) WFLYUT0022: Unregistered web context: /idp-metadata
20:18:21,543 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0028: Stopped deployment idp-metadata.war (runtime-name: idp-metadata.war) in 12ms
20:18:21,554 INFO  [org.jboss.as.repository] (management-handler-thread - 3) WFLYDR0002: Content removed from location C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\picketlink\target\jbossas\standalone\data\content\9d\7776bd0e42ff95a48a42138994bea9a98cd582\content
20:18:21,554 INFO  [org.jboss.as.server] (management-handler-thread - 3) WFLYSRV0009: Undeployed "idp-metadata.war" (runtime-name: "idp-metadata.war")
20:18:21,554 INFO  [org.jboss.as.controller] (management-handler-thread - 3) WFLYCTL0183: Service status report
WFLYCTL0186:   Services which failed to start:      service jboss.picketlink-identity-management."jpa.ds.based.partition.manager"."jpa.config".jpa-store: org.jboss.msc.service.StartException in service jboss.picketlink-identity-management."jpa.ds.based.partition.manager"."jpa.config".jpa-store: Failed to start service
      service jboss.picketlink-identity-management."jpa.emf.modules.partition.manager"."jpa.config".jpa-store: org.jboss.msc.service.StartException in service jboss.picketlink-identity-management."jpa.emf.modules.partition.manager"."jpa.config".jpa-store: Failed to start service

20:18:21,588 INFO  [org.jboss.as.repository] (management-handler-thread - 4) WFLYDR0001: Content added at location C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\picketlink\target\jbossas\standalone\data\content\ba\9c52a4af6a4a6ec3a47a3d4633417f798ee6d8\content
20:18:21,591 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0027: Starting deployment of "sp-post2.war" (runtime-name: "sp-post2.war")
20:18:21,612 WARN  [org.jboss.as.dependency.deprecated] (MSC service thread 1-5) WFLYSRV0221: Deployment "deployment.sp-post2.war" is using a deprecated module ("org.picketlink:main") which may be removed in future versions without notice.
20:18:21,613 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-5) WFLYSRV0018: Deployment "deployment.sp-post2.war" is using a private module ("org.jboss.as.controller:main") which may be changed or removed in future versions without notice.
20:18:21,613 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-5) WFLYSRV0018: Deployment "deployment.sp-post2.war" is using a private module ("org.wildfly.security.manager:main") which may be changed or removed in future versions without notice.


org.wildfly.test.integration.security.picketlink.federation.SAMLPostBindingTestCase.testFederationWithLocalLogout: com.meterware.httpunit.ScriptException: Event 'document.forms[0].submit()' failed: org.mozilla.javascript.WrappedException: Wrapped com.meterware.httpunit.HttpInternalErrorException: Error on HTTP request: 500 Internal Error [http://[::1]:8080/sp-post1/]
    at com.meterware.httpunit.javascript.ScriptingEngineImpl.handleScriptException(ScriptingEngineImpl.java:64)
    at com.meterware.httpunit.javascript.ScriptingEngineImpl.doEventScript(ScriptingEngineImpl.java:135)
    at com.meterware.httpunit.scripting.ScriptableDelegate.doEventScript(ScriptableDelegate.java:70)
    at com.meterware.httpunit.WebResponse$Scriptable.load(WebResponse.java:819)
    at com.meterware.httpunit.javascript.JavaScript.load(JavaScript.java:80)
    at com.meterware.httpunit.javascript.JavaScriptEngineFactory.load(JavaScriptEngineFactory.java:62)
    at com.meterware.httpunit.RequestContext.runScripts(RequestContext.java:44)
    at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:159)
    at com.meterware.httpunit.WebWindow.updateWindow(WebWindow.java:199)
    at com.meterware.httpunit.WebWindow.getSubframeResponse(WebWindow.java:183)
    at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:158)
    at com.meterware.httpunit.WebWindow.sendRequest(WebWindow.java:134)
    at com.meterware.httpunit.WebRequestSource.submitRequest(WebRequestSource.java:297)
    at com.meterware.httpunit.WebRequestSource.submitRequest(WebRequestSource.java:253)
    at com.meterware.httpunit.WebForm.submitRequest(WebForm.java:127)
    at com.meterware.httpunit.WebForm.doFormSubmit(WebForm.java:143)
    at com.meterware.httpunit.SubmitButton.doButtonAction(SubmitButton.java:69)
    at com.meterware.httpunit.Button.doOnClickSequence(Button.java:91)
    at com.meterware.httpunit.Button.click(Button.java:102)
    at org.wildfly.test.integration.security.picketlink.federation.AbstractBasicFederationTestCase.testFederationWithLocalLogout(AbstractBasicFederationTestCase.java:140)
------- Stdout: -------
Connecting to [::1]
Sending:: GET http://[::1]:8080/sp-post1/
Sending:: User-Agent: httpunit/1.5
Sending:: Accept-Encoding: gzip

Received from http://[::1]:8080/sp-post1/
Header:: HTTP/1.1 200 OK
Header:: Content-Encoding: UTF-8
Header:: Expires: 0
Header:: Cache-Control: no-cache, no-store
Header:: X-Powered-By: Undertow/1
Header:: Set-Cookie: JSESSIONID=LVjZWAw1cjyNhN3NX4hMli2tXmByfuE68ICgQeOG.build21-win; path=/sp-post1
Header:: Server: WildFly/10
Header:: Pragma: no-cache
Header:: Date: Tue, 20 Oct 2015 18:18:22 GMT
Header:: Connection: keep-alive
Header:: Content-Type: text/html
Header:: Content-Length: 1254

Connecting to [::1]
Sending:: POST http://[::1]:8080/idp-post/
Sending:: User-Agent: httpunit/1.5
Sending:: Accept-Encoding: gzip
Sending:: Referer: http://[::1]:8080/sp-post1/
Sending:: Content-Type: application/x-www-form-urlencoded

Received from http://[::1]:8080/idp-post/
Header:: HTTP/1.1 200 OK
Header:: Expires: 0


org.wildfly.test.integration.security.picketlink.federation.SAMLPostBindingWithSignaturesTestCase.testFederationWithGlobalLogout: com.meterware.httpunit.ScriptException: Event 'document.forms[0].submit()' failed: org.mozilla.javascript.WrappedException: Wrapped com.meterware.httpunit.HttpInternalErrorException: Error on HTTP request: 500 Internal Error [http://[::1]:8080/sp-post-sig1/]
    at com.meterware.httpunit.javascript.ScriptingEngineImpl.handleScriptException(ScriptingEngineImpl.java:64)
    at com.meterware.httpunit.javascript.ScriptingEngineImpl.doEventScript(ScriptingEngineImpl.java:135)
    at com.meterware.httpunit.scripting.ScriptableDelegate.doEventScript(ScriptableDelegate.java:70)
    at com.meterware.httpunit.WebResponse$Scriptable.load(WebResponse.java:819)
    at com.meterware.httpunit.javascript.JavaScript.load(JavaScript.java:80)
    at com.meterware.httpunit.javascript.JavaScriptEngineFactory.load(JavaScriptEngineFactory.java:62)
    at com.meterware.httpunit.RequestContext.runScripts(RequestContext.java:44)
    at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:159)
    at com.meterware.httpunit.WebWindow.updateWindow(WebWindow.java:199)
    at com.meterware.httpunit.WebWindow.getSubframeResponse(WebWindow.java:183)
    at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:158)
    at com.meterware.httpunit.WebWindow.sendRequest(WebWindow.java:134)
    at com.meterware.httpunit.WebRequestSource.submitRequest(WebRequestSource.java:297)
    at com.meterware.httpunit.WebRequestSource.submitRequest(WebRequestSource.java:253)
    at com.meterware.httpunit.WebForm.submitRequest(WebForm.java:127)
    at com.meterware.httpunit.WebForm.doFormSubmit(WebForm.java:143)
    at com.meterware.httpunit.SubmitButton.doButtonAction(SubmitButton.java:69)
    at com.meterware.httpunit.Button.doOnClickSequence(Button.java:91)
    at com.meterware.httpunit.Button.click(Button.java:102)
    at org.wildfly.test.integration.security.picketlink.federation.AbstractBasicFederationTestCase.testFederationWithGlobalLogout(AbstractBasicFederationTestCase.java:88)
------- Stdout: -------
20:18:23,028 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 16) WFLYUT0022: Unregistered web context: /sp-post2
20:18:23,036 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment sp-post2.war (runtime-name: sp-post2.war) in 8ms
20:18:23,046 INFO  [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0002: Content removed from location C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\picketlink\target\jbossas\standalone\data\content\ba\9c52a4af6a4a6ec3a47a3d4633417f798ee6d8\content
20:18:23,046 INFO  [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0009: Undeployed "sp-post2.war" (runtime-name: "sp-post2.war")
20:18:23,047 INFO  [org.jboss.as.controller] (management-handler-thread - 2) WFLYCTL0183: Service status report
WFLYCTL0186:   Services which failed to start:      service jboss.picketlink-identity-management."jpa.ds.based.partition.manager"."jpa.config".jpa-store: org.jboss.msc.service.StartException in service jboss.picketlink-identity-management."jpa.ds.based.partition.manager"."jpa.config".jpa-store: Failed to start service
      service jboss.picketlink-identity-management."jpa.emf.modules.partition.manager"."jpa.config".jpa-store: org.jboss.msc.service.StartException in service jboss.picketlink-identity-management."jpa.emf.modules.partition.manager"."jpa.config".jpa-store: Failed to start service

20:18:23,050 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 31) WFLYUT0022: Unregistered web context: /sp-post1
20:18:23,060 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0028: Stopped deployment sp-post1.war (runtime-name: sp-post1.war) in 10ms
20:18:23,069 INFO  [org.jboss.as.repository] (management-handler-thread - 3) WFLYDR0002: Content removed from location C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\picketlink\target\jbossas\standalone\data\content\ca\7dc38ef470dcfafcf852f598c85cd55695f8ae\content
20:18:23,069 INFO  [org.jboss.as.server] (management-handler-thread - 3) WFLYSRV0009: Undeployed "sp-post1.war" (runtime-name: "sp-post1.war")
20:18:23,070 INFO  [org.jboss.as.controller] (management-handler-thread - 3) WFLYCTL0183: Service status report
WFLYCTL0186:   Services which failed to start:      service jboss.picketlink-identity-management."jpa.ds.based.partition.manager"."jpa.config".jpa-store: org.jboss.msc.service.StartException in service jboss.picketlink-identity-management."jpa.ds.based.partition.manager"."jpa.config".jpa-store: Failed to start service
      service jboss.picketlink-identity-management."jpa.emf.modules.partition.manager"."jpa.config".jpa-store: org.jboss.msc.service.StartException in service jboss.picketlink-identity-management."jpa.emf.modules.partition.manager"."jpa.config".jpa-store: Failed to start service

20:18:23,074 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 28) WFLYUT0022: Unregistered web context: /idp-post
20:18:23,085 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment idp-post.war (runtime-name: idp-post.war) in 11ms
20:18:23,095 INFO  [org.jboss.as.repository] (management-handler-thread - 4) WFLYDR0002: Content removed from location C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\picketlink\target\jbossas\standalone\data\content\c1\a389c4d2da0dbad3849256199584f0d2342311\content
20:18:23,096 INFO  [org.jboss.as.server] (management-handler-thread - 4) WFLYSRV0009: Undeployed "idp-post.war" (runtime-name: "idp-post.war")
20:18:23,096 INFO  [org.jboss.as.controller] (management-handler-thread - 4) WFLYCTL0183: Service status report
WFLYCTL0186:   Services which failed to start:      service jboss.picketlink-identity-management."jpa.ds.based.partition.manager"."jpa.config".jpa-store: org.jboss.msc.service.StartException in service jboss.picketlink-identity-management."jpa.ds.based.partition.manager"."jpa.config".jpa-store: Failed to start service
      service jboss.picketlink-identity-management."jpa.emf.modules.partition.manager"."jpa.config".jpa-store: org.jboss.msc.service.StartException in service jboss.picketlink-identity-management."jpa.emf.modules.partition.manager"."jpa.config".jpa-store: Failed to start service

20:18:23,132 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\picketlink\target\jbossas\standalone\data\content\7c\2c18a8abea25a04af2a99b07da91e547517a5e\content
20:18:23,134 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "sp-post-sig2.war" (runtime-name: "sp-post-sig2.war")
20:18:23,156 WARN  [org.jboss.as.dependency.deprecated] (MSC service thread 1-7) WFLYSRV0221: Deployment "deployment.sp-post-sig2.war" is using a deprecated module ("org.picketlink:main") which may be removed in future versions without notice.
20:18:23,156 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-7) WFLYSRV0018: Deployment "deployment.sp-post-sig2.war" is using a private module ("org.jboss.as.controller:main") which may be changed or removed in future versions without notice.
20:18:23,156 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-7) WFLYSRV0018: Deployment "deployment.sp-post-sig2.war" is using a private module ("org.wildfly.security.manager:main") which may be changed or removed in future versions without notice.


org.wildfly.test.integration.security.picketlink.federation.SAMLPostBindingWithSignaturesTestCase.testFederationWithLocalLogout: com.meterware.httpunit.ScriptException: Event 'document.forms[0].submit()' failed: org.mozilla.javascript.WrappedException: Wrapped com.meterware.httpunit.HttpInternalErrorException: Error on HTTP request: 500 Internal Error [http://[::1]:8080/sp-post-sig1/]
    at com.meterware.httpunit.javascript.ScriptingEngineImpl.handleScriptException(ScriptingEngineImpl.java:64)
    at com.meterware.httpunit.javascript.ScriptingEngineImpl.doEventScript(ScriptingEngineImpl.java:135)
    at com.meterware.httpunit.scripting.ScriptableDelegate.doEventScript(ScriptableDelegate.java:70)
    at com.meterware.httpunit.WebResponse$Scriptable.load(WebResponse.java:819)
    at com.meterware.httpunit.javascript.JavaScript.load(JavaScript.java:80)
    at com.meterware.httpunit.javascript.JavaScriptEngineFactory.load(JavaScriptEngineFactory.java:62)
    at com.meterware.httpunit.RequestContext.runScripts(RequestContext.java:44)
    at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:159)
    at com.meterware.httpunit.WebWindow.updateWindow(WebWindow.java:199)
    at com.meterware.httpunit.WebWindow.getSubframeResponse(WebWindow.java:183)
    at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:158)
    at com.meterware.httpunit.WebWindow.sendRequest(WebWindow.java:134)
    at com.meterware.httpunit.WebRequestSource.submitRequest(WebRequestSource.java:297)
    at com.meterware.httpunit.WebRequestSource.submitRequest(WebRequestSource.java:253)
    at com.meterware.httpunit.WebForm.submitRequest(WebForm.java:127)
    at com.meterware.httpunit.WebForm.doFormSubmit(WebForm.java:143)
    at com.meterware.httpunit.SubmitButton.doButtonAction(SubmitButton.java:69)
    at com.meterware.httpunit.Button.doOnClickSequence(Button.java:91)
    at com.meterware.httpunit.Button.click(Button.java:102)
    at org.wildfly.test.integration.security.picketlink.federation.AbstractBasicFederationTestCase.testFederationWithLocalLogout(AbstractBasicFederationTestCase.java:140)
------- Stdout: -------
Connecting to [::1]
Sending:: GET http://[::1]:8080/sp-post-sig1/
Sending:: User-Agent: httpunit/1.5
Sending:: Accept-Encoding: gzip

Received from http://[::1]:8080/sp-post-sig1/
Header:: HTTP/1.1 200 OK
Header:: Content-Encoding: UTF-8
Header:: Expires: 0
Header:: Cache-Control: no-cache, no-store
Header:: X-Powered-By: Undertow/1
Header:: Set-Cookie: JSESSIONID=ldFcXHNLlMDsxkT18lUgML6AceAbc6pMfPdKHPh1.build21-win; path=/sp-post-sig1
Header:: Server: WildFly/10
Header:: Pragma: no-cache
Header:: Date: Tue, 20 Oct 2015 18:18:24 GMT
Header:: Connection: keep-alive
Header:: Content-Type: text/html
Header:: Content-Length: 2926

Connecting to [::1]
Sending:: POST http://[::1]:8080/idp-post-sig/
Sending:: User-Agent: httpunit/1.5
Sending:: Accept-Encoding: gzip
Sending:: Referer: http://[::1]:8080/sp-post-sig1/
Sending:: Content-Type: application/x-www-form-urlencoded

Received from http://[::1]:8080/idp-post-sig/
Header:: HTTP/1.1 200 OK
Header:: Expires: 0


org.wildfly.test.integration.security.picketlink.federation.SAMLRedirectBindingTestCase.testFederationWithGlobalLogout: com.meterware.httpunit.HttpInternalErrorException: Error on HTTP request: 500 Internal Error [http://[::1]:8080/sp-redirect1/?SAMLResponse=rVVri%2BIwFP0rJd9jH7a2Bi3MjiwI81h0GIZdliVNbscuNilJiu6%2F37RaxzqOI8uCKLmP3HNO7r1ONC3XFVmArqTQ4GzLtdCkNU5RrQSRVBeaCFqCJoaR5c39HQkGHqmUNJLJNTpKuZxBtQZlCimQMwNtCkGbwxStjKmI6%2F4gxP9JEi%2FxXF1hBbxQwIzvImc%2Bm6L57NeQR7Efjz0cBaMYh1E0wuM4DHGcUM7icAxezmyw6Lg8yTYt8rMs8iMP50mU4ZBThinzOQ79aMghymE05jZN6xrmQhsqzBQFnh9h38OB9%2BQnxH6C0cCLw%2B%2FIeQalW9SWEUonDWvS5qr0PY%2BCvxFxJ%2B5x8GSn%2B9JQU%2Bv%2B6VZycJ7puobLeuo2mixrxkBr5Ka7Cv1LyU2n%2Bu6drn6iveiUJYz7fojDnObNV4gzYEOch0MKIUuCKIbr1Bv%2Bb%2FUs8%2By39e1PD5bNfOZ8laqk5jLNxlJwnLehpGpAaQPCoNTIklGzL7a7sV%2FsVoq8aNIaRe%2FBrCS%2FXIuVJAOqQKGPL5pRQ%2F%2B1cR%2BkeRSP6iY3oM5IP4wGQSv9AlhRFdC8z2cD13XSOagnrj0nG8GLxq0bPF%2FAKgvn%2BiDc98GVoLsWrrkFzsDqY1TBdjB6nvQTSnvQh%2FCTc%2B9i94TRoZRZiWayoLQiOu3xin2xtKNpb5kLDtvrB%2Bq4pkViYGvOmG7Xdl4XkKcXR5oR1sRZ8zf7s5GKH9ifueqMr2c7KNDhMVa5rDbwocNpxmiKFnL9xqvztVtu%2Fwey1YfO3Gw2g81wINWrG3ie777c3y3ZCkqKDrHF58G4aJ%2BH2f1k44n5U1kYW%2FtPZYuLV5S%2BSslru%2B86ej1Q6an1neGIsNvftIdF3A10%2Bhc%3D]
    at com.meterware.httpunit.WebClient.validateHeaders(WebClient.java:619)
    at com.meterware.httpunit.WebClient.updateClient(WebClient.java:500)
    at com.meterware.httpunit.WebWindow.updateWindow(WebWindow.java:192)
    at com.meterware.httpunit.WebWindow.getSubframeResponse(WebWindow.java:183)
    at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:158)
    at com.meterware.httpunit.WebWindow.updateWindow(WebWindow.java:199)
    at com.meterware.httpunit.WebWindow.getSubframeResponse(WebWindow.java:183)
    at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:158)
    at com.meterware.httpunit.WebWindow.updateWindow(WebWindow.java:199)
    at com.meterware.httpunit.WebWindow.getSubframeResponse(WebWindow.java:183)
    at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:158)
    at com.meterware.httpunit.WebWindow.sendRequest(WebWindow.java:134)
    at com.meterware.httpunit.WebRequestSource.submitRequest(WebRequestSource.java:297)
    at com.meterware.httpunit.WebRequestSource.submitRequest(WebRequestSource.java:253)
    at com.meterware.httpunit.WebForm.submitRequest(WebForm.java:127)
    at com.meterware.httpunit.WebForm.doFormSubmit(WebForm.java:143)
    at com.meterware.httpunit.SubmitButton.doButtonAction(SubmitButton.java:69)
    at com.meterware.httpunit.Button.doOnClickSequence(Button.java:91)
    at com.meterware.httpunit.Button.click(Button.java:102)
    at org.wildfly.test.integration.security.picketlink.federation.AbstractBasicFederationTestCase.testFederationWithGlobalLogout(AbstractBasicFederationTestCase.java:88)
------- Stdout: -------
20:18:24,611 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 16) WFLYUT0022: Unregistered web context: /sp-post-sig2
20:18:24,620 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0028: Stopped deployment sp-post-sig2.war (runtime-name: sp-post-sig2.war) in 9ms
20:18:24,630 INFO  [org.jboss.as.repository] (management-handler-thread - 3) WFLYDR0002: Content removed from location C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\picketlink\target\jbossas\standalone\data\content\7c\2c18a8abea25a04af2a99b07da91e547517a5e\content
20:18:24,630 INFO  [org.jboss.as.server] (management-handler-thread - 3) WFLYSRV0009: Undeployed "sp-post-sig2.war" (runtime-name: "sp-post-sig2.war")
20:18:24,630 INFO  [org.jboss.as.controller] (management-handler-thread - 3) WFLYCTL0183: Service status report
WFLYCTL0186:   Services which failed to start:      service jboss.picketlink-identity-management."jpa.ds.based.partition.manager"."jpa.config".jpa-store: org.jboss.msc.service.StartException in service jboss.picketlink-identity-management."jpa.ds.based.partition.manager"."jpa.config".jpa-store: Failed to start service
      service jboss.picketlink-identity-management."jpa.emf.modules.partition.manager"."jpa.config".jpa-store: org.jboss.msc.service.StartException in service jboss.picketlink-identity-management."jpa.emf.modules.partition.manager"."jpa.config".jpa-store: Failed to start service

20:18:24,633 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 28) WFLYUT0022: Unregistered web context: /sp-post-sig1
20:18:24,643 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0028: Stopped deployment sp-post-sig1.war (runtime-name: sp-post-sig1.war) in 10ms
20:18:24,653 INFO  [org.jboss.as.repository] (management-handler-thread - 4) WFLYDR0002: Content removed from location C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\picketlink\target\jbossas\standalone\data\content\26\0892b3e8088e9094c414831b27d3785f62547b\content
20:18:24,653 INFO  [org.jboss.as.server] (management-handler-thread - 4) WFLYSRV0009: Undeployed "sp-post-sig1.war" (runtime-name: "sp-post-sig1.war")
20:18:24,653 INFO  [org.jboss.as.controller] (management-handler-thread - 4) WFLYCTL0183: Service status report
WFLYCTL0186:   Services which failed to start:      service jboss.picketlink-identity-management."jpa.ds.based.partition.manager"."jpa.config".jpa-store: org.jboss.msc.service.StartException in service jboss.picketlink-identity-management."jpa.ds.based.partition.manager"."jpa.config".jpa-store: Failed to start service
      service jboss.picketlink-identity-management."jpa.emf.modules.partition.manager"."jpa.config".jpa-store: org.jboss.msc.service.StartException in service jboss.picketlink-identity-management."jpa.emf.modules.partition.manager"."jpa.config".jpa-store: Failed to start service

20:18:24,657 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 16) WFLYUT0022: Unregistered web context: /idp-post-sig
20:18:24,668 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0028: Stopped deployment idp-post-sig.war (runtime-name: idp-post-sig.war) in 11ms
20:18:24,678 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\picketlink\target\jbossas\standalone\data\content\4c\90a51c329df0a8ac3436df19b95fd3421b85aa\content
20:18:24,678 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "idp-post-sig.war" (runtime-name: "idp-post-sig.war")
20:18:24,678 INFO  [org.jboss.as.controller] (management-handler-thread - 1) WFLYCTL0183: Service status report
WFLYCTL0186:   Services which failed to start:      service jboss.picketlink-identity-management."jpa.ds.based.partition.manager"."jpa.config".jpa-store: org.jboss.msc.service.StartException in service jboss.picketlink-identity-management."jpa.ds.based.partition.manager"."jpa.config".jpa-store: Failed to start service
      service jboss.picketlink-identity-management."jpa.emf.modules.partition.manager"."jpa.config".jpa-store: org.jboss.msc.service.StartException in service jboss.picketlink-identity-management."jpa.emf.modules.partition.manager"."jpa.config".jpa-store: Failed to start service

20:18:24,708 INFO  [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\picketlink\target\jbossas\standalone\data\content\61\5b622a2c263cdf17af914c972cb5dd132df62d\content
20:18:24,710 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "sp-redirect2.war" (runtime-name: "sp-redirect2.war")
20:18:24,731 WARN  [org.jboss.as.dependency.deprecated] (MSC service thread 1-3) WFLYSRV0221: Deployment "deployment.sp-redirect2.war" is using a deprecated module ("org.picketlink:main") which may be removed in future versions without notice.
20:18:24,731 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) WFLYSRV0018: Deployment "deployment.sp-redirect2.war" is using a private module ("org.jboss.as.controller:main") which may be changed or removed in future versions without notice.
20:18:24,731 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) WFLYSRV0018: Deployment "deployment.sp-redirect2.war" is using a private module ("org.wildfly.security.manager:main") which may be changed or removed in future versions without notice.



##### there are 4 more failed tests, see build details

n1hility added a commit that referenced this pull request Oct 20, 2015
[WFLY-5552] - Upgrade PicketLink to 2.5.5.SP1.
@n1hility n1hility merged commit 0949fce into wildfly:master Oct 20, 2015
@pedroigor pedroigor deleted the WFLY-5552 branch October 20, 2015 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants