You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Hilbert, Colin" <Co...@Teradata.com> on 2016/05/05 17:48:07 UTC

Re: Failed to read schema document 'classpath:/schema/shibboleth-2.0-services.xsd'

Hello,

Thank you for checking up on this.  In the meantime, is there a different
way you recommend I add these to the class path other than moving the jars?

Colin


On 4/27/16, 4:06 AM, "Violeta Georgieva" <mi...@gmail.com> wrote:

>Hi,
>
>
>2016-04-26 22:49 GMT+03:00 Hilbert, Colin <Co...@teradata.com>:
>>
>> Tomcat version 7.0.69
>> Also happens on 7.0.68 and 7.0.67
>>
>> I don¹t get this error on 7.0.65
>>
>> I have deployed an idp.war on tomcat
>> The idp.war has a service.xml file that looks like this at the
>>beginning:
>>
>>
>> <srv:Services xmlns:srv="urn:mace:shibboleth:2.0:services"
>>           xmlns:attribute-afp="urn:mace:shibboleth:2.0:afp"
>>
>xmlns:attribute-authority="urn:mace:shibboleth:2.0:attribute:authority"
>>           xmlns:attribute-resolver="urn:mace:shibboleth:2.0:resolver"
>>           xmlns:profile="urn:mace:shibboleth:2.0:idp:profile-handler"
>>           xmlns:relyingParty="urn:mace:shibboleth:2.0:relying-party"
>>           xmlns:resource="urn:mace:shibboleth:2.0:resource"
>>           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>>           xsi:schemaLocation="urn:mace:shibboleth:2.0:services
>classpath:/schema/shibboleth-2.0-services.xsd
>>                               urn:mace:shibboleth:2.0:afp
>classpath:/schema/shibboleth-2.0-afp.xsd
>>                 
>>urn:mace:shibboleth:2.0:attribute:authority
>classpath:/schema/shibboleth-2.0-attribute-authority.xsd
>>                               urn:mace:shibboleth:2.0:resolver
>classpath:/schema/shibboleth-2.0-attribute-resolver.xsd
>>                 
>>urn:mace:shibboleth:2.0:idp:profile-handler
>classpath:/schema/shibboleth-2.0-idp-profile-handler.xsd
>>                               urn:mace:shibboleth:2.0:relying-party
>classpath:/schema/shibboleth-2.0-relying-party.xsd
>>                               urn:mace:shibboleth:2.0:resource
>classpath:/schema/shibboleth-2.0-resource.xsd²>
>>
>> The stack complains that it cannot find the first schemaLocation listed
>but if I go to the deployed idp folder in tomcat idp/WEB-INF/lib/ there
>are
>jars there, one of which is shibboleth-common-1.2.1.jar
>>
>> Which has the path /schema/ containing all those listed schemaLocations
>from the service.xml
>>
>> I can move all the jars from idp/WE-INF/lib/ to tomcat7.0.69/lib/ and
>>the
>exception goes away but I haven¹t had to do this prior to .67
>>
>> Can anyone shed some light on this?
>
>
>I think that this is related to the following feature [1].
>I'll check that.
>
>Regards,
>Violeta
>
>[1] https://bz.apache.org/bugzilla/show_bug.cgi?id=56777


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Failed to read schema document 'classpath:/schema/shibboleth-2.0-services.xsd'

Posted by Violeta Georgieva <mi...@gmail.com>.
2016-05-16 18:35 GMT+03:00 Hilbert, Colin <Co...@teradata.com>:
>
>
>
> On 5/16/16, 10:49 AM, "Violeta Georgieva" <mi...@gmail.com> wrote:
>
> >2016-05-16 17:45 GMT+03:00 Hilbert, Colin <Co...@teradata.com>:
> >>
> >> Hello,
> >>
> >> On 5/5/16, 3:55 PM, "Violeta Georgieva" <mi...@gmail.com> wrote:
> >>
> >> >Hi,
> >> >
> >> >
> >> >2016-05-05 20:51 GMT+03:00 Hilbert, Colin <Colin.Hilbert@teradata.com
>:
> >> >>
> >> >> Hi,
> >> >>
> >> >> On 5/5/16, 1:48 PM, "Hilbert, Colin" <Co...@Teradata.com>
> >wrote:
> >> >>
> >> >> >Hello,
> >> >> >
> >> >> >Thank you for checking up on this.  In the meantime, is there a
> >> >>different
> >> >> >way you recommend I add these to the class path other than moving
> >>the
> >> >> >jars?
> >> >> >
> >> >> >Colin
> >> >> >
> >> >> >
> >> >> >On 4/27/16, 4:06 AM, "Violeta Georgieva" <mi...@gmail.com>
wrote:
> >> >> >
> >> >> >>Hi,
> >> >> >>
> >> >> >>
> >> >> >>2016-04-26 22:49 GMT+03:00 Hilbert, Colin
> >> >><Co...@teradata.com>:
> >> >> >>>
> >> >> >>> Tomcat version 7.0.69
> >> >> >>> Also happens on 7.0.68 and 7.0.67
> >> >> >>>
> >> >> >>> I don¹t get this error on 7.0.65
> >> >> >>>
> >> >> >>> I have deployed an idp.war on tomcat
> >> >> >>> The idp.war has a service.xml file that looks like this at the
> >> >> >>>beginning:
> >> >> >>>
> >> >> >>>
> >> >> >>> <srv:Services xmlns:srv="urn:mace:shibboleth:2.0:services"
> >> >> >>>           xmlns:attribute-afp="urn:mace:shibboleth:2.0:afp"
> >> >> >>>
> >> >>
> >>
>
>>>>>xmlns:attribute-authority="urn:mace:shibboleth:2.0:attribute:authority
> >>>>>"
> >> >> >>>
> >> >>xmlns:attribute-resolver="urn:mace:shibboleth:2.0:resolver"
> >> >> >>>
> >> >>xmlns:profile="urn:mace:shibboleth:2.0:idp:profile-handler"
> >> >> >>>
> >xmlns:relyingParty="urn:mace:shibboleth:2.0:relying-party"
> >> >> >>>           xmlns:resource="urn:mace:shibboleth:2.0:resource"
> >> >> >>>           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> >> >> >>>           xsi:schemaLocation="urn:mace:shibboleth:2.0:services
> >> >> >>classpath:/schema/shibboleth-2.0-services.xsd
> >> >> >>>                               urn:mace:shibboleth:2.0:afp
> >> >> >>classpath:/schema/shibboleth-2.0-afp.xsd
> >> >> >>>
> >> >> >>>urn:mace:shibboleth:2.0:attribute:authority
> >> >> >>classpath:/schema/shibboleth-2.0-attribute-authority.xsd
> >> >> >>>                               urn:mace:shibboleth:2.0:resolver
> >> >> >>classpath:/schema/shibboleth-2.0-attribute-resolver.xsd
> >> >> >>>
> >> >> >>>urn:mace:shibboleth:2.0:idp:profile-handler
> >> >> >>classpath:/schema/shibboleth-2.0-idp-profile-handler.xsd
> >> >> >>>
> >>urn:mace:shibboleth:2.0:relying-party
> >> >> >>classpath:/schema/shibboleth-2.0-relying-party.xsd
> >> >> >>>                               urn:mace:shibboleth:2.0:resource
> >> >> >>classpath:/schema/shibboleth-2.0-resource.xsd²>
> >> >> >>>
> >> >> >>> The stack complains that it cannot find the first schemaLocation
> >> >listed
> >> >> >>but if I go to the deployed idp folder in tomcat idp/WEB-INF/lib/
> >> >>there
> >> >> >>are
> >> >> >>jars there, one of which is shibboleth-common-1.2.1.jar
> >> >> >>>
> >> >> >>> Which has the path /schema/ containing all those listed
> >> >schemaLocations
> >> >> >>from the service.xml
> >> >> >>>
> >> >> >>> I can move all the jars from idp/WE-INF/lib/ to
tomcat7.0.69/lib/
> >> >>and
> >> >> >>>the
> >> >> >>exception goes away but I haven¹t had to do this prior to .67
> >> >> >>>
> >> >> >>> Can anyone shed some light on this?
> >> >> >>
> >> >> >>
> >> >> >>I think that this is related to the following feature [1].
> >> >> >>I'll check that.
> >> >> >>
> >> >> >>Regards,
> >> >> >>Violeta
> >> >> >>
> >> >> >>[1] https://bz.apache.org/bugzilla/show_bug.cgi?id=56777
> >> >> >
> >> >> >
> >> >>
> >>>---------------------------------------------------------------------
> >> >> >To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> >> >> >For additional commands, e-mail: users-help@tomcat.apache.org
> >> >> >
> >> >>
> >> >> Sorry for the top post.  I didn’t understand what I was doing.
> >> >
> >> >Please follow the discussion [1] on the dev list.
> >> >
> >> >Regards,
> >> >Violeta
> >> >
> >> >[1] http://marc.info/?t=146175486300004&r=1&w=2
> >> >
> >> >> Colin.
> >> >>
> >>
> >> Is there a bugzilla ticket that I can follow on this?
> >
> >No there isn't.
> >You can open one and point to the mail thread.
> >
> >Regards,
> >Violeta
> >
> >> Colin
> >>
>
> How does one link the email thread in the ticket, would I just save this
> outlook message and attach it as a file or do I provide that link for the
> discussion you gave me previousy?


Use this http://marc.info/?t=146175486300004&r=1&w=2


Regards,
Violeta


> Colin
>

Re: Failed to read schema document 'classpath:/schema/shibboleth-2.0-services.xsd'

Posted by "Hilbert, Colin" <Co...@Teradata.com>.

On 5/16/16, 10:49 AM, "Violeta Georgieva" <mi...@gmail.com> wrote:

>2016-05-16 17:45 GMT+03:00 Hilbert, Colin <Co...@teradata.com>:
>>
>> Hello,
>>
>> On 5/5/16, 3:55 PM, "Violeta Georgieva" <mi...@gmail.com> wrote:
>>
>> >Hi,
>> >
>> >
>> >2016-05-05 20:51 GMT+03:00 Hilbert, Colin <Co...@teradata.com>:
>> >>
>> >> Hi,
>> >>
>> >> On 5/5/16, 1:48 PM, "Hilbert, Colin" <Co...@Teradata.com>
>wrote:
>> >>
>> >> >Hello,
>> >> >
>> >> >Thank you for checking up on this.  In the meantime, is there a
>> >>different
>> >> >way you recommend I add these to the class path other than moving
>>the
>> >> >jars?
>> >> >
>> >> >Colin
>> >> >
>> >> >
>> >> >On 4/27/16, 4:06 AM, "Violeta Georgieva" <mi...@gmail.com> wrote:
>> >> >
>> >> >>Hi,
>> >> >>
>> >> >>
>> >> >>2016-04-26 22:49 GMT+03:00 Hilbert, Colin
>> >><Co...@teradata.com>:
>> >> >>>
>> >> >>> Tomcat version 7.0.69
>> >> >>> Also happens on 7.0.68 and 7.0.67
>> >> >>>
>> >> >>> I don¹t get this error on 7.0.65
>> >> >>>
>> >> >>> I have deployed an idp.war on tomcat
>> >> >>> The idp.war has a service.xml file that looks like this at the
>> >> >>>beginning:
>> >> >>>
>> >> >>>
>> >> >>> <srv:Services xmlns:srv="urn:mace:shibboleth:2.0:services"
>> >> >>>           xmlns:attribute-afp="urn:mace:shibboleth:2.0:afp"
>> >> >>>
>> >>
>>
>>>>>xmlns:attribute-authority="urn:mace:shibboleth:2.0:attribute:authority
>>>>>"
>> >> >>>
>> >>xmlns:attribute-resolver="urn:mace:shibboleth:2.0:resolver"
>> >> >>>
>> >>xmlns:profile="urn:mace:shibboleth:2.0:idp:profile-handler"
>> >> >>>
>xmlns:relyingParty="urn:mace:shibboleth:2.0:relying-party"
>> >> >>>           xmlns:resource="urn:mace:shibboleth:2.0:resource"
>> >> >>>           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>> >> >>>           xsi:schemaLocation="urn:mace:shibboleth:2.0:services
>> >> >>classpath:/schema/shibboleth-2.0-services.xsd
>> >> >>>                               urn:mace:shibboleth:2.0:afp
>> >> >>classpath:/schema/shibboleth-2.0-afp.xsd
>> >> >>>
>> >> >>>urn:mace:shibboleth:2.0:attribute:authority
>> >> >>classpath:/schema/shibboleth-2.0-attribute-authority.xsd
>> >> >>>                               urn:mace:shibboleth:2.0:resolver
>> >> >>classpath:/schema/shibboleth-2.0-attribute-resolver.xsd
>> >> >>>
>> >> >>>urn:mace:shibboleth:2.0:idp:profile-handler
>> >> >>classpath:/schema/shibboleth-2.0-idp-profile-handler.xsd
>> >> >>>          
>>urn:mace:shibboleth:2.0:relying-party
>> >> >>classpath:/schema/shibboleth-2.0-relying-party.xsd
>> >> >>>                               urn:mace:shibboleth:2.0:resource
>> >> >>classpath:/schema/shibboleth-2.0-resource.xsd²>
>> >> >>>
>> >> >>> The stack complains that it cannot find the first schemaLocation
>> >listed
>> >> >>but if I go to the deployed idp folder in tomcat idp/WEB-INF/lib/
>> >>there
>> >> >>are
>> >> >>jars there, one of which is shibboleth-common-1.2.1.jar
>> >> >>>
>> >> >>> Which has the path /schema/ containing all those listed
>> >schemaLocations
>> >> >>from the service.xml
>> >> >>>
>> >> >>> I can move all the jars from idp/WE-INF/lib/ to tomcat7.0.69/lib/
>> >>and
>> >> >>>the
>> >> >>exception goes away but I haven¹t had to do this prior to .67
>> >> >>>
>> >> >>> Can anyone shed some light on this?
>> >> >>
>> >> >>
>> >> >>I think that this is related to the following feature [1].
>> >> >>I'll check that.
>> >> >>
>> >> >>Regards,
>> >> >>Violeta
>> >> >>
>> >> >>[1] https://bz.apache.org/bugzilla/show_bug.cgi?id=56777
>> >> >
>> >> >
>> >> 
>>>---------------------------------------------------------------------
>> >> >To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
>> >> >For additional commands, e-mail: users-help@tomcat.apache.org
>> >> >
>> >>
>> >> Sorry for the top post.  I didn’t understand what I was doing.
>> >
>> >Please follow the discussion [1] on the dev list.
>> >
>> >Regards,
>> >Violeta
>> >
>> >[1] http://marc.info/?t=146175486300004&r=1&w=2
>> >
>> >> Colin.
>> >>
>>
>> Is there a bugzilla ticket that I can follow on this?
>
>No there isn't.
>You can open one and point to the mail thread.
>
>Regards,
>Violeta
>
>> Colin
>>

How does one link the email thread in the ticket, would I just save this
outlook message and attach it as a file or do I provide that link for the
discussion you gave me previousy?

Colin


Re: Failed to read schema document 'classpath:/schema/shibboleth-2.0-services.xsd'

Posted by Violeta Georgieva <mi...@gmail.com>.
2016-05-16 17:45 GMT+03:00 Hilbert, Colin <Co...@teradata.com>:
>
> Hello,
>
> On 5/5/16, 3:55 PM, "Violeta Georgieva" <mi...@gmail.com> wrote:
>
> >Hi,
> >
> >
> >2016-05-05 20:51 GMT+03:00 Hilbert, Colin <Co...@teradata.com>:
> >>
> >> Hi,
> >>
> >> On 5/5/16, 1:48 PM, "Hilbert, Colin" <Co...@Teradata.com>
wrote:
> >>
> >> >Hello,
> >> >
> >> >Thank you for checking up on this.  In the meantime, is there a
> >>different
> >> >way you recommend I add these to the class path other than moving the
> >> >jars?
> >> >
> >> >Colin
> >> >
> >> >
> >> >On 4/27/16, 4:06 AM, "Violeta Georgieva" <mi...@gmail.com> wrote:
> >> >
> >> >>Hi,
> >> >>
> >> >>
> >> >>2016-04-26 22:49 GMT+03:00 Hilbert, Colin
> >><Co...@teradata.com>:
> >> >>>
> >> >>> Tomcat version 7.0.69
> >> >>> Also happens on 7.0.68 and 7.0.67
> >> >>>
> >> >>> I don¹t get this error on 7.0.65
> >> >>>
> >> >>> I have deployed an idp.war on tomcat
> >> >>> The idp.war has a service.xml file that looks like this at the
> >> >>>beginning:
> >> >>>
> >> >>>
> >> >>> <srv:Services xmlns:srv="urn:mace:shibboleth:2.0:services"
> >> >>>           xmlns:attribute-afp="urn:mace:shibboleth:2.0:afp"
> >> >>>
> >>
>
>>>>xmlns:attribute-authority="urn:mace:shibboleth:2.0:attribute:authority"
> >> >>>
> >>xmlns:attribute-resolver="urn:mace:shibboleth:2.0:resolver"
> >> >>>
> >>xmlns:profile="urn:mace:shibboleth:2.0:idp:profile-handler"
> >> >>>
xmlns:relyingParty="urn:mace:shibboleth:2.0:relying-party"
> >> >>>           xmlns:resource="urn:mace:shibboleth:2.0:resource"
> >> >>>           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> >> >>>           xsi:schemaLocation="urn:mace:shibboleth:2.0:services
> >> >>classpath:/schema/shibboleth-2.0-services.xsd
> >> >>>                               urn:mace:shibboleth:2.0:afp
> >> >>classpath:/schema/shibboleth-2.0-afp.xsd
> >> >>>
> >> >>>urn:mace:shibboleth:2.0:attribute:authority
> >> >>classpath:/schema/shibboleth-2.0-attribute-authority.xsd
> >> >>>                               urn:mace:shibboleth:2.0:resolver
> >> >>classpath:/schema/shibboleth-2.0-attribute-resolver.xsd
> >> >>>
> >> >>>urn:mace:shibboleth:2.0:idp:profile-handler
> >> >>classpath:/schema/shibboleth-2.0-idp-profile-handler.xsd
> >> >>>                               urn:mace:shibboleth:2.0:relying-party
> >> >>classpath:/schema/shibboleth-2.0-relying-party.xsd
> >> >>>                               urn:mace:shibboleth:2.0:resource
> >> >>classpath:/schema/shibboleth-2.0-resource.xsd²>
> >> >>>
> >> >>> The stack complains that it cannot find the first schemaLocation
> >listed
> >> >>but if I go to the deployed idp folder in tomcat idp/WEB-INF/lib/
> >>there
> >> >>are
> >> >>jars there, one of which is shibboleth-common-1.2.1.jar
> >> >>>
> >> >>> Which has the path /schema/ containing all those listed
> >schemaLocations
> >> >>from the service.xml
> >> >>>
> >> >>> I can move all the jars from idp/WE-INF/lib/ to tomcat7.0.69/lib/
> >>and
> >> >>>the
> >> >>exception goes away but I haven¹t had to do this prior to .67
> >> >>>
> >> >>> Can anyone shed some light on this?
> >> >>
> >> >>
> >> >>I think that this is related to the following feature [1].
> >> >>I'll check that.
> >> >>
> >> >>Regards,
> >> >>Violeta
> >> >>
> >> >>[1] https://bz.apache.org/bugzilla/show_bug.cgi?id=56777
> >> >
> >> >
> >> >---------------------------------------------------------------------
> >> >To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> >> >For additional commands, e-mail: users-help@tomcat.apache.org
> >> >
> >>
> >> Sorry for the top post.  I didn’t understand what I was doing.
> >
> >Please follow the discussion [1] on the dev list.
> >
> >Regards,
> >Violeta
> >
> >[1] http://marc.info/?t=146175486300004&r=1&w=2
> >
> >> Colin.
> >>
>
> Is there a bugzilla ticket that I can follow on this?

No there isn't.
You can open one and point to the mail thread.

Regards,
Violeta

> Colin
>

Re: Failed to read schema document 'classpath:/schema/shibboleth-2.0-services.xsd'

Posted by "Hilbert, Colin" <Co...@Teradata.com>.
Hello,

On 5/5/16, 3:55 PM, "Violeta Georgieva" <mi...@gmail.com> wrote:

>Hi,
>
>
>2016-05-05 20:51 GMT+03:00 Hilbert, Colin <Co...@teradata.com>:
>>
>> Hi,
>>
>> On 5/5/16, 1:48 PM, "Hilbert, Colin" <Co...@Teradata.com> wrote:
>>
>> >Hello,
>> >
>> >Thank you for checking up on this.  In the meantime, is there a
>>different
>> >way you recommend I add these to the class path other than moving the
>> >jars?
>> >
>> >Colin
>> >
>> >
>> >On 4/27/16, 4:06 AM, "Violeta Georgieva" <mi...@gmail.com> wrote:
>> >
>> >>Hi,
>> >>
>> >>
>> >>2016-04-26 22:49 GMT+03:00 Hilbert, Colin
>><Co...@teradata.com>:
>> >>>
>> >>> Tomcat version 7.0.69
>> >>> Also happens on 7.0.68 and 7.0.67
>> >>>
>> >>> I don¹t get this error on 7.0.65
>> >>>
>> >>> I have deployed an idp.war on tomcat
>> >>> The idp.war has a service.xml file that looks like this at the
>> >>>beginning:
>> >>>
>> >>>
>> >>> <srv:Services xmlns:srv="urn:mace:shibboleth:2.0:services"
>> >>>           xmlns:attribute-afp="urn:mace:shibboleth:2.0:afp"
>> >>>
>> 
>>>>xmlns:attribute-authority="urn:mace:shibboleth:2.0:attribute:authority"
>> >>>           
>>xmlns:attribute-resolver="urn:mace:shibboleth:2.0:resolver"
>> >>>           
>>xmlns:profile="urn:mace:shibboleth:2.0:idp:profile-handler"
>> >>>           xmlns:relyingParty="urn:mace:shibboleth:2.0:relying-party"
>> >>>           xmlns:resource="urn:mace:shibboleth:2.0:resource"
>> >>>           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>> >>>           xsi:schemaLocation="urn:mace:shibboleth:2.0:services
>> >>classpath:/schema/shibboleth-2.0-services.xsd
>> >>>                               urn:mace:shibboleth:2.0:afp
>> >>classpath:/schema/shibboleth-2.0-afp.xsd
>> >>>
>> >>>urn:mace:shibboleth:2.0:attribute:authority
>> >>classpath:/schema/shibboleth-2.0-attribute-authority.xsd
>> >>>                               urn:mace:shibboleth:2.0:resolver
>> >>classpath:/schema/shibboleth-2.0-attribute-resolver.xsd
>> >>>
>> >>>urn:mace:shibboleth:2.0:idp:profile-handler
>> >>classpath:/schema/shibboleth-2.0-idp-profile-handler.xsd
>> >>>                               urn:mace:shibboleth:2.0:relying-party
>> >>classpath:/schema/shibboleth-2.0-relying-party.xsd
>> >>>                               urn:mace:shibboleth:2.0:resource
>> >>classpath:/schema/shibboleth-2.0-resource.xsd²>
>> >>>
>> >>> The stack complains that it cannot find the first schemaLocation
>listed
>> >>but if I go to the deployed idp folder in tomcat idp/WEB-INF/lib/
>>there
>> >>are
>> >>jars there, one of which is shibboleth-common-1.2.1.jar
>> >>>
>> >>> Which has the path /schema/ containing all those listed
>schemaLocations
>> >>from the service.xml
>> >>>
>> >>> I can move all the jars from idp/WE-INF/lib/ to tomcat7.0.69/lib/
>>and
>> >>>the
>> >>exception goes away but I haven¹t had to do this prior to .67
>> >>>
>> >>> Can anyone shed some light on this?
>> >>
>> >>
>> >>I think that this is related to the following feature [1].
>> >>I'll check that.
>> >>
>> >>Regards,
>> >>Violeta
>> >>
>> >>[1] https://bz.apache.org/bugzilla/show_bug.cgi?id=56777
>> >
>> >
>> >---------------------------------------------------------------------
>> >To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
>> >For additional commands, e-mail: users-help@tomcat.apache.org
>> >
>>
>> Sorry for the top post.  I didn’t understand what I was doing.
>
>Please follow the discussion [1] on the dev list.
>
>Regards,
>Violeta
>
>[1] http://marc.info/?t=146175486300004&r=1&w=2
>
>> Colin.
>>

Is there a bugzilla ticket that I can follow on this?

Colin


Re: Failed to read schema document 'classpath:/schema/shibboleth-2.0-services.xsd'

Posted by Violeta Georgieva <mi...@gmail.com>.
Hi,


2016-05-05 20:51 GMT+03:00 Hilbert, Colin <Co...@teradata.com>:
>
> Hi,
>
> On 5/5/16, 1:48 PM, "Hilbert, Colin" <Co...@Teradata.com> wrote:
>
> >Hello,
> >
> >Thank you for checking up on this.  In the meantime, is there a different
> >way you recommend I add these to the class path other than moving the
> >jars?
> >
> >Colin
> >
> >
> >On 4/27/16, 4:06 AM, "Violeta Georgieva" <mi...@gmail.com> wrote:
> >
> >>Hi,
> >>
> >>
> >>2016-04-26 22:49 GMT+03:00 Hilbert, Colin <Co...@teradata.com>:
> >>>
> >>> Tomcat version 7.0.69
> >>> Also happens on 7.0.68 and 7.0.67
> >>>
> >>> I don¹t get this error on 7.0.65
> >>>
> >>> I have deployed an idp.war on tomcat
> >>> The idp.war has a service.xml file that looks like this at the
> >>>beginning:
> >>>
> >>>
> >>> <srv:Services xmlns:srv="urn:mace:shibboleth:2.0:services"
> >>>           xmlns:attribute-afp="urn:mace:shibboleth:2.0:afp"
> >>>
> >>xmlns:attribute-authority="urn:mace:shibboleth:2.0:attribute:authority"
> >>>           xmlns:attribute-resolver="urn:mace:shibboleth:2.0:resolver"
> >>>           xmlns:profile="urn:mace:shibboleth:2.0:idp:profile-handler"
> >>>           xmlns:relyingParty="urn:mace:shibboleth:2.0:relying-party"
> >>>           xmlns:resource="urn:mace:shibboleth:2.0:resource"
> >>>           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> >>>           xsi:schemaLocation="urn:mace:shibboleth:2.0:services
> >>classpath:/schema/shibboleth-2.0-services.xsd
> >>>                               urn:mace:shibboleth:2.0:afp
> >>classpath:/schema/shibboleth-2.0-afp.xsd
> >>>
> >>>urn:mace:shibboleth:2.0:attribute:authority
> >>classpath:/schema/shibboleth-2.0-attribute-authority.xsd
> >>>                               urn:mace:shibboleth:2.0:resolver
> >>classpath:/schema/shibboleth-2.0-attribute-resolver.xsd
> >>>
> >>>urn:mace:shibboleth:2.0:idp:profile-handler
> >>classpath:/schema/shibboleth-2.0-idp-profile-handler.xsd
> >>>                               urn:mace:shibboleth:2.0:relying-party
> >>classpath:/schema/shibboleth-2.0-relying-party.xsd
> >>>                               urn:mace:shibboleth:2.0:resource
> >>classpath:/schema/shibboleth-2.0-resource.xsd²>
> >>>
> >>> The stack complains that it cannot find the first schemaLocation
listed
> >>but if I go to the deployed idp folder in tomcat idp/WEB-INF/lib/ there
> >>are
> >>jars there, one of which is shibboleth-common-1.2.1.jar
> >>>
> >>> Which has the path /schema/ containing all those listed
schemaLocations
> >>from the service.xml
> >>>
> >>> I can move all the jars from idp/WE-INF/lib/ to tomcat7.0.69/lib/ and
> >>>the
> >>exception goes away but I haven¹t had to do this prior to .67
> >>>
> >>> Can anyone shed some light on this?
> >>
> >>
> >>I think that this is related to the following feature [1].
> >>I'll check that.
> >>
> >>Regards,
> >>Violeta
> >>
> >>[1] https://bz.apache.org/bugzilla/show_bug.cgi?id=56777
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> >For additional commands, e-mail: users-help@tomcat.apache.org
> >
>
> Sorry for the top post.  I didn’t understand what I was doing.

Please follow the discussion [1] on the dev list.

Regards,
Violeta

[1] http://marc.info/?t=146175486300004&r=1&w=2

> Colin.
>

Re: Failed to read schema document 'classpath:/schema/shibboleth-2.0-services.xsd'

Posted by "Hilbert, Colin" <Co...@Teradata.com>.
Hi,

On 5/5/16, 1:48 PM, "Hilbert, Colin" <Co...@Teradata.com> wrote:

>Hello,
>
>Thank you for checking up on this.  In the meantime, is there a different
>way you recommend I add these to the class path other than moving the
>jars?
>
>Colin
>
>
>On 4/27/16, 4:06 AM, "Violeta Georgieva" <mi...@gmail.com> wrote:
>
>>Hi,
>>
>>
>>2016-04-26 22:49 GMT+03:00 Hilbert, Colin <Co...@teradata.com>:
>>>
>>> Tomcat version 7.0.69
>>> Also happens on 7.0.68 and 7.0.67
>>>
>>> I don¹t get this error on 7.0.65
>>>
>>> I have deployed an idp.war on tomcat
>>> The idp.war has a service.xml file that looks like this at the
>>>beginning:
>>>
>>>
>>> <srv:Services xmlns:srv="urn:mace:shibboleth:2.0:services"
>>>           xmlns:attribute-afp="urn:mace:shibboleth:2.0:afp"
>>>
>>xmlns:attribute-authority="urn:mace:shibboleth:2.0:attribute:authority"
>>>           xmlns:attribute-resolver="urn:mace:shibboleth:2.0:resolver"
>>>           xmlns:profile="urn:mace:shibboleth:2.0:idp:profile-handler"
>>>           xmlns:relyingParty="urn:mace:shibboleth:2.0:relying-party"
>>>           xmlns:resource="urn:mace:shibboleth:2.0:resource"
>>>           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>>>           xsi:schemaLocation="urn:mace:shibboleth:2.0:services
>>classpath:/schema/shibboleth-2.0-services.xsd
>>>                               urn:mace:shibboleth:2.0:afp
>>classpath:/schema/shibboleth-2.0-afp.xsd
>>>                
>>>urn:mace:shibboleth:2.0:attribute:authority
>>classpath:/schema/shibboleth-2.0-attribute-authority.xsd
>>>                               urn:mace:shibboleth:2.0:resolver
>>classpath:/schema/shibboleth-2.0-attribute-resolver.xsd
>>>                
>>>urn:mace:shibboleth:2.0:idp:profile-handler
>>classpath:/schema/shibboleth-2.0-idp-profile-handler.xsd
>>>                               urn:mace:shibboleth:2.0:relying-party
>>classpath:/schema/shibboleth-2.0-relying-party.xsd
>>>                               urn:mace:shibboleth:2.0:resource
>>classpath:/schema/shibboleth-2.0-resource.xsd²>
>>>
>>> The stack complains that it cannot find the first schemaLocation listed
>>but if I go to the deployed idp folder in tomcat idp/WEB-INF/lib/ there
>>are
>>jars there, one of which is shibboleth-common-1.2.1.jar
>>>
>>> Which has the path /schema/ containing all those listed schemaLocations
>>from the service.xml
>>>
>>> I can move all the jars from idp/WE-INF/lib/ to tomcat7.0.69/lib/ and
>>>the
>>exception goes away but I haven¹t had to do this prior to .67
>>>
>>> Can anyone shed some light on this?
>>
>>
>>I think that this is related to the following feature [1].
>>I'll check that.
>>
>>Regards,
>>Violeta
>>
>>[1] https://bz.apache.org/bugzilla/show_bug.cgi?id=56777
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
>For additional commands, e-mail: users-help@tomcat.apache.org
>

Sorry for the top post.  I didn’t understand what I was doing.

Colin.