change IdP IP address and unknown artifact

Ian Young ian at iay.org.uk
Mon Nov 24 08:59:27 EST 2014


> On 24 Nov 2014, at 12:19, Athanasios Douitsis <aduitsis at gmail.com> wrote:
> 
> Hello all,
> 
> Trying to change my IdP's IP address, getting errors of type:
> 
> ERROR [edu.internet2.middleware.shibboleth.idp.profile.saml2.ArtifactResolution:115] -  Unknown artifact "foo" from relying party "bar" 
> 
> and then 
> 
> ERROR [edu.internet2.middleware.shibboleth.common.profile.ProfileRequestDispatcherServlet:88] - Error occurred while processing request
> java.lang.NullPointerException: null
> 
> in my idp-process.log. Since I was under the impression that artifacts are generally short lived entities, I cannot easily explain this.

That's true. The first message is saying that the artifact being requested is either not known to the IdP or has expired.

Peter's question about state sharing is worth answering, but other than that it would probably help if you have us more of the logs, from the first of the messages you've quoted to the second one.

Peter's also right that we'd generally regard an NPE as a bug, as they are really not very helpful in telling people what has gone wrong. In this case, I suspect the NPE is only happening because the code that delivers the first message doesn't return from the method as it should, so it's probably not relevant to diagnosing your issue. Nevertheless, I've raised a JIRA case for the NPE part of this:

	https://issues.shibboleth.net/jira/browse/SIDP-623 <https://issues.shibboleth.net/jira/browse/SIDP-623>

Cheers,

    -- Ian




-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20141124/724a1920/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5250 bytes
Desc: not available
Url : http://shibboleth.net/pipermail/users/attachments/20141124/724a1920/attachment.bin 


More information about the users mailing list