<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
The following is service.xml file that is under Shibboleth_Home\conf directory:<BR>
&nbsp;<BR>
&lt;?xml version="1.0" encoding="UTF-8"?&gt;<BR>&lt;srv:Services xmlns:srv="urn:mace:shibboleth:2.0:services" xmlns:attribute-afp="urn:mace:shibboleth:2.0:afp" <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; xmlns:attribute-authority="urn:mace:shibboleth:2.0:attribute:authority" xmlns:attribute-resolver="urn:mace:shibboleth:2.0:resolver" <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; xmlns:profile="urn:mace:shibboleth:2.0:idp:profile-handler" xmlns:relyingParty="urn:mace:shibboleth:2.0:relying-party" <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; xmlns:resource="urn:mace:shibboleth:2.0:resource" xmlns:xsi="<A href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</A>" <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; xsi:schemaLocation="urn:mace:shibboleth:2.0:services classpath:/schema/shibboleth-2.0-services.xsd<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; urn:mace:shibboleth:2.0:afp classpath:/schema/shibboleth-2.0-afp.xsd<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; urn:mace:shibboleth:2.0:attribute:authority classpath:/schema/shibboleth-2.0-attribute-authority.xsd<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; urn:mace:shibboleth:2.0:resolver classpath:/schema/shibboleth-2.0-attribute-resolver.xsd<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; urn:mace:shibboleth:2.0:idp:profile-handler classpath:/schema/shibboleth-2.0-idp-profile-handler.xsd<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; urn:mace:shibboleth:2.0:relying-party classpath:/schema/shibboleth-2.0-relying-party.xsd<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; urn:mace:shibboleth:2.0:resource classpath:/schema/shibboleth-2.0-resource.xsd"&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;srv:Service id="shibboleth.AttributeResolver" xsi:type="attribute-resolver:ShibbolethAttributeResolver"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;srv:ConfigurationResource file="C:\CFAs\Shibboleth/conf/attribute-resolver.xml" xsi:type="resource:FilesystemResource"/&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/srv:Service&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;srv:Service id="shibboleth.AttributeFilterEngine" xsi:type="attribute-afp:ShibbolethAttributeFilteringEngine"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;srv:ConfigurationResource file="C:\CFAs\Shibboleth/conf/attribute-filter.xml" xsi:type="resource:FilesystemResource"/&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/srv:Service&gt;<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; &lt;srv:Service id="shibboleth.SAML1AttributeAuthority" xsi:type="attribute-authority:SAML1AttributeAuthority" <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; depends-on="shibboleth.AttributeResolver shibboleth.AttributeFilterEngine" <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; resolver="shibboleth.AttributeResolver" filter="shibboleth.AttributeFilterEngine"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; &lt;srv:Service id="shibboleth.SAML2AttributeAuthority" xsi:type="attribute-authority:SAML2AttributeAuthority" <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; depends-on="shibboleth.AttributeResolver shibboleth.AttributeFilterEngine" <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; resolver="shibboleth.AttributeResolver" filter="shibboleth.AttributeFilterEngine"/&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;srv:Service id="shibboleth.RelyingPartyConfigurationManager" xsi:type="relyingParty:SAMLMDRelyingPartyConfigurationManager" <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; depends-on="shibboleth.SAML1AttributeAuthority shibboleth.SAML2AttributeAuthority"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;srv:ConfigurationResource file="C:\CFAs\Shibboleth/conf/relying-party.xml" xsi:type="resource:FilesystemResource"/&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/srv:Service&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;srv:Service id="shibboleth.HandlerManager" depends-on="shibboleth.RelyingPartyConfigurationManager" xsi:type="profile:IdPProfileHandlerManager"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;srv:ConfigurationResource file="C:\CFAs\Shibboleth/conf/handler.xml" xsi:type="resource:FilesystemResource"/&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/srv:Service&gt;<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; &lt;!-- <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; A special service that exports all services upon which it depends into the ServletContext as an attribute <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; with the same name as the service's ID.<BR>&nbsp;&nbsp;&nbsp; --&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;srv:Service id="shibboleth.ServiceServletContextAttributeExporter" xsi:type="srv:ServletContextAttributeExporter"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; depends-on="shibboleth.AttributeResolver shibboleth.AttributeFilterEngine <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; shibboleth.SAML1AttributeAuthority shibboleth.SAML2AttributeAuthority<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; shibboleth.RelyingPartyConfigurationManager shibboleth.HandlerManager <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; shibboleth.StorageService" /&gt;<BR>&lt;/srv:Services&gt;<BR>
&nbsp;<BR>
&nbsp;<BR>
&nbsp;<BR>
I was just trying to test if the idP was properly installed by running <A class=external-link href="https://hostname/idp/profile/Status" rel=nofollow><FONT face="Courier New">https://HOSTNAME/idp/profile/Status</FONT></A>&nbsp;as desribed on the following page but I got the error that I already desribed below: <A href="https://wiki.shibboleth.net/confluence/display/SHIB2/IdPInstall">https://wiki.shibboleth.net/confluence/display/SHIB2/IdPInstall</A><BR>
&nbsp;<BR>
&nbsp;<BR>
&nbsp;<BR>
I am trying to achieve the following but instead of google apps being the assertion consumer service I will have my own consumer service (another sso): <A href="http://code.google.com/apis/apps/articles/shibboleth2.0.html">http://code.google.com/apis/apps/articles/shibboleth2.0.html</A><BR>
&nbsp;<BR>
So basically another idP posts an assertion to my consumer service (another sso) and the user should be redirected to the application based on the available userID header attribute.<BR>
&nbsp;<BR>
&nbsp;<BR>
Please advise.<BR>
&nbsp;<BR>
&nbsp;<BR>
Thank you,<BR>
&nbsp;<BR>
Max<BR>
&nbsp;<BR>
<BR>&nbsp;<BR>
<DIV>
&gt; Date: Tue, 29 Nov 2011 19:18:58 -0500<BR>&gt; Subject: Re: idp installation on Apache Tomcat 6.0.33 that is on Microsoft Windows Server 2003 Enterprise Edition Service Pack 2<BR>&gt; From: lajoie@itumi.biz<BR>&gt; To: users@shibboleth.net<BR>&gt; <BR>&gt; Sorry, the one NPE isn't the error handler missing, it's the entire<BR>&gt; handler manager that is missing. So that would be in the service.xml<BR>&gt; file.<BR>&gt; <BR>&gt; On Tue, Nov 29, 2011 at 19:15, Chad La Joie &lt;lajoie@itumi.biz&gt; wrote:<BR>&gt; &gt; I'm pretty sure you've messed up some of the configuration files. &nbsp;The<BR>&gt; &gt; error is complaining about two things being null that should never be<BR>&gt; &gt; null: the storage service and the error handler.<BR>&gt; &gt;<BR>&gt; &gt; Did you remove the error handler from the handler.xml file?<BR>&gt; &gt;<BR>&gt; &gt; Did you remove the storage service definition from the internal.xml file?<BR>&gt; &gt;<BR>&gt; &gt; On Tue, Nov 29, 2011 at 19:11, Max Pereverzev &lt;seifer118@hotmail.com&gt; wrote:<BR>&gt; &gt;&gt; Hi Chad,<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; I am running&nbsp;idp 2.3.5.<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; Regards,<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; Max<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt;&gt; Date: Tue, 29 Nov 2011 19:01:26 -0500<BR>&gt; &gt;&gt;&gt; Subject: Re: idp installation on Apache Tomcat 6.0.33 that is on Microsoft<BR>&gt; &gt;&gt;&gt; Windows Server 2003 Enterprise Edition Service Pack 2<BR>&gt; &gt;&gt;&gt; From: lajoie@itumi.biz<BR>&gt; &gt;&gt;&gt; To: users@shibboleth.net<BR>&gt; &gt;&gt;&gt;<BR>&gt; &gt;&gt;&gt; What version of the IdP are you running?<BR>&gt; &gt;&gt;&gt;<BR>&gt; &gt;&gt;&gt; On Tue, Nov 29, 2011 at 18:53, Max Pereverzev &lt;seifer118@hotmail.com&gt;<BR>&gt; &gt;&gt;&gt; wrote:<BR>&gt; &gt;&gt;&gt; &gt; Hello,<BR>&gt; &gt;&gt;&gt; &gt;<BR>&gt; &gt;&gt;&gt; &gt; The problem below has been resolved. Can you please let me know why I am<BR>&gt; &gt;&gt;&gt; &gt; getting the following error when<BR>&gt; &gt;&gt;&gt; &gt; http://localhost:8088/idp/profile/Status is<BR>&gt; &gt;&gt;&gt; &gt; hit to test whether idP is properly installed and running:<BR>&gt; &gt;&gt;&gt; &gt;<BR>&gt; &gt;&gt;&gt; &gt; Nov 29, 2011 7:29:05 AM org.apache.catalina.core.StandardWrapperValve<BR>&gt; &gt;&gt;&gt; &gt; invoke<BR>&gt; &gt;&gt;&gt; &gt; SEVERE: Servlet.service() for servlet ProfileRequestDispatcher threw<BR>&gt; &gt;&gt;&gt; &gt; exception<BR>&gt; &gt;&gt;&gt; &gt; java.lang.NullPointerException<BR>&gt; &gt;&gt;&gt; &gt; &nbsp;at<BR>&gt; &gt;&gt;&gt; &gt;<BR>&gt; &gt;&gt;&gt; &gt; edu.internet2.middleware.shibboleth.common.profile.ProfileRequestDispatcherServlet.service(ProfileRequestDispatcherServlet.java:80)<BR>&gt; &gt;&gt;&gt; &gt; &nbsp;at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)<BR>&gt; &gt;&gt;&gt; &gt; &nbsp;at<BR>&gt; &gt;&gt;&gt; &gt;<BR>&gt; &gt;&gt;&gt; &gt; org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)<BR>&gt; &gt;&gt;&gt; &gt; &nbsp;at<BR>&gt; &gt;&gt;&gt; &gt;<BR>&gt; &gt;&gt;&gt; &gt; org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<BR>&gt; &gt;&gt;&gt; &gt; &nbsp;at<BR>&gt; &gt;&gt;&gt; &gt;<BR>&gt; &gt;&gt;&gt; &gt; edu.internet2.middleware.shibboleth.idp.util.NoCacheFilter.doFilter(NoCacheFilter.java:50)<BR>&gt; &gt;&gt;&gt; &gt; &nbsp;at<BR>&gt; &gt;&gt;&gt; &gt;<BR>&gt; &gt;&gt;&gt; &gt; org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)<BR>&gt; &gt;&gt;&gt; &gt; &nbsp;at<BR>&gt; &gt;&gt;&gt; &gt;<BR>&gt; &gt;&gt;&gt; &gt; org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<BR>&gt; &gt;&gt;&gt; &gt; &nbsp;at<BR>&gt; &gt;&gt;&gt; &gt;<BR>&gt; &gt;&gt;&gt; &gt; edu.internet2.middleware.shibboleth.idp.session.IdPSessionFilter.doFilter(IdPSessionFilter.java:81)<BR>&gt; &gt;&gt;&gt; &gt; &nbsp;at<BR>&gt; &gt;&gt;&gt; &gt;<BR>&gt; &gt;&gt;&gt; &gt; org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)<BR>&gt; &gt;&gt;&gt; &gt; &nbsp;at<BR>&gt; &gt;&gt;&gt; &gt;<BR>&gt; &gt;&gt;&gt; &gt; org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<BR>&gt; &gt;&gt;&gt; &gt; &nbsp;at<BR>&gt; &gt;&gt;&gt; &gt;<BR>&gt; &gt;&gt;&gt; &gt; edu.internet2.middleware.shibboleth.common.log.SLF4JMDCCleanupFilter.doFilter(SLF4JMDCCleanupFilter.java:52)<BR>&gt; &gt;&gt;&gt; &gt; &nbsp;at<BR>&gt; &gt;&gt;&gt; &gt;<BR>&gt; &gt;&gt;&gt; &gt; org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)<BR>&gt; &gt;&gt;&gt; &gt; &nbsp;at<BR>&gt; &gt;&gt;&gt; &gt;<BR>&gt; &gt;&gt;&gt; &gt; org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<BR>&gt; &gt;&gt;&gt; &gt; &nbsp;at<BR>&gt; &gt;&gt;&gt; &gt;<BR>&gt; &gt;&gt;&gt; &gt; org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)<BR>&gt; &gt;&gt;&gt; &gt; &nbsp;at<BR>&gt; &gt;&gt;&gt; &gt;<BR>&gt; &gt;&gt;&gt; &gt; org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)<BR>&gt; &gt;&gt;&gt; &gt; &nbsp;at<BR>&gt; &gt;&gt;&gt; &gt;<BR>&gt; &gt;&gt;&gt; &gt; org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)<BR>&gt; &gt;&gt;&gt; &gt; &nbsp;at<BR>&gt; &gt;&gt;&gt; &gt;<BR>&gt; &gt;&gt;&gt; &gt; org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)<BR>&gt; &gt;&gt;&gt; &gt; &nbsp;at<BR>&gt; &gt;&gt;&gt; &gt;<BR>&gt; &gt;&gt;&gt; &gt; org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)<BR>&gt; &gt;&gt;&gt; &gt; &nbsp;at<BR>&gt; &gt;&gt;&gt; &gt;<BR>&gt; &gt;&gt;&gt; &gt; org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:291)<BR>&gt; &gt;&gt;&gt; &gt; &nbsp;at<BR>&gt; &gt;&gt;&gt; &gt;<BR>&gt; &gt;&gt;&gt; &gt; org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)<BR>&gt; &gt;&gt;&gt; &gt; &nbsp;at<BR>&gt; &gt;&gt;&gt; &gt;<BR>&gt; &gt;&gt;&gt; &gt; org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:602)<BR>&gt; &gt;&gt;&gt; &gt; &nbsp;at<BR>&gt; &gt;&gt;&gt; &gt; org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)<BR>&gt; &gt;&gt;&gt; &gt; &nbsp;at java.lang.Thread.run(Unknown Source)<BR>&gt; &gt;&gt;&gt; &gt; Nov 29, 2011 7:29:06 AM org.apache.catalina.core.ApplicationDispatcher<BR>&gt; &gt;&gt;&gt; &gt; invoke<BR>&gt; &gt;&gt;&gt; &gt; SEVERE: Servlet.service() for servlet jsp threw exception<BR>&gt; &gt;&gt;&gt; &gt; java.lang.IllegalArgumentException: Storage service may not be null<BR>&gt; &gt;&gt;&gt; &gt; &nbsp;at<BR>&gt; &gt;&gt;&gt; &gt;<BR>&gt; &gt;&gt;&gt; &gt; edu.internet2.middleware.shibboleth.idp.util.HttpServletHelper.getLoginContext(HttpServletHelper.java:312)<BR>&gt; &gt;&gt;&gt; &gt; &nbsp;at<BR>&gt; &gt;&gt;&gt; &gt;<BR>&gt; &gt;&gt;&gt; &gt; edu.internet2.middleware.shibboleth.idp.ui.ServiceTagSupport.getSPEntityDescriptor(ServiceTagSupport.java:177)<BR>&gt; &gt;&gt;&gt; &gt; &nbsp;at<BR>&gt; &gt;&gt;&gt; &gt;<BR>&gt; &gt;&gt;&gt; &gt; edu.internet2.middleware.shibboleth.idp.ui.ServiceContactTag.getContactFromEntity(ServiceContactTag.java:175)<BR>&gt; &gt;&gt;&gt; &gt; &nbsp;at<BR>&gt; &gt;&gt;&gt; &gt;<BR>&gt; &gt;&gt;&gt; &gt; edu.internet2.middleware.shibboleth.idp.ui.ServiceContactTag.doEndTag(ServiceContactTag.java:197)<BR>&gt; &gt;&gt;&gt; &gt; &nbsp;at<BR>&gt; &gt;&gt;&gt; &gt;<BR>&gt; &gt;&gt;&gt; &gt; org.apache.jsp.error_jsp._jspx_meth_idpui_005fserviceContact_005f0(error_jsp.java:144)<BR>&gt; &gt;&gt;&gt; &gt; &nbsp;at org.apache.jsp.error_jsp._jspService(error_jsp.java:87)<BR>&gt; &gt;&gt;&gt; &gt; &nbsp;at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)<BR>&gt; &gt;&gt;&gt; &gt; &nbsp;at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)<BR>&gt; &gt;&gt;&gt; &gt; &nbsp;at<BR>&gt; &gt;&gt;&gt; &gt;<BR>&gt; &gt;&gt;&gt; &gt; org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:388)<BR>&gt; &gt;&gt;&gt; &gt; &nbsp;at<BR>&gt; &gt;&gt;&gt; &gt; org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)<BR>&gt; &gt;&gt;&gt; &gt; &nbsp;at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)<BR>&gt; &gt;&gt;&gt; &gt; &nbsp;at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)<BR>&gt; &gt;&gt;&gt; &gt; &nbsp;at<BR>&gt; &gt;&gt;&gt; &gt;<BR>&gt; &gt;&gt;&gt; &gt; org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)<BR>&gt; &gt;&gt;&gt; &gt; &nbsp;at<BR>&gt; &gt;&gt;&gt; &gt;<BR>&gt; &gt;&gt;&gt; &gt; org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<BR>&gt; &gt;&gt;&gt; &gt; &nbsp;at<BR>&gt; &gt;&gt;&gt; &gt;<BR>&gt; &gt;&gt;&gt; &gt; org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:646)<BR>&gt; &gt;&gt;&gt; &gt; &nbsp;at<BR>&gt; &gt;&gt;&gt; &gt;<BR>&gt; &gt;&gt;&gt; &gt; org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:438)<BR>&gt; &gt;&gt;&gt; &gt; &nbsp;at<BR>&gt; &gt;&gt;&gt; &gt;<BR>&gt; &gt;&gt;&gt; &gt; org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:374)<BR>&gt; &gt;&gt;&gt; &gt; &nbsp;at<BR>&gt; &gt;&gt;&gt; &gt;<BR>&gt; &gt;&gt;&gt; &gt; org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)<BR>&gt; &gt;&gt;&gt; &gt; &nbsp;at<BR>&gt; &gt;&gt;&gt; &gt;<BR>&gt; &gt;&gt;&gt; &gt; org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:421)<BR>&gt; &gt;&gt;&gt; &gt; &nbsp;at<BR>&gt; &gt;&gt;&gt; &gt;<BR>&gt; &gt;&gt;&gt; &gt; org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:342)<BR>&gt; &gt;&gt;&gt; &gt; &nbsp;at<BR>&gt; &gt;&gt;&gt; &gt;<BR>&gt; &gt;&gt;&gt; &gt; org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.java:286)<BR>&gt; &gt;&gt;&gt; &gt; &nbsp;at<BR>&gt; &gt;&gt;&gt; &gt;<BR>&gt; &gt;&gt;&gt; &gt; org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141)<BR>&gt; &gt;&gt;&gt; &gt; &nbsp;at<BR>&gt; &gt;&gt;&gt; &gt;<BR>&gt; &gt;&gt;&gt; &gt; org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)<BR>&gt; &gt;&gt;&gt; &gt; &nbsp;at<BR>&gt; &gt;&gt;&gt; &gt;<BR>&gt; &gt;&gt;&gt; &gt; org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)<BR>&gt; &gt;&gt;&gt; &gt; &nbsp;at<BR>&gt; &gt;&gt;&gt; &gt;<BR>&gt; &gt;&gt;&gt; &gt; org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:291)<BR>&gt; &gt;&gt;&gt; &gt; &nbsp;at<BR>&gt; &gt;&gt;&gt; &gt;<BR>&gt; &gt;&gt;&gt; &gt; org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)<BR>&gt; &gt;&gt;&gt; &gt; &nbsp;at<BR>&gt; &gt;&gt;&gt; &gt;<BR>&gt; &gt;&gt;&gt; &gt; org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:602)<BR>&gt; &gt;&gt;&gt; &gt; &nbsp;at<BR>&gt; &gt;&gt;&gt; &gt; org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)<BR>&gt; &gt;&gt;&gt; &gt; &nbsp;at java.lang.Thread.run(Unknown Source)<BR>&gt; &gt;&gt;&gt; &gt;<BR>&gt; &gt;&gt;&gt; &gt;<BR>&gt; &gt;&gt;&gt; &gt; Thank you,<BR>&gt; &gt;&gt;&gt; &gt;<BR>&gt; &gt;&gt;&gt; &gt; Max<BR>&gt; &gt;&gt;&gt; &gt;<BR>&gt; &gt;&gt;&gt; &gt; --<BR>&gt; &gt;&gt;&gt; &gt; To unsubscribe from this list send an email to<BR>&gt; &gt;&gt;&gt; &gt; users-unsubscribe@shibboleth.net<BR>&gt; &gt;&gt;&gt; &gt;<BR>&gt; &gt;&gt;&gt;<BR>&gt; &gt;&gt;&gt;<BR>&gt; &gt;&gt;&gt;<BR>&gt; &gt;&gt;&gt; --<BR>&gt; &gt;&gt;&gt; Chad La Joie<BR>&gt; &gt;&gt;&gt; www.itumi.biz<BR>&gt; &gt;&gt;&gt; trusted identities, delivered<BR>&gt; &gt;&gt;&gt; --<BR>&gt; &gt;&gt;&gt; To unsubscribe from this list send an email to<BR>&gt; &gt;&gt;&gt; users-unsubscribe@shibboleth.net<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; --<BR>&gt; &gt;&gt; To unsubscribe from this list send an email to<BR>&gt; &gt;&gt; users-unsubscribe@shibboleth.net<BR>&gt; &gt;&gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; --<BR>&gt; &gt; Chad La Joie<BR>&gt; &gt; www.itumi.biz<BR>&gt; &gt; trusted identities, delivered<BR>&gt; &gt;<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; -- <BR>&gt; Chad La Joie<BR>&gt; www.itumi.biz<BR>&gt; trusted identities, delivered<BR>&gt; --<BR>&gt; To unsubscribe from this list send an email to users-unsubscribe@shibboleth.net<BR></DIV>                                               </div></body>
</html>