<div dir="ltr"><div><br> <span style="font-size:11pt;font-family:"Calibri",sans-serif;color:rgb(31,73,125)">That is, as its name suggests, just an example. It’s meant to be removed/updated by you. There is no such host as <a href="http://sp.example.org" target="_blank">sp.example.org</a>.<br></span></div><span style="font-size:11pt;font-family:"Calibri",sans-serif;color:rgb(31,73,125)"> <span style="color:rgb(0,0,0)"> - But, in my actual project, though it has configured similarly, it is working fine. There it is picking the backingFile metadata information, though metadataURL is not proper. But, In my separate project of IDP 2.4.0, though I have used the same configuration, the IDP is not running ie.., It is complaining the error which has mentioned in the previous mail. Can I use the below configuration, in such a way that, it should use the backingFile metadata which has metadata information, though metadataURL is not correct?. Am I missing any other configuration?</span><br></span><div><div><div><br><br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, May 15, 2015 at 2:44 PM, Misagh Moayyed <span dir="ltr"><<a href="mailto:mmoayyed@unicon.net" target="_blank">mmoayyed@unicon.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div link="blue" vlink="purple" lang="EN-US"><div><p class="MsoNormal"><span style="font-size:11pt;font-family:"Calibri",sans-serif;color:rgb(31,73,125)">That is, as its name suggests, just an example. It’s meant to be removed/updated by you. There is no such host as <a href="http://sp.example.org" target="_blank">sp.example.org</a>.<u></u><u></u></span></p><p class="MsoNormal"><span style="font-size:11pt;font-family:"Calibri",sans-serif;color:rgb(31,73,125)"><u></u> <u></u></span></p><p class="MsoNormal"><b><span style="font-size:11pt;font-family:"Calibri",sans-serif">From:</span></b><span style="font-size:11pt;font-family:"Calibri",sans-serif"> users [mailto:<a href="mailto:users-bounces@shibboleth.net" target="_blank">users-bounces@shibboleth.net</a>] <b>On Behalf Of </b>sarath upadrista<br><b>Sent:</b> Friday, May 15, 2015 12:01 AM<br><b>To:</b> Shib Users<br><b>Subject:</b> Unable to process the relying-party configuartion<u></u><u></u></span></p><div><div class="h5"><p class="MsoNormal"><u></u> <u></u></p><div><div><div><p class="MsoNormal">Hello,<u></u><u></u></p></div><p class="MsoNormal" style="margin-bottom:12pt"> I am using the Shibboleth IDP 2.4.0 version. I am trying to upgrade my IDP version from 2.4.0 to 3.1.1 version. In the process I have installed the Shibboleth IDP 2.4.0 version separately. In the relaying-party.xml file I am using the below configuration. When I start the server, I am getting the below error: It is complaining that <span style="background:none repeat scroll 0% 0% yellow"><a href="http://sp.example.org" target="_blank">sp.example.org</a> </span><span style="background:none repeat scroll 0% 0% white">is unknown host</span>.<u></u><u></u></p></div><p class="MsoNormal">In my actual project some how, though I have given the below configuration it is working fine. I previous collegue has created the below configuration. Please suggest me whether anywhere else the configuration is missing.<u></u><u></u></p><div><p class="MsoNormal" style="margin-bottom:12pt"><br><br>------------------------------------<br><br> <MetadataProvider id="ShibbolethMetadata" xsi:type="ChainingMetadataProvider" xmlns="urn:mace:shibboleth:2.0:metadata"><br> <MetadataProvider id="ipau.sp.sso.manager" xsi:type="ResourceBackedMetadataProvider" xmlns="urn:mace:shibboleth:2.0:metadata" ><br> <MetadataResource xsi:type="resource:FilesystemResource" file="C:/build/SRDM2.3.0.7599.221.SSDI.7605/SRDM/Svr/IdP/IdPserver/metadata/idp-metadata.xml" /><br> </MetadataProvider><br> <br><br> <MetadataProvider id="ipau.sp.sso.manager.http" xsi:type="<span style="background:none repeat scroll 0% 0% yellow">FileBackedHTTPMetadataProvider</span>" xmlns="urn:mace:shibboleth:2.0:metadata"<br> metadataURL="<span style="background:none repeat scroll 0% 0% yellow"><a href="https://sp.example.org/Shibboleth.sso/Metadata" target="_blank">https://sp.example.org/Shibboleth.sso/Metadata</a></span>"<br> backingFile="../IdP/IdPserver/metadata/iPAU-SP-metadata.xml"><br> <MetadataFilter xsi:type="ChainingFilter" xmlns="urn:mace:shibboleth:2.0:metadata"><br> <MetadataFilter xsi:type="RequiredValidUntil" xmlns="urn:mace:shibboleth:2.0:metadata"<br> maxValidityInterval="15862569019" /><br> <br><br> </MetadataProvider><br><br>------------------------------------<br><br>12:14:17.509 - ERROR [org.opensaml.saml2.metadata.provider.HTTPMetadataProvider:273] - Error retrieving metadata from <a href="https://sp.example.org/Shibboleth.sso/Metadata" target="_blank">https://sp.example.org/Shibboleth.sso/Metadata</a><br>java.net.UnknownHostException: <span style="background:none repeat scroll 0% 0% yellow"><a href="http://sp.example.org" target="_blank">sp.example.org</a></span><br> at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:178) ~[na:1.7.0_21]<br> at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:157) ~[na:1.7.0_21]<br> at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:391) ~[na:1.7.0_21]<br> at java.net.Socket.connect(Socket.java:579) ~[na:1.7.0_21]<br> at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:618) ~[na:1.7.0_21]<br> at org.opensaml.ws.soap.client.http.TLSProtocolSocketFactory.createSocket(TLSProtocolSocketFactory.java:193) ~[openws-1.5.0.jar:na]<br> at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707) ~[commons-httpclient-3.1.jar:na]<br> at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.open(MultiThreadedHttpConnectionManager.java:1361) ~[commons-httpclient-3.1.jar:na]<br><br><br><br><u></u><u></u></p></div><div><p class="MsoNormal">Thanks & Regards,<u></u><u></u></p></div><div><p class="MsoNormal">Sarath U.<u></u><u></u></p></div></div></div></div></div></div><br>--<br>
To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net">users-unsubscribe@shibboleth.net</a><br></blockquote></div><br></div></div></div></div></div>